diff options
author | John McClung <jm1364@att.com> | 2018-06-13 13:07:38 -0400 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-06-14 14:55:02 +0000 |
commit | f6332bdd350b6dafd912fb52642f56a23544d85c (patch) | |
tree | 81d9f687f98757891d8cdc9599ca5d5fffcd4e7c /.code_styling | |
parent | cd5f4f699d6916c4a7e163bc7dbb37d72934cb17 (diff) |
Update license header on appc-adapter xml files
Modify license header on appc-adapter xml and .code_styling xml files to reflect 2018 changes. I also had to fix the xml_version line syntax for the .code_styling xml files.
Change-Id: I361f64d3d6edbf43b6c7ae06611f64ee183b7d82
Issue-ID: APPC-999
Signed-off-by: John McClung <jm1364@att.com>
Diffstat (limited to '.code_styling')
-rw-r--r-- | .code_styling/Checkstyle_Suppression_Filter.xml | 3 | ||||
-rw-r--r-- | .code_styling/appc-code-cleanup-preferences.xml | 3 | ||||
-rw-r--r-- | .code_styling/appc-code-templates-preferences.xml | 3 | ||||
-rw-r--r-- | .code_styling/appc-formatter-preferences.xml | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/.code_styling/Checkstyle_Suppression_Filter.xml b/.code_styling/Checkstyle_Suppression_Filter.xml index 538742671..b47738b5e 100644 --- a/.code_styling/Checkstyle_Suppression_Filter.xml +++ b/.code_styling/Checkstyle_Suppression_Filter.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- ============LICENSE_START========================================== ONAP : APPC @@ -18,10 +19,8 @@ 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. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ --> -<?xml version="1.0"?> <!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" diff --git a/.code_styling/appc-code-cleanup-preferences.xml b/.code_styling/appc-code-cleanup-preferences.xml index 76a810074..6c9ad2346 100644 --- a/.code_styling/appc-code-cleanup-preferences.xml +++ b/.code_styling/appc-code-cleanup-preferences.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- ============LICENSE_START========================================== ONAP : APPC @@ -18,10 +19,8 @@ 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. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ --> -<?xml version="1.0" encoding="UTF-8" standalone="no"?> <profiles version="2"> <profile kind="CleanUpProfile" name="APPC Cleanup Profile" version="2"> diff --git a/.code_styling/appc-code-templates-preferences.xml b/.code_styling/appc-code-templates-preferences.xml index ad98ef904..a8cc00a4a 100644 --- a/.code_styling/appc-code-templates-preferences.xml +++ b/.code_styling/appc-code-templates-preferences.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- ============LICENSE_START========================================== ONAP : APPC @@ -18,10 +19,8 @@ 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. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ --> -<?xml version="1.0" encoding="UTF-8" standalone="no"?> <templates> <template autoinsert="false" context="gettercomment_context" deleted="false" description="Comment for getter method" enabled="true" diff --git a/.code_styling/appc-formatter-preferences.xml b/.code_styling/appc-formatter-preferences.xml index c465679f1..fb536c99f 100644 --- a/.code_styling/appc-formatter-preferences.xml +++ b/.code_styling/appc-formatter-preferences.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- ============LICENSE_START========================================== ONAP : APPC @@ -18,10 +19,8 @@ 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. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ --> -<?xml version="1.0" encoding="UTF-8" standalone="no"?> <profiles version="12"> <profile kind="CodeFormatterProfile" name="APPC Code Format" version="12"> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> |