Add/Update bundle vendor.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@648974 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/dictionaryclient/pom.xml b/examples/dictionaryclient/pom.xml
index 1a2c9c3..c7751af 100644
--- a/examples/dictionaryclient/pom.xml
+++ b/examples/dictionaryclient/pom.xml
@@ -53,7 +53,7 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Name>Example Dictionary Client</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A bundle using the dictionary service if it finds it at startup.
             </Bundle-Description>
diff --git a/examples/dictionaryclient2/pom.xml b/examples/dictionaryclient2/pom.xml
index 311b975..05d1018 100644
--- a/examples/dictionaryclient2/pom.xml
+++ b/examples/dictionaryclient2/pom.xml
@@ -53,7 +53,7 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Name>Example Dynamic Dictionary Client</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A client bundle with more complex requirements for the dictionary.
             </Bundle-Description>
diff --git a/examples/dictionaryservice.itest/pom.xml b/examples/dictionaryservice.itest/pom.xml
index 3dbe31a..8a0ee33 100644
--- a/examples/dictionaryservice.itest/pom.xml
+++ b/examples/dictionaryservice.itest/pom.xml
@@ -86,7 +86,7 @@
               org.apache.felix.examples.dictionaryservice.itest.*
             </Private-Package>
             <Bundle-Name>Example Dictionary Integration Test</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A bundle using the dictionary service to test it.
             </Bundle-Description>
diff --git a/examples/dictionaryservice/pom.xml b/examples/dictionaryservice/pom.xml
index 1134478..0ea4f5d 100644
--- a/examples/dictionaryservice/pom.xml
+++ b/examples/dictionaryservice/pom.xml
@@ -47,7 +47,7 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Name>Example English Dictionary</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A bundle that registersan English dictionary service.
             </Bundle-Description>
diff --git a/examples/eventlistener/pom.xml b/examples/eventlistener/pom.xml
index 28c5a5d..405984a 100644
--- a/examples/eventlistener/pom.xml
+++ b/examples/eventlistener/pom.xml
@@ -47,6 +47,7 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Name>Example Service Listener</Bundle-Name>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               Bundle listening for service events: displays a message on startup and when service events occur.
             </Bundle-Description>
diff --git a/examples/extenderbased.circle/pom.xml b/examples/extenderbased.circle/pom.xml
index 0184762..03d876d 100644
--- a/examples/extenderbased.circle/pom.xml
+++ b/examples/extenderbased.circle/pom.xml
@@ -53,6 +53,7 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Extension-Name>Circle</Extension-Name>
             <Extension-Icon>org/apache/felix/example/extenderbased/circle/circle.png</Extension-Icon>
             <Extension-Class>org.apache.felix.example.extenderbased.circle.Circle</Extension-Class>
diff --git a/examples/extenderbased.host/pom.xml b/examples/extenderbased.host/pom.xml
index ef3e902..8b3dedc 100644
--- a/examples/extenderbased.host/pom.xml
+++ b/examples/extenderbased.host/pom.xml
@@ -53,6 +53,7 @@
             <Export-Package>org.apache.felix.example.extenderbased.host.extension.*</Export-Package>
             <Private-Package>org.apache.felix.example.extenderbased.host.*,org.apache.felix.moduleloader.*,org.apache.felix.framework.*,org.apache.felix.main,org.osgi.*</Private-Package>
             <Bundle-Activator>org.apache.felix.example.extenderbased.host.Activator</Bundle-Activator>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
           </instructions>
         </configuration>
       </plugin>
diff --git a/examples/extenderbased.square/pom.xml b/examples/extenderbased.square/pom.xml
index 8eb2f1b..2cebdbc 100644
--- a/examples/extenderbased.square/pom.xml
+++ b/examples/extenderbased.square/pom.xml
@@ -57,6 +57,7 @@
             <Extension-Icon>org/apache/felix/example/extenderbased/square/square.png</Extension-Icon>
             <Extension-Class>org.apache.felix.example.extenderbased.square.Square</Extension-Class>
             <Private-Package>org.apache.felix.example.extenderbased.square.*</Private-Package>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
           </instructions>
         </configuration>
       </plugin>
diff --git a/examples/extenderbased.triangle/pom.xml b/examples/extenderbased.triangle/pom.xml
index 3e8abb2..b0321ef 100644
--- a/examples/extenderbased.triangle/pom.xml
+++ b/examples/extenderbased.triangle/pom.xml
@@ -57,6 +57,7 @@
             <Extension-Icon>org/apache/felix/example/extenderbased/triangle/triangle.png</Extension-Icon>
             <Extension-Class>org.apache.felix.example.extenderbased.triangle.Triangle</Extension-Class>
             <Private-Package>org.apache.felix.example.extenderbased.triangle.*</Private-Package>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
           </instructions>
         </configuration>
       </plugin>
