diff options
Diffstat (limited to 'cps-application/src/main/java')
-rw-r--r-- | cps-application/src/main/java/org/onap/cps/Application.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cps-application/src/main/java/org/onap/cps/Application.java b/cps-application/src/main/java/org/onap/cps/Application.java index d8e849d53d..ba707e964b 100644 --- a/cps-application/src/main/java/org/onap/cps/Application.java +++ b/cps-application/src/main/java/org/onap/cps/Application.java @@ -1,6 +1,6 @@ -/*-
+/*
* ============LICENSE_START=======================================================
- * Copyright (C) 2020 Nordix Foundation. All rights reserved.
+ * Copyright (C) 2020 Nordix Foundation.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,4 +29,4 @@ public class Application { public static void main(final String[] args) {
SpringApplication.run(Application.class, args);
}
-}
\ No newline at end of file +}
|