Browse Source

Update Copyright to 2014

Change-Id: I3e4fd86a0d19f5167506df5986f7ec256b224820
Reviewed-on: http://gerrit.dmdirc.com/2979
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.8
Shane Mc Cormack 10 years ago
parent
commit
c7990ef968
100 changed files with 99 additions and 99 deletions
  1. 1
    1
      LICENCE
  2. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveCommand.java
  3. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveWindowManager.java
  4. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveWindowMessageSink.java
  5. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveWindowModule.java
  6. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveWindowPlugin.java
  7. 1
    1
      src/com/dmdirc/addons/activewindow/package-info.java
  8. 1
    1
      src/com/dmdirc/addons/audio/AudioCommand.java
  9. 1
    1
      src/com/dmdirc/addons/audio/AudioPlayer.java
  10. 1
    1
      src/com/dmdirc/addons/audio/AudioPlugin.java
  11. 1
    1
      src/com/dmdirc/addons/audio/AudioPluginModule.java
  12. 1
    1
      src/com/dmdirc/addons/audio/BeepCommand.java
  13. 1
    1
      src/com/dmdirc/addons/calc/CalcCommand.java
  14. 1
    1
      src/com/dmdirc/addons/calc/CalcPlugin.java
  15. 1
    1
      src/com/dmdirc/addons/calc/Evaluator.java
  16. 1
    1
      src/com/dmdirc/addons/calc/Lexer.java
  17. 1
    1
      src/com/dmdirc/addons/calc/Parser.java
  18. 1
    1
      src/com/dmdirc/addons/calc/Token.java
  19. 1
    1
      src/com/dmdirc/addons/calc/TokenType.java
  20. 1
    1
      src/com/dmdirc/addons/calc/TokenTypeArity.java
  21. 1
    1
      src/com/dmdirc/addons/calc/TreeToken.java
  22. 1
    1
      src/com/dmdirc/addons/conditional_execute/ConditionalExecuteCommand.java
  23. 1
    1
      src/com/dmdirc/addons/conditional_execute/ConditionalExecuteNamespace.java
  24. 1
    1
      src/com/dmdirc/addons/conditional_execute/ConditionalExecutePlugin.java
  25. 1
    1
      src/com/dmdirc/addons/contactlist/ContactListCommand.java
  26. 1
    1
      src/com/dmdirc/addons/contactlist/ContactListListener.java
  27. 1
    1
      src/com/dmdirc/addons/contactlist/ContactListPlugin.java
  28. 1
    1
      src/com/dmdirc/addons/contactlist/package-info.java
  29. 1
    1
      src/com/dmdirc/addons/dcc/ChatContainer.java
  30. 1
    1
      src/com/dmdirc/addons/dcc/DCCChatHandler.java
  31. 1
    1
      src/com/dmdirc/addons/dcc/DCCCommand.java
  32. 1
    1
      src/com/dmdirc/addons/dcc/DCCCommandParser.java
  33. 1
    1
      src/com/dmdirc/addons/dcc/DCCFrameContainer.java
  34. 1
    1
      src/com/dmdirc/addons/dcc/DCCManager.java
  35. 1
    1
      src/com/dmdirc/addons/dcc/DCCPlugin.java
  36. 1
    1
      src/com/dmdirc/addons/dcc/DCCPluginModule.java
  37. 1
    1
      src/com/dmdirc/addons/dcc/DCCTransferHandler.java
  38. 1
    1
      src/com/dmdirc/addons/dcc/PlaceholderContainer.java
  39. 1
    1
      src/com/dmdirc/addons/dcc/TransferContainer.java
  40. 1
    1
      src/com/dmdirc/addons/dcc/actions/DCCActions.java
  41. 1
    1
      src/com/dmdirc/addons/dcc/actions/DCCEvents.java
  42. 1
    1
      src/com/dmdirc/addons/dcc/io/DCC.java
  43. 1
    1
      src/com/dmdirc/addons/dcc/io/DCCChat.java
  44. 1
    1
      src/com/dmdirc/addons/dcc/io/DCCTransfer.java
  45. 1
    1
      src/com/dmdirc/addons/dcc/kde/KDialogProcess.java
  46. 1
    1
      src/com/dmdirc/addons/dcc/kde/KFileChooser.java
  47. 1
    1
      src/com/dmdirc/addons/dcc/ui/PlaceholderPanel.java
  48. 1
    1
      src/com/dmdirc/addons/dcc/ui/TransferPanel.java
  49. 1
    1
      src/com/dmdirc/addons/dcop/DcopCommand.java
  50. 1
    1
      src/com/dmdirc/addons/dcop/DcopPlugin.java
  51. 1
    1
      src/com/dmdirc/addons/dcop/package-info.java
  52. 1
    1
      src/com/dmdirc/addons/debug/Debug.java
  53. 1
    1
      src/com/dmdirc/addons/debug/DebugCommand.java
  54. 1
    1
      src/com/dmdirc/addons/debug/DebugModule.java
  55. 1
    1
      src/com/dmdirc/addons/debug/DebugPlugin.java
  56. 1
    1
      src/com/dmdirc/addons/debug/commands/Benchmark.java
  57. 1
    1
      src/com/dmdirc/addons/debug/commands/ColourSpam.java
  58. 1
    1
      src/com/dmdirc/addons/debug/commands/ConfigInfo.java
  59. 1
    1
      src/com/dmdirc/addons/debug/commands/ConfigStats.java
  60. 1
    1
      src/com/dmdirc/addons/debug/commands/FakeError.java
  61. 1
    1
      src/com/dmdirc/addons/debug/commands/FakeUpdates.java
  62. 1
    1
      src/com/dmdirc/addons/debug/commands/FirstRun.java
  63. 1
    1
      src/com/dmdirc/addons/debug/commands/ForceUpdate.java
  64. 1
    1
      src/com/dmdirc/addons/debug/commands/GlobalConfigInfo.java
  65. 1
    1
      src/com/dmdirc/addons/debug/commands/Identities.java
  66. 1
    1
      src/com/dmdirc/addons/debug/commands/MemInfo.java
  67. 1
    1
      src/com/dmdirc/addons/debug/commands/Notify.java
  68. 1
    1
      src/com/dmdirc/addons/debug/commands/RunGC.java
  69. 1
    1
      src/com/dmdirc/addons/debug/commands/ServerInfo.java
  70. 1
    1
      src/com/dmdirc/addons/debug/commands/ServerState.java
  71. 1
    1
      src/com/dmdirc/addons/debug/commands/Services.java
  72. 1
    1
      src/com/dmdirc/addons/debug/commands/ShowRaw.java
  73. 1
    1
      src/com/dmdirc/addons/debug/commands/StatusbarMessage.java
  74. 1
    1
      src/com/dmdirc/addons/debug/commands/Threads.java
  75. 1
    1
      src/com/dmdirc/addons/debug/commands/Time.java
  76. 1
    1
      src/com/dmdirc/addons/dns/DNSCommand.java
  77. 1
    1
      src/com/dmdirc/addons/dns/DNSPlugin.java
  78. 1
    1
      src/com/dmdirc/addons/dns/package-info.java
  79. 1
    1
      src/com/dmdirc/addons/exec/ExecCommand.java
  80. 1
    1
      src/com/dmdirc/addons/exec/ExecPlugin.java
  81. 1
    1
      src/com/dmdirc/addons/freedesktop_notifications/FDNotifyCommand.java
  82. 1
    1
      src/com/dmdirc/addons/freedesktop_notifications/FreeDesktopNotificationsPlugin.java
  83. 1
    1
      src/com/dmdirc/addons/identd/IdentClient.java
  84. 1
    1
      src/com/dmdirc/addons/identd/IdentdPlugin.java
  85. 1
    1
      src/com/dmdirc/addons/identd/IdentdServer.java
  86. 1
    1
      src/com/dmdirc/addons/lagdisplay/LagDisplayPanel.java
  87. 1
    1
      src/com/dmdirc/addons/lagdisplay/LagDisplayPlugin.java
  88. 1
    1
      src/com/dmdirc/addons/lagdisplay/PingHistoryPanel.java
  89. 1
    1
      src/com/dmdirc/addons/lagdisplay/ServerInfoDialog.java
  90. 1
    1
      src/com/dmdirc/addons/lagdisplay/package-info.java
  91. 1
    1
      src/com/dmdirc/addons/logging/HistoryWindow.java
  92. 1
    1
      src/com/dmdirc/addons/logging/LoggingCommand.java
  93. 1
    1
      src/com/dmdirc/addons/logging/LoggingPlugin.java
  94. 1
    1
      src/com/dmdirc/addons/logging/package-info.java
  95. 1
    1
      src/com/dmdirc/addons/mediasource_dbus/DBusMediaSource.java
  96. 1
    1
      src/com/dmdirc/addons/mediasource_dbus/MPRISSource.java
  97. 1
    1
      src/com/dmdirc/addons/mediasource_dcop/AmarokSource.java
  98. 1
    1
      src/com/dmdirc/addons/mediasource_dcop/DcopMediaSourcePlugin.java
  99. 1
    1
      src/com/dmdirc/addons/mediasource_dcop/KaffeineSource.java
  100. 0
    0
      src/com/dmdirc/addons/mediasource_dcop/NoatunSource.java

