|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <!-- |
3 | 3 |
|
4 | | - eXist-db EXPath Cryptographic library |
5 | | - eXist-db wrapper for EXPath Cryptographic Java library |
| 4 | + SPDX LGPL-2.1-or-later |
6 | 5 | Copyright (C) 2016 The eXist-db Authors |
7 | 6 |
|
8 | | - This library is free software; you can redistribute it and/or |
9 | | - modify it under the terms of the GNU Lesser General Public License |
10 | | - as published by the Free Software Foundation; either version 2.1 |
11 | | - of the License, or (at your option) any later version. |
12 | | -
|
13 | | - This library is distributed in the hope that it will be useful, |
14 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | | - GNU Lesser General Public License for more details. |
17 | | -
|
18 | | - You should have received a copy of the GNU Lesser General Public License |
19 | | - along with this library; if not, write to the Free Software Foundation, |
20 | | - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
21 | | -
|
22 | 7 | --> |
23 | 8 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
24 | 9 |
|
|
171 | 156 | <configuration> |
172 | 157 | <failIfMissing>true</failIfMissing> |
173 | 158 | <aggregate>true</aggregate> |
174 | | - <strictCheck>false</strictCheck> |
| 159 | + <strictCheck>true</strictCheck> |
175 | 160 | <licenseSets> |
176 | 161 |
|
177 | 162 | <!-- this enforces the original Copyright and License --> |
178 | 163 | <licenseSet> |
179 | | - <header>LGPL2.1-template.txt</header> |
180 | | - <properties> |
181 | | - <owner>${project.organization.name}</owner> |
182 | | - <organization>Claudius Teodorescu</organization> |
183 | | - <url>${project.organization.url}</url> |
184 | | - </properties> |
| 164 | + <header>LGPL2.1-claudius-template.txt</header> |
185 | 165 | <excludes> |
186 | 166 | <exclude>.github/**</exclude> |
187 | 167 | <exclude>README.md</exclude> |
188 | 168 | <exclude>LICENSE</exclude> |
189 | 169 | <exclude>xquery-license-style.xml</exclude> |
| 170 | + <exclude>LGPL2.1-*-template.txt</exclude> |
190 | 171 | <exclude>src/main/resources/**</exclude> |
191 | 172 | <exclude>src/markdown-page-generator/**</exclude> |
192 | 173 | <exclude>src/test/resources/**</exclude> |
|
200 | 181 |
|
201 | 182 | <!-- this enforces the EXPath Copyright and License on newer files --> |
202 | 183 | <licenseSet> |
203 | | - <header>LGPL2.1-template.txt</header> |
204 | | - <properties> |
205 | | - <owner>${project.organization.name}</owner> |
206 | | - <organization>The eXist-db Authors</organization> |
207 | | - <url>${project.organization.url}</url> |
208 | | - </properties> |
| 184 | + <header>LGPL2.1-existdb-template.txt</header> |
209 | 185 | <includes> |
210 | 186 | <include>pom.xml</include> |
211 | 187 | <include>src/test/java/xquery/crypto/CryptoIT.java</include> |
|
0 commit comments