diff --git a/LICENSE.txt b/LICENSE.txt index 0676d6e0d6b6445c36cd98f42e7dbc8f0f52fa39..3842e75efc359fffa9a2f67dde69a7e93a94df28 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -176,7 +176,7 @@ END OF TERMS AND CONDITIONS - Copyright 2015 Christian-Albrechts-Universität + Copyright 2015 Teetime (http://teetime.sourceforge.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index 17ba67ad59109056fa72610e9d4873fbd1803f02..9ebfb91b384200dbed1f52097d9d1c2a9303371b 100644 --- a/pom.xml +++ b/pom.xml @@ -292,13 +292,16 @@ <configuration> <header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</header> <properties> - <owner>Mycila</owner> - <email>mathieu.carbou@gmail.com</email> + <owner>TeeTime</owner> + <email>http://teetime.sourceforge.net</email> </properties> <excludes> <exclude>**/README</exclude> <exclude>src/test/resources/**</exclude> <exclude>src/main/resources/**</exclude> + <exclude>src/changes/**</exclude> + <exclude>src/site/**</exclude> + <exclude>src/test/data/**</exclude> <exclude>conf/**</exclude> <exclude>doc/**</exclude> <exclude>experiments/**</exclude>