From 50fcdd48e10c14590da546fa58ac9a562ddd4a34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 23 Dec 2017 00:02:37 +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 --- .../mxchange/jcountry/events/added/AdminAddedCountryEvent.java | 2 +- .../jcountry/events/added/ObservableAdminAddedCountryEvent.java | 2 +- .../jcountry/exceptions/CountryAlreadyAddedException.java | 2 +- .../mxchange/jcountry/exceptions/CountryNotFoundException.java | 2 +- src/org/mxchange/jcountry/model/data/Country.java | 2 +- src/org/mxchange/jcountry/model/data/CountryData.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/org/mxchange/jcountry/events/added/AdminAddedCountryEvent.java b/src/org/mxchange/jcountry/events/added/AdminAddedCountryEvent.java index d14df9c..899a5b7 100644 --- a/src/org/mxchange/jcountry/events/added/AdminAddedCountryEvent.java +++ b/src/org/mxchange/jcountry/events/added/AdminAddedCountryEvent.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/jcountry/events/added/ObservableAdminAddedCountryEvent.java b/src/org/mxchange/jcountry/events/added/ObservableAdminAddedCountryEvent.java index 64fd7a1..e356a09 100644 --- a/src/org/mxchange/jcountry/events/added/ObservableAdminAddedCountryEvent.java +++ b/src/org/mxchange/jcountry/events/added/ObservableAdminAddedCountryEvent.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/jcountry/exceptions/CountryAlreadyAddedException.java b/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java index 435cd69..b27ad0d 100644 --- a/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java +++ b/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.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 Affero General Public License as diff --git a/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.java b/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.java index 1da0c6a..e2808ed 100644 --- a/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.java +++ b/src/org/mxchange/jcountry/exceptions/CountryNotFoundException.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 Affero General Public License as diff --git a/src/org/mxchange/jcountry/model/data/Country.java b/src/org/mxchange/jcountry/model/data/Country.java index 688d0c7..96b1575 100644 --- a/src/org/mxchange/jcountry/model/data/Country.java +++ b/src/org/mxchange/jcountry/model/data/Country.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/jcountry/model/data/CountryData.java b/src/org/mxchange/jcountry/model/data/CountryData.java index ba10c08..cb5763d 100644 --- a/src/org/mxchange/jcountry/model/data/CountryData.java +++ b/src/org/mxchange/jcountry/model/data/CountryData.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