Skip to content

Commit 6c2ef0a

Browse files
updating license (#68)
1 parent 8cf1d9b commit 6c2ef0a

29 files changed

+443
-1003
lines changed

.flake8

+9-13
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
#
33
# This file is part of Covalent.
44
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
77
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
14-
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
[flake8]
2218
max-line-length = 99

.github/workflows/changelog.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Copyright 2021 Agnostiq Inc.
22
#
33
# This file is part of Covalent.
4-
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
74
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
97
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
8+
# https://www.apache.org/licenses/LICENSE-2.0
149
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
name: changelog
2218

.github/workflows/changelog_reminder.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Copyright 2021 Agnostiq Inc.
22
#
33
# This file is part of Covalent.
4-
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
74
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
97
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
8+
# https://www.apache.org/licenses/LICENSE-2.0
149
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
on:
2218
pull_request

.github/workflows/license.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
#
33
# This file is part of Covalent.
44
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
77
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
14-
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
name: license
2218

.github/workflows/release.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Copyright 2021 Agnostiq Inc.
22
#
33
# This file is part of Covalent.
4-
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
74
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
97
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
8+
# https://www.apache.org/licenses/LICENSE-2.0
149
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
name: release
2218

.github/workflows/tests.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
#
33
# This file is part of Covalent.
44
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
77
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
14-
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
name: tests
2218

.github/workflows/version.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Copyright 2021 Agnostiq Inc.
22
#
33
# This file is part of Covalent.
4-
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
74
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
97
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
8+
# https://www.apache.org/licenses/LICENSE-2.0
149
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
name: version
2218

.gitignore

+9-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Copyright 2021 Agnostiq Inc.
22
#
33
# This file is part of Covalent.
4-
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
74
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
97
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
8+
# https://www.apache.org/licenses/LICENSE-2.0
149
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
# Ignore results folders
2218
**/results/**

.pre-commit-config.yaml

+9-13
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
#
33
# This file is part of Covalent.
44
#
5-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
6-
# A copy of the License may be obtained with this software package or at
5+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
6+
# License may be obtained with this software package or at
77
#
8-
# https://www.gnu.org/licenses/agpl-3.0.en.html
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
10-
# Use of this file is prohibited except in compliance with the License. Any
11-
# modifications or derivative works of this file must retain this copyright
12-
# notice, and modified files must contain a notice indicating that they have
13-
# been altered from the originals.
14-
#
15-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
18-
#
19-
# Relief from the License may be granted by purchasing a commercial license.
10+
# Use of this file is prohibited except in compliance with the License.
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2016

2117
exclude: ".git|.tox|CHANGELOG.md|VERSION"
2218
default_stages: [commit]

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [UNRELEASED]
99

10+
### Changed
11+
12+
- Changed license to Apache
13+
1014
## [0.30.0] - 2023-03-14
1115

1216
### Added

CONTRIBUTING.md

+9-13
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,17 @@ All files submitted must contain the following before all other lines:
6161
#
6262
# This file is part of Covalent.
6363
#
64-
# Licensed under the GNU Affero General Public License 3.0 (the "License").
65-
# A copy of the License may be obtained with this software package or at
64+
# Licensed under the Apache License 2.0 (the "License"). A copy of the
65+
# License may be obtained with this software package or at
6666
#
67-
# https://www.gnu.org/licenses/agpl-3.0.en.html
67+
# https://www.apache.org/licenses/LICENSE-2.0
6868
#
69-
# Use of this file is prohibited except in compliance with the License. Any
70-
# modifications or derivative works of this file must retain this copyright
71-
# notice, and modified files must contain a notice indicating that they have
72-
# been altered from the originals.
73-
#
74-
# Covalent is distributed in the hope that it will be useful, but WITHOUT
75-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
76-
# FITNESS FOR A PARTICULAR PURPOSE. See the License for more details.
77-
#
78-
# Relief from the License may be granted by purchasing a commercial license.
69+
# Use of this file is prohibited except in compliance with the License.
70+
# Unless required by applicable law or agreed to in writing, software
71+
# distributed under the License is distributed on an "AS IS" BASIS,
72+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73+
# See the License for the specific language governing permissions and
74+
# limitations under the License.
7975

8076
"""Single-sentence description of the file."""
8177
```

0 commit comments

Comments
 (0)