Browse Source

Merge branch 'master' of ssh://renji/home/dmdirc/git/client

tags/0.6.3m1rc1
Shane Mc Cormack 15 years ago
parent
commit
5e3cb72e19
100 changed files with 113 additions and 114 deletions
  1. 2
    2
      UpdateCopyright.sh
  2. 1
    1
      checkstyle/dmdirc.license
  3. 1
    1
      installer/jar/makeJar.sh
  4. 1
    1
      installer/linux/installerstub.sh
  5. 1
    1
      installer/linux/makeInstallerLinux.sh
  6. 1
    1
      installer/linux/setup.sh
  7. 1
    1
      installer/osx/DMDirc-Apple.c
  8. 1
    1
      installer/osx/makeInstallerOSX.sh
  9. 1
    1
      installer/windows/Launcher.dpr
  10. 1
    1
      installer/windows/Setup.dpr
  11. 2
    2
      installer/windows/makeInstallerWindows.sh
  12. 2
    2
      launcher/unix/DMDirc.sh
  13. 1
    1
      launcher/windows/version.rc
  14. 1
    1
      src/com/dmdirc/CertificateManager.java
  15. 12
    13
      src/com/dmdirc/Channel.java
  16. 1
    1
      src/com/dmdirc/ChannelClientProperty.java
  17. 1
    1
      src/com/dmdirc/ChannelEventHandler.java
  18. 1
    1
      src/com/dmdirc/CustomWindow.java
  19. 1
    1
      src/com/dmdirc/EventHandler.java
  20. 1
    1
      src/com/dmdirc/FrameContainer.java
  21. 1
    1
      src/com/dmdirc/FrameContainerComparator.java
  22. 1
    1
      src/com/dmdirc/GlobalWindow.java
  23. 1
    1
      src/com/dmdirc/IgnoreList.java
  24. 1
    1
      src/com/dmdirc/Invite.java
  25. 1
    1
      src/com/dmdirc/Main.java
  26. 1
    1
      src/com/dmdirc/MessageTarget.java
  27. 1
    1
      src/com/dmdirc/ParserFactory.java
  28. 1
    1
      src/com/dmdirc/Precondition.java
  29. 1
    1
      src/com/dmdirc/Query.java
  30. 1
    1
      src/com/dmdirc/Raw.java
  31. 1
    1
      src/com/dmdirc/Server.java
  32. 1
    1
      src/com/dmdirc/ServerEventHandler.java
  33. 1
    1
      src/com/dmdirc/ServerManager.java
  34. 1
    1
      src/com/dmdirc/ServerState.java
  35. 1
    1
      src/com/dmdirc/ServerStatus.java
  36. 1
    1
      src/com/dmdirc/Topic.java
  37. 1
    1
      src/com/dmdirc/WritableFrameContainer.java
  38. 1
    1
      src/com/dmdirc/actions/Action.java
  39. 1
    1
      src/com/dmdirc/actions/ActionComponentChain.java
  40. 1
    1
      src/com/dmdirc/actions/ActionCondition.java
  41. 1
    1
      src/com/dmdirc/actions/ActionGroup.java
  42. 1
    1
      src/com/dmdirc/actions/ActionManager.java
  43. 1
    1
      src/com/dmdirc/actions/ActionModel.java
  44. 1
    1
      src/com/dmdirc/actions/ActionSubstitutor.java
  45. 1
    1
      src/com/dmdirc/actions/ActionTypeComparator.java
  46. 1
    1
      src/com/dmdirc/actions/ConditionTree.java
  47. 1
    1
      src/com/dmdirc/actions/ConditionTreeFactory.java
  48. 1
    1
      src/com/dmdirc/actions/CoreActionComparison.java
  49. 1
    1
      src/com/dmdirc/actions/CoreActionComponent.java
  50. 1
    1
      src/com/dmdirc/actions/CoreActionType.java
  51. 1
    1
      src/com/dmdirc/actions/interfaces/ActionComparison.java
  52. 1
    1
      src/com/dmdirc/actions/interfaces/ActionComponent.java
  53. 1
    1
      src/com/dmdirc/actions/interfaces/ActionMetaType.java
  54. 1
    1
      src/com/dmdirc/actions/interfaces/ActionType.java
  55. 1
    1
      src/com/dmdirc/actions/metatypes/ActionEvents.java
  56. 1
    1
      src/com/dmdirc/actions/metatypes/ChannelEvents.java
  57. 1
    1
      src/com/dmdirc/actions/metatypes/ClientEvents.java
  58. 1
    1
      src/com/dmdirc/actions/metatypes/PluginEvents.java
  59. 1
    1
      src/com/dmdirc/actions/metatypes/QueryEvents.java
  60. 1
    1
      src/com/dmdirc/actions/metatypes/ServerEvents.java
  61. 1
    1
      src/com/dmdirc/actions/package-info.java
  62. 1
    1
      src/com/dmdirc/actions/wrappers/Alias.java
  63. 1
    1
      src/com/dmdirc/actions/wrappers/AliasWrapper.java
  64. 1
    1
      src/com/dmdirc/actions/wrappers/PerformWrapper.java
  65. 1
    1
      src/com/dmdirc/actions/wrappers/package-info.java
  66. 1
    1
      src/com/dmdirc/addons/addonbrowser/AddonInfo.java
  67. 1
    1
      src/com/dmdirc/addons/addonbrowser/AddonInfoListCellRenderer.java
  68. 1
    1
      src/com/dmdirc/addons/addonbrowser/BrowserPlugin.java
  69. 1
    1
      src/com/dmdirc/addons/addonbrowser/BrowserWindow.java
  70. 1
    1
      src/com/dmdirc/addons/addonbrowser/InstallListener.java
  71. 1
    1
      src/com/dmdirc/addons/audio/AudioCommand.java
  72. 1
    1
      src/com/dmdirc/addons/audio/AudioPlayer.java
  73. 1
    1
      src/com/dmdirc/addons/audio/AudioPlugin.java
  74. 1
    1
      src/com/dmdirc/addons/audio/BeepCommand.java
  75. 1
    1
      src/com/dmdirc/addons/dcc/DCC.java
  76. 1
    1
      src/com/dmdirc/addons/dcc/DCCChat.java
  77. 1
    1
      src/com/dmdirc/addons/dcc/DCCChatInterface.java
  78. 1
    1
      src/com/dmdirc/addons/dcc/DCCChatWindow.java
  79. 1
    1
      src/com/dmdirc/addons/dcc/DCCCommand.java
  80. 1
    1
      src/com/dmdirc/addons/dcc/DCCFrame.java
  81. 1
    1
      src/com/dmdirc/addons/dcc/DCCPlugin.java
  82. 1
    1
      src/com/dmdirc/addons/dcc/DCCSend.java
  83. 1
    1
      src/com/dmdirc/addons/dcc/DCCSendInterface.java
  84. 1
    1
      src/com/dmdirc/addons/dcc/DCCSendWindow.java
  85. 1
    1
      src/com/dmdirc/addons/dcc/actions/DCCActions.java
  86. 1
    1
      src/com/dmdirc/addons/dcc/actions/DCCEvents.java
  87. 1
    1
      src/com/dmdirc/addons/dcc/kde/KDialogProcess.java
  88. 1
    1
      src/com/dmdirc/addons/dcc/kde/KFileChooser.java
  89. 1
    1
      src/com/dmdirc/addons/dcc/kde/StreamReader.java
  90. 1
    1
      src/com/dmdirc/addons/dcop/DcopCommand.java
  91. 1
    1
      src/com/dmdirc/addons/dcop/DcopPlugin.java
  92. 1
    1
      src/com/dmdirc/addons/dcop/package-info.java
  93. 1
    1
      src/com/dmdirc/addons/dns/DNSCommand.java
  94. 1
    1
      src/com/dmdirc/addons/dns/DNSPlugin.java
  95. 1
    1
      src/com/dmdirc/addons/dns/package-info.java
  96. 1
    1
      src/com/dmdirc/addons/identd/IdentClient.java
  97. 1
    1
      src/com/dmdirc/addons/identd/IdentdPlugin.java
  98. 1
    1
      src/com/dmdirc/addons/identd/IdentdServer.java
  99. 1
    1
      src/com/dmdirc/addons/lagdisplay/LagDisplayPlugin.java
  100. 0
    0
      src/com/dmdirc/addons/lagdisplay/ServerInfoDialog.java

