Editing of Nordix Licenses to ONAP guidelines
[cps.git] / cps-service / src / main / java / org / onap / cps / spi / exceptions / AnchorNotFoundException.java
index d346c41..1ec0ac1 100755 (executable)
@@ -1,6 +1,6 @@
-/*-\r
+/*\r
  * ============LICENSE_START=======================================================\r
- *  Copyright (C) 2021 Nordix Foundation. All rights reserved.\r
+ *  Copyright (C) 2021 Nordix Foundation.\r
  * ================================================================================\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -36,4 +36,4 @@ public class AnchorNotFoundException extends CpsAdminException {
             String.format("Anchor with name %s does not exist in dataspace %s.", anchorName,\r
                 dataspaceName));\r
     }\r
-}
\ No newline at end of file
+}\r