summaryrefslogtreecommitdiffstats
path: root/heat-model/src
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2018-03-13 16:29:42 +0530
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2018-03-13 16:47:50 +0530
commit6bca768eefab962eca10f88614da6a4424e4a508 (patch)
tree84bb1883ef9a8e70d469c5355887eef6a9e0f2f6 /heat-model/src
parent474b20feb7ece7ad7c6372547581a1463ababcc5 (diff)
update the license info for test files
Issue-ID: SO-453 Change-Id: Ie92c66d3bb24d406d06ca60b298ed20c63eea1ae Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'heat-model/src')
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/CreateStackParamTest.java4
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/ExplanationTest.java4
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/LinkTest.java4
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourceTest.java4
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourcesTest.java4
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/StackTest.java4
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/StacksTest.java4
-rw-r--r--heat-model/src/test/main/java/com.woorea.openstack.heat.model/UpdateStackParamTest.java4
8 files changed, 32 insertions, 0 deletions
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/CreateStackParamTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/CreateStackParamTest.java
index 75006fc..d425939 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/CreateStackParamTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/CreateStackParamTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ExplanationTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ExplanationTest.java
index b9388b6..7b273c1 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ExplanationTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ExplanationTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/LinkTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/LinkTest.java
index 3b4561d..2962fcd 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/LinkTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/LinkTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourceTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourceTest.java
index e3423fd..c8a3605 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourceTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourceTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourcesTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourcesTest.java
index b3b55d5..d6cdf93 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourcesTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/ResourcesTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StackTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StackTest.java
index 2b90fd8..012e055 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StackTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StackTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StacksTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StacksTest.java
index b7a01e2..16e0646 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StacksTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/StacksTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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
diff --git a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/UpdateStackParamTest.java b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/UpdateStackParamTest.java
index d1e22b1..583c555 100644
--- a/heat-model/src/test/main/java/com.woorea.openstack.heat.model/UpdateStackParamTest.java
+++ b/heat-model/src/test/main/java/com.woorea.openstack.heat.model/UpdateStackParamTest.java
@@ -1,5 +1,9 @@
/*-
* ============LICENSE_START=======================================================
+ * ONAP - SO
+ * ================================================================================
+ * Copyright (C) 2018 Huawei 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