Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Johnson2010-05-11 08:42:57 +0000
committerAndrew Johnson2010-05-11 08:42:57 +0000
commit514f7a2ede7294c2d42e24866dc8be4ea53867fa (patch)
tree8e71bf4c89212a673b9f6e327591e19d64e03f23 /plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
parentafadf5ef3a469beee216bd7bf909d571185dc0a2 (diff)
downloadorg.eclipse.mat-514f7a2ede7294c2d42e24866dc8be4ea53867fa.tar.gz
org.eclipse.mat-514f7a2ede7294c2d42e24866dc8be4ea53867fa.tar.xz
org.eclipse.mat-514f7a2ede7294c2d42e24866dc8be4ea53867fa.zip
312035 Add copyright in manifest
Diffstat (limited to 'plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
index 5b6a7433..78d0e4a3 100644
--- a/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.mat.tests/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Memory Analyzer Tests (Incubation)
+Bundle-Name: Memory Analyzer Tests
Bundle-SymbolicName: org.eclipse.mat.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -21,3 +21,8 @@ Export-Package: org.eclipse.mat.tests,
org.eclipse.mat.tests.regression.comparator,
org.eclipse.mat.tests.regression.query,
org.eclipse.mat.tests.snapshot
+Bundle-Copyright: Copyright (c) 2008, 2010 SAP AG and IBM Corporation.
+ 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

Back to the top