Browse Source

2015!

pull/234/head
Shane Mc Cormack 9 years ago
parent
commit
ef35f746ad
100 changed files with 99 additions and 99 deletions
  1. 1
    1
      LICENCE
  2. 1
    1
      activewindow/src/com/dmdirc/addons/activewindow/ActiveCommand.java
  3. 1
    1
      activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowManager.java
  4. 1
    1
      activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowMessageSink.java
  5. 1
    1
      activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowModule.java
  6. 1
    1
      activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowPlugin.java
  7. 1
    1
      activewindow/src/com/dmdirc/addons/activewindow/package-info.java
  8. 1
    1
      activewindow/test/com/dmdirc/addons/activewindow/ActiveCommandTest.java
  9. 1
    1
      activewindow/test/com/dmdirc/addons/activewindow/ActiveWindowManagerTest.java
  10. 1
    1
      activewindow/test/com/dmdirc/addons/activewindow/ActiveWindowMessageSinkTest.java
  11. 1
    1
      audio/src/com/dmdirc/addons/audio/AudioCommand.java
  12. 1
    1
      audio/src/com/dmdirc/addons/audio/AudioPlayer.java
  13. 1
    1
      audio/src/com/dmdirc/addons/audio/AudioPlugin.java
  14. 1
    1
      audio/src/com/dmdirc/addons/audio/AudioPluginModule.java
  15. 1
    1
      audio/src/com/dmdirc/addons/audio/BeepCommand.java
  16. 1
    1
      audio/test/com/dmdirc/addons/audio/BeepCommandTest.java
  17. 1
    1
      awaycolours/src/com/dmdirc/addons/awaycolours/AwayColoursManager.java
  18. 1
    1
      awaycolours/src/com/dmdirc/addons/awaycolours/AwayColoursModule.java
  19. 1
    1
      awaycolours/src/com/dmdirc/addons/awaycolours/AwayColoursPlugin.java
  20. 1
    1
      awaycolours/test/com/dmdirc/addons/awaycolours/AwayColoursManagerTest.java
  21. 1
    1
      calc/src/com/dmdirc/addons/calc/CalcCommand.java
  22. 1
    1
      calc/src/com/dmdirc/addons/calc/CalcModule.java
  23. 1
    1
      calc/src/com/dmdirc/addons/calc/CalcPlugin.java
  24. 1
    1
      calc/src/com/dmdirc/addons/calc/Evaluator.java
  25. 1
    1
      calc/src/com/dmdirc/addons/calc/Lexer.java
  26. 1
    1
      calc/src/com/dmdirc/addons/calc/Parser.java
  27. 1
    1
      calc/src/com/dmdirc/addons/calc/Token.java
  28. 1
    1
      calc/src/com/dmdirc/addons/calc/TokenType.java
  29. 1
    1
      calc/src/com/dmdirc/addons/calc/TokenTypeArity.java
  30. 1
    1
      calc/src/com/dmdirc/addons/calc/TreeToken.java
  31. 1
    1
      calc/test/com/dmdirc/addons/calc/EvaluatorTest.java
  32. 1
    1
      calc/test/com/dmdirc/addons/calc/LexerTest.java
  33. 1
    1
      calc/test/com/dmdirc/addons/calc/ParserTest.java
  34. 1
    1
      calc/test/com/dmdirc/addons/calc/TokenTypeTest.java
  35. 1
    1
      channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoManager.java
  36. 1
    1
      channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoModule.java
  37. 1
    1
      channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoPlugin.java
  38. 1
    1
      channelwho/test/com/dmdirc/addons/channelwho/ChannelWhoManagerTest.java
  39. 1
    1
      conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecuteCommand.java
  40. 1
    1
      conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecuteModule.java
  41. 1
    1
      conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecuteNamespace.java
  42. 1
    1
      conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecutePlugin.java
  43. 1
    1
      conditional_execute/test/com/dmdirc/addons/conditional_execute/ConditionalExecuteCommandTest.java
  44. 1
    1
      contactlist/src/com/dmdirc/addons/contactlist/ContactListCommand.java
  45. 1
    1
      contactlist/src/com/dmdirc/addons/contactlist/ContactListListener.java
  46. 1
    1
      contactlist/src/com/dmdirc/addons/contactlist/ContactListModule.java
  47. 1
    1
      contactlist/src/com/dmdirc/addons/contactlist/ContactListPlugin.java
  48. 1
    1
      contactlist/src/com/dmdirc/addons/contactlist/package-info.java
  49. 1
    1
      dcc/src/com/dmdirc/addons/dcc/ChatContainer.java
  50. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCChatHandler.java
  51. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCCommand.java
  52. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCCommandParser.java
  53. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCFrameContainer.java
  54. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCManager.java
  55. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCPlugin.java
  56. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCPluginModule.java
  57. 1
    1
      dcc/src/com/dmdirc/addons/dcc/DCCTransferHandler.java
  58. 1
    1
      dcc/src/com/dmdirc/addons/dcc/PlaceholderContainer.java
  59. 1
    1
      dcc/src/com/dmdirc/addons/dcc/TransferContainer.java
  60. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccChatMessageEvent.java
  61. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccChatRequestEvent.java
  62. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccChatRequestSentEvent.java
  63. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccChatSelfmessageEvent.java
  64. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccChatSocketclosedEvent.java
  65. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccChatSocketopenedEvent.java
  66. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccDisplayableEvent.java
  67. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccEvent.java
  68. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccSendDatatransferedEvent.java
  69. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccSendRequestEvent.java
  70. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccSendRequestSentEvent.java
  71. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccSendSocketclosedEvent.java
  72. 1
    1
      dcc/src/com/dmdirc/addons/dcc/events/DccSendSocketopenedEvent.java
  73. 1
    1
      dcc/src/com/dmdirc/addons/dcc/io/DCC.java
  74. 1
    1
      dcc/src/com/dmdirc/addons/dcc/io/DCCChat.java
  75. 1
    1
      dcc/src/com/dmdirc/addons/dcc/io/DCCTransfer.java
  76. 1
    1
      dcc/src/com/dmdirc/addons/dcc/kde/KDialogProcess.java
  77. 1
    1
      dcc/src/com/dmdirc/addons/dcc/kde/KFileChooser.java
  78. 1
    1
      dcc/src/com/dmdirc/addons/dcc/ui/PlaceholderPanel.java
  79. 1
    1
      dcc/src/com/dmdirc/addons/dcc/ui/TransferPanel.java
  80. 1
    1
      dcc/test/com/dmdirc/addons/dcc/IpToLongTest.java
  81. 1
    1
      dcop/src/com/dmdirc/addons/dcop/DcopCommand.java
  82. 1
    1
      dcop/src/com/dmdirc/addons/dcop/DcopCommandLineExecutor.java
  83. 1
    1
      dcop/src/com/dmdirc/addons/dcop/DcopExecutor.java
  84. 1
    1
      dcop/src/com/dmdirc/addons/dcop/DcopModule.java
  85. 1
    1
      dcop/src/com/dmdirc/addons/dcop/DcopPlugin.java
  86. 1
    1
      dcop/src/com/dmdirc/addons/dcop/package-info.java
  87. 1
    1
      debug/src/com/dmdirc/addons/debug/Debug.java
  88. 1
    1
      debug/src/com/dmdirc/addons/debug/DebugCommand.java
  89. 1
    1
      debug/src/com/dmdirc/addons/debug/DebugModule.java
  90. 1
    1
      debug/src/com/dmdirc/addons/debug/DebugPlugin.java
  91. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/Benchmark.java
  92. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/ColourSpam.java
  93. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/ConfigInfo.java
  94. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/EventBusViewer.java
  95. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/FakeError.java
  96. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/FakeUpdates.java
  97. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/FirstRun.java
  98. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/ForceUpdate.java
  99. 1
    1
      debug/src/com/dmdirc/addons/debug/commands/GlobalConfigInfo.java
  100. 0
    0
      debug/src/com/dmdirc/addons/debug/commands/Identities.java

