Sfoglia il codice sorgente

Update Copyright

Change-Id: I7f63fdd02ea0109fe31e55c44b078edae3862f32
Reviewed-on: http://gerrit.dmdirc.com/1726
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
tags/0.6.5rc1
Shane Mc Cormack 13 anni fa
parent
commit
fd83b6b2a9
100 ha cambiato i file con 102 aggiunte e 102 eliminazioni
  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. 1
    1
      installer/windows/Uninstaller.dpr
  12. 2
    2
      installer/windows/makeInstallerWindows.sh
  13. 2
    2
      launcher/unix/DMDirc.sh
  14. 1
    1
      launcher/windows/DMDirc.dpr
  15. 1
    1
      launcher/windows/DMDircUpdater.dpr
  16. 1
    1
      launcher/windows/version.rc
  17. 1
    1
      src/com/dmdirc/CertificateManager.java
  18. 1
    1
      src/com/dmdirc/Channel.java
  19. 1
    1
      src/com/dmdirc/ChannelClientProperty.java
  20. 1
    1
      src/com/dmdirc/ChannelEventHandler.java
  21. 1
    1
      src/com/dmdirc/CustomWindow.java
  22. 1
    1
      src/com/dmdirc/EventHandler.java
  23. 1
    1
      src/com/dmdirc/FrameContainer.java
  24. 1
    1
      src/com/dmdirc/FrameContainerComparator.java
  25. 1
    1
      src/com/dmdirc/GlobalWindow.java
  26. 1
    1
      src/com/dmdirc/Invite.java
  27. 1
    1
      src/com/dmdirc/Main.java
  28. 1
    1
      src/com/dmdirc/MessageEncoder.java
  29. 1
    1
      src/com/dmdirc/MessageTarget.java
  30. 1
    1
      src/com/dmdirc/MissingModeAliasException.java
  31. 1
    1
      src/com/dmdirc/ParserFactory.java
  32. 1
    1
      src/com/dmdirc/Precondition.java
  33. 1
    1
      src/com/dmdirc/Query.java
  34. 1
    1
      src/com/dmdirc/Raw.java
  35. 1
    1
      src/com/dmdirc/Server.java
  36. 1
    1
      src/com/dmdirc/ServerEventHandler.java
  37. 1
    1
      src/com/dmdirc/ServerManager.java
  38. 1
    1
      src/com/dmdirc/ServerState.java
  39. 1
    1
      src/com/dmdirc/ServerStatus.java
  40. 1
    1
      src/com/dmdirc/Topic.java
  41. 1
    1
      src/com/dmdirc/WritableFrameContainer.java
  42. 1
    1
      src/com/dmdirc/actions/Action.java
  43. 1
    1
      src/com/dmdirc/actions/ActionComponentChain.java
  44. 1
    1
      src/com/dmdirc/actions/ActionCondition.java
  45. 1
    1
      src/com/dmdirc/actions/ActionGroup.java
  46. 1
    1
      src/com/dmdirc/actions/ActionManager.java
  47. 1
    1
      src/com/dmdirc/actions/ActionModel.java
  48. 1
    1
      src/com/dmdirc/actions/ActionSubstitutor.java
  49. 1
    1
      src/com/dmdirc/actions/ActionTypeComparator.java
  50. 1
    1
      src/com/dmdirc/actions/ConditionTree.java
  51. 1
    1
      src/com/dmdirc/actions/ConditionTreeFactory.java
  52. 1
    1
      src/com/dmdirc/actions/CoreActionComparison.java
  53. 1
    1
      src/com/dmdirc/actions/CoreActionComponent.java
  54. 1
    1
      src/com/dmdirc/actions/CoreActionType.java
  55. 1
    1
      src/com/dmdirc/actions/interfaces/ActionComparison.java
  56. 1
    1
      src/com/dmdirc/actions/interfaces/ActionComponent.java
  57. 1
    1
      src/com/dmdirc/actions/interfaces/ActionMetaType.java
  58. 1
    1
      src/com/dmdirc/actions/interfaces/ActionType.java
  59. 1
    1
      src/com/dmdirc/actions/internal/WhoisNumericFormatter.java
  60. 1
    1
      src/com/dmdirc/actions/metatypes/ActionEvents.java
  61. 1
    1
      src/com/dmdirc/actions/metatypes/ChannelEvents.java
  62. 1
    1
      src/com/dmdirc/actions/metatypes/ClientEvents.java
  63. 1
    1
      src/com/dmdirc/actions/metatypes/LinkEvents.java
  64. 1
    1
      src/com/dmdirc/actions/metatypes/PluginEvents.java
  65. 1
    1
      src/com/dmdirc/actions/metatypes/QueryEvents.java
  66. 1
    1
      src/com/dmdirc/actions/metatypes/ServerEvents.java
  67. 1
    1
      src/com/dmdirc/actions/package-info.java
  68. 1
    1
      src/com/dmdirc/actions/validators/ActionGroupValidator.java
  69. 1
    1
      src/com/dmdirc/actions/validators/ActionNameValidator.java
  70. 1
    1
      src/com/dmdirc/actions/validators/ConditionRuleValidator.java
  71. 1
    1
      src/com/dmdirc/actions/wrappers/Alias.java
  72. 1
    1
      src/com/dmdirc/actions/wrappers/AliasWrapper.java
  73. 1
    1
      src/com/dmdirc/actions/wrappers/PerformType.java
  74. 1
    1
      src/com/dmdirc/actions/wrappers/PerformWrapper.java
  75. 1
    1
      src/com/dmdirc/actions/wrappers/package-info.java
  76. 1
    1
      src/com/dmdirc/commandline/CommandLineParser.java
  77. 1
    1
      src/com/dmdirc/commandline/RemoteInterface.java
  78. 1
    1
      src/com/dmdirc/commandline/RemoteServer.java
  79. 1
    1
      src/com/dmdirc/commandparser/CommandArguments.java
  80. 1
    1
      src/com/dmdirc/commandparser/CommandInfo.java
  81. 1
    1
      src/com/dmdirc/commandparser/CommandInfoPair.java
  82. 1
    1
      src/com/dmdirc/commandparser/CommandManager.java
  83. 1
    1
      src/com/dmdirc/commandparser/CommandType.java
  84. 1
    1
      src/com/dmdirc/commandparser/PopupManager.java
  85. 1
    1
      src/com/dmdirc/commandparser/PopupMenu.java
  86. 1
    1
      src/com/dmdirc/commandparser/PopupMenuItem.java
  87. 1
    1
      src/com/dmdirc/commandparser/PopupType.java
  88. 1
    1
      src/com/dmdirc/commandparser/commands/ChannelCommand.java
  89. 1
    1
      src/com/dmdirc/commandparser/commands/ChatCommand.java
  90. 1
    1
      src/com/dmdirc/commandparser/commands/Command.java
  91. 1
    1
      src/com/dmdirc/commandparser/commands/CommandOptions.java
  92. 1
    1
      src/com/dmdirc/commandparser/commands/ExternalCommand.java
  93. 1
    1
      src/com/dmdirc/commandparser/commands/GlobalCommand.java
  94. 1
    1
      src/com/dmdirc/commandparser/commands/IntelligentCommand.java
  95. 1
    1
      src/com/dmdirc/commandparser/commands/PreviousCommand.java
  96. 1
    1
      src/com/dmdirc/commandparser/commands/QueryCommand.java
  97. 1
    1
      src/com/dmdirc/commandparser/commands/ServerCommand.java
  98. 1
    1
      src/com/dmdirc/commandparser/commands/ValidatingCommand.java
  99. 1
    1
      src/com/dmdirc/commandparser/commands/WrappableCommand.java
  100. 0
    0
      src/com/dmdirc/commandparser/commands/channel/Ban.java

