From 1303f8c7792c0677017d6043c6741b1067746cf1 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Fri, 16 Jan 2015 14:39:34 +0100
Subject: [PATCH] added some excludes and modified the owner

---
 LICENSE.txt | 2 +-
 pom.xml     | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 0676d6e0..3842e75e 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 17ba67ad..9ebfb91b 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>
-- 
GitLab