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/appc-formatter-preferences.xml | |
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/appc-formatter-preferences.xml')
-rw-r--r-- | .code_styling/appc-formatter-preferences.xml | 3 |
1 files changed, 1 insertions, 2 deletions
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"/> |