Skip to content

Commit 60c2255

Browse files
committed
chore: update licenses
1 parent eec4436 commit 60c2255

28 files changed

+314
-329
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: [dr-orlovsky, ubideco, strict-types, AluVM]
3+
github: [ dr-orlovsky, ubideco, strict-types, InDCS ]

LICENSE

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -174,29 +174,3 @@
174174
of your accepting any such warranty or additional liability.
175175

176176
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright 2022-2024 UBIDECO Labs,
190-
Institute for Distributed and Cognitive Systems, Switzerland
191-
192-
Licensed under the Apache License, Version 2.0 (the "License");
193-
you may not use this file except in compliance with the License.
194-
You may obtain a copy of the License at
195-
196-
http://www.apache.org/licenses/LICENSE-2.0
197-
198-
Unless required by applicable law or agreed to in writing, software
199-
distributed under the License is distributed on an "AS IS" BASIS,
200-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201-
See the License for the specific language governing permissions and
202-
limitations under the License.

MANIFEST.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provable properties and bounds for the in-memory and serialized type
1010
representation.
1111

1212
The development of the libraries is performed by
13-
[UBIDECO Labs](https://ubideco.org).
13+
[UBIDECO Labs](https://ubideco.org), a part of [InDCS](https://indcs.org).
1414

1515
## Overview
1616

rust/derive/src/derive_decode.rs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2024 by
6-
// Dr. Maxim Orlovsky <[email protected]>
5+
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
6+
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright 2022-2024 UBIDECO Labs
8+
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
9+
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10+
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// All rights under the above copyrights are reserved.
912
//
10-
// Licensed under the Apache License, Version 2.0 (the "License");
11-
// you may not use this file except in compliance with the License.
12-
// You may obtain a copy of the License at
13+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
14+
// in compliance with the License. You may obtain a copy of the License at
1315
//
14-
// http://www.apache.org/licenses/LICENSE-2.0
16+
// http://www.apache.org/licenses/LICENSE-2.0
1517
//
16-
// Unless required by applicable law or agreed to in writing, software
17-
// distributed under the License is distributed on an "AS IS" BASIS,
18-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
// See the License for the specific language governing permissions and
20-
// limitations under the License.
18+
// Unless required by applicable law or agreed to in writing, software distributed under the License
19+
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
20+
// or implied. See the License for the specific language governing permissions and limitations under
21+
// the License.
2122

2223
use amplify_syn::{DeriveInner, EnumKind, Field, FieldKind, Fields, Items, NamedField, Variant};
2324
use proc_macro2::{Ident, Span, TokenStream as TokenStream2};

rust/derive/src/derive_dumb.rs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2024 by
6-
// Dr. Maxim Orlovsky <[email protected]>
5+
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
6+
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright 2022-2024 UBIDECO Labs
8+
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
9+
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10+
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// All rights under the above copyrights are reserved.
912
//
10-
// Licensed under the Apache License, Version 2.0 (the "License");
11-
// you may not use this file except in compliance with the License.
12-
// You may obtain a copy of the License at
13+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
14+
// in compliance with the License. You may obtain a copy of the License at
1315
//
14-
// http://www.apache.org/licenses/LICENSE-2.0
16+
// http://www.apache.org/licenses/LICENSE-2.0
1517
//
16-
// Unless required by applicable law or agreed to in writing, software
17-
// distributed under the License is distributed on an "AS IS" BASIS,
18-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
// See the License for the specific language governing permissions and
20-
// limitations under the License.
18+
// Unless required by applicable law or agreed to in writing, software distributed under the License
19+
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
20+
// or implied. See the License for the specific language governing permissions and limitations under
21+
// the License.
2122

2223
use amplify_syn::{DeriveInner, Field, FieldKind, Items, NamedField, Variant};
2324
use proc_macro2::{Span, TokenStream as TokenStream2};

rust/derive/src/derive_encode.rs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2024 by
6-
// Dr. Maxim Orlovsky <[email protected]>
5+
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
6+
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright 2022-2024 UBIDECO Labs
8+
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
9+
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10+
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// All rights under the above copyrights are reserved.
912
//
10-
// Licensed under the Apache License, Version 2.0 (the "License");
11-
// you may not use this file except in compliance with the License.
12-
// You may obtain a copy of the License at
13+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
14+
// in compliance with the License. You may obtain a copy of the License at
1315
//
14-
// http://www.apache.org/licenses/LICENSE-2.0
16+
// http://www.apache.org/licenses/LICENSE-2.0
1517
//
16-
// Unless required by applicable law or agreed to in writing, software
17-
// distributed under the License is distributed on an "AS IS" BASIS,
18-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
// See the License for the specific language governing permissions and
20-
// limitations under the License.
18+
// Unless required by applicable law or agreed to in writing, software distributed under the License
19+
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
20+
// or implied. See the License for the specific language governing permissions and limitations under
21+
// the License.
2122

2223
use amplify_syn::{DeriveInner, EnumKind, Field, FieldKind, Fields, Items, NamedField, Variant};
2324
use proc_macro2::{Ident, Span, TokenStream as TokenStream2};

rust/derive/src/derive_type.rs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2024 by
6-
// Dr. Maxim Orlovsky <[email protected]>
5+
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
6+
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright 2022-2024 UBIDECO Labs
8+
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
9+
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10+
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// All rights under the above copyrights are reserved.
912
//
10-
// Licensed under the Apache License, Version 2.0 (the "License");
11-
// you may not use this file except in compliance with the License.
12-
// You may obtain a copy of the License at
13+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
14+
// in compliance with the License. You may obtain a copy of the License at
1315
//
14-
// http://www.apache.org/licenses/LICENSE-2.0
16+
// http://www.apache.org/licenses/LICENSE-2.0
1517
//
16-
// Unless required by applicable law or agreed to in writing, software
17-
// distributed under the License is distributed on an "AS IS" BASIS,
18-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
// See the License for the specific language governing permissions and
20-
// limitations under the License.
18+
// Unless required by applicable law or agreed to in writing, software distributed under the License
19+
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
20+
// or implied. See the License for the specific language governing permissions and limitations under
21+
// the License.
2122

2223
use amplify_syn::{
2324
DataInner, DeriveInner, EnumKind, Field, FieldKind, Fields, Items, NamedField, Variant,

rust/derive/src/lib.rs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2024 by
6-
// Dr. Maxim Orlovsky <[email protected]>
5+
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
6+
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright 2022-2024 UBIDECO Labs
8+
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
9+
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10+
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// All rights under the above copyrights are reserved.
912
//
10-
// Licensed under the Apache License, Version 2.0 (the "License");
11-
// you may not use this file except in compliance with the License.
12-
// You may obtain a copy of the License at
13+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
14+
// in compliance with the License. You may obtain a copy of the License at
1315
//
14-
// http://www.apache.org/licenses/LICENSE-2.0
16+
// http://www.apache.org/licenses/LICENSE-2.0
1517
//
16-
// Unless required by applicable law or agreed to in writing, software
17-
// distributed under the License is distributed on an "AS IS" BASIS,
18-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
// See the License for the specific language governing permissions and
20-
// limitations under the License.
18+
// Unless required by applicable law or agreed to in writing, software distributed under the License
19+
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
20+
// or implied. See the License for the specific language governing permissions and limitations under
21+
// the License.
2122

2223
// Coding conventions
2324
#![recursion_limit = "256"]

rust/derive/src/params.rs

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44
//
5-
// Written in 2019-2024 by
6-
// Dr. Maxim Orlovsky <[email protected]>
5+
// Designed in 2019-2025 by Dr Maxim Orlovsky <[email protected]>
6+
// Written in 2024-2025 by Dr Maxim Orlovsky <[email protected]>
77
//
8-
// Copyright 2022-2024 UBIDECO Labs
8+
// Copyright (C) 2022-2025 Laboratories for Ubiquitous Deterministic Computing (UBIDECO),
9+
// Institute for Distributed and Cognitive Systems (InDCS), Switzerland.
10+
// Copyright (C) 2022-2025 Dr Maxim Orlovsky.
11+
// All rights under the above copyrights are reserved.
912
//
10-
// Licensed under the Apache License, Version 2.0 (the "License");
11-
// you may not use this file except in compliance with the License.
12-
// You may obtain a copy of the License at
13+
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
14+
// in compliance with the License. You may obtain a copy of the License at
1315
//
14-
// http://www.apache.org/licenses/LICENSE-2.0
16+
// http://www.apache.org/licenses/LICENSE-2.0
1517
//
16-
// Unless required by applicable law or agreed to in writing, software
17-
// distributed under the License is distributed on an "AS IS" BASIS,
18-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19-
// See the License for the specific language governing permissions and
20-
// limitations under the License.
18+
// Unless required by applicable law or agreed to in writing, software distributed under the License
19+
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
20+
// or implied. See the License for the specific language governing permissions and limitations under
21+
// the License.
2122

2223
use std::collections::HashMap;
2324

0 commit comments

Comments
 (0)