|
2 | 2 | // |
3 | 3 | // SPDX-License-Identifier: Apache-2.0 |
4 | 4 | // |
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]> |
7 | 7 | // |
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. |
9 | 12 | // |
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 |
13 | 15 | // |
14 | | -// http://www.apache.org/licenses/LICENSE-2.0 |
| 16 | +// http://www.apache.org/licenses/LICENSE-2.0 |
15 | 17 | // |
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. |
21 | 22 |
|
22 | 23 | use amplify_syn::{DeriveInner, EnumKind, Field, FieldKind, Fields, Items, NamedField, Variant}; |
23 | 24 | use proc_macro2::{Ident, Span, TokenStream as TokenStream2}; |
|
0 commit comments