diff options
Diffstat (limited to 'heat-model')
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 |