Skip to content

Commit 324e67f

Browse files
committed
changed the licenses
Signed-off-by: Pratik Dey <pratikrocks.dey11@gmail.com>
1 parent bc617f2 commit 324e67f

2 files changed

Lines changed: 26 additions & 22 deletions

File tree

Dockerfile

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SPDX-License-Identifier: Apache-2.0
21
#
3-
# http://nexb.com and https://github.com/nexB/scancode.io
4-
# The ScanCode.io software is licensed under the Apache License version 2.0.
5-
# Data generated with ScanCode.io is provided as-is without warranties.
6-
# ScanCode is a trademark of nexB Inc.
2+
# Copyright (c) 2017-2018 nexB Inc. and others. All rights reserved.
3+
# http://nexb.com and https://github.com/nexB/deltacode/
4+
# The DeltaCode software is licensed under the Apache License version 2.0.
5+
# Data generated with DeltaCode require an acknowledgment.
6+
# DeltaCode is a trademark of nexB Inc.
77
#
88
# You may not use this software except in compliance with the License.
99
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
@@ -12,13 +12,15 @@
1212
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
1313
# specific language governing permissions and limitations under the License.
1414
#
15-
# Data Generated with ScanCode.io is provided on an "AS IS" BASIS, WITHOUT WARRANTIES
16-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
17-
# ScanCode.io should be considered or used as legal advice. Consult an Attorney
18-
# for any legal advice.
15+
# When you publish or redistribute any data created with DeltaCode or any DeltaCode
16+
# derivative work, you must accompany this data with the following acknowledgment:
1917
#
20-
# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/scancode.io for support and download.
18+
# Generated with DeltaCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
19+
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
20+
# DeltaCode should be considered or used as legal advice. Consult an Attorney
21+
# for any legal advice.
22+
# DeltaCode is a free and open source software analysis tool from nexB Inc. and others.
23+
# Visit https://github.com/nexB/deltacode/ for support and download.
2224

2325
FROM python:3.9
2426

docker-compose.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SPDX-License-Identifier: Apache-2.0
21
#
3-
# http://nexb.com and https://github.com/nexB/scancode.io
4-
# The ScanCode.io software is licensed under the Apache License version 2.0.
5-
# Data generated with ScanCode.io is provided as-is without warranties.
6-
# ScanCode is a trademark of nexB Inc.
2+
# Copyright (c) 2017-2018 nexB Inc. and others. All rights reserved.
3+
# http://nexb.com and https://github.com/nexB/deltacode/
4+
# The DeltaCode software is licensed under the Apache License version 2.0.
5+
# Data generated with DeltaCode require an acknowledgment.
6+
# DeltaCode is a trademark of nexB Inc.
77
#
88
# You may not use this software except in compliance with the License.
99
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
@@ -12,13 +12,15 @@
1212
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
1313
# specific language governing permissions and limitations under the License.
1414
#
15-
# Data Generated with ScanCode.io is provided on an "AS IS" BASIS, WITHOUT WARRANTIES
16-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
17-
# ScanCode.io should be considered or used as legal advice. Consult an Attorney
18-
# for any legal advice.
15+
# When you publish or redistribute any data created with DeltaCode or any DeltaCode
16+
# derivative work, you must accompany this data with the following acknowledgment:
1917
#
20-
# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/scancode.io for support and download.
18+
# Generated with DeltaCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
19+
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
20+
# DeltaCode should be considered or used as legal advice. Consult an Attorney
21+
# for any legal advice.
22+
# DeltaCode is a free and open source software analysis tool from nexB Inc. and others.
23+
# Visit https://github.com/nexB/deltacode/ for support and download.
2224

2325
version: "3"
2426
services:

0 commit comments

Comments
 (0)