diff --git a/artifact-data/src/artifact.rs b/artifact-data/src/artifact.rs index 19660bd7..48c52ea4 100644 --- a/artifact-data/src/artifact.rs +++ b/artifact-data/src/artifact.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! #SPC-read-artifact diff --git a/artifact-data/src/dev_prelude.rs b/artifact-data/src/dev_prelude.rs index c8425b36..9be6fefb 100644 --- a/artifact-data/src/dev_prelude.rs +++ b/artifact-data/src/dev_prelude.rs @@ -1,17 +1,18 @@ -/* +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ pub(crate) use ergo::*; #[allow(unused_imports)] diff --git a/artifact-data/src/graph.rs b/artifact-data/src/graph.rs index 256a0258..2232a7bb 100644 --- a/artifact-data/src/graph.rs +++ b/artifact-data/src/graph.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Module for constructing and processing graphs of artifacts. use petgraph; diff --git a/artifact-data/src/implemented.rs b/artifact-data/src/implemented.rs index 038f40e4..d1776291 100644 --- a/artifact-data/src/implemented.rs +++ b/artifact-data/src/implemented.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! #SPC-read-impl //! diff --git a/artifact-data/src/intermediate.rs b/artifact-data/src/intermediate.rs index ca14c0e0..2fde371b 100644 --- a/artifact-data/src/intermediate.rs +++ b/artifact-data/src/intermediate.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use std::fmt; use base64; diff --git a/artifact-data/src/lib.rs b/artifact-data/src/lib.rs index bc40a250..b41068a8 100644 --- a/artifact-data/src/lib.rs +++ b/artifact-data/src/lib.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! The artifact data crate defines the method of serializing //! and deserializing raw artifact and processing them into diff --git a/artifact-data/src/modify.rs b/artifact-data/src/modify.rs index 294f09f2..e29f9f89 100644 --- a/artifact-data/src/modify.rs +++ b/artifact-data/src/modify.rs @@ -1,19 +1,3 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . - * */ //! #SPC-modify use std::error; diff --git a/artifact-data/src/name.rs b/artifact-data/src/name.rs deleted file mode 100644 index e69de29b..00000000 diff --git a/artifact-data/src/project.rs b/artifact-data/src/project.rs index ce2dd18d..3b2293bd 100644 --- a/artifact-data/src/project.rs +++ b/artifact-data/src/project.rs @@ -1,19 +1,3 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . - * */ //! The major exported type and function for loading artifacts. use time; diff --git a/artifact-data/src/raw.rs b/artifact-data/src/raw.rs index 8b188e8e..763d1503 100644 --- a/artifact-data/src/raw.rs +++ b/artifact-data/src/raw.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ #![allow(dead_code)] diff --git a/artifact-data/src/raw_names.rs b/artifact-data/src/raw_names.rs index ffba3e2b..ee40ca54 100644 --- a/artifact-data/src/raw_names.rs +++ b/artifact-data/src/raw_names.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Define the serialization rules for raw names diff --git a/artifact-data/src/settings.rs b/artifact-data/src/settings.rs index 8b14544d..23802643 100644 --- a/artifact-data/src/settings.rs +++ b/artifact-data/src/settings.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! This contains the logic for loading the settings of an artifact project. diff --git a/artifact-frontend/src/artifact.rs b/artifact-frontend/src/artifact.rs index 6d73843b..ff2320cc 100644 --- a/artifact-frontend/src/artifact.rs +++ b/artifact-frontend/src/artifact.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use dev_prelude::*; use graph; diff --git a/artifact-frontend/src/dev_prelude.rs b/artifact-frontend/src/dev_prelude.rs index a4fd81d4..42528586 100644 --- a/artifact-frontend/src/dev_prelude.rs +++ b/artifact-frontend/src/dev_prelude.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ #![allow(dead_code)] pub use artifact_ser::*; diff --git a/artifact-frontend/src/edit.rs b/artifact-frontend/src/edit.rs index 2ec6cef0..b440ceee 100644 --- a/artifact-frontend/src/edit.rs +++ b/artifact-frontend/src/edit.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use dev_prelude::*; use view; diff --git a/artifact-frontend/src/example.rs b/artifact-frontend/src/example.rs index dcfcb86d..e01ba6f9 100644 --- a/artifact-frontend/src/example.rs +++ b/artifact-frontend/src/example.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ pub const YAML: &str = r###" paths: base: "/fake" diff --git a/artifact-frontend/src/fetch.rs b/artifact-frontend/src/fetch.rs index 4d998625..db203633 100644 --- a/artifact-frontend/src/fetch.rs +++ b/artifact-frontend/src/fetch.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ use dev_prelude::*; use http; use jrpc; diff --git a/artifact-frontend/src/graph.rs b/artifact-frontend/src/graph.rs index 784f66fa..689d9e45 100644 --- a/artifact-frontend/src/graph.rs +++ b/artifact-frontend/src/graph.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use stdweb::unstable::TryFrom; diff --git a/artifact-frontend/src/main.rs b/artifact-frontend/src/main.rs index 0d80f8e4..edb69ddc 100644 --- a/artifact-frontend/src/main.rs +++ b/artifact-frontend/src/main.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ #![recursion_limit = "256"] #![allow(unknown_lints)] diff --git a/artifact-frontend/src/name.rs b/artifact-frontend/src/name.rs index 07cfadab..ad9cbbb6 100644 --- a/artifact-frontend/src/name.rs +++ b/artifact-frontend/src/name.rs @@ -1,19 +1,3 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . - * */ use dev_prelude::*; pub(crate) fn name_html(model: &Model, name: &Name) -> HtmlApp { diff --git a/artifact-frontend/src/nav.rs b/artifact-frontend/src/nav.rs index c2d96bf6..d02bf75b 100644 --- a/artifact-frontend/src/nav.rs +++ b/artifact-frontend/src/nav.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use dev_prelude::*; diff --git a/artifact-frontend/src/view.rs b/artifact-frontend/src/view.rs index c9db65bf..5b218214 100644 --- a/artifact-frontend/src/view.rs +++ b/artifact-frontend/src/view.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use yew_simple; diff --git a/artifact-lib/src/dev_prelude.rs b/artifact-lib/src/dev_prelude.rs index 671ef679..6e665dfc 100644 --- a/artifact-lib/src/dev_prelude.rs +++ b/artifact-lib/src/dev_prelude.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ pub use std::result; pub use ergo_std::*; pub use ergo_config::*; diff --git a/artifact-lib/src/expected.rs b/artifact-lib/src/expected.rs index 4015b68a..4e9f22e4 100644 --- a/artifact-lib/src/expected.rs +++ b/artifact-lib/src/expected.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Created "expected" types for assertions and test frameworks use dev_prelude::*; diff --git a/artifact-lib/src/lib.rs b/artifact-lib/src/lib.rs index 2c2949f8..583293e0 100644 --- a/artifact-lib/src/lib.rs +++ b/artifact-lib/src/lib.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! # artifact_lib: basic library of artifact types. //! diff --git a/artifact-ser/src/dev_prelude.rs b/artifact-ser/src/dev_prelude.rs index 272b058f..5030288d 100644 --- a/artifact-ser/src/dev_prelude.rs +++ b/artifact-ser/src/dev_prelude.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ pub use ergo_std::*; pub use ergo_config::*; diff --git a/artifact-ser/src/expand_names.rs b/artifact-ser/src/expand_names.rs index 7daed72c..efedf032 100644 --- a/artifact-ser/src/expand_names.rs +++ b/artifact-ser/src/expand_names.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Module for defining logic for parsing collapsed artifact names and //! recollapsing them for tests diff --git a/artifact-ser/src/family.rs b/artifact-ser/src/family.rs index fe5dbdc0..76365efc 100644 --- a/artifact-ser/src/family.rs +++ b/artifact-ser/src/family.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! #SPC-read-family //! This implements the types related to discovering the "family" diff --git a/artifact-ser/src/lib.rs b/artifact-ser/src/lib.rs index d67b2fad..ce6cf706 100644 --- a/artifact-ser/src/lib.rs +++ b/artifact-ser/src/lib.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! # Serialized Types //! These are types that have been serialized as STFU8 and are editable by hand. diff --git a/artifact-ser/src/lint.rs b/artifact-ser/src/lint.rs index 3d3eff95..4591437e 100644 --- a/artifact-ser/src/lint.rs +++ b/artifact-ser/src/lint.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ /// #SPC-lint /// Artifact lint types. diff --git a/artifact-ser/src/name.rs b/artifact-ser/src/name.rs index 11fe4b03..c4497398 100644 --- a/artifact-ser/src/name.rs +++ b/artifact-ser/src/name.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! #SPC-name //! diff --git a/artifact-ser/src/ser.rs b/artifact-ser/src/ser.rs index ca484f80..97e9b0c0 100644 --- a/artifact-ser/src/ser.rs +++ b/artifact-ser/src/ser.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! These are purely copies of their more "full" types with the paths, etc removed. use fmt; diff --git a/artifact-test/src/artifact.rs b/artifact-test/src/artifact.rs index 71a97422..fde3398c 100644 --- a/artifact-test/src/artifact.rs +++ b/artifact-test/src/artifact.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! This module is for testing fully realized artifacts. diff --git a/artifact-test/src/dev_prelude.rs b/artifact-test/src/dev_prelude.rs index d4fbde32..6191d16f 100644 --- a/artifact-test/src/dev_prelude.rs +++ b/artifact-test/src/dev_prelude.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ pub use ergo::*; diff --git a/artifact-test/src/family.rs b/artifact-test/src/family.rs index f992cfea..34d12591 100644 --- a/artifact-test/src/family.rs +++ b/artifact-test/src/family.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! These are tests and helpers for testing family relations, //! such as parts/partof. diff --git a/artifact-test/src/framework.rs b/artifact-test/src/framework.rs index 874272c0..7a0391e6 100644 --- a/artifact-test/src/framework.rs +++ b/artifact-test/src/framework.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! #TST-framework //! diff --git a/artifact-test/src/graph.rs b/artifact-test/src/graph.rs index 0a468384..f1271638 100644 --- a/artifact-test/src/graph.rs +++ b/artifact-test/src/graph.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! This module defines tests for the graph implementation details of //! computing artifacts. diff --git a/artifact-test/src/implemented.rs b/artifact-test/src/implemented.rs index 9012a233..9651e023 100644 --- a/artifact-test/src/implemented.rs +++ b/artifact-test/src/implemented.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ /// Test the "implemented" (i.e. source code parsing) module. diff --git a/artifact-test/src/lib.rs b/artifact-test/src/lib.rs index 33436eb7..331f7a7c 100644 --- a/artifact-test/src/lib.rs +++ b/artifact-test/src/lib.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! This subcrate is to provide a common testing framework/functions //! for testing artifact. diff --git a/artifact-test/src/name.rs b/artifact-test/src/name.rs index 25428dc1..fb4c80d4 100644 --- a/artifact-test/src/name.rs +++ b/artifact-test/src/name.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! This module defines all operations around testing artifact names diff --git a/artifact-test/src/raw.rs b/artifact-test/src/raw.rs index 925a3969..0cd1e16b 100644 --- a/artifact-test/src/raw.rs +++ b/artifact-test/src/raw.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! #TST-read-raw //! This module is for testing the serialization and deserialization diff --git a/artifact-test/src/raw_names.rs b/artifact-test/src/raw_names.rs index d567e0b0..0d22c4c2 100644 --- a/artifact-test/src/raw_names.rs +++ b/artifact-test/src/raw_names.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Test serializing/deserializing raw names diff --git a/src/check.rs b/src/check.rs index 266076ff..a6b600d8 100644 --- a/src/check.rs +++ b/src/check.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Check for errors diff --git a/src/dev_prelude.rs b/src/dev_prelude.rs index b5a94073..f66597e0 100644 --- a/src/dev_prelude.rs +++ b/src/dev_prelude.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ pub use expect_macro::*; diff --git a/src/export.rs b/src/export.rs index 7b38d925..38805b3b 100644 --- a/src/export.rs +++ b/src/export.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use artifact_data::*; diff --git a/src/fmt.rs b/src/fmt.rs index 1ec7fbf9..e6660664 100644 --- a/src/fmt.rs +++ b/src/fmt.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Format the project diff --git a/src/frontend.rs b/src/frontend.rs index dd6c9cb8..3ce6b38f 100644 --- a/src/frontend.rs +++ b/src/frontend.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! Helper methods for managing the frontend. use dev_prelude::*; diff --git a/src/init.rs b/src/init.rs index 094582f3..873862e5 100644 --- a/src/init.rs +++ b/src/init.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ use artifact_data::*; diff --git a/src/lib.rs b/src/lib.rs index 58db5904..fc5647a7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! The CLI main binary diff --git a/src/ls.rs b/src/ls.rs index b732ac76..152227e3 100644 --- a/src/ls.rs +++ b/src/ls.rs @@ -1,18 +1,18 @@ -/* artifact: the requirements tracking tool made for developers - * Copyright (C) 2018 Garrett Berg <@vitiral, vitiral@gmail.com> +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! #SPC-cli-ls use std::io; diff --git a/src/serve/handler.rs b/src/serve/handler.rs index 884da4b1..1651f94c 100644 --- a/src/serve/handler.rs +++ b/src/serve/handler.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! Handle RPC Requests use ergo::*; use nickel::status::StatusCode; diff --git a/src/serve/mod.rs b/src/serve/mod.rs index f6d96033..241a0175 100644 --- a/src/serve/mod.rs +++ b/src/serve/mod.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! #SPC-cli.serve use std::io; diff --git a/tests/data_artifact.rs b/tests/data_artifact.rs index 5830e2b0..a9dd30e3 100644 --- a/tests/data_artifact.rs +++ b/tests/data_artifact.rs @@ -1,18 +1,18 @@ /* artifact: the requirements tracking tool made for developers - * Copyright (C) 2017 Garrett Berg <@vitiral, vitiral@gmail.com> + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the Lesser GNU General Public License as published - * by the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * The source code is Licensed under either of * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) * - * You should have received a copy of the Lesser GNU General Public License - * along with this program. If not, see . + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. * */ //! Unit/Fuzz Tests: //! - #TST-unit.artifact diff --git a/tests/data_family.rs b/tests/data_family.rs index 3706ae8d..a8c4d1eb 100644 --- a/tests/data_family.rs +++ b/tests/data_family.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! Unit/Fuzz Tests: //! - #TST-unit.family //! - #TST-fuzz.family diff --git a/tests/data_graph.rs b/tests/data_graph.rs index c7d8af0a..0cc60b12 100644 --- a/tests/data_graph.rs +++ b/tests/data_graph.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ extern crate artifact_test; use artifact_test::artifact_data::graph::{self, round_ratio}; use artifact_test::graph::*; diff --git a/tests/data_implemented.rs b/tests/data_implemented.rs index 8757e98c..1a689de3 100644 --- a/tests/data_implemented.rs +++ b/tests/data_implemented.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! Unit/Fuzz Tests: //! - #TST-unit.read_impl //! - #TST-fuzz.read_impl diff --git a/tests/data_interop.rs b/tests/data_interop.rs index 92013a6c..79af37b7 100644 --- a/tests/data_interop.rs +++ b/tests/data_interop.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! Interop Tests: //! - #TST-read-artifact #[macro_use] diff --git a/tests/data_name.rs b/tests/data_name.rs index 2ea09bd0..44b1f207 100644 --- a/tests/data_name.rs +++ b/tests/data_name.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! Unit/Fuzz Tests: //! - #TST-unit.name //! - #TST-fuzz.name diff --git a/tests/data_raw.rs b/tests/data_raw.rs index 115d6596..0bbded6c 100644 --- a/tests/data_raw.rs +++ b/tests/data_raw.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ extern crate artifact_test; use artifact_test::*; diff --git a/tests/data_raw_names.rs b/tests/data_raw_names.rs index 83387cab..74a14554 100644 --- a/tests/data_raw_names.rs +++ b/tests/data_raw_names.rs @@ -1,6 +1,23 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! Unit/Fuzz Tests: //! - #TST-unit.raw_name //! - #TST-fuzz.raw_name + extern crate ergo; extern crate artifact_test; use ergo::*; diff --git a/tests/lib_ser.rs b/tests/lib_ser.rs index 230a7d52..d187c97a 100644 --- a/tests/lib_ser.rs +++ b/tests/lib_ser.rs @@ -1 +1,17 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ //! FIXME: Test serialization/deserialization of `*Ser` Types diff --git a/tests/serve_interop.rs b/tests/serve_interop.rs index 79c70d9a..a0ff3d32 100644 --- a/tests/serve_interop.rs +++ b/tests/serve_interop.rs @@ -1,3 +1,19 @@ +/* artifact: the requirements tracking tool made for developers + * Copyright (C) 2018 Rett Berg <@vitiral, vitiral@gmail.com> + * + * The source code is Licensed under either of + * + * * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or + * http://www.apache.org/licenses/LICENSE-2.0) + * * MIT license ([LICENSE-MIT](LICENSE-MIT) or + * http://opensource.org/licenses/MIT) + * + * at your option. + * + * Unless you explicitly state otherwise, any contribution intentionally submitted + * for inclusion in the work by you, as defined in the Apache-2.0 license, shall + * be dual licensed as above, without any additional terms or conditions. + * */ #[macro_use] extern crate artifact_test; extern crate assert_cli;