|
1 | 1 | # |
2 | | -# Copyright (c) 2018 nexB Inc. and others. All rights reserved. |
3 | | -# http://nexb.com and https://github.com/nexB/scancode-toolkit/ |
| 2 | +# Copyright (c) nexB Inc. and others. All rights reserved. |
| 3 | +# SPDX-License-Identifier: Apache-2.0 AND CC-BY-4.0 |
| 4 | +# |
| 5 | +# Visit https://aboutcode.org and https://github.com/nexB/scancode-toolkit for |
| 6 | +# support and download. ScanCode is a trademark of nexB Inc. |
| 7 | +# |
4 | 8 | # The ScanCode software is licensed under the Apache License version 2.0. |
5 | | -# Data generated with ScanCode require an acknowledgment. |
6 | | -# ScanCode is a trademark of nexB Inc. |
| 9 | +# The ScanCode open data is licensed under CC-BY-4.0. |
| 10 | +# |
| 11 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 12 | +# you may not use this file except in compliance with the License. |
| 13 | +# You may obtain a copy of the License at |
7 | 14 | # |
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. |
| 15 | +# http://www.apache.org/licenses/LICENSE-2.0 |
14 | 16 | # |
15 | | -# When you publish or redistribute any data created with ScanCode or any ScanCode |
16 | | -# derivative work, you must accompany this data with the following acknowledgment: |
| 17 | +# Unless required by applicable law or agreed to in writing, software |
| 18 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 19 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 20 | +# See the License for the specific language governing permissions and |
| 21 | +# limitations under the License. |
17 | 22 | # |
18 | | -# Generated with ScanCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES |
19 | | -# OR CONDITIONS OF ANY KIND, either express or implied. No content created from |
20 | | -# ScanCode should be considered or used as legal advice. Consult an Attorney |
21 | | -# for any legal advice. |
22 | | -# ScanCode is a free software code scanning tool from nexB Inc. and others. |
23 | | -# Visit https://github.com/nexB/scancode-toolkit/ for support and download. |
24 | 23 |
|
25 | 24 | FROM python:3.6 |
26 | 25 |
|
|
0 commit comments