Skip to content

Commit 93ae263

Browse files
committed
updated and added Copyright 2019 statements
Former-commit-id: bb7cc981e9ea7c5c4d1d93531b24aa6ff70246da
1 parent d4416b0 commit 93ae263

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+66
-28
lines changed

src/main/java/com/oracle/weblogicx/imagebuilder/api/FileResolver.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
2+
13
package com.oracle.weblogicx.imagebuilder.api;
24

35
import com.oracle.weblogicx.imagebuilder.api.meta.CacheStore;

src/main/java/com/oracle/weblogicx/imagebuilder/api/meta/CacheStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
22

33
package com.oracle.weblogicx.imagebuilder.api.meta;
44

src/main/java/com/oracle/weblogicx/imagebuilder/api/model/AbstractFile.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
2+
13
package com.oracle.weblogicx.imagebuilder.api.model;
24

35
import com.oracle.weblogicx.imagebuilder.api.FileResolver;

src/main/java/com/oracle/weblogicx/imagebuilder/api/model/CachePolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
22

33
package com.oracle.weblogicx.imagebuilder.api.model;
44

src/main/java/com/oracle/weblogicx/imagebuilder/api/model/CommandResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
22

33
package com.oracle.weblogicx.imagebuilder.api.model;
44

src/main/java/com/oracle/weblogicx/imagebuilder/api/model/InstallerType.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
2+
13
package com.oracle.weblogicx.imagebuilder.api.model;
24

35
import com.oracle.weblogicx.imagebuilder.util.Constants;

src/main/java/com/oracle/weblogicx/imagebuilder/api/model/WLSInstallerType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. */
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
22

33
package com.oracle.weblogicx.imagebuilder.api.model;
44

src/main/java/com/oracle/weblogicx/imagebuilder/api/model/WLSVersionValues.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
2+
13
package com.oracle.weblogicx.imagebuilder.api.model;
24

35
import com.oracle.weblogicx.imagebuilder.util.Constants;

src/main/java/com/oracle/weblogicx/imagebuilder/cli/CLIDriver.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
2+
13
package com.oracle.weblogicx.imagebuilder.cli;
24

35
import com.oracle.weblogicx.imagebuilder.api.model.CommandResponse;

src/main/java/com/oracle/weblogicx/imagebuilder/cli/WLSCommandFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved. */
2+
13
package com.oracle.weblogicx.imagebuilder.cli;
24

35
import picocli.CommandLine.IFactory;

0 commit comments

Comments
 (0)