Skip to content

Commit

Permalink
Added missing copyright headers mercedes-benz#471
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Jan 20, 2021
1 parent 34b5bab commit 7539767
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- SPDX-License-Identifier: MIT --->
# About

## What is this folder for?
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;

/**
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.adapter;

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.resilience;

/**
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.validation;

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

import static org.junit.Assert.*;
Expand Down

0 comments on commit 7539767

Please sign in to comment.