add missing license header
diff --git a/pom.xml b/pom.xml
index 0575871..8444978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,32 +63,6 @@
 			<scope>test</scope>

 		</dependency>

 	</dependencies>

-	<!--pluginRepositories>

-		<pluginRepository>

-			<id>mc-release</id>

-			<name>Local Maven repository of releases</name>

-			<url>http://mc-repo.googlecode.com/svn/maven2/releases

-			</url>

-			<snapshots>

-				<enabled>false</enabled>

-			</snapshots>

-			<releases>

-				<enabled>true</enabled>

-			</releases>

-		</pluginRepository>

-		<pluginRepository>

-			<id>mc-release</id>

-			<name>Local Maven repository of releases</name>

-			<url>http://mc-repo.googlecode.com/svn/maven2/snapshots

-			</url>

-			<snapshots>

-				<enabled>true</enabled>

-			</snapshots>

-			<releases>

-				<enabled>false</enabled>

-			</releases>

-		</pluginRepository>

-	</pluginRepositories-->

 	<build>

 		<plugins>

 			<plugin>

@@ -181,8 +155,8 @@
 					</execution>

 				</executions>

 			</plugin>

-			<!-- plugin>

-				<groupId>com.google.code.maven-license-plugin</groupId>

+			<plugin>

+				<groupId>com.mycila.maven-license-plugin</groupId>

 				<artifactId>maven-license-plugin</artifactId>

 				<configuration>

 					<header>src/etc/header.txt</header>

@@ -202,7 +176,7 @@
 						</goals>

 					</execution>

 				</executions>

-			</plugin -->

+			</plugin>

 			<plugin>

 	            <artifactId>maven-resources-plugin</artifactId>

 	            <configuration>

diff --git a/src/test/java/org/yaml/snakeyaml/emitter/template/MyBean.java b/src/test/java/org/yaml/snakeyaml/emitter/template/MyBean.java
index 6d3911c..632b65e 100644
--- a/src/test/java/org/yaml/snakeyaml/emitter/template/MyBean.java
+++ b/src/test/java/org/yaml/snakeyaml/emitter/template/MyBean.java
@@ -1,3 +1,19 @@
+/**

+ * Copyright (c) 2008-2010 Andrey Somov

+ *

+ * Licensed under the Apache License, Version 2.0 (the "License");

+ * you may not use this file except in compliance with the License.

+ * You may obtain a copy of the License at

+ *

+ *     http://www.apache.org/licenses/LICENSE-2.0

+ *

+ * Unless required by applicable law or agreed to in writing, software

+ * distributed under the License is distributed on an "AS IS" BASIS,

+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+ * See the License for the specific language governing permissions and

+ * limitations under the License.

+ */

+

 package org.yaml.snakeyaml.emitter.template;

 

 import java.util.ArrayList;

diff --git a/src/test/java/org/yaml/snakeyaml/emitter/template/VelocityTest.java b/src/test/java/org/yaml/snakeyaml/emitter/template/VelocityTest.java
index 3701cb3..5e2aa05 100644
--- a/src/test/java/org/yaml/snakeyaml/emitter/template/VelocityTest.java
+++ b/src/test/java/org/yaml/snakeyaml/emitter/template/VelocityTest.java
@@ -1,3 +1,19 @@
+/**

+ * Copyright (c) 2008-2010 Andrey Somov

+ *

+ * Licensed under the Apache License, Version 2.0 (the "License");

+ * you may not use this file except in compliance with the License.

+ * You may obtain a copy of the License at

+ *

+ *     http://www.apache.org/licenses/LICENSE-2.0

+ *

+ * Unless required by applicable law or agreed to in writing, software

+ * distributed under the License is distributed on an "AS IS" BASIS,

+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+ * See the License for the specific language governing permissions and

+ * limitations under the License.

+ */

+

 package org.yaml.snakeyaml.emitter.template;

 

 import java.io.StringWriter;

diff --git a/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBean.java b/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBean.java
index cff20c6..e41547f 100644
--- a/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBean.java
+++ b/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBean.java
@@ -1,3 +1,19 @@
+/**
+ * Copyright (c) 2008-2010 Andrey Somov
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.yaml.snakeyaml.issues.issue40;
 
 import java.math.BigDecimal;
diff --git a/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBeanTest.java b/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBeanTest.java
index 07a298a..c56d397 100644
--- a/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBeanTest.java
+++ b/src/test/java/org/yaml/snakeyaml/issues/issue40/DogFoodBeanTest.java
@@ -1,3 +1,19 @@
+/**
+ * Copyright (c) 2008-2010 Andrey Somov
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.yaml.snakeyaml.issues.issue40;
 
 import java.math.BigDecimal;