Skip to content

Commit 76c13a8

Browse files
committed
Add copyright headers
Signed-off-by: Tushar Goel <[email protected]>
1 parent 208658e commit 76c13a8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

vulnerabilities/tests/test_v2_api.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# tests.py
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/aboutcode-org/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
8+
#
9+
210
from django.urls import reverse
311
from packageurl import PackageURL
412
from rest_framework import status

vulnerabilities/v2_api.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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/aboutcode-org/vulnerablecode for support or download.
7+
# See https://aboutcode.org for more information about nexB OSS projects.
8+
#
9+
110
from rest_framework import serializers
211
from rest_framework import viewsets
312
from rest_framework.response import Response

0 commit comments

Comments
 (0)