Skip to content

Commit 6981414

Browse files
committed
chore: fix licensing plates
1 parent ab618ce commit 6981414

File tree

24 files changed

+48
-24
lines changed

24 files changed

+48
-24
lines changed

rust/derive/src/derive_decode.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/src/derive_dumb.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/src/derive_encode.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/src/derive_type.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/src/params.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/tests/base.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/tests/common/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/tests/dumb.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

rust/derive/tests/type.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
66
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8+
// Copyright (C) 2019-2022 LNP/BP Standards Association.
89
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
910
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10-
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// Copyright (C) 2019-2025 Dr Maxim Orlovsky.
1112
// All rights under the above copyrights are reserved.
1213
//
1314
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

0 commit comments

Comments
 (0)