Skip to content

Commit 9d224cd

Browse files
bactgoneall
authored andcommitted
Add missing copyright headers
Use the date from first GitHub commit Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent c28090e commit 9d224cd

File tree

7 files changed

+71
-14
lines changed

7 files changed

+71
-14
lines changed

src/test/java/org/spdx/storage/listedlicense/CrossRefJsonV2Test.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (c) 2020 Source Auditor Inc.
3+
* SPDX-FileType: SOURCE
4+
* SPDX-License-Identifier: Apache-2.0
5+
* <p>
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
* <p>
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
* <p>
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
118
package org.spdx.storage.listedlicense;
219

320
import java.util.ArrayList;

src/test/java/org/spdx/utility/compare/CompareConsistencyHelper.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (c) 2024 Source Auditor Inc.
3+
* SPDX-FileType: SOURCE
4+
* SPDX-License-Identifier: Apache-2.0
5+
* <p>
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
* <p>
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
* <p>
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
118
package org.spdx.utility.compare;
219

320
import java.util.Arrays;

src/test/java/org/spdx/utility/compare/SpdxItemComparerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
import junit.framework.TestCase;
4444

4545
/**
46+
* Test SPDX item comparer
47+
*
4648
* @author Gary O'Neall
4749
*/
4850
public class SpdxItemComparerTest extends TestCase {

src/test/java/org/spdx/utility/compare/SpdxPackageComparerTest.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
/**
2-
* Copyright (c) 2015 Source Auditor Inc.
3-
*
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (c) 2015 Source Auditor Inc.
3+
* SPDX-FileType: SOURCE
4+
* SPDX-License-Identifier: Apache-2.0
5+
* <p>
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at
7-
*
9+
* <p>
810
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
11+
* <p>
1012
* Unless required by applicable law or agreed to in writing, software
1113
* distributed under the License is distributed on an "AS IS" BASIS,
1214
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1315
* See the License for the specific language governing permissions and
1416
* limitations under the License.
15-
*
16-
*/
17+
*/
1718
package org.spdx.utility.compare;
1819

1920
import java.util.Arrays;

src/test/java/org/spdx/utility/compare/SpdxSnippetComparerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545

4646

4747
/**
48+
* Test SPDX snippet comparer
49+
*
4850
* @author Gary O'Neall
4951
*/
5052
public class SpdxSnippetComparerTest extends TestCase {

src/test/java/org/spdx/utility/compare/TestCompareTemplateOutputHandler.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
/**
2-
* Copyright (c) 2013 Source Auditor Inc.
3-
*
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (c) 2013 Source Auditor Inc.
3+
* SPDX-FileType: SOURCE
4+
* SPDX-License-Identifier: Apache-2.0
5+
* <p>
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at
7-
*
9+
* <p>
810
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
11+
* <p>
1012
* Unless required by applicable law or agreed to in writing, software
1113
* distributed under the License is distributed on an "AS IS" BASIS,
1214
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1315
* See the License for the specific language governing permissions and
1416
* limitations under the License.
15-
*
16-
*/
17+
*/
1718
package org.spdx.utility.compare;
1819

1920
import static org.junit.Assert.*;

src/test/java/org/spdx/utility/verificationcode/VerificationCodeGeneratorTest.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright (c) 2020 Source Auditor Inc.
3+
* SPDX-FileType: SOURCE
4+
* SPDX-License-Identifier: Apache-2.0
5+
* <p>
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
* <p>
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
* <p>
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*/
118
package org.spdx.utility.verificationcode;
219

320

0 commit comments

Comments
 (0)