diff --git a/examples/frenchdictionary/pom.xml b/examples/frenchdictionary/pom.xml
index c695c1c..df4065a 100644
--- a/examples/frenchdictionary/pom.xml
+++ b/examples/frenchdictionary/pom.xml
@@ -53,7 +53,7 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Name>Example French Dictionary</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A bundle that registers a French dictionary service.
             </Bundle-Description>
diff --git a/examples/servicebased.circle/pom.xml b/examples/servicebased.circle/pom.xml
index d2d6b3c..37d8fe0 100644
--- a/examples/servicebased.circle/pom.xml
+++ b/examples/servicebased.circle/pom.xml
@@ -55,6 +55,7 @@
           <instructions>
             <Private-Package>org.apache.felix.example.servicebased.circle.*</Private-Package>
             <Bundle-Activator>org.apache.felix.example.servicebased.circle.Activator</Bundle-Activator>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
           </instructions>
         </configuration>
       </plugin>
diff --git a/examples/servicebased.host/pom.xml b/examples/servicebased.host/pom.xml
index 59936d3..2bfc148 100644
--- a/examples/servicebased.host/pom.xml
+++ b/examples/servicebased.host/pom.xml
@@ -53,6 +53,7 @@
             <Export-Package>org.apache.felix.example.servicebased.host.service.*</Export-Package>
             <Private-Package>org.apache.felix.example.servicebased.host.*,org.apache.felix.moduleloader.*,org.apache.felix.framework.*,org.apache.felix.main,org.osgi.*</Private-Package>
             <Bundle-Activator>org.apache.felix.example.servicebased.host.Activator</Bundle-Activator>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
           </instructions>
         </configuration>
       </plugin>
diff --git a/examples/servicebased.square/pom.xml b/examples/servicebased.square/pom.xml
index ad5e6b2..bb6967a 100644
--- a/examples/servicebased.square/pom.xml
+++ b/examples/servicebased.square/pom.xml
@@ -55,6 +55,7 @@
           <instructions>
             <Private-Package>org.apache.felix.example.servicebased.square.*</Private-Package>
             <Bundle-Activator>org.apache.felix.example.servicebased.square.Activator</Bundle-Activator>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
           </instructions>
         </configuration>
       </plugin>
diff --git a/examples/servicebased.triangle/pom.xml b/examples/servicebased.triangle/pom.xml
index 0cb7df3..e8ca38f 100644
--- a/examples/servicebased.triangle/pom.xml
+++ b/examples/servicebased.triangle/pom.xml
@@ -55,6 +55,7 @@
           <instructions>
             <Private-Package>org.apache.felix.example.servicebased.triangle.*</Private-Package>
             <Bundle-Activator>org.apache.felix.example.servicebased.triangle.Activator</Bundle-Activator>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
           </instructions>
         </configuration>
       </plugin>
diff --git a/examples/spellcheckbinder/pom.xml b/examples/spellcheckbinder/pom.xml
index b568528..029f21f 100644
--- a/examples/spellcheckbinder/pom.xml
+++ b/examples/spellcheckbinder/pom.xml
@@ -66,7 +66,7 @@
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Metadata-Location>metadata.xml</Metadata-Location>
             <Bundle-Name>Example Spell Check w/ Service Binder</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A bundle that registers a spell checking service based on service binder.
             </Bundle-Description>
diff --git a/examples/spellcheckclient/pom.xml b/examples/spellcheckclient/pom.xml
index 1640010..9c9c758 100644
--- a/examples/spellcheckclient/pom.xml
+++ b/examples/spellcheckclient/pom.xml
@@ -53,7 +53,7 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Name>Example Spell Check Client</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A bundle using the spell check service.
             </Bundle-Description>
diff --git a/examples/spellcheckscr/pom.xml b/examples/spellcheckscr/pom.xml
index 37ec185..e0b298c 100644
--- a/examples/spellcheckscr/pom.xml
+++ b/examples/spellcheckscr/pom.xml
@@ -69,7 +69,7 @@
             <Import-Package>*</Import-Package>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Description>${description}</Bundle-Description>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Service-Component>OSGI-INF/component.xml</Service-Component>
           </instructions>
         </configuration>
diff --git a/examples/spellcheckservice/pom.xml b/examples/spellcheckservice/pom.xml
index 17e58e2..e8fb78f 100644
--- a/examples/spellcheckservice/pom.xml
+++ b/examples/spellcheckservice/pom.xml
@@ -53,7 +53,7 @@
           <instructions>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Bundle-Name>Example Spell Check Service</Bundle-Name>
-            <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Bundle-Description>
               A bundle that registers a spell checking service.
             </Bundle-Description>