From 13219dd35a9f4df124c6209ae18744e366a59ecc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 3 Jun 2017 18:17:38 +0200 Subject: [PATCH] Continued a bit: - updated copyright - updated jar(s) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/org/mxchange/jcountry/data/Country.java | 2 +- src/org/mxchange/jcountry/data/CountryData.java | 2 +- src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java | 2 +- .../jcountry/events/ObservableAdminAddedCountryEvent.java | 2 +- .../jcountry/exceptions/CountryAlreadyAddedException.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/org/mxchange/jcountry/data/Country.java b/src/org/mxchange/jcountry/data/Country.java index 6ea00d4..20ead58 100644 --- a/src/org/mxchange/jcountry/data/Country.java +++ b/src/org/mxchange/jcountry/data/Country.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Häder + * Copyright (C) 2016, 2017 Roland Häder * * 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/data/CountryData.java b/src/org/mxchange/jcountry/data/CountryData.java index 728801c..37dbb11 100644 --- a/src/org/mxchange/jcountry/data/CountryData.java +++ b/src/org/mxchange/jcountry/data/CountryData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Häder + * Copyright (C) 2016, 2017 Roland Häder * * 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/AdminAddedCountryEvent.java b/src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java index b1a4492..f79cc29 100644 --- a/src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java +++ b/src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Häder + * Copyright (C) 2016, 2017 Roland Häder * * 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/ObservableAdminAddedCountryEvent.java b/src/org/mxchange/jcountry/events/ObservableAdminAddedCountryEvent.java index 48ccb4c..06dff0c 100644 --- a/src/org/mxchange/jcountry/events/ObservableAdminAddedCountryEvent.java +++ b/src/org/mxchange/jcountry/events/ObservableAdminAddedCountryEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Häder + * Copyright (C) 2016, 2017 Roland Häder * * 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 2c8128c..77a6387 100644 --- a/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java +++ b/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Häder + * Copyright (C) 2016, 2017 Roland Häder * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as -- 2.39.5