소스 검색

2015!

pull/234/head
Shane Mc Cormack 9 년 전
부모
커밋
ef35f746ad
100개의 변경된 파일99개의 추가작업 그리고 99개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.

Loading…
취소
저장