Janitor: add missing copyright headers 70/7770/2
authorRobert Varga <rovarga@cisco.com>
Thu, 29 May 2014 04:42:04 +0000 (06:42 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 10 Jun 2014 08:46:54 +0000 (08:46 +0000)
common/feature does not comply to project standards for XML files,
fix that.

Change-Id: I53c78ef55eefdae67ea28f830698cd966c6fa244
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/feature/pom.xml
common/feature/src/main/resources/features.xml

index 84fb5559f6920978aae0b163c57f5f34b4ada7a8..b07506be94219b77ba0fcabdc488956ddcc35b55 100644 (file)
@@ -1,4 +1,14 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
index a6b851e0acf92b278fde8a825aebfa6874f4a0ba..82725c63e74ecadd995ce3c2ee850899a16d823d 100644 (file)
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
 <features>
 
     <feature name='yangtools-all' version='${project.version}'>