Commit e64804b7e8709fae8d5a86cce1dcc7d937259fdd
0 parents
Exists in
master
BDE-614: Added new alfresco-license-headers module
Showing
6 changed files
with
42 additions
and
0 deletions
Show diff stats
.gitignore
... | ... | @@ -0,0 +1 @@ |
1 | +target | ... | ... |
README.md
pom.xml
... | ... | @@ -0,0 +1,16 @@ |
1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
3 | + | |
4 | + <modelVersion>4.0.0</modelVersion> | |
5 | + <groupId>org.alfresco</groupId> | |
6 | + <artifactId>alfresco-license-headers</artifactId> | |
7 | + <packaging>jar</packaging> | |
8 | + <version>1.0</version> | |
9 | + <name>Alfresco License Headers</name> | |
10 | + | |
11 | + <parent> | |
12 | + <groupId>org.alfresco</groupId> | |
13 | + <artifactId>alfresco-super-pom</artifactId> | |
14 | + <version>6</version> | |
15 | + </parent> | |
16 | +</project> | |
0 | 17 | \ No newline at end of file | ... | ... |
src/main/resources/community/header.txt
... | ... | @@ -0,0 +1,17 @@ |
1 | +This file is part of the Alfresco software. | |
2 | +If the software was purchased under a paid Alfresco license, the terms of | |
3 | +the paid license agreement will prevail. Otherwise, the software is | |
4 | +provided under the following open source license terms: | |
5 | + | |
6 | +Alfresco is free software: you can redistribute it and/or modify | |
7 | +it under the terms of the GNU Lesser General Public License as published by | |
8 | +the Free Software Foundation, either version 3 of the License, or | |
9 | +(at your option) any later version. | |
10 | + | |
11 | +Alfresco is distributed in the hope that it will be useful, | |
12 | +but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | +GNU Lesser General Public License for more details. | |
15 | + | |
16 | +You should have received a copy of the GNU Lesser General Public License | |
17 | +along with Alfresco. If not, see <http://www.gnu.org/licenses/>. | |
0 | 18 | \ No newline at end of file | ... | ... |
src/main/resources/enterprise/header.txt
src/main/resources/licenses.properties