Bug 428278 - [BETA_JAVA8] Things to change in BETA_JAVA8 build once
official releases
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
index 99f26c0..97f425a 100644
--- a/.settings/org.eclipse.core.resources.prefs
+++ b/.settings/org.eclipse.core.resources.prefs
@@ -1,2 +1,6 @@
 eclipse.preferences.version=1
+encoding//eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch=UTF-8
+encoding//eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch=UTF-8
+encoding//eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch=UTF-8
+encoding//eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch=UTF-8
 encoding/<project>=UTF-8
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/pom.xml
index 7d99606..ccbea36 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012 Eclipse Foundation.
+  Copyright (c) 2014 Eclipse Foundation and others.
   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
+     IBM Corporation and others - initial 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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/site.xml b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/site.xml
index 0b9c15c..116931e 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/site.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/eclipse.releng.repository.java8patch/site.xml
@@ -3,20 +3,20 @@
 
     <feature id="org.eclipse.jdt.a2.java8patch" version="0.0.0" />
     <feature id="org.eclipse.jdt.java8patch" version="0.0.0">
-        <category name="Eclipse Java 8 Support (BETA)"/>
+        <category name="Eclipse Java 8 Support (for Kepler SR2)"/>
     </feature>
     <feature id="org.eclipse.jdt.java8patch.source" version="0.0.0">
-        <category name="Eclipse Java 8 Support (BETA)"/>
+        <category name="Eclipse Java 8 Support (for Kepler SR2)"/>
     </feature>
     <feature id="org.eclipse.pde.java8patch" version="0.0.0">
-        <category name="Eclipse Java 8 Support (BETA)"/>
+        <category name="Eclipse Java 8 Support (for Kepler SR2)"/>
     </feature>   
     <feature id="org.eclipse.pde.java8patch.source" version="0.0.0">
-        <category name="Eclipse Java 8 Support (BETA)"/>
+        <category name="Eclipse Java 8 Support (for Kepler SR2)"/>
     </feature>
-    <category-def name="Eclipse Java 8 Support (BETA)" label="Eclipse Java 8 Support (BETA)">
+    <category-def name="Eclipse Java 8 Support (for Kepler SR2)" label="Eclipse Java 8 Support (for Kepler SR2)">
         <description>
-            Eclipse Java 8 Support (BETA) - This is an implementation of an early-draft specification developed under the Java Community Process (JCP) and is made available for testing and evaluation purposes only. The code is not compatible with any specification of the JCP.
+            Eclipse Java 8 Support (for Kepler SR2) - This repository provides features patches for Kepler SR2 that enable development with Java 8. It is intended only for Kepler SR2, and if used on other versions or streams, may cause bundles to be down-leveled or up-leveled. 
         </description>
     </category-def>
 </site>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/build.properties
index 2110fd7..20919d0 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/build.properties
@@ -1,12 +1,12 @@
 ###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2014 IBM Corporation 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
 #
 # Contributors:
-#     IBM Corporation - initial API and implementation
+#     IBM Corporation and others - initial API and implementation
 ###############################################################################
 bin.includes=\
 feature.xml,\
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/feature.properties
index 9a7fecf..68979c0 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/feature.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/feature.properties
@@ -1,12 +1,12 @@
 ###############################################################################
-# Copyright (c) 2000, 2014 IBM Corporation and others.
+# Copyright (c) 2014 IBM Corporation 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
 # 
 # Contributors:
-#     IBM Corporation - initial API and implementation
+#     IBM Corporation and others - initial API and implementation
 ###############################################################################
 # feature.properties
 # contains externalized strings for feature.xml
@@ -21,15 +21,11 @@
 providerName=Eclipse.org
 
 # "description" property - description of the feature
-description=Eclipse Java Development Tools Patch for Java 8 Support (BETA)\n\
-\n\
-This is is an implementation of an early-draft specification developed under \
-the Java Community Process (JCP) and is made available for testing and evaluation \
-purposes only. The code is not compatible with any specification of the JCP.
+description=Eclipse JDT (Java Development Tools) Patch with Java 8 support (for Kepler SR2).
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
-Copyright (c) 2000, 2014 IBM Corporation and others.\n\
+Copyright (c) 2014 IBM Corporation and others.\n\
 All rights reserved. This program and the accompanying materials\n\
 are made available under the terms of the Eclipse Public License v1.0\n\
 which accompanies this distribution, and is available at\n\
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/pom.xml
index c6a887c..794d897 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2014 Eclipse Foundation and others.
   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
