Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-03-02 15:37:21 +0000
committerThanh Ha2012-03-02 15:37:21 +0000
commitd02804fc97972b4cd7dd37b80912700075189908 (patch)
tree1cb250b8ca5af41090f21ea3efd71ac6c737d834 /pom.xml
parent53e110f266797dfc2160a2e585c611d1abe7c8d9 (diff)
downloadeclipse.platform.releng.aggregator-d02804fc97972b4cd7dd37b80912700075189908.tar.gz
eclipse.platform.releng.aggregator-d02804fc97972b4cd7dd37b80912700075189908.tar.xz
eclipse.platform.releng.aggregator-d02804fc97972b4cd7dd37b80912700075189908.zip
Added EDL header.
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 53fa37081..4f1c07a32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

Back to the top