From a687be0350580515b44b49e13f223521e053ced9 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 11 Sep 2017 11:57:49 +0530 Subject: Change the header to SO IssueId : SO-120 Change-Id: I1a94ec1846caaa8968054eb0124fa7cf7885a432 Signed-off-by: Seshu-Kumar-M --- .../main/java/org/openecomp/mso/properties/AbstractMsoProperties.java | 2 +- .../main/java/org/openecomp/mso/properties/MsoDatabaseException.java | 2 +- .../src/main/java/org/openecomp/mso/properties/MsoJavaProperties.java | 2 +- .../src/main/java/org/openecomp/mso/properties/MsoJsonProperties.java | 2 +- .../main/java/org/openecomp/mso/properties/MsoPropertiesException.java | 2 +- .../main/java/org/openecomp/mso/properties/MsoPropertiesFactory.java | 2 +- .../main/java/org/openecomp/mso/properties/MsoPropertiesParameters.java | 2 +- .../main/java/org/openecomp/mso/properties/MsoPropertyInitializer.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'common/src/main/java/org/openecomp/mso/properties') diff --git a/common/src/main/java/org/openecomp/mso/properties/AbstractMsoProperties.java b/common/src/main/java/org/openecomp/mso/properties/AbstractMsoProperties.java index 69d2f98324..8ab275e734 100644 --- a/common/src/main/java/org/openecomp/mso/properties/AbstractMsoProperties.java +++ b/common/src/main/java/org/openecomp/mso/properties/AbstractMsoProperties.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/common/src/main/java/org/openecomp/mso/properties/MsoDatabaseException.java b/common/src/main/java/org/openecomp/mso/properties/MsoDatabaseException.java index f38495eb7a..9583e519f5 100644 --- a/common/src/main/java/org/openecomp/mso/properties/MsoDatabaseException.java +++ b/common/src/main/java/org/openecomp/mso/properties/MsoDatabaseException.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/common/src/main/java/org/openecomp/mso/properties/MsoJavaProperties.java b/common/src/main/java/org/openecomp/mso/properties/MsoJavaProperties.java index aa791f896e..3675dd6178 100644 --- a/common/src/main/java/org/openecomp/mso/properties/MsoJavaProperties.java +++ b/common/src/main/java/org/openecomp/mso/properties/MsoJavaProperties.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/common/src/main/java/org/openecomp/mso/properties/MsoJsonProperties.java b/common/src/main/java/org/openecomp/mso/properties/MsoJsonProperties.java index cfc9c7dd0e..c0997f31d9 100644 --- a/common/src/main/java/org/openecomp/mso/properties/MsoJsonProperties.java +++ b/common/src/main/java/org/openecomp/mso/properties/MsoJsonProperties.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesException.java b/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesException.java index caf0ffad46..1563ca556c 100644 --- a/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesException.java +++ b/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesException.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesFactory.java b/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesFactory.java index 77676314bc..cf69cf92c8 100644 --- a/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesFactory.java +++ b/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesFactory.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesParameters.java b/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesParameters.java index 358550a2bb..488bb354ee 100644 --- a/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesParameters.java +++ b/common/src/main/java/org/openecomp/mso/properties/MsoPropertiesParameters.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ diff --git a/common/src/main/java/org/openecomp/mso/properties/MsoPropertyInitializer.java b/common/src/main/java/org/openecomp/mso/properties/MsoPropertyInitializer.java index 38e3ae3650..8490ff8afa 100644 --- a/common/src/main/java/org/openecomp/mso/properties/MsoPropertyInitializer.java +++ b/common/src/main/java/org/openecomp/mso/properties/MsoPropertyInitializer.java @@ -1,6 +1,6 @@ /*- * ============LICENSE_START======================================================= - * OPENECOMP - MSO + * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ================================================================================ -- cgit 1.2.3-korg