From 518738494eada61b78e7d603af77dc208e9f5c44 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sat, 23 Dec 2017 00:01:53 +0100
Subject: [PATCH] Changed copyright notice to the FSF, so after my death they
 will continue my interests, nice!
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 src/META-INF/beans.xml                                          | 2 +-
 src/org/mxchange/jcoreee/bean/BaseBean.java                     | 2 +-
 src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java          | 2 +-
 src/org/mxchange/jcoreee/database/BaseDatabaseBean.java         | 2 +-
 .../jcoreee/events/helper/clear/HelperCleanupEvent.java         | 2 +-
 .../events/helper/clear/ObservableHelperCleanupEvent.java       | 2 +-
 src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java   | 2 +-
 .../jcoreee/events/locale/ObservableLocaleChangeEvent.java      | 2 +-
 src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java | 2 +-
 .../jcoreee/exceptions/CustomExceptionHandlerFactory.java       | 2 +-
 src/org/mxchange/jcoreee/utils/FacesUtils.java                  | 2 +-
 src/org/mxchange/jcoreee/validator/BaseObjectValidator.java     | 2 +-
 .../mxchange/jcoreee/validator/bool/BaseBooleanValidator.java   | 2 +-
 src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java  | 2 +-
 .../mxchange/jcoreee/validator/number/BaseNumberValidator.java  | 2 +-
 .../mxchange/jcoreee/validator/string/BaseStringValidator.java  | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/META-INF/beans.xml b/src/META-INF/beans.xml
index a8365bf..d0fede1 100644
--- a/src/META-INF/beans.xml
+++ b/src/META-INF/beans.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2016, 2017 Roland Häder
+Copyright (C) 2016, 2017 Free Software Foundation
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/bean/BaseBean.java b/src/org/mxchange/jcoreee/bean/BaseBean.java
index 8efd545..d7abf28 100644
--- a/src/org/mxchange/jcoreee/bean/BaseBean.java
+++ b/src/org/mxchange/jcoreee/bean/BaseBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java b/src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java
index f9ab2b4..cd20f2c 100644
--- a/src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java
+++ b/src/org/mxchange/jcoreee/bean/faces/BaseFacesBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/database/BaseDatabaseBean.java b/src/org/mxchange/jcoreee/database/BaseDatabaseBean.java
index 8e3f9f3..3855e2a 100644
--- a/src/org/mxchange/jcoreee/database/BaseDatabaseBean.java
+++ b/src/org/mxchange/jcoreee/database/BaseDatabaseBean.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java b/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java
index fa81688..687730a 100644
--- a/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java
+++ b/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java b/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java
index bdd377f..be03c6e 100644
--- a/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java
+++ b/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java b/src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java
index e8a2a04..a902cf1 100644
--- a/src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java
+++ b/src/org/mxchange/jcoreee/events/locale/LocaleChangeEvent.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java b/src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java
index 310aada..c0b5f39 100644
--- a/src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java
+++ b/src/org/mxchange/jcoreee/events/locale/ObservableLocaleChangeEvent.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
+ * Copyright (C) 2017 Free Software Foundation<roland@mxchange.org>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java
index 1c33326..298690b 100644
--- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java
+++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java
index 6a8d484..a5e6673 100644
--- a/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java
+++ b/src/org/mxchange/jcoreee/exceptions/CustomExceptionHandlerFactory.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/utils/FacesUtils.java b/src/org/mxchange/jcoreee/utils/FacesUtils.java
index f0db704..e90b245 100644
--- a/src/org/mxchange/jcoreee/utils/FacesUtils.java
+++ b/src/org/mxchange/jcoreee/utils/FacesUtils.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java
index 14425d9..033a72b 100644
--- a/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java
+++ b/src/org/mxchange/jcoreee/validator/BaseObjectValidator.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java b/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
index ebc17f3..9461598 100644
--- a/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
+++ b/src/org/mxchange/jcoreee/validator/bool/BaseBooleanValidator.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java b/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java
index 754bb87..3180142 100644
--- a/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java
+++ b/src/org/mxchange/jcoreee/validator/date/BaseDateValidator.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java b/src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java
index 9cfaed5..cc64796 100644
--- a/src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java
+++ b/src/org/mxchange/jcoreee/validator/number/BaseNumberValidator.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java b/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java
index c2a7911..eb83934 100644
--- a/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java
+++ b/src/org/mxchange/jcoreee/validator/string/BaseStringValidator.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
-- 
2.39.5