+ 2
- 2
UpdateCopyright.sh View File

@@ -1,8 +1,8 @@
1 1
 #!/bin/sh
2 2
 # Update Copyright headers in all files.
3 3
 
4
-OLD="2006-2007"
5
-NEW="2006-2008"
4
+OLD="2006-2008"
5
+NEW="2006-2009"
6 6
 
7 7
 grep -iR "${OLD}" ./* | grep -v /.svn/ | grep -v "Binary file" | grep -v UpdateCopyright.sh | grep -v update.sh | awk -F: '{print "echo \"Updating \\\""$1"\\\"\"\nsed -i \"s/'${OLD}'/'${NEW}'/g\" \""$1"\""}' > update.sh
8 8
 sh update.sh

+ 1
- 1
checkstyle/dmdirc.license View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/jar/makeJar.sh View File

@@ -3,7 +3,7 @@
3 3
 # This script generates a jar file for a release version of DMDirc
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
7 7
 #
8 8
 # Permission is hereby granted, free of charge, to any person obtaining a copy
9 9
 # of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/linux/installerstub.sh View File

@@ -3,7 +3,7 @@
3 3
 # This script installs dmdirc
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
7 7
 #
8 8
 # Permission is hereby granted, free of charge, to any person obtaining a copy
9 9
 # of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/linux/makeInstallerLinux.sh View File

@@ -3,7 +3,7 @@
3 3
 # This script generates a .run file that will install DMDirc
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
7 7
 #
8 8
 # Permission is hereby granted, free of charge, to any person obtaining a copy
9 9
 # of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/linux/setup.sh View File

@@ -3,7 +3,7 @@
3 3
 # This script launches the dmdirc java-based installer.
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
7 7
 #
8 8
 # Permission is hereby granted, free of charge, to any person obtaining a copy
9 9
 # of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/osx/DMDirc-Apple.c View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/osx/makeInstallerOSX.sh View File

@@ -3,7 +3,7 @@
3 3
 # This script generates a .dmg file that includes dmdirc
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
7 7
 #
8 8
 # Permission is hereby granted, free of charge, to any person obtaining a copy
9 9
 # of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/windows/Launcher.dpr View File

@@ -2,7 +2,7 @@
2 2
  * This application launches the dmdirc java-based installer.
3 3
  * 
4 4
  * DMDirc - Open Source IRC Client
5
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
5
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6 6
  * 
7 7
  * Permission is hereby granted, free of charge, to any person obtaining a copy
8 8
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
installer/windows/Setup.dpr View File

@@ -2,7 +2,7 @@
2 2
  * This application launches the dmdirc java-based installer.
3 3
  * 
4 4
  * DMDirc - Open Source IRC Client
5
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
5
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6 6
  * 
7 7
  * Permission is hereby granted, free of charge, to any person obtaining a copy
8 8
  * of this software and associated documentation files (the "Software"), to deal

+ 2
- 2
installer/windows/makeInstallerWindows.sh View File

@@ -3,7 +3,7 @@
3 3
 # This script generates a .exe file that will install DMDirc
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
7 7
 #
8 8
 # Permission is hereby granted, free of charge, to any person obtaining a copy
9 9
 # of this software and associated documentation files (the "Software"), to deal
@@ -346,7 +346,7 @@ echo "			VALUE \"FileDescription\", \"Uninstaller for DMDirc\"" >> uninstallvers
346 346
 
347 347
 echo "			VALUE \"FileVersion\", \"2.0\"" > version.rc.2
348 348
 echo "			VALUE \"InternalName\", \"DMDirc.jar\"" >> version.rc.2
349
-echo "			VALUE \"LegalCopyright\", \"Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes\"" >> version.rc.2
349
+echo "			VALUE \"LegalCopyright\", \"Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes\"" >> version.rc.2
350 350
 echo "			VALUE \"OriginalFilename\", \"$2\"" >> version.rc.2
351 351
 echo "			VALUE \"ProductName\", \"DMDirc\"" >> version.rc.2
352 352
 echo "			VALUE \"ProductVersion\", \"${TEXTVER}\"" >> version.rc.2

+ 2
- 2
launcher/unix/DMDirc.sh View File

@@ -3,7 +3,7 @@
3 3
 # This script launches dmdirc and attempts to update the jar file if needed.
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
7 7
 #
8 8
 # Permission is hereby granted, free of charge, to any person obtaining a copy
9 9
 # of this software and associated documentation files (the "Software"), to deal
@@ -171,7 +171,7 @@ launcherUpdater=${profiledir}/updateLauncher.sh
171 171
 echo "---------------------"
172 172
 echo "DMDirc - Open Source IRC Client"
173 173
 echo "Launcher Version: ${LAUNCHERVERSION}"
174
-echo "Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes"
174
+echo "Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes"
175 175
 echo "---------------------"
176 176
 if [ "${ISOSX}" = "1" ]; then
177 177
 	echo "Running on OS X."

+ 1
- 1
launcher/windows/version.rc View File

@@ -15,7 +15,7 @@ BEGIN
15 15
 			VALUE "FileDescription", "Launcher for DMDirc"
16 16
 			VALUE "FileVersion", "2.0"
17 17
 			VALUE "InternalName", "DMDirc.exe"
18
-			VALUE "LegalCopyright", "Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes"
18
+			VALUE "LegalCopyright", "Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes"
19 19
 			VALUE "OriginalFilename", "$2"
20 20
 			VALUE "ProductName", "DMDirc Launcher"
21 21
 		END

+ 1
- 1
src/com/dmdirc/CertificateManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 12
- 13
src/com/dmdirc/Channel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal
@@ -172,7 +172,6 @@ public final class Channel extends MessageTarget
172 172
         }
173 173
 
174 174
         final ClientInfo me = server.getParser().getMyself();
175
-        final String modes = getModes(channelInfo.getUser(me));
176 175
         final String[] details = getDetails(channelInfo.getUser(me), showColours);
177 176
 
178 177
         if (line.length() <= getMaxLineLength()) {
@@ -181,7 +180,7 @@ public final class Channel extends MessageTarget
181 180
             ActionManager.processEvent(CoreActionType.CHANNEL_SELF_MESSAGE, buff,
182 181
                     this, channelInfo.getUser(me), line);
183 182
 
184
-            addLine(buff, modes, details[0], details[1], details[2],
183
+            addLine(buff, details[0], details[1], details[2], details[3],
185 184
                     window.getTranscoder().encode(line), channelInfo);
186 185
 
187 186
             channelInfo.sendMessage(window.getTranscoder().encode(line));
@@ -209,7 +208,7 @@ public final class Channel extends MessageTarget
209 208
         }
210 209
 
211 210
         final ClientInfo me = server.getParser().getMyself();
212
-        final String modes = channelInfo.getUser(me).getImportantModePrefix();
211
+        final String[] details = getDetails(channelInfo.getUser(me), showColours);
213 212
 
214 213
         if (server.getParser().getMaxLength("PRIVMSG", getChannelInfo().getName())
215 214
                 <= action.length()) {
@@ -220,8 +219,8 @@ public final class Channel extends MessageTarget
220 219
             ActionManager.processEvent(CoreActionType.CHANNEL_SELF_ACTION, buff,
221 220
                     this, channelInfo.getUser(me), action);
222 221
 
223
-            addLine(buff, modes, me.getNickname(), me.getIdent(),
224
-                    me.getHost(), window.getTranscoder().encode(action), channelInfo);
222
+            addLine(buff, details[0], details[1], details[2], details[3],
223
+                    window.getTranscoder().encode(action), channelInfo);
225 224
 
226 225
             channelInfo.sendAction(window.getTranscoder().encode(action));
227 226
         }
@@ -509,7 +508,7 @@ public final class Channel extends MessageTarget
509 508
      * @param showColours Whether or not to show colours
510 509
      * @return A string[] containing displayable components
511 510
      */
