[Releng] Fix copyrights
diff --git a/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/LazyProfileRegistryComponent.java b/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/LazyProfileRegistryComponent.java
index aaef024..1eb4dd8 100644
--- a/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/LazyProfileRegistryComponent.java
+++ b/plugins/org.eclipse.oomph.p2.core/src/org/eclipse/oomph/p2/internal/core/LazyProfileRegistryComponent.java
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
+ */
 package org.eclipse.oomph.p2.internal.core;
 
 import org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus;
diff --git a/plugins/org.eclipse.oomph.p2.doc/schemadoc/schema.css b/plugins/org.eclipse.oomph.p2.doc/schemadoc/schema.css
index 5d769da..07d227e 100644
--- a/plugins/org.eclipse.oomph.p2.doc/schemadoc/schema.css
+++ b/plugins/org.eclipse.oomph.p2.doc/schemadoc/schema.css
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 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
diff --git a/plugins/org.eclipse.oomph.p2.edit/src/org/eclipse/oomph/p2/provider/ConfigurationItemProvider.java b/plugins/org.eclipse.oomph.p2.edit/src/org/eclipse/oomph/p2/provider/ConfigurationItemProvider.java
index 7d6159d..0c3859c 100644
--- a/plugins/org.eclipse.oomph.p2.edit/src/org/eclipse/oomph/p2/provider/ConfigurationItemProvider.java
+++ b/plugins/org.eclipse.oomph.p2.edit/src/org/eclipse/oomph/p2/provider/ConfigurationItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.p2.provider;
 
diff --git a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java
index f2e7430..dcc6041 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/Configuration.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.p2;
 
diff --git a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java
index 4cf98ab..e49ab97 100644
--- a/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java
+++ b/plugins/org.eclipse.oomph.p2/src/org/eclipse/oomph/p2/impl/ConfigurationImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.p2.impl;
 
diff --git a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/EclipseProjectFactoryItemProvider.java b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/EclipseProjectFactoryItemProvider.java
index 479dd74..15d5ce0 100644
--- a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/EclipseProjectFactoryItemProvider.java
+++ b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/EclipseProjectFactoryItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.provider;
 
diff --git a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/MavenProjectFactoryItemProvider.java b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/MavenProjectFactoryItemProvider.java
index 72b83df..b8b7b3f 100644
--- a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/MavenProjectFactoryItemProvider.java
+++ b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/MavenProjectFactoryItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.provider;
 
diff --git a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/ProjectFactoryItemProvider.java b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/ProjectFactoryItemProvider.java
index 2d55f12..bed41a0 100644
--- a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/ProjectFactoryItemProvider.java
+++ b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/ProjectFactoryItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.provider;
 
diff --git a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/XMLProjectFactoryItemProvider.java b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/XMLProjectFactoryItemProvider.java
index f86be9c..57ef48f 100644
--- a/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/XMLProjectFactoryItemProvider.java
+++ b/plugins/org.eclipse.oomph.resources.edit/src/org/eclipse/oomph/resources/provider/XMLProjectFactoryItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.provider;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java
index f7d5ac9..8bcaa13 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java
index d120b16..63cbaf0 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.java
index 201ebe4..207d16c 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java
index d7a64d0..b0691b8 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java
index 1c0e28e..2584a11 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java
@@ -1,8 +1,15 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources;
 
-
 /**
  * <!-- begin-user-doc -->
  * A representation of the model object '<em><b>XML Project Factory</b></em>'.
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java
index 0d70f7a..30731fb 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.impl;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java
index 6cb590c..9eb18a1 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.impl;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java
index 2f4a303..ec86d52 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.impl;
 
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java
index 66a53dc..44e7a8d 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.resources.impl;
 
diff --git a/plugins/org.eclipse.oomph.setup.core/src/org/eclipse/oomph/setup/internal/core/util/Authenticator.java b/plugins/org.eclipse.oomph.setup.core/src/org/eclipse/oomph/setup/internal/core/util/Authenticator.java
index e11deea..b9a5bd0 100644
--- a/plugins/org.eclipse.oomph.setup.core/src/org/eclipse/oomph/setup/internal/core/util/Authenticator.java
+++ b/plugins/org.eclipse.oomph.setup.core/src/org/eclipse/oomph/setup/internal/core/util/Authenticator.java
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
+ */
 package org.eclipse.oomph.setup.internal.core.util;
 
 import org.eclipse.oomph.base.Annotation;
