Skip to content

Commit

Permalink
Added missing copyright headers #126
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Dec 19, 2019
1 parent b225721 commit 4f90efc
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.adapter.checkmarx;

public class CheckmarxSastScanSettings {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.integrationtest.api;

import static org.junit.Assert.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.product.checkmarx;

import static org.junit.Assert.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import java.util.regex.Pattern;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

public class ScanConfigNamePatternMapping {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import static org.junit.Assert.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import static org.junit.Assert.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import static org.junit.Assert.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.domain.scan.config;

import static org.junit.Assert.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.sharedkernel.metadata;

import org.springframework.context.annotation.Profile;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.sharedkernel.metadata;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.sharedkernel.metadata;

import org.slf4j.Logger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.sharedkernel.metadata;

import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.sharedkernel.metadata;

public interface MetaDataInspection {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
package com.daimler.sechub.sharedkernel.metadata;

/**
Expand Down

0 comments on commit 4f90efc

Please sign in to comment.