]> git.mxchange.org Git - addressbook-swing.git/commitdiff
Updated copyright year
authorRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 15:38:03 +0000 (16:38 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 15 Feb 2016 15:38:03 +0000 (16:38 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
20 files changed:
src/log4j2.xml
src/org/mxchange/addressbook/BaseAddressbookSystem.java
src/org/mxchange/addressbook/application/AddressbookApplication.java
src/org/mxchange/addressbook/client/AddressbookClient.java
src/org/mxchange/addressbook/client/BaseAddressbookClient.java
src/org/mxchange/addressbook/client/console/ConsoleClient.java
src/org/mxchange/addressbook/client/gui/AddressbookFrame.java
src/org/mxchange/addressbook/client/gui/SwingClient.java
src/org/mxchange/addressbook/facade/contact/AddressbookContactFacade.java
src/org/mxchange/addressbook/facade/contact/ContactFacade.java
src/org/mxchange/addressbook/menu/AddressbookMenu.java
src/org/mxchange/addressbook/menu/BaseMenu.java
src/org/mxchange/addressbook/menu/Menu.java
src/org/mxchange/addressbook/menu/MenuTools.java
src/org/mxchange/addressbook/menu/console/ConsoleMenu.java
src/org/mxchange/addressbook/menu/item/BaseMenuItem.java
src/org/mxchange/addressbook/menu/item/SelectableMenuItem.java
src/org/mxchange/addressbook/menu/item/console/ConsoleMenuItem.java
src/org/mxchange/localization/bundle_de_DE.properties
src/org/mxchange/localization/bundle_en_US.properties

index 1ebbd9fd27e84c8140e6466a8b251312657b8931..7f7ee3c21d3eab35dc2f21f6b02f5a8d0760bdbc 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (C) 2015 Roland Haeder
+Copyright (C) 2016 Roland Haeder
 
 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
index d18c04ed7878a4f939a9e63de2f978cd8b5442ef..b3872e2a16affacfd9a667f62796187ccfb9960d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 1a51b6a97555797b991ed599071da66798d3e4bc..d89899933c0b022bfa7f2c616385f4152760c7df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 4a4b67a702150e3c8a864f78d6c372cbb4352b20..db27b04932d3ce27b80c4b21e8d99a70dcc663f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 444095e0e0bb86382e2897bc364ae03167cc1eaf..5b0a827360c0ad9b42fb4d4b8e65674dd6b6da21 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 65a6026502c924f17fe610f8f573e65399ff3a5c..d53c53b168ce36b02952b3301cab4ea708d391cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
@@ -531,7 +531,7 @@ public class ConsoleClient extends BaseAddressbookClient implements AddressbookC
        public void showWelcome () {
                this.outputMessage(MessageFormat.format("Welcome to {0}", AddressbookApplication.printableTitle())); //NOI18N
                this.outputMessage(""); //NOI18N
-               this.outputMessage("Copyright(c) 2015 by Roland Haeder, this is free software"); //NOI18N
+               this.outputMessage("Copyright(c) 2016 by Roland Haeder, this is free software"); //NOI18N
 
                // Debug message
                this.getLoggerBeanLocal().logDebug("Intro shown to user"); //NOI18N
index 1d3cefba9b39885f8d71dc75d0229e58e608af79..01fbd5259adfa891cf36713832455005d54ac02e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index a5ae991530468f012b340857f832676736476bb3..ba19b547768c0bc2c61ac2222f9782aa9ef0ec75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 4ca45dec38765901ab13b2361b2c32d83e9037b2..2432113b8666834906fcdf29d63888ad8d37c6f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 5879608b100ee54172a9cfacfdd8ea0f985fbace..db3725fa38ffdfd6f02be7378a1133a5af26ee4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 8ef43f4ce3bdb430ab1fb3ee3113af519d6d3a83..7cae2eea92bef59a9ead5cfe56a2df84bb8b6a96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 198652ac545349ca981e4fd7da200579536abb50..e365652ab5755c51a06c46b401c2b2cf8fed2451 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index f6055638f202c28890f96b0acdb98408ded04438..4f37f96676b4f8d1c6ab9ec08fcc662cd4d105a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index bc90ec815929e77b4fe82b37953175638a8105bf..4d0faad769ce988b2ca645beb1da48b54722259a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 60bf07936a8ef426f5ff13ff846a6b549978d3da..9398522e9b08a6aee823ff6e75d260d21831aa71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 473e9e4ac1a319590d404051a3854e2983a23815..f6c775de621b53a75f2440b935b3ae5663b80170 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 5f81076c9c20db0ac5754b1dd77688ecedbeff6a..0cf0993d1c5ed2426219e0200f1539d42e1473e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index fc91c7f5e354f5f9cbb2ba827f27e8621ad2c59b..7992aeb5269cc5ae7b672293f6e49ab6d76f4c00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 Roland Haeder
+ * Copyright (C) 2016 Roland Haeder
  *
  * 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
index 521436c4f6097d47a12cdfa0fe1f69ee9bcef264..027f905c15c71f2111eea7c34dd58d0e8d2c02b8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 Roland Haeder
+# Copyright (C) 2016 Roland Haeder
 #
 # 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
index d1b034621339aa9ee9b6823f5ab2217d31c32115..af178dac0df1fe6f0e008a322e5a9a66d6f3393e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 Roland Haeder
+# Copyright (C) 2016 Roland Haeder
 #
 # 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