512
-    private static String[] getDetails(final ChannelClientInfo client,
511
+    private String[] getDetails(final ChannelClientInfo client,
513 512
             final boolean showColours) {
514 513
         if (client == null) {
515 514
             // WTF?
@@ -517,10 +516,11 @@ public final class Channel extends MessageTarget
517 516
                      + " null ChannelClientInfo");
518 517
         }
519 518
 
520
-        final String[] res = new String[3];
521
-        res[0] = Styliser.CODE_NICKNAME + client.getNickname() + Styliser.CODE_NICKNAME;
522
-        res[1] = client.getClient().getIdent();
523
-        res[2] = client.getClient().getHost();
519
+        final String[] res = new String[4];
520
+        res[0] = getModes(client);
521
+        res[1] = Styliser.CODE_NICKNAME + client.getNickname() + Styliser.CODE_NICKNAME;
522
+        res[2] = client.getClient().getIdent();
523
+        res[3] = client.getClient().getHost();
524 524
 
525 525
         if (showColours) {
526 526
             final Map map = client.getMap();
@@ -537,7 +537,7 @@ public final class Channel extends MessageTarget
537 537
             }
538 538
 
539 539
             if (prefix != null) {
540
-                res[0] = prefix + res[0] + Styliser.CODE_HEXCOLOUR;
540
+                res[1] = prefix + res[1] + Styliser.CODE_HEXCOLOUR;
541 541
             }
542 542
         }