+ 1
- 1
LICENCE View File

@@ -1,4 +1,4 @@
1
-Copyright (c) 2006-2014 DMDirc Developers
1
+Copyright (c) 2006-2015 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
activewindow/src/com/dmdirc/addons/activewindow/ActiveCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowMessageSink.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/src/com/dmdirc/addons/activewindow/ActiveWindowPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/src/com/dmdirc/addons/activewindow/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/test/com/dmdirc/addons/activewindow/ActiveCommandTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/test/com/dmdirc/addons/activewindow/ActiveWindowManagerTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
activewindow/test/com/dmdirc/addons/activewindow/ActiveWindowMessageSinkTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
audio/src/com/dmdirc/addons/audio/AudioCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
audio/src/com/dmdirc/addons/audio/AudioPlayer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
audio/src/com/dmdirc/addons/audio/AudioPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
audio/src/com/dmdirc/addons/audio/AudioPluginModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
audio/src/com/dmdirc/addons/audio/BeepCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
audio/test/com/dmdirc/addons/audio/BeepCommandTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
awaycolours/src/com/dmdirc/addons/awaycolours/AwayColoursManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
awaycolours/src/com/dmdirc/addons/awaycolours/AwayColoursModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
awaycolours/src/com/dmdirc/addons/awaycolours/AwayColoursPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
awaycolours/test/com/dmdirc/addons/awaycolours/AwayColoursManagerTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/CalcCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/CalcModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/CalcPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/Evaluator.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/Lexer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/Parser.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/Token.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/TokenType.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/TokenTypeArity.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/src/com/dmdirc/addons/calc/TreeToken.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/test/com/dmdirc/addons/calc/EvaluatorTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/test/com/dmdirc/addons/calc/LexerTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/test/com/dmdirc/addons/calc/ParserTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
calc/test/com/dmdirc/addons/calc/TokenTypeTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
channelwho/src/com/dmdirc/addons/channelwho/ChannelWhoPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
channelwho/test/com/dmdirc/addons/channelwho/ChannelWhoManagerTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecuteCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecuteModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecuteNamespace.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
conditional_execute/src/com/dmdirc/addons/conditional_execute/ConditionalExecutePlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
conditional_execute/test/com/dmdirc/addons/conditional_execute/ConditionalExecuteCommandTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
contactlist/src/com/dmdirc/addons/contactlist/ContactListCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
contactlist/src/com/dmdirc/addons/contactlist/ContactListListener.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
contactlist/src/com/dmdirc/addons/contactlist/ContactListModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
contactlist/src/com/dmdirc/addons/contactlist/ContactListPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
contactlist/src/com/dmdirc/addons/contactlist/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/ChatContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCChatHandler.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCCommandParser.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCFrameContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCPluginModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/DCCTransferHandler.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/PlaceholderContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/TransferContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccChatMessageEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccChatRequestEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccChatRequestSentEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccChatSelfmessageEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccChatSocketclosedEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccChatSocketopenedEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccDisplayableEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccSendDatatransferedEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccSendRequestEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccSendRequestSentEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccSendSocketclosedEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/events/DccSendSocketopenedEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/io/DCC.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/io/DCCChat.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/io/DCCTransfer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/kde/KDialogProcess.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/kde/KFileChooser.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/ui/PlaceholderPanel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/src/com/dmdirc/addons/dcc/ui/TransferPanel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcc/test/com/dmdirc/addons/dcc/IpToLongTest.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcop/src/com/dmdirc/addons/dcop/DcopCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcop/src/com/dmdirc/addons/dcop/DcopCommandLineExecutor.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcop/src/com/dmdirc/addons/dcop/DcopExecutor.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcop/src/com/dmdirc/addons/dcop/DcopModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcop/src/com/dmdirc/addons/dcop/DcopPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
dcop/src/com/dmdirc/addons/dcop/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/Debug.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/DebugCommand.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/DebugModule.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/DebugPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/Benchmark.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/ColourSpam.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/ConfigInfo.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/EventBusViewer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/FakeError.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/FakeUpdates.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/FirstRun.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/ForceUpdate.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/GlobalConfigInfo.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2015 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
debug/src/com/dmdirc/addons/debug/commands/Identities.java View File


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

Loading…
Cancel
Save