diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..eb5a316
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+target
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..068a681
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# Alfresco License Headers
+
+This is a simple project that contains the license headers applied to the Alfresco source files
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..f00fdb6
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,16 @@
+
+
+ 4.0.0
+ org.alfresco
+ alfresco-license-headers
+ jar
+ 1.0
+ Alfresco License Headers
+
+
+ org.alfresco
+ alfresco-super-pom
+ 6
+
+
\ No newline at end of file
diff --git a/src/main/resources/community/header.txt b/src/main/resources/community/header.txt
new file mode 100644
index 0000000..9efa1f3
--- /dev/null
+++ b/src/main/resources/community/header.txt
@@ -0,0 +1,17 @@
+This file is part of the Alfresco software.
+If the software was purchased under a paid Alfresco license, the terms of
+the paid license agreement will prevail. Otherwise, the software is
+provided under the following open source license terms:
+
+Alfresco is free software: you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+Alfresco is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with Alfresco. If not, see .
\ No newline at end of file
diff --git a/src/main/resources/enterprise/header.txt b/src/main/resources/enterprise/header.txt
new file mode 100644
index 0000000..5f60c29
--- /dev/null
+++ b/src/main/resources/enterprise/header.txt
@@ -0,0 +1,3 @@
+License rights for this program may be obtained from Alfresco Software, Ltd.
+pursuant to a written agreement and any use of this program without such an
+agreement is prohibited.
\ No newline at end of file
diff --git a/src/main/resources/licenses.properties b/src/main/resources/licenses.properties
new file mode 100644
index 0000000..ae42dc8
--- /dev/null
+++ b/src/main/resources/licenses.properties
@@ -0,0 +1,2 @@
+community=Alfresco Community
+enterprise=Alfresco Enterprise
\ No newline at end of file