Skip to content

Commit 514a33d

Browse files
committed
Add missing license notice
Thanks to @carmenbianca and @jonasob Reported-by: Jonas Öberg <jonas@fsfe.org> Reported-by: Carmen Bianca Bakker <carmenbianca@fsfe.org> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 2ed86e1 commit 514a33d

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

etc/configure.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
#!/usr/bin/python
22

3-
# Copyright (c) 2015 nexB Inc. http://www.nexb.com/ - All rights reserved.
3+
# Copyright (c) 2017 nexB Inc. and others. All rights reserved.
4+
# http://nexb.com and http://aboutcode.org
5+
#
6+
# This software is licensed under the Apache License version 2.0.
7+
#
8+
# You may not use this software except in compliance with the License.
9+
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
10+
# Unless required by applicable law or agreed to in writing, software distributed
11+
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12+
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
13+
# specific language governing permissions and limitations under the License.
14+
415

516
"""
617
This script a configuration helper to select pip requirement files to install

0 commit comments

Comments
 (0)