Просмотр исходного кода

Update the copyright date on all files.

UpdateCopyright.sh now works out the year automatically.
UpdateCopyright.sh now ignores .git aswell as .svn
UpdateCopyright.sh now excludes Binary Files from being matched during the initial search, rather than as an afterthought.

Change-Id: I2cfc56851a4217a4c85cbc7361c7a90421aae717
Reviewed-on: http://gerrit.dmdirc.com/202
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
Tested-by: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.3b1
Shane Mc Cormack 14 лет назад
Родитель
Сommit
b691b14491
100 измененных файлов: 104 добавлений и 103 удалений
  1. 4
    3
      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
      libwin/Vista.pas
  18. 1
    1
      libwin/shared.pas
  19. 1
    1
      src/com/dmdirc/CertificateManager.java
  20. 1
    1
      src/com/dmdirc/Channel.java
  21. 1
    1
      src/com/dmdirc/ChannelClientProperty.java
  22. 1
    1
      src/com/dmdirc/ChannelEventHandler.java
  23. 1
    1
      src/com/dmdirc/CustomWindow.java
  24. 1
    1
      src/com/dmdirc/EventHandler.java
  25. 1
    1
      src/com/dmdirc/FrameContainer.java
  26. 1
    1
      src/com/dmdirc/FrameContainerComparator.java
  27. 1
    1
      src/com/dmdirc/GlobalWindow.java
  28. 1
    1
      src/com/dmdirc/Invite.java
  29. 1
    1
      src/com/dmdirc/Main.java
  30. 1
    1
      src/com/dmdirc/MessageTarget.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/metatypes/ActionEvents.java
  60. 1
    1
      src/com/dmdirc/actions/metatypes/ChannelEvents.java
  61. 1
    1
      src/com/dmdirc/actions/metatypes/ClientEvents.java
  62. 1
    1
      src/com/dmdirc/actions/metatypes/PluginEvents.java
  63. 1
    1
      src/com/dmdirc/actions/metatypes/QueryEvents.java
  64. 1
    1
      src/com/dmdirc/actions/metatypes/ServerEvents.java
  65. 1
    1
      src/com/dmdirc/actions/package-info.java
  66. 1
    1
      src/com/dmdirc/actions/wrappers/Alias.java
  67. 1
    1
      src/com/dmdirc/actions/wrappers/AliasWrapper.java
  68. 1
    1
      src/com/dmdirc/actions/wrappers/PerformWrapper.java
  69. 1
    1
      src/com/dmdirc/actions/wrappers/package-info.java
  70. 1
    1
      src/com/dmdirc/addons/audio/AudioCommand.java
  71. 1
    1
      src/com/dmdirc/addons/audio/AudioPlayer.java
  72. 1
    1
      src/com/dmdirc/addons/audio/AudioPlugin.java
  73. 1
    1
      src/com/dmdirc/addons/audio/BeepCommand.java
  74. 1
    1
      src/com/dmdirc/addons/dcc/DCC.java
  75. 1
    1
      src/com/dmdirc/addons/dcc/DCCChat.java
  76. 1
    1
      src/com/dmdirc/addons/dcc/DCCChatInterface.java
  77. 1
    1
      src/com/dmdirc/addons/dcc/DCCChatWindow.java
  78. 1
    1
      src/com/dmdirc/addons/dcc/DCCCommand.java
  79. 1
    1
      src/com/dmdirc/addons/dcc/DCCCommandParser.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/LagDisplayPanel.java
  100. 0
    0
      src/com/dmdirc/addons/lagdisplay/LagDisplayPlugin.java

+ 4
- 3
UpdateCopyright.sh Просмотреть файл

@@ -1,9 +1,10 @@
1 1
 #!/bin/sh
2 2
 # Update Copyright headers in all files.
3 3
 
4
-OLD="2006-2008"
5
-NEW="2006-2009"
4
+THISYEAR=`date +%Y`
5
+OLD="2006-"$((${THISYEAR} - 1))
6
+NEW="2006-"${THISYEAR}
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
+grep -iRI "${OLD}" ./* | grep -v /.svn/ | 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
8 9
 sh update.sh
9 10
 rm update.sh

+ 1
- 1
checkstyle/dmdirc.license Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2010 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 Просмотреть файл

@@ -3,7 +3,7 @@
3 3
 # This script installs dmdirc
4 4
 #
5 5
 # DMDirc - Open Source IRC Client
6
-# Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
5
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes,
5
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -5,7 +5,7 @@
5 5
  * update engine as necessary.
6 6
  *
7 7
  * DMDirc - Open Source IRC Client
8
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes,
8
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2010 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
@@ -390,7 +390,7 @@ echo "			VALUE \"FileDescription\", \"Uninstaller for DMDirc\"" >> uninstallvers
390 390
 
391 391
 echo "			VALUE \"FileVersion\", \"2.0\"" > version.rc.2
392 392
 echo "			VALUE \"InternalName\", \"DMDirc.jar\"" >> version.rc.2
393
-echo "			VALUE \"LegalCopyright\", \"Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes\"" >> version.rc.2
393
+echo "			VALUE \"LegalCopyright\", \"Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes\"" >> version.rc.2
394 394
 echo "			VALUE \"OriginalFilename\", \"$2\"" >> version.rc.2
395 395
 echo "			VALUE \"ProductName\", \"DMDirc\"" >> version.rc.2
396 396
 echo "			VALUE \"ProductVersion\", \"${TEXTVER}\"" >> version.rc.2

+ 2
- 2
launcher/unix/DMDirc.sh Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
6
+# Copyright (c) 2006-2010 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
@@ -241,7 +241,7 @@ BSDJava2="/usr/local/diablo-jdk1.6.0/jre/bin/java"
241 241
 echo "---------------------"
242 242
 echo "DMDirc - Open Source IRC Client"
243 243
 echo "Launcher Version: ${LAUNCHERVERSION}"
244
-echo "Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes"
244
+echo "Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes"
245 245
 echo "---------------------"
246 246
 if [ "${ISOSX}" = "1" ]; then
247 247
 	echo "Running on OS X."

+ 1
- 1
launcher/windows/DMDirc.dpr Просмотреть файл

@@ -3,7 +3,7 @@
3 3
  * update engine as necessary.
4 4
  *
5 5
  * DMDirc - Open Source IRC Client
6
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes,
6
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -2,7 +2,7 @@
2 2
  * Updates DMDirc windows components
3 3
  *
4 4
  * DMDirc - Open Source IRC Client
5
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes,
5
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -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-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes"
18
+			VALUE "LegalCopyright", "Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes"
19 19
 			VALUE "OriginalFilename", "$2"
20 20
 			VALUE "ProductName", "DMDirc Launcher"
21 21
 		END

+ 1
- 1
libwin/Vista.pas Просмотреть файл

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

+ 1
- 1
libwin/shared.pas Просмотреть файл

@@ -5,7 +5,7 @@
5 5
  * update engine as necessary.
6 6
  *
7 7
  * DMDirc - Open Source IRC Client
8
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes,
8
+ * Copyright (c) 2006-2010 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

+ 1
- 1
src/com/dmdirc/CertificateManager.java Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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/DCCCommandParser.java Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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 Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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/LagDisplayPanel.java Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 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/LagDisplayPlugin.java Просмотреть файл


Некоторые файлы не были показаны из-за большого количества измененных файлов

Загрузка…
Отмена
Сохранить