Skip to content

Commit 33b20b7

Browse files
committed
#39: Added copyright/license notice to test file
Signed-off-by: Jillian Daguil <[email protected]>
1 parent 7bd6ab9 commit 33b20b7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/aboutCodeDB.test.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
#
3+
# Copyright (c) 2017 nexB Inc. and others. All rights reserved.
4+
# http://nexb.com and https://github.com/nexB/aboutcode-manager/
5+
# The AboutCode Manager software is licensed under the Apache License version 2.0.
6+
# AboutCode is a trademark of nexB Inc.
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+
#
15+
*/
16+
17+
118
const jsdom = require("jsdom");
219
const window = jsdom.jsdom().defaultView;
320
const $ = require("jquery")(window);

0 commit comments

Comments
 (0)