Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
fix #238: correct license comments in source code to MIT/APACHE
Browse files Browse the repository at this point in the history
  • Loading branch information
Rett Berg committed Nov 1, 2018
1 parent c6b2b9e commit ffa30d5
Show file tree
Hide file tree
Showing 62 changed files with 739 additions and 513 deletions.
22 changes: 11 additions & 11 deletions artifact-data/src/artifact.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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
Expand Down
23 changes: 12 additions & 11 deletions artifact-data/src/dev_prelude.rs
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
/*
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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)]
Expand Down
22 changes: 11 additions & 11 deletions artifact-data/src/graph.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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;
Expand Down
22 changes: 11 additions & 11 deletions artifact-data/src/implemented.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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
//!
Expand Down
22 changes: 11 additions & 11 deletions artifact-data/src/intermediate.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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;
Expand Down
22 changes: 11 additions & 11 deletions artifact-data/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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
Expand Down
16 changes: 0 additions & 16 deletions artifact-data/src/modify.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2018 Garrett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* */
//! #SPC-modify

use std::error;
Expand Down
Empty file removed artifact-data/src/name.rs
Empty file.
16 changes: 0 additions & 16 deletions artifact-data/src/project.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* */
//! The major exported type and function for loading artifacts.

use time;
Expand Down
22 changes: 11 additions & 11 deletions artifact-data/src/raw.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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)]

Expand Down
22 changes: 11 additions & 11 deletions artifact-data/src/raw_names.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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

Expand Down
22 changes: 11 additions & 11 deletions artifact-data/src/settings.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2017 Garrett Berg <@vitiral, [email protected]>
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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.

Expand Down
24 changes: 12 additions & 12 deletions artifact-frontend/src/artifact.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2018 Garrett Berg <@vitiral, [email protected]>
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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;
Expand Down
24 changes: 12 additions & 12 deletions artifact-frontend/src/dev_prelude.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2018 Garrett Berg <@vitiral, [email protected]>
/* artifact: the requirements tracking tool made for developers
* Copyright (C) 2018 Rett Berg <@vitiral, [email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
* 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::*;
Expand Down
Loading

0 comments on commit ffa30d5

Please sign in to comment.