diff --git a/plugins/org.eclipse.oomph.setup.doc/schemadoc/schema.css b/plugins/org.eclipse.oomph.setup.doc/schemadoc/schema.css
index 5d769da..07d227e 100644
--- a/plugins/org.eclipse.oomph.setup.doc/schemadoc/schema.css
+++ b/plugins/org.eclipse.oomph.setup.doc/schemadoc/schema.css
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 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
diff --git a/plugins/org.eclipse.oomph.setup.doc/src/org/eclipse/oomph/setup/doc/concepts/DocConceptOverview.java b/plugins/org.eclipse.oomph.setup.doc/src/org/eclipse/oomph/setup/doc/concepts/DocConceptOverview.java
index e0010e4..e56c624 100644
--- a/plugins/org.eclipse.oomph.setup.doc/src/org/eclipse/oomph/setup/doc/concepts/DocConceptOverview.java
+++ b/plugins/org.eclipse.oomph.setup.doc/src/org/eclipse/oomph/setup/doc/concepts/DocConceptOverview.java
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
+ */
 package org.eclipse.oomph.setup.doc.concepts;
 
 import org.eclipse.oomph.setup.doc.user.wizard.DocImportWizard;
diff --git a/plugins/org.eclipse.oomph.setup.edit/src/org/eclipse/oomph/setup/provider/InstallationToWorkspacesMapEntryItemProvider.java b/plugins/org.eclipse.oomph.setup.edit/src/org/eclipse/oomph/setup/provider/InstallationToWorkspacesMapEntryItemProvider.java
index ef93919..d194f03 100644
--- a/plugins/org.eclipse.oomph.setup.edit/src/org/eclipse/oomph/setup/provider/InstallationToWorkspacesMapEntryItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.edit/src/org/eclipse/oomph/setup/provider/InstallationToWorkspacesMapEntryItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.provider;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchTaskItemProvider.java b/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchTaskItemProvider.java
index 4480555..9b4a79a 100644
--- a/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchTaskItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchTaskItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.provider;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingEditPlugin.java b/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingEditPlugin.java
index 2a9d9ad..3511ebe 100644
--- a/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingEditPlugin.java
+++ b/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingEditPlugin.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.provider;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingItemProviderAdapterFactory.java b/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingItemProviderAdapterFactory.java
index 4b370a5..6065342 100644
--- a/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.oomph.setup.launching.edit/src/org/eclipse/oomph/setup/launching/provider/LaunchingItemProviderAdapterFactory.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.provider;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchTask.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchTask.java
index dd8e852..d166b45 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchTask.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchTask.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingFactory.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingFactory.java
index 1ddc3f8..6555d5e 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingFactory.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingFactory.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingPackage.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingPackage.java
index a8518f5..00f9ef8 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingPackage.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/LaunchingPackage.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchTaskImpl.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchTaskImpl.java
index 3cd5627..3cf349a 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchTaskImpl.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchTaskImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.impl;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingFactoryImpl.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingFactoryImpl.java
index 171ff6f..93d2bad 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingFactoryImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.impl;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingPackageImpl.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingPackageImpl.java
index ff1bb06..83a2c7b 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingPackageImpl.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/impl/LaunchingPackageImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.impl;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingAdapterFactory.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingAdapterFactory.java
index a6948cd..9d93119 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingAdapterFactory.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingAdapterFactory.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.util;
 
diff --git a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingSwitch.java b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingSwitch.java
index e75b33e..b28a46c 100644
--- a/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingSwitch.java
+++ b/plugins/org.eclipse.oomph.setup.launching/src/org/eclipse/oomph/setup/launching/util/LaunchingSwitch.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.launching.util;
 
