CPS-505 Retrieving modules for new CM handle
[cps.git] / cps-service / src / main / java / org / onap / cps / spi / model / ModuleReference.java
index 8989e6c..f9aa2b5 100644 (file)
@@ -1,6 +1,7 @@
-/*-
+/*
  * ============LICENSE_START=======================================================
- *  Copyright (C) 2020 Nordix Foundation. All rights reserved.
+ * Copyright (C) 2020 Nordix Foundation.
+ * Modifications Copyright 2020-2021 Pantheon.tech
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -37,4 +38,5 @@ public class ModuleReference implements Serializable {
     private String name;
     private String namespace;
     private String revision;
+
 }