File tree Expand file tree Collapse file tree 7 files changed +71
-14
lines changed
Expand file tree Collapse file tree 7 files changed +71
-14
lines changed Original file line number Diff line number Diff line change 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+ */
118package org .spdx .storage .listedlicense ;
219
320import java .util .ArrayList ;
Original file line number Diff line number Diff line change 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+ */
118package org .spdx .utility .compare ;
219
320import java .util .Arrays ;
Original file line number Diff line number Diff line change 4343import junit .framework .TestCase ;
4444
4545/**
46+ * Test SPDX item comparer
47+ *
4648 * @author Gary O'Neall
4749 */
4850public class SpdxItemComparerTest extends TestCase {
Original file line number Diff line number Diff line change 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+ */
1718package org .spdx .utility .compare ;
1819
1920import java .util .Arrays ;
Original file line number Diff line number Diff line change 4545
4646
4747/**
48+ * Test SPDX snippet comparer
49+ *
4850 * @author Gary O'Neall
4951 */
5052public class SpdxSnippetComparerTest extends TestCase {
Original file line number Diff line number Diff line change 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+ */
1718package org .spdx .utility .compare ;
1819
1920import static org .junit .Assert .*;
Original file line number Diff line number Diff line change 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+ */
118package org .spdx .utility .verificationcode ;
219
320
You can’t perform that action at this time.
0 commit comments