Skip to content

Commit b2b8269

Browse files
committed
Add streamlined Apache license notice #277
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 5c50e84 commit b2b8269

File tree

111 files changed

+730
-1757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+730
-1757
lines changed

vulnerabilities/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
8+
#

vulnerabilities/admin.py

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
4-
# The VulnerableCode software is licensed under the Apache License version 2.0.
5-
# Data generated with VulnerableCode require an acknowledgment.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
68
#
7-
# You may not use this software except in compliance with the License.
8-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
9-
# Unless required by applicable law or agreed to in writing, software distributed
10-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
12-
# specific language governing permissions and limitations under the License.
13-
#
14-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
15-
# derivative work, you must accompany this data with the following acknowledgment:
16-
#
17-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
18-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
19-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
20-
# for any legal advice.
21-
# VulnerableCode is a free software tool from nexB Inc. and others.
22-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
239

2410
from django.contrib import admin
2511

vulnerabilities/api.py

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
4-
# The VulnerableCode software is licensed under the Apache License version 2.0.
5-
# Data generated with VulnerableCode require an acknowledgment.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
68
#
7-
# You may not use this software except in compliance with the License.
8-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
9-
# Unless required by applicable law or agreed to in writing, software distributed
10-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
12-
# specific language governing permissions and limitations under the License.
13-
#
14-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
15-
# derivative work, you must accompany this data with the following acknowledgment:
16-
#
17-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
18-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
19-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
20-
# for any legal advice.
21-
# VulnerableCode is a free software tool from nexB Inc. and others.
22-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
239

2410
from urllib.parse import unquote
2511

vulnerabilities/forms.py

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
# Copyright (c) nexB Inc. and others. All rights reserved.
2-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
3-
# The VulnerableCode software is licensed under the Apache License version 2.0.
4-
# Data generated with VulnerableCode require an acknowledgment.
5-
#
6-
# You may not use this software except in compliance with the License.
7-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
8-
# Unless required by applicable law or agreed to in writing, software distributed
9-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
# specific language governing permissions and limitations under the License.
121
#
13-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
14-
# derivative work, you must accompany this data with the following acknowledgment:
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
158
#
16-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
17-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
18-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
19-
# for any legal advice.
20-
# VulnerableCode is a free software tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
229

2310
from django import forms
2411

vulnerabilities/import_runner.py

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
#
22
# Copyright (c) nexB Inc. and others. All rights reserved.
3-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
4-
# The VulnerableCode software is licensed under the Apache License version 2.0.
5-
# Data generated with VulnerableCode require an acknowledgment.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
68
#
7-
# You may not use this software except in compliance with the License.
8-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
9-
# Unless required by applicable law or agreed to in writing, software distributed
10-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
12-
# specific language governing permissions and limitations under the License.
13-
#
14-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
15-
# derivative work, you must accompany this data with the following acknowledgment:
16-
#
17-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
18-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
19-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
20-
# for any legal advice.
21-
# VulnerableCode is a free software tool from nexB Inc. and others.
22-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
239

2410
import datetime
2511
import logging

vulnerabilities/importer.py

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
# Copyright (c) nexB Inc. and others. All rights reserved.
2-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
3-
# The VulnerableCode software is licensed under the Apache License version 2.0.
4-
# Data generated with VulnerableCode require an acknowledgment.
5-
#
6-
# You may not use this software except in compliance with the License.
7-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
8-
# Unless required by applicable law or agreed to in writing, software distributed
9-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
# specific language governing permissions and limitations under the License.
121
#
13-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
14-
# derivative work, you must accompany this data with the following acknowledgment:
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
158
#
16-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
17-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
18-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
19-
# for any legal advice.
20-
# VulnerableCode is a free software code scanning tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
9+
2210
import dataclasses
2311
import datetime
2412
import logging

