FGJ-4 add license header to fabcar java sample

Change-Id: Ic658fe3bdece9875ca3ceaf28d94c5fb48879083
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
This commit is contained in:
andrew-coleman 2019-07-25 13:32:39 +01:00
parent 9a8acd5752
commit 8c057e951b
4 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,7 @@
/*
SPDX-License-Identifier: Apache-2.0
*/
package org.example;
import java.nio.file.Path;

View file

@ -1,3 +1,7 @@
/*
SPDX-License-Identifier: Apache-2.0
*/
package org.example;
import java.nio.file.Paths;

View file

@ -1,3 +1,7 @@
/*
SPDX-License-Identifier: Apache-2.0
*/
package org.example;
import java.nio.file.Paths;

View file

@ -1,3 +1,7 @@
/*
SPDX-License-Identifier: Apache-2.0
*/
package org.example;
import org.junit.Test;