+     IBM Corporation and others - initial 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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/sourceTemplateFeature/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/sourceTemplateFeature/feature.properties
index a31c94c..77c863d 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/sourceTemplateFeature/feature.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.a2.java8patch/sourceTemplateFeature/feature.properties
@@ -1,12 +1,12 @@
 ###############################################################################
-# Copyright (c) 2000, 2014 IBM Corporation and others.
+# Copyright (c) 2014 IBM Corporation 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
 # 
 # Contributors:
-#     IBM Corporation - initial API and implementation
+#     IBM Corporation and others - initial API and implementation
 ###############################################################################
 # feature.properties
 # contains externalized strings for feature.xml
@@ -15,26 +15,22 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=jdt.annotation 2.0 support in patch feature.
+featureName=jdt.annotation 2.0 support in patch feature with source.
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse.org
 
 # "description" property - description of the feature
-description=Eclipse Java Development Tools Patch for Java 8 Support (BETA)\n\
-\n\
-This is is an implementation of an early-draft specification developed under \
-the Java Community Process (JCP) and is made available for testing and evaluation \
-purposes only. The code is not compatible with any specification of the JCP.
+description=Eclipse JDT (Java Development Tools) Patch with Java 8 support (for Kepler SR2).
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
-Copyright (c) 2000, 2014 IBM Corporation and others.\n\
+Copyright (c) 2014 IBM Corporation and others.\n\
 All rights reserved. This program and the accompanying materials\n\
 are made available under the terms of the Eclipse Public License v1.0\n\
 which accompanies this distribution, and is available at\n\
 http://www.eclipse.org/legal/epl-v10.html\n\
 \n\
 Contributors:\n\
-    IBM Corporation - initial API and implementation\n
+    IBM Corporation and ohters - initial API and implementation\n
 ################ end of copyright property ####################################
\ No newline at end of file
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/build.properties
index abf7320..70839fd 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/build.properties
@@ -1,12 +1,12 @@
 ###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2014 IBM Corporation 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
 #
 # Contributors:
-#     IBM Corporation - initial API and implementation
+#     IBM Corporation and others - initial API and implementation
 ###############################################################################
 bin.includes = feature.xml,\
                feature.properties,\
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/feature.properties
index fe35bee..5800e39 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/feature.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/feature.properties
@@ -1,12 +1,12 @@
 ###############################################################################
-# Copyright (c) 2000, 2014 IBM Corporation and others.
+# Copyright (c) 2014 IBM Corporation 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
 # 
 # Contributors:
-#     IBM Corporation - initial API and implementation
+#     IBM Corporation and others - initial API and implementation
 ###############################################################################
 # feature.properties
 # contains externalized strings for feature.xml
@@ -15,17 +15,15 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=Eclipse Java Development Tools Patch for Java 8 Support (BETA)
+featureName=Eclipse JDT (Java Development Tools) Patch with Java 8 support (for Kepler SR2)
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse.org
 
 # "description" property - description of the feature
-description=Eclipse Java Development Tools Patch for Java 8 Support (BETA)\n\
+description=Eclipse Java Development Tools Patch with Java 8 support (for Kepler SR2)\n\
 \n\
-This is is an implementation of an early-draft specification developed under \
-the Java Community Process (JCP) and is made available for testing and evaluation \
-purposes only. The code is not compatible with any specification of the JCP.
+This is a patch feature that provides an implementation of JDT that supports Java 8. It is intended only for Kepler SR2, and if used on other versions or streams, may cause bundles to be down-leveled or up-leveled. 
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/pom.xml
index aee781f..4573657 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2014 Eclipse Foundation and others.
   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
