@@ -61,21 +61,17 @@ All files submitted must contain the following before all other lines:
61
61
#
62
62
# This file is part of Covalent.
63
63
#
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
66
66
#
67
- # https://www.gnu .org/licenses/agpl-3.0.en.html
67
+ # https://www.apache .org/licenses/LICENSE-2.0
68
68
#
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.
79
75
80
76
""" Single-sentence description of the file."""
81
77
```
0 commit comments