vulnerabilities/importers/__init__.py

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
# Copyright (c) 2017 nexB Inc. and others. All rights reserved.
2-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
3-
# The VulnerableCode software is licensed under the Apache License version 2.0.
4-
# Data generated with VulnerableCode require an acknowledgment.
51
#
6-
# You may not use this software except in compliance with the License.
7-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
8-
# Unless required by applicable law or agreed to in writing, software distributed
9-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
# specific language governing permissions and limitations under the License.
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
128
#
13-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
14-
# derivative work, you must accompany this data with the following acknowledgment:
15-
#
16-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
17-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
18-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
19-
# for any legal advice.
20-
# VulnerableCode is a free software code scanning tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
9+
2210
from vulnerabilities.importers import alpine_linux
2311
from vulnerabilities.importers import debian
2412
from vulnerabilities.importers import github

vulnerabilities/importers/alpine_linux.py

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
#
2-
# Copyright (c) 2017 nexB Inc. and others. All rights reserved.
3-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
4-
# The VulnerableCode software is licensed under the Apache License version 2.0.
5-
# Data generated with VulnerableCode require an acknowledgment.
62
#
7-
# You may not use this software except in compliance with the License.
8-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
9-
# Unless required by applicable law or agreed to in writing, software distributed
10-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
12-
# specific language governing permissions and limitations under the License.
3+
# Copyright (c) nexB Inc. and others. All rights reserved.
4+
# VulnerableCode is a trademark of nexB Inc.
5+
# SPDX-License-Identifier: Apache-2.0
6+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7+
# See https://github.com/nexB/vulnerablecode for support or download.
8+
# See https://aboutcode.org for more information about nexB OSS projects.
139
#
14-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
15-
# derivative work, you must accompany this data with the following acknowledgment:
16-
#
17-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
18-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
19-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
20-
# for any legal advice.
21-
# VulnerableCode is a free software code scanning tool from nexB Inc. and others.
22-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
10+
2311
import logging
2412
from typing import Any
2513
from typing import Iterable

vulnerabilities/importers/apache_httpd.py

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
# Copyright (c) nexB Inc. and others. All rights reserved.
2-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
3-
# The VulnerableCode software is licensed under the Apache License version 2.0.
4-
# Data generated with VulnerableCode require an acknowledgment.
5-
#
6-
# You may not use this software except in compliance with the License.
7-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
8-
# Unless required by applicable law or agreed to in writing, software distributed
9-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
# specific language governing permissions and limitations under the License.
121
#
13-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
14-
# derivative work, you must accompany this data with the following acknowledgment:
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
158
#
16-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
17-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
18-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
19-
# for any legal advice.
20-
# VulnerableCode is a free software tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
229

2310
import asyncio
2411
import urllib

vulnerabilities/importers/apache_kafka.py

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
# Copyright (c) nexB Inc. and others. All rights reserved.
2-
# http://nexb.com and https://github.com/nexB/vulnerablecode/
3-
# The VulnerableCode software is licensed under the Apache License version 2.0.
4-
# Data generated with VulnerableCode require an acknowledgment.
5-
#
6-
# You may not use this software except in compliance with the License.
7-
# You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
8-
# Unless required by applicable law or agreed to in writing, software distributed
9-
# under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
10-
# CONDITIONS OF ANY KIND, either express or implied. See the License for the
11-
# specific language governing permissions and limitations under the License.
121
#
13-
# When you publish or redistribute any data created with VulnerableCode or any VulnerableCode
14-
# derivative work, you must accompany this data with the following acknowledgment:
2+
# Copyright (c) nexB Inc. and others. All rights reserved.
3+
# VulnerableCode is a trademark of nexB Inc.
4+
# SPDX-License-Identifier: Apache-2.0
5+
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6+
# See https://github.com/nexB/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
158
#
16-
# Generated with VulnerableCode and provided on an "AS IS" BASIS, WITHOUT WARRANTIES
17-
# OR CONDITIONS OF ANY KIND, either express or implied. No content created from
18-
# VulnerableCode should be considered or used as legal advice. Consult an Attorney
19-
# for any legal advice.
20-
# VulnerableCode is a free software tool from nexB Inc. and others.
21-
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
229

2310
import asyncio
2411

0 commit comments

Comments
 (0)