diff --git a/plugins/org.eclipse.oomph.setup.ui/schema/questionnaire.exsd b/plugins/org.eclipse.oomph.setup.ui/schema/questionnaire.exsd
index 03d0f79..4e01616 100644
--- a/plugins/org.eclipse.oomph.setup.ui/schema/questionnaire.exsd
+++ b/plugins/org.eclipse.oomph.setup.ui/schema/questionnaire.exsd
@@ -1,4 +1,15 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!--
+  Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+    Eike Stepper - initial API and implementation
+-->
+
 <!-- Schema file written by PDE -->
 <schema targetNamespace="org.eclipse.oomph.setup.ui" xmlns="http://www.w3.org/2001/XMLSchema">
 <annotation>
diff --git a/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/impl/InstallationToWorkspacesMapEntryImpl.java b/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/impl/InstallationToWorkspacesMapEntryImpl.java
index 5fa1612..a517bb2 100644
--- a/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/impl/InstallationToWorkspacesMapEntryImpl.java
+++ b/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/impl/InstallationToWorkspacesMapEntryImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.setup.impl;
 
diff --git a/plugins/org.eclipse.oomph.targlets.core/src/org/eclipse/oomph/targlets/internal/core/TargletContainerResourceFactory.java b/plugins/org.eclipse.oomph.targlets.core/src/org/eclipse/oomph/targlets/internal/core/TargletContainerResourceFactory.java
index 3657607..a2b7fbd 100644
--- a/plugins/org.eclipse.oomph.targlets.core/src/org/eclipse/oomph/targlets/internal/core/TargletContainerResourceFactory.java
+++ b/plugins/org.eclipse.oomph.targlets.core/src/org/eclipse/oomph/targlets/internal/core/TargletContainerResourceFactory.java
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
+ */
 package org.eclipse.oomph.targlets.internal.core;
 
 import org.eclipse.oomph.targlets.TargletFactory;
diff --git a/plugins/org.eclipse.oomph.targlets.doc/schemadoc/schema.css b/plugins/org.eclipse.oomph.targlets.doc/schemadoc/schema.css
index 5d769da..07d227e 100644
--- a/plugins/org.eclipse.oomph.targlets.doc/schemadoc/schema.css
+++ b/plugins/org.eclipse.oomph.targlets.doc/schemadoc/schema.css
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 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
diff --git a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/BuckminsterGeneratorItemProvider.java b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/BuckminsterGeneratorItemProvider.java
index e9a05eb..6fd9ab8 100644
--- a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/BuckminsterGeneratorItemProvider.java
+++ b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/BuckminsterGeneratorItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.provider;
 
diff --git a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/ComponentGeneratorItemProvider.java b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/ComponentGeneratorItemProvider.java
index ac865e2..6870a91 100644
--- a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/ComponentGeneratorItemProvider.java
+++ b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/ComponentGeneratorItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.provider;
 
diff --git a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/FeatureGeneratorItemProvider.java b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/FeatureGeneratorItemProvider.java
index 85819dd..fd78ccf 100644
--- a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/FeatureGeneratorItemProvider.java
+++ b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/FeatureGeneratorItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.provider;
 
diff --git a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/PluginGeneratorItemProvider.java b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/PluginGeneratorItemProvider.java
index d577072..d56a595 100644
--- a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/PluginGeneratorItemProvider.java
+++ b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/PluginGeneratorItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.provider;
 
diff --git a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/TargletContainerItemProvider.java b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/TargletContainerItemProvider.java
index 96378b4..c6b8b4c 100644
--- a/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/TargletContainerItemProvider.java
+++ b/plugins/org.eclipse.oomph.targlets.edit/src/org/eclipse/oomph/targlets/provider/TargletContainerItemProvider.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.provider;
 
diff --git a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/build.properties b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/build.properties
index 64f93a9..611b3e8 100644
--- a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/build.properties
+++ b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/build.properties
@@ -1 +1,10 @@
+# Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+#    Eike Stepper - initial API and implementation
+
 bin.includes = feature.xml
diff --git a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/feature.xml b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/feature.xml
index 33ef789..b520642 100644
--- a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/feature.xml
+++ b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.license-feature/feature.xml
@@ -1,4 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+    Eike Stepper - initial API and implementation
+-->
+
 <feature
       id="com.foo.license"
       label="Some name"