+     IBM Corporation and others - initial 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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/sourceTemplateFeature/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/sourceTemplateFeature/feature.properties
index fe35bee..a145622 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/sourceTemplateFeature/feature.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.jdt.java8patch/sourceTemplateFeature/feature.properties
@@ -15,26 +15,22 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=Eclipse Java Development Tools Patch for Java 8 Support (BETA)
+featureName=Eclipse JDT (Java Development Tools) Source Patch with Java 8 support (for Kepler SR2)
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse.org
 
 # "description" property - description of the feature
-description=Eclipse Java Development Tools Patch for Java 8 Support (BETA)\n\
-\n\
-This is is an implementation of an early-draft specification developed under \
-the Java Community Process (JCP) and is made available for testing and evaluation \
-purposes only. The code is not compatible with any specification of the JCP.
+description=Eclipse Java Development Tools Patch with Java 8 support, including source code.
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
-Copyright (c) 2000, 2014 IBM Corporation and others.\n\
+Copyright (c) 2014 IBM Corporation and others.\n\
 All rights reserved. This program and the accompanying materials\n\
 are made available under the terms of the Eclipse Public License v1.0\n\
 which accompanies this distribution, and is available at\n\
 http://www.eclipse.org/legal/epl-v10.html\n\
 \n\
 Contributors:\n\
-    IBM Corporation - initial API and implementation\n
+    IBM Corporation and others - initial API and implementation\n
 ################ end of copyright property ####################################
\ No newline at end of file
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/build.properties
index abf7320..02b272d 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2014 IBM Corporation 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
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/feature.properties
index 621b93e..5746930 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/feature.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/feature.properties
@@ -15,17 +15,15 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=Eclipse Plug-in Development Environment Patch for Java 8 Support (BETA)
+featureName=Eclipse PDE (Plug-in Development Environment) Patch with Java 8 support (for Kepler SR2)
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse.org
 
 # "description" property - description of the feature
-description=Eclipse Plug-in Development Environment Patch for Java 8 Support (BETA)\n\
+description=Eclipse Plug-in Development Environment Patch with Java 8 support (for Kepler SR2)\n\
 \n\
-This is is an implementation of PDE that supports early-draft specification developed under \
-the Java Community Process (JCP) and is made available for testing and evaluation \
-purposes only. The code is not compatible with any specification of the JCP.
+This is a patch feature that provides an implementation of PDE that supports Java 8. It is intended only for Kepler SR2, and if used on other versions or streams, may cause bundles to be down-leveled or up-leveled. 
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/pom.xml
index b94254e..7414321 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2013, 2014 Eclipse Foundation and others.
   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
+     IBM Corporation and others - initial 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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/sourceTemplateFeature/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/sourceTemplateFeature/feature.properties
index 22aa541..562c4d3 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/sourceTemplateFeature/feature.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/org.eclipse.pde.java8patch/sourceTemplateFeature/feature.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2004, 2013 IBM Corporation and others.
+# Copyright (c) 2000, 2014 IBM Corporation 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
@@ -15,22 +15,22 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=Eclipse PDE Plug-in Developer Resources (Early Access of Java 8 support)
+featureName=Eclipse PDE (Plug-in Development Environment) Source Patch with Java 8 support (for Kepler SR2)
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse.org
 
 # "description" property - description of the feature
-description=Eclipse plug-in development environment, including documentation and source code zips. (Early Access of Java 8 support)
+description=Eclipse Plug-in Development Environment Patch with Java 8 support, including source code.
 
 # "copyright" property - text of the "Feature Update Copyright"
 copyright=\
-Copyright (c) 2000, 2014 IBM Corporation and others.\n\
+Copyright (c) 2014 IBM Corporation and others.\n\
 All rights reserved. This program and the accompanying materials\n\
 are made available under the terms of the Eclipse Public License v1.0\n\
 which accompanies this distribution, and is available at\n\
 http://www.eclipse.org/legal/epl-v10.html\n\
 \n\
 Contributors:\n\
-    IBM Corporation - initial API and implementation\n
+    IBM Corporation and others - initial API and implementation\n
 ################ end of copyright property ####################################
\ No newline at end of file
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/pom.xml
index 113e379..c596a88 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/java8patch/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java8patch/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012 Eclipse Foundation.
+  Copyright (c) 2014 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
+     IBM Corporation and others - initial implementation
 -->
 <project
   xmlns="http://maven.apache.org/POM/4.0.0"