From 9e64561dba2e1865ed2a037fc0db7564a6d320bf Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 28 Jan 2014 16:09:15 +0100 Subject: [PATCH] Update year to 2014 in license headers of plugin archetype resources The Maven plugin archetypes are used to create new plugin projects. The files generated for these new plugin projects should have the correct year in the license headers. Change-Id: I86919f19191089e83ba9111d86a29d2798b75feb Signed-off-by: Edwin Kempin --- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../resources/archetype-resources/src/main/java/HttpModule.java | 2 +- .../resources/archetype-resources/src/main/java/Module.java | 2 +- .../resources/archetype-resources/src/main/java/SshModule.java | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../resources/archetype-resources/src/main/java/HelloMenu.java | 2 +- .../archetype-resources/src/main/java/HelloPlugin.gwt.xml | 2 +- .../archetype-resources/src/main/java/MyExtension.java | 2 +- .../archetype-resources/src/main/java/client/HelloPlugin.java | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../archetype-resources/src/main/java/MyJsExtension.java | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml b/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml index 19548afadc..8060182c1a 100644 --- a/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml +++ b/gerrit-plugin-archetype/src/main/resources/archetype-resources/pom.xml @@ -1,5 +1,5 @@