diff options
author | Krum Tsvetkov | 2010-05-07 09:48:35 -0400 |
---|---|---|
committer | Krum Tsvetkov | 2010-05-07 09:48:35 -0400 |
commit | 967d3d5b09a04508d3e41cf6efe1ab8f414cc7d3 (patch) | |
tree | 0f3eb1716c52c00f60c723b39e2d1e1a120e1356 /plugins/org.eclipse.mat.report/pom.xml | |
parent | fdcf1d66286bfaadccd6d6d7564bbbcd51d57162 (diff) | |
download | org.eclipse.mat-967d3d5b09a04508d3e41cf6efe1ab8f414cc7d3.tar.gz org.eclipse.mat-967d3d5b09a04508d3e41cf6efe1ab8f414cc7d3.tar.xz org.eclipse.mat-967d3d5b09a04508d3e41cf6efe1ab8f414cc7d3.zip |
bug 312035: Need to update copyright headers in src files
copyright headers update for org.eclipse.mat.report
Diffstat (limited to 'plugins/org.eclipse.mat.report/pom.xml')
-rw-r--r-- | plugins/org.eclipse.mat.report/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/org.eclipse.mat.report/pom.xml b/plugins/org.eclipse.mat.report/pom.xml index e5388be2..67b79a70 100644 --- a/plugins/org.eclipse.mat.report/pom.xml +++ b/plugins/org.eclipse.mat.report/pom.xml @@ -1,5 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?>
-
+
<!--
+ Copyright (c) 2008, 2010 SAP AG.
+ 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
+
+ Contributors:
+ SAP AG - initial API and implementation
+ -->
+ <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/maven-v4_0_0.xsd">
|