added missing copyrights
diff --git a/examples/org.eclipse.mylyn.docs.intent.retro/plugin.properties b/examples/org.eclipse.mylyn.docs.intent.retro/plugin.properties
index 06de9f5..374e794 100644
--- a/examples/org.eclipse.mylyn.docs.intent.retro/plugin.properties
+++ b/examples/org.eclipse.mylyn.docs.intent.retro/plugin.properties
@@ -1,8 +1,12 @@
-
-# <copyright>
-# </copyright>
-#
-# $Id$
-
+#################################################################################
+# Copyright (c) 2010, 2011 Obeo.
+# 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:
+#     Obeo - initial API and implementation
+#################################################################################
 pluginName = Retro Model
 providerName = www.example.org
diff --git a/examples/org.eclipse.mylyn.docs.intent.retro/plugin.xml b/examples/org.eclipse.mylyn.docs.intent.retro/plugin.xml
index 996eb75..0942920 100644
--- a/examples/org.eclipse.mylyn.docs.intent.retro/plugin.xml
+++ b/examples/org.eclipse.mylyn.docs.intent.retro/plugin.xml
@@ -2,10 +2,14 @@
 <?eclipse version="3.0"?>
 
 <!--
- <copyright>
- </copyright>
+Copyright (c) 2011 Obeo.
+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
 
- $Id$
+Contributors:
+    Obeo - initial API and implementation
 -->
 
 <plugin>
diff --git a/plugins/org.eclipse.mylyn.docs.intent.client.synchronizer/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.client.synchronizer/plugin.xml
index c3d3ef9..c2c67e5 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.client.synchronizer/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.client.synchronizer/plugin.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <?eclipse version="3.4"?>

+

+<!--

+Copyright (c) 2011 Obeo.

+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:

+    Obeo - initial API and implementation

+-->

+

 <plugin>

    <extension-point id="extension" name="org.eclipse.mylyn.docs.intent.client.synchronizer.extension" schema="schema/org.eclipse.mylyn.docs.intent.client.synchronizer.extension.exsd"/>

 

diff --git a/plugins/org.eclipse.mylyn.docs.intent.client.ui.cdo/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.client.ui.cdo/plugin.xml
index 4ce5cc4..0b3e3c0 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.client.ui.cdo/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.client.ui.cdo/plugin.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
+
+<!--
+Copyright (c) 2011 Obeo.
+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:
+    Obeo - initial API and implementation
+-->
+
 <plugin>
    <extension
          point="org.eclipse.ui.commands">
diff --git a/plugins/org.eclipse.mylyn.docs.intent.client.ui.ide/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.client.ui.ide/plugin.xml
index b140143..61cc919 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.client.ui.ide/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.client.ui.ide/plugin.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
+
+<!--
+Copyright (c) 2011 Obeo.
+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:
+    Obeo - initial API and implementation
+-->
+
 <plugin>
      <extension-point id="org.eclipse.mylyn.docs.intent.client.ui.ide.template.extension" name="org.eclipse.mylyn.docs.intent.client.ui.ide.template.extension" schema="schema/org.eclipse.mylyn.docs.intent.client.ui.ide.template.exsd"/>
      
diff --git a/plugins/org.eclipse.mylyn.docs.intent.client.ui/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.client.ui/plugin.xml
index 2acdb67..aed063d 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.client.ui/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.client.ui/plugin.xml
@@ -1,7 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.2"?>
+
+<!--
+Copyright (c) 2011 Obeo.
+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:
+    Obeo - initial API and implementation
+-->
+
 <plugin>
-   
 
    <extension point="org.eclipse.ui.commands">
       <category
diff --git a/plugins/org.eclipse.mylyn.docs.intent.collab.cdo/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.collab.cdo/plugin.xml
index 1b3d9e8..f27b440 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.collab.cdo/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.collab.cdo/plugin.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <?eclipse version="3.4"?>

+

+<!--

+Copyright (c) 2011 Obeo.

+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:

+    Obeo - initial API and implementation

+-->

+

 <plugin>

    <extension

          point="org.eclipse.mylyn.docs.intent.collab.repository.extension">

diff --git a/plugins/org.eclipse.mylyn.docs.intent.collab/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.collab/plugin.xml
index be3d3ae..bcfbcda 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.collab/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.collab/plugin.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <?eclipse version="3.4"?>

+

+<!--

+Copyright (c) 2011 Obeo.

+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:

+    Obeo - initial API and implementation

+-->

+

 <plugin>

      <extension-point 

      	id="org.eclipse.mylyn.docs.intent.collab.repository.extension" 

diff --git a/plugins/org.eclipse.mylyn.docs.intent.core/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.core/plugin.xml
index 7a509fb..2f24b2e 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.core/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.core/plugin.xml
@@ -2,10 +2,14 @@
 <?eclipse version="3.0"?>
 
 <!--
- <copyright>
- </copyright>
+Copyright (c) 2011 Obeo.
+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
 
- $Id$
+Contributors:
+    Obeo - initial API and implementation
 -->
 
 <plugin>
diff --git a/plugins/org.eclipse.mylyn.docs.intent.markup.gen/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.markup.gen/plugin.xml
index c3945cb..4458ff0 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.markup.gen/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.markup.gen/plugin.xml
@@ -2,10 +2,14 @@
 <?eclipse version="3.0"?>
 
 <!--
- <copyright>
- </copyright>
+Copyright (c) 2011 Obeo.
+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
 
- $Id$
+Contributors:
+    Obeo - initial API and implementation
 -->
 
 <plugin>
diff --git a/plugins/org.eclipse.mylyn.docs.intent.markup/plugin.xml b/plugins/org.eclipse.mylyn.docs.intent.markup/plugin.xml
index 8492d0e..ade2595 100644
--- a/plugins/org.eclipse.mylyn.docs.intent.markup/plugin.xml
+++ b/plugins/org.eclipse.mylyn.docs.intent.markup/plugin.xml
@@ -2,10 +2,14 @@
 <?eclipse version="3.0"?>
 
 <!--
- <copyright>
- </copyright>
+Copyright (c) 2011 Obeo.
+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
 
- $Id$
+Contributors:
+    Obeo - initial API and implementation
 -->
 
 <plugin>
diff --git a/tests/org.eclipse.mylyn.docs.intent.collab.test/plugin.xml b/tests/org.eclipse.mylyn.docs.intent.collab.test/plugin.xml
index 916c532..bb29021 100644
--- a/tests/org.eclipse.mylyn.docs.intent.collab.test/plugin.xml
+++ b/tests/org.eclipse.mylyn.docs.intent.collab.test/plugin.xml
@@ -2,10 +2,14 @@
 <?eclipse version="3.0"?>
 
 <!--
- <copyright>
- </copyright>
+Copyright (c) 2011 Obeo.
+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
 
- $Id$
+Contributors:
+    Obeo - initial API and implementation
 -->
 
 <plugin>