diff --git a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/build.properties b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/build.properties
index 64f93a9..611b3e8 100644
--- a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/build.properties
+++ b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/build.properties
@@ -1 +1,10 @@
+# Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+#    Eike Stepper - initial API and implementation
+
 bin.includes = feature.xml
diff --git a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/feature.xml b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/feature.xml
index 767b115..2bb0628 100644
--- a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/feature.xml
+++ b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1-feature/feature.xml
@@ -1,4 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+    Eike Stepper - initial API and implementation
+-->
+
 <feature
       id="com.foo.project1"
       label="Some name"
diff --git a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1/build.properties b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1/build.properties
index 7594fab..745c01b 100644
--- a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1/build.properties
+++ b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.project1/build.properties
@@ -1,2 +1,11 @@
+# Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+#    Eike Stepper - initial API and implementation
+
 bin.includes = META-INF/,\
                .
diff --git a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.releng/build.properties b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.releng/build.properties
index 7594fab..745c01b 100644
--- a/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.releng/build.properties
+++ b/plugins/org.eclipse.oomph.targlets.tests/tests/testOnlySources/com.foo.releng/build.properties
@@ -1,2 +1,11 @@
+# Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+#    Eike Stepper - initial API and implementation
+
 bin.includes = META-INF/,\
                .
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/BuckminsterGenerator.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/BuckminsterGenerator.java
index fdd59da..6cf09e0 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/BuckminsterGenerator.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/BuckminsterGenerator.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/ComponentGenerator.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/ComponentGenerator.java
index b489ea6..b4b95f4 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/ComponentGenerator.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/ComponentGenerator.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/FeatureGenerator.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/FeatureGenerator.java
index 4edf6d8..5931ae1 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/FeatureGenerator.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/FeatureGenerator.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/IUGenerator.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/IUGenerator.java
index 2581a86..a885e0e 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/IUGenerator.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/IUGenerator.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/PluginGenerator.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/PluginGenerator.java
index 27f7c6d..3448e47 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/PluginGenerator.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/PluginGenerator.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/TargletContainer.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/TargletContainer.java
index f98aeea..a60e9e5 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/TargletContainer.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/TargletContainer.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/BuckminsterGeneratorImpl.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/BuckminsterGeneratorImpl.java
index 34ce78b..7d82566 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/BuckminsterGeneratorImpl.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/BuckminsterGeneratorImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.impl;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/ComponentGeneratorImpl.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/ComponentGeneratorImpl.java
index 824c8f8..d1943fb 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/ComponentGeneratorImpl.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/ComponentGeneratorImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.impl;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/FeatureGeneratorImpl.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/FeatureGeneratorImpl.java
index c4bded3..365d5fd 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/FeatureGeneratorImpl.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/FeatureGeneratorImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.impl;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/PluginGeneratorImpl.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/PluginGeneratorImpl.java
index bd21ed1..8052089 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/PluginGeneratorImpl.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/PluginGeneratorImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.impl;
 
diff --git a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/TargletContainerImpl.java b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/TargletContainerImpl.java
index 49cec4b..8020ddc 100644
--- a/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/TargletContainerImpl.java
+++ b/plugins/org.eclipse.oomph.targlets/src/org/eclipse/oomph/targlets/impl/TargletContainerImpl.java
@@ -1,4 +1,12 @@
-/**
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
  */
 package org.eclipse.oomph.targlets.impl;
 
diff --git a/plugins/org.eclipse.oomph.util.doc/schemadoc/schema.css b/plugins/org.eclipse.oomph.util.doc/schemadoc/schema.css
index 5d769da..07d227e 100644
--- a/plugins/org.eclipse.oomph.util.doc/schemadoc/schema.css
+++ b/plugins/org.eclipse.oomph.util.doc/schemadoc/schema.css
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011, 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
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/HTTPServer.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/HTTPServer.java
index fbea388..4b5f474 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/HTTPServer.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/internal/util/HTTPServer.java
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 2014 Eike Stepper (Berlin, Germany) 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:
+ *    Eike Stepper - initial API and implementation
+ */
 package org.eclipse.oomph.internal.util;
 
 import org.eclipse.oomph.util.HexUtil;