|
1 | 1 | /* artifact: the requirements tracking tool made for developers |
2 | | - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> |
| 2 | + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> |
3 | 3 | * |
4 | | - * This program is free software: you can redistribute it and/or modify |
5 | | - * it under the terms of the Lesser GNU General Public License as published |
6 | | - * by the Free Software Foundation, either version 3 of the License, or |
7 | | - * (at your option) any later version. |
| 4 | + * The source code is Licensed under either of |
8 | 5 | * |
9 | | - * This program is distributed in the hope that it will be useful, |
10 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | | - * GNU General Public License for more details. |
| 6 | + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or |
| 7 | + * http://www.apache.org/licenses/LICENSE-2.0) |
| 8 | + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or |
| 9 | + * http://opensource.org/licenses/MIT) |
13 | 10 | * |
14 | | - * You should have received a copy of the Lesser GNU General Public License |
15 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 11 | + * at your option. |
| 12 | + * |
| 13 | + * Unless you explicitly state otherwise, any contribution intentionally submitted |
| 14 | + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall |
| 15 | + * be dual licensed as above, without any additional terms or conditions. |
16 | 16 | * */ |
17 | 17 | //! The artifact data crate defines the method of serializing |
18 | 18 | //! and deserializing raw artifact and processing them into |
|
0 commit comments