543 543
 
@@ -560,7 +560,6 @@ public final class Channel extends MessageTarget
560 560
             // Format ChannelClientInfos
561 561
 
562 562
             final ChannelClientInfo clientInfo = (ChannelClientInfo) arg;
563
-            args.add(getModes(clientInfo));
564 563
             args.addAll(Arrays.asList(getDetails(clientInfo, showColours)));
565 564
 
566 565
             return true;

+ 1
- 1
src/com/dmdirc/ChannelClientProperty.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/ChannelEventHandler.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/CustomWindow.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/EventHandler.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/FrameContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/FrameContainerComparator.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/GlobalWindow.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/IgnoreList.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/Invite.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/Main.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/MessageTarget.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/ParserFactory.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/Precondition.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/Query.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/Raw.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/Server.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/ServerEventHandler.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/ServerManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/ServerState.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/ServerStatus.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/Topic.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/WritableFrameContainer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/Action.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ActionComponentChain.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ActionCondition.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ActionGroup.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ActionManager.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ActionModel.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ActionSubstitutor.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ActionTypeComparator.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ConditionTree.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/ConditionTreeFactory.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/CoreActionComparison.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/CoreActionComponent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/CoreActionType.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/interfaces/ActionComparison.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/interfaces/ActionComponent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/interfaces/ActionMetaType.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/interfaces/ActionType.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/metatypes/ActionEvents.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/metatypes/ChannelEvents.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/metatypes/ClientEvents.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/metatypes/PluginEvents.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/metatypes/QueryEvents.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/metatypes/ServerEvents.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/wrappers/Alias.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/wrappers/AliasWrapper.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/wrappers/PerformWrapper.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/actions/wrappers/package-info.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/addonbrowser/AddonInfo.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/addonbrowser/AddonInfoListCellRenderer.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  * 
4 4
  * Permission is hereby granted, 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/addonbrowser/BrowserPlugin.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/addonbrowser/BrowserWindow.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/addonbrowser/InstallListener.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  * 
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCC.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCCChat.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCCChatInterface.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCCChatWindow.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCCFrame.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCCSend.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCCSendInterface.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/DCCSendWindow.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, 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/StreamReader.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is 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/lagdisplay/ServerInfoDialog.java View File


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

Loading…
Cancel
Save