+ 2
- 2
UpdateCopyright.sh Vedi File

@@ -2,8 +2,8 @@
2 2
 # Update Copyright headers in all files.
3 3
 
4 4
 THISYEAR=`date +%Y`
5
-OLD="2006-"$((${THISYEAR} - 1))
6
-NEW="2006-"${THISYEAR}
5
+OLD="2006-"${THISYEAR}
6
+NEW="2006-"$((${THISYEAR} + 1))
7 7
 
8 8
 grep -iRI "${OLD}" ./* | grep -v /.git/ | grep -v UpdateCopyright.sh | grep -v update.sh | awk -F: '{print "echo \"Updating \\\""$1"\\\"\"\nsed -i \"s/'${OLD}'/'${NEW}'/g\" \""$1"\""}' > update.sh
9 9
 sh update.sh

+ 1
- 1
checkstyle/dmdirc.license Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2011 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 Vedi File

@@ -3,7 +3,7 @@
3 3
 # This script installs dmdirc
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2011 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 Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2011 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 Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2011 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 Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
5
+ * Copyright (c) 2006-2011 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 Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes,
5
+ * Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes,
6 6
  * Michael Nixon
7 7
  *
8 8
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1
- 1
installer/windows/Uninstaller.dpr Vedi File

@@ -5,7 +5,7 @@
5 5
  * update engine as necessary.
6 6
  *
7 7
  * DMDirc - Open Source IRC Client
8
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes,
8
+ * Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes,
9 9
  * Michael Nixon
10 10
  *
11 11
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2
- 2
installer/windows/makeInstallerWindows.sh Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2011 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
@@ -345,7 +345,7 @@ echo "			VALUE \"FileDescription\", \"Uninstaller for DMDirc\"" >> uninstallvers
345 345
 
346 346
 echo "			VALUE \"FileVersion\", \"2.0\"" > version.rc.2
347 347
 echo "			VALUE \"InternalName\", \"DMDirc.jar\"" >> version.rc.2
348
-echo "			VALUE \"LegalCopyright\", \"Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes\"" >> version.rc.2
348
+echo "			VALUE \"LegalCopyright\", \"Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes\"" >> version.rc.2
349 349
 echo "			VALUE \"OriginalFilename\", \"$2\"" >> version.rc.2
350 350
 echo "			VALUE \"ProductName\", \"DMDirc\"" >> version.rc.2
351 351
 echo "			VALUE \"ProductVersion\", \"${TEXTVER}\"" >> version.rc.2

+ 2
- 2
launcher/unix/DMDirc.sh Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2011 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
@@ -164,7 +164,7 @@ BSDJava2="/usr/local/diablo-jdk1.6.0/jre/bin/java"
164 164
 echo "---------------------"
165 165
 echo "DMDirc - Open Source IRC Client"
166 166
 echo "Launcher Version: ${LAUNCHERVERSION}"
167
-echo "Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes"
167
+echo "Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes"
168 168
 echo "---------------------"
169 169
 if [ "${ISOSX}" = "1" ]; then
170 170
 	echo "Running on OS X."

+ 1
- 1
launcher/windows/DMDirc.dpr Vedi File

@@ -3,7 +3,7 @@
3 3
  * update engine as necessary.
4 4
  *
5 5
  * DMDirc - Open Source IRC Client
6
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes,
6
+ * Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes,
7 7
  * Michael Nixon
8 8
  *
9 9
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1
- 1
launcher/windows/DMDircUpdater.dpr Vedi File

@@ -2,7 +2,7 @@
2 2
  * Updates DMDirc windows components
3 3
  *
4 4
  * DMDirc - Open Source IRC Client
5
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes,
5
+ * Copyright (c) 2006-2011 Chris Smith, Shane Mc Cormack, Gregory Holmes,
6 6
  * Michael Nixon
7 7
  *
8 8
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1
- 1
launcher/windows/version.rc Vedi 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-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes"
18
+			VALUE "LegalCopyright", "Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/Channel.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/ChannelClientProperty.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/MessageEncoder.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/MissingModeAliasException.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/internal/WhoisNumericFormatter.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/LinkEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/validators/ActionGroupValidator.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/validators/ActionNameValidator.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/validators/ConditionRuleValidator.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/PerformType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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 Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandline/CommandLineParser.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandline/RemoteInterface.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandline/RemoteServer.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/CommandArguments.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/CommandInfo.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/CommandInfoPair.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/CommandManager.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/CommandType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/PopupManager.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/PopupMenu.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/PopupMenuItem.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/PopupType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/ChannelCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/ChatCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/Command.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/CommandOptions.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/ExternalCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/GlobalCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/IntelligentCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/PreviousCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/QueryCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/ServerCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/ValidatingCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/WrappableCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2011 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/commandparser/commands/channel/Ban.java Vedi File


Dato che sono stati cambiati molti file in questo diff, alcuni di essi non verranno mostrati

Loading…
Annulla
Salva