+ 1
- 1
LICENCE View File

@@ -1,4 +1,4 @@
1
-Copyright (c) 2006-2012 DMDirc Developers
1
+Copyright (c) 2006-2014 DMDirc Developers
2 2
 
3 3
 Permission is hereby granted, free of charge, to any person obtaining a copy
4 4
 of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/activewindow/ActiveCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/activewindow/ActiveWindowManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/activewindow/ActiveWindowMessageSink.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/activewindow/ActiveWindowModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/activewindow/ActiveWindowPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/activewindow/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/audio/AudioCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/audio/AudioPlayer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/audio/AudioPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/audio/AudioPluginModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/audio/BeepCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/CalcCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/CalcPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/Evaluator.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/Lexer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/Parser.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/Token.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/TokenType.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/TokenTypeArity.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/calc/TreeToken.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/conditional_execute/ConditionalExecuteCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/conditional_execute/ConditionalExecuteNamespace.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/conditional_execute/ConditionalExecutePlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/contactlist/ContactListCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/contactlist/ContactListListener.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/contactlist/ContactListPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/contactlist/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/ChatContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCChatHandler.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCCommandParser.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCFrameContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCPluginModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/DCCTransferHandler.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/PlaceholderContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/TransferContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/actions/DCCActions.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/actions/DCCEvents.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/io/DCC.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/io/DCCChat.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/io/DCCTransfer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/kde/KDialogProcess.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/kde/KFileChooser.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/ui/PlaceholderPanel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcc/ui/TransferPanel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcop/DcopCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcop/DcopPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dcop/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/Debug.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/DebugCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/DebugModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/DebugPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/Benchmark.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/ColourSpam.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/ConfigInfo.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/ConfigStats.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/FakeError.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/FakeUpdates.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/FirstRun.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/ForceUpdate.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/GlobalConfigInfo.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/Identities.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/MemInfo.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/Notify.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/RunGC.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/ServerInfo.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/ServerState.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/Services.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/ShowRaw.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/StatusbarMessage.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/Threads.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/debug/commands/Time.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dns/DNSCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dns/DNSPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/dns/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/exec/ExecCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/exec/ExecPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/freedesktop_notifications/FDNotifyCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/freedesktop_notifications/FreeDesktopNotificationsPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/identd/IdentClient.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/identd/IdentdPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/identd/IdentdServer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/lagdisplay/LagDisplayPanel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/lagdisplay/LagDisplayPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/lagdisplay/PingHistoryPanel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/lagdisplay/ServerInfoDialog.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/lagdisplay/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/logging/HistoryWindow.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/logging/LoggingCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/logging/LoggingPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/logging/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/mediasource_dbus/DBusMediaSource.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/mediasource_dbus/MPRISSource.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/mediasource_dcop/AmarokSource.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/mediasource_dcop/DcopMediaSourcePlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/addons/mediasource_dcop/KaffeineSource.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 0
- 0
src/com/dmdirc/addons/mediasource_dcop/NoatunSource.java View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save