summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/sdc/dcae/composition/model
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2019-07-11 12:54:36 +0200
committerPiotr Darosz <piotr.darosz@nokia.com>2019-07-12 13:29:07 +0200
commitb71afd3e87d44b36e94b8b11218d8f5f211d67c7 (patch)
tree7a9149d4786444442b5004938391fab626a33ae1 /src/test/java/org/onap/sdc/dcae/composition/model
parente8a1f614867b6863c8f097a168e51a05847bf887 (diff)
Oparent 2.0 migration
Add Oparent 2.0 as parent project, add missing license headers. Change-Id: Ia0f3cfbb1c51fe0c3e0ca60cd560ddaad4395ee1 Issue-ID: SDC-2438 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'src/test/java/org/onap/sdc/dcae/composition/model')
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/AssignmentTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/CapabilityTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/Capability_Test.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/Capability__Test.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/DataTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/DcaeCapabilitiesStreamSubscribeTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/FormatTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/ModelDcaeTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/ModelTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/NodeFilterTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/NodeTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/PropertyTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/Property_Test.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/RelationshipTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/RequirementTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/TypeTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/ValueTest.java22
-rw-r--r--src/test/java/org/onap/sdc/dcae/composition/model/VersionTest.java22
18 files changed, 378 insertions, 18 deletions
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/AssignmentTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/AssignmentTest.java
index 3124011..6614181 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/AssignmentTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/AssignmentTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class AssignmentTest {
public void checkHashCodeFor() {
assertThat(Assignment.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/CapabilityTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/CapabilityTest.java
index 3c3321d..c5cd97b 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/CapabilityTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/CapabilityTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class CapabilityTest {
public void checkHashCodeFor() {
assertThat(Capability.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/Capability_Test.java b/src/test/java/org/onap/sdc/dcae/composition/model/Capability_Test.java
index 9ca7b32..9894433 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/Capability_Test.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/Capability_Test.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class Capability_Test {
public void checkHashCodeFor() {
assertThat(Capability_.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/Capability__Test.java b/src/test/java/org/onap/sdc/dcae/composition/model/Capability__Test.java
index 583cca8..0aede91 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/Capability__Test.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/Capability__Test.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class Capability__Test {
public void checkHashCodeFor() {
assertThat(Capability__.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/DataTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/DataTest.java
index 4e92ce2..99eca82 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/DataTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/DataTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class DataTest {
public void checkHashCodeFor() {
assertThat(Data.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/DcaeCapabilitiesStreamSubscribeTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/DcaeCapabilitiesStreamSubscribeTest.java
index b075dca..18614e6 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/DcaeCapabilitiesStreamSubscribeTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/DcaeCapabilitiesStreamSubscribeTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class DcaeCapabilitiesStreamSubscribeTest {
public void checkHashCodeFor() {
assertThat(DcaeCapabilitiesStreamSubscribe.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/FormatTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/FormatTest.java
index 3620cd4..e548af0 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/FormatTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/FormatTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class FormatTest {
public void checkHashCodeFor() {
assertThat(Format.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/ModelDcaeTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/ModelDcaeTest.java
index 7f60f3e..d1add51 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/ModelDcaeTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/ModelDcaeTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class ModelDcaeTest {
public void checkHashCodeFor() {
assertThat(ModelDcae.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/ModelTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/ModelTest.java
index a7cd97d..bc76776 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/ModelTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/ModelTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class ModelTest {
public void checkHashCodeFor() {
assertThat(Model.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/NodeFilterTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/NodeFilterTest.java
index 2e6a568..4c981cb 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/NodeFilterTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/NodeFilterTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class NodeFilterTest {
public void checkHashCodeFor() {
assertThat(NodeFilter.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/NodeTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/NodeTest.java
index 92f7628..15e5f29 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/NodeTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/NodeTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class NodeTest {
public void checkHashCodeFor() {
assertThat(Node.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/PropertyTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/PropertyTest.java
index da51975..73aaf06 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/PropertyTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/PropertyTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class PropertyTest {
public void checkHashCodeFor() {
assertThat(Property.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/Property_Test.java b/src/test/java/org/onap/sdc/dcae/composition/model/Property_Test.java
index 8cc0cdc..2da50ba 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/Property_Test.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/Property_Test.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class Property_Test {
public void checkHashCodeFor() {
assertThat(Property_.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/RelationshipTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/RelationshipTest.java
index 39d027c..dcbb0f9 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/RelationshipTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/RelationshipTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class RelationshipTest {
public void checkHashCodeFor() {
assertThat(Relationship.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/RequirementTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/RequirementTest.java
index 1cd62c2..0b16a02 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/RequirementTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/RequirementTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class RequirementTest {
public void checkHashCodeFor() {
assertThat(Requirement.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/TypeTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/TypeTest.java
index b0e3983..6189917 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/TypeTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/TypeTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class TypeTest {
public void checkHashCodeFor() {
assertThat(Type.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/ValueTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/ValueTest.java
index 2dad232..39a348f 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/ValueTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/ValueTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class ValueTest {
public void checkHashCodeFor() {
assertThat(Value.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}
diff --git a/src/test/java/org/onap/sdc/dcae/composition/model/VersionTest.java b/src/test/java/org/onap/sdc/dcae/composition/model/VersionTest.java
index b3dbd15..881bc76 100644
--- a/src/test/java/org/onap/sdc/dcae/composition/model/VersionTest.java
+++ b/src/test/java/org/onap/sdc/dcae/composition/model/VersionTest.java
@@ -1,3 +1,23 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * sdc-dcae-d-dt-be-property
+ * ================================================================================
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
package org.onap.sdc.dcae.composition.model;
import org.junit.Test;
@@ -23,4 +43,4 @@ public class VersionTest {
public void checkHashCodeFor() {
assertThat(Version.class, hasValidBeanHashCodeFor());
}
-} \ No newline at end of file
+}