瀏覽代碼

Update copyright for 2012

Change-Id: I559bbd9a7e6abdfc73068d4934cfb0fc9f7ce84c
Reviewed-on: http://gerrit.dmdirc.com/2289
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.7rc1
Shane Mc Cormack 12 年之前
父節點
當前提交
f40fbcff29
共有 100 個文件被更改,包括 99 次插入99 次删除
  1. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveCommand.java
  2. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveWindowMessageSink.java
  3. 1
    1
      src/com/dmdirc/addons/activewindow/ActiveWindowPlugin.java
  4. 1
    1
      src/com/dmdirc/addons/activewindow/package-info.java
  5. 1
    1
      src/com/dmdirc/addons/audio/AudioCommand.java
  6. 1
    1
      src/com/dmdirc/addons/audio/AudioPlayer.java
  7. 1
    1
      src/com/dmdirc/addons/audio/AudioPlugin.java
  8. 1
    1
      src/com/dmdirc/addons/audio/BeepCommand.java
  9. 1
    1
      src/com/dmdirc/addons/calc/CalcCommand.java
  10. 1
    1
      src/com/dmdirc/addons/calc/CalcPlugin.java
  11. 1
    1
      src/com/dmdirc/addons/calc/Evaluator.java
  12. 1
    1
      src/com/dmdirc/addons/calc/Lexer.java
  13. 1
    1
      src/com/dmdirc/addons/calc/Parser.java
  14. 1
    1
      src/com/dmdirc/addons/calc/Token.java
  15. 1
    1
      src/com/dmdirc/addons/calc/TokenType.java
  16. 1
    1
      src/com/dmdirc/addons/calc/TokenTypeArity.java
  17. 1
    1
      src/com/dmdirc/addons/calc/TreeToken.java
  18. 1
    1
      src/com/dmdirc/addons/contactlist/ContactListCommand.java
  19. 1
    1
      src/com/dmdirc/addons/contactlist/ContactListListener.java
  20. 1
    1
      src/com/dmdirc/addons/contactlist/ContactListPlugin.java
  21. 1
    1
      src/com/dmdirc/addons/contactlist/package-info.java
  22. 1
    1
      src/com/dmdirc/addons/dcc/ChatContainer.java
  23. 1
    1
      src/com/dmdirc/addons/dcc/DCCChatHandler.java
  24. 1
    1
      src/com/dmdirc/addons/dcc/DCCCommand.java
  25. 1
    1
      src/com/dmdirc/addons/dcc/DCCCommandParser.java
  26. 1
    1
      src/com/dmdirc/addons/dcc/DCCFrameContainer.java
  27. 1
    1
      src/com/dmdirc/addons/dcc/DCCPlugin.java
  28. 1
    1
      src/com/dmdirc/addons/dcc/DCCTransferHandler.java
  29. 1
    1
      src/com/dmdirc/addons/dcc/PlaceholderContainer.java
  30. 1
    1
      src/com/dmdirc/addons/dcc/TransferContainer.java
  31. 1
    1
      src/com/dmdirc/addons/dcc/actions/DCCActions.java
  32. 1
    1
      src/com/dmdirc/addons/dcc/actions/DCCEvents.java
  33. 1
    1
      src/com/dmdirc/addons/dcc/io/DCC.java
  34. 1
    1
      src/com/dmdirc/addons/dcc/io/DCCChat.java
  35. 1
    1
      src/com/dmdirc/addons/dcc/io/DCCTransfer.java
  36. 1
    1
      src/com/dmdirc/addons/dcc/kde/KDialogProcess.java
  37. 1
    1
      src/com/dmdirc/addons/dcc/kde/KFileChooser.java
  38. 1
    1
      src/com/dmdirc/addons/dcc/ui/PlaceholderPanel.java
  39. 1
    1
      src/com/dmdirc/addons/dcc/ui/TransferPanel.java
  40. 1
    1
      src/com/dmdirc/addons/dcop/DcopCommand.java
  41. 1
    1
      src/com/dmdirc/addons/dcop/DcopPlugin.java
  42. 1
    1
      src/com/dmdirc/addons/dcop/package-info.java
  43. 1
    1
      src/com/dmdirc/addons/debug/Debug.java
  44. 1
    1
      src/com/dmdirc/addons/debug/DebugCommand.java
  45. 1
    1
      src/com/dmdirc/addons/debug/DebugPlugin.java
  46. 1
    1
      src/com/dmdirc/addons/debug/commands/Benchmark.java
  47. 1
    1
      src/com/dmdirc/addons/debug/commands/ColourSpam.java
  48. 1
    1
      src/com/dmdirc/addons/debug/commands/ConfigInfo.java
  49. 1
    1
      src/com/dmdirc/addons/debug/commands/ConfigStats.java
  50. 1
    1
      src/com/dmdirc/addons/debug/commands/Error.java
  51. 1
    1
      src/com/dmdirc/addons/debug/commands/FirstRun.java
  52. 1
    1
      src/com/dmdirc/addons/debug/commands/ForceUpdate.java
  53. 1
    1
      src/com/dmdirc/addons/debug/commands/GlobalConfigInfo.java
  54. 1
    1
      src/com/dmdirc/addons/debug/commands/Identities.java
  55. 1
    1
      src/com/dmdirc/addons/debug/commands/MemInfo.java
  56. 1
    1
      src/com/dmdirc/addons/debug/commands/Notify.java
  57. 1
    1
      src/com/dmdirc/addons/debug/commands/RunGC.java
  58. 1
    1
      src/com/dmdirc/addons/debug/commands/ServerInfo.java
  59. 1
    1
      src/com/dmdirc/addons/debug/commands/ServerState.java
  60. 1
    1
      src/com/dmdirc/addons/debug/commands/Services.java
  61. 1
    1
      src/com/dmdirc/addons/debug/commands/ShowRaw.java
  62. 1
    1
      src/com/dmdirc/addons/debug/commands/StatusbarMessage.java
  63. 1
    1
      src/com/dmdirc/addons/debug/commands/Threads.java
  64. 1
    1
      src/com/dmdirc/addons/debug/commands/Time.java
  65. 1
    1
      src/com/dmdirc/addons/dns/DNSCommand.java
  66. 1
    1
      src/com/dmdirc/addons/dns/DNSPlugin.java
  67. 1
    1
      src/com/dmdirc/addons/dns/package-info.java
  68. 1
    1
      src/com/dmdirc/addons/exec/ExecCommand.java
  69. 1
    1
      src/com/dmdirc/addons/exec/ExecPlugin.java
  70. 1
    1
      src/com/dmdirc/addons/freedesktop_notifications/FDNotifyCommand.java
  71. 1
    1
      src/com/dmdirc/addons/freedesktop_notifications/FreeDesktopNotificationsPlugin.java
  72. 1
    1
      src/com/dmdirc/addons/identd/IdentClient.java
  73. 1
    1
      src/com/dmdirc/addons/identd/IdentdPlugin.java
  74. 1
    1
      src/com/dmdirc/addons/identd/IdentdServer.java
  75. 1
    1
      src/com/dmdirc/addons/lagdisplay/LagDisplayPanel.java
  76. 1
    1
      src/com/dmdirc/addons/lagdisplay/LagDisplayPlugin.java
  77. 1
    1
      src/com/dmdirc/addons/lagdisplay/PingHistoryPanel.java
  78. 1
    1
      src/com/dmdirc/addons/lagdisplay/ServerInfoDialog.java
  79. 1
    1
      src/com/dmdirc/addons/lagdisplay/package-info.java
  80. 1
    1
      src/com/dmdirc/addons/logging/HistoryWindow.java
  81. 1
    1
      src/com/dmdirc/addons/logging/LoggingCommand.java
  82. 1
    1
      src/com/dmdirc/addons/logging/LoggingPlugin.java
  83. 1
    1
      src/com/dmdirc/addons/logging/ReverseFileReader.java
  84. 1
    1
      src/com/dmdirc/addons/logging/package-info.java
  85. 1
    1
      src/com/dmdirc/addons/mediasource_dbus/BansheeSource.java
  86. 1
    1
      src/com/dmdirc/addons/mediasource_dbus/DBusMediaSource.java
  87. 1
    1
      src/com/dmdirc/addons/mediasource_dbus/MPRISSource.java
  88. 1
    1
      src/com/dmdirc/addons/mediasource_dcop/AmarokSource.java
  89. 1
    1
      src/com/dmdirc/addons/mediasource_dcop/DcopMediaSourcePlugin.java
  90. 1
    1
      src/com/dmdirc/addons/mediasource_dcop/KaffeineSource.java
  91. 1
    1
      src/com/dmdirc/addons/mediasource_dcop/NoatunSource.java
  92. 1
    1
      src/com/dmdirc/addons/mediasource_linux_title/TitleMediaSource.java
  93. 1
    1
      src/com/dmdirc/addons/mediasource_linux_title/TitleMediaSourcePlugin.java
  94. 1
    1
      src/com/dmdirc/addons/mediasource_mplayer/MplayerMediaSourcePlugin.java
  95. 1
    1
      src/com/dmdirc/addons/mediasource_vlc/VlcMediaSourcePlugin.java
  96. 1
    1
      src/com/dmdirc/addons/mediasource_windows/DllSource.java
  97. 1
    1
      src/com/dmdirc/addons/mediasource_windows/MediaInfoOutput.java
  98. 1
    1
      src/com/dmdirc/addons/mediasource_windows/WindowsMediaSourcePlugin.java
  99. 1
    1
      src/com/dmdirc/addons/nickcolours/ColourRenderer.java
  100. 0
    0
      src/com/dmdirc/addons/nickcolours/NickColourInputDialog.java

+ 1
- 1
src/com/dmdirc/addons/activewindow/ActiveCommand.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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/Error.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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/ReverseFileReader.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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/BansheeSource.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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/NoatunSource.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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_linux_title/TitleMediaSource.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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_linux_title/TitleMediaSourcePlugin.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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_mplayer/MplayerMediaSourcePlugin.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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_vlc/VlcMediaSourcePlugin.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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_windows/DllSource.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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_windows/MediaInfoOutput.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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_windows/WindowsMediaSourcePlugin.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, 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/nickcolours/ColourRenderer.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is 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/nickcolours/NickColourInputDialog.java 查看文件


部分文件因文件數量過多而無法顯示

Loading…
取消
儲存