Sfoglia il codice sorgente

Update Copyright for 2012

Change-Id: I0d40c3ac86b9e06fad3f29bc36612b4162e54d1c
Reviewed-on: http://gerrit.dmdirc.com/2287
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.6.7rc1
Shane Mc Cormack 12 anni fa
parent
commit
d26602c9dc
100 ha cambiato i file con 101 aggiunte e 103 eliminazioni
  1. 3
    5
      UpdateCopyright.sh
  2. 1
    1
      src/com/dmdirc/BasicServerFactory.java
  3. 1
    1
      src/com/dmdirc/Channel.java
  4. 1
    1
      src/com/dmdirc/ChannelClientProperty.java
  5. 1
    1
      src/com/dmdirc/ChannelEventHandler.java
  6. 1
    1
      src/com/dmdirc/CustomWindow.java
  7. 1
    1
      src/com/dmdirc/EventHandler.java
  8. 1
    1
      src/com/dmdirc/FrameContainer.java
  9. 1
    1
      src/com/dmdirc/FrameContainerComparator.java
  10. 1
    1
      src/com/dmdirc/GlobalWindow.java
  11. 1
    1
      src/com/dmdirc/Invite.java
  12. 1
    1
      src/com/dmdirc/Main.java
  13. 1
    1
      src/com/dmdirc/MessageEncoder.java
  14. 1
    1
      src/com/dmdirc/MessageTarget.java
  15. 1
    1
      src/com/dmdirc/MissingModeAliasException.java
  16. 1
    1
      src/com/dmdirc/ParserFactory.java
  17. 1
    1
      src/com/dmdirc/Precondition.java
  18. 1
    1
      src/com/dmdirc/Query.java
  19. 1
    1
      src/com/dmdirc/Raw.java
  20. 1
    1
      src/com/dmdirc/Server.java
  21. 1
    1
      src/com/dmdirc/ServerEventHandler.java
  22. 1
    1
      src/com/dmdirc/ServerManager.java
  23. 1
    1
      src/com/dmdirc/ServerState.java
  24. 1
    1
      src/com/dmdirc/ServerStatus.java
  25. 1
    1
      src/com/dmdirc/Topic.java
  26. 1
    1
      src/com/dmdirc/WritableFrameContainer.java
  27. 1
    1
      src/com/dmdirc/actions/Action.java
  28. 1
    1
      src/com/dmdirc/actions/ActionComponentChain.java
  29. 1
    1
      src/com/dmdirc/actions/ActionCondition.java
  30. 1
    1
      src/com/dmdirc/actions/ActionErrorType.java
  31. 1
    1
      src/com/dmdirc/actions/ActionGroup.java
  32. 1
    1
      src/com/dmdirc/actions/ActionManager.java
  33. 1
    1
      src/com/dmdirc/actions/ActionModel.java
  34. 1
    1
      src/com/dmdirc/actions/ActionStatus.java
  35. 1
    1
      src/com/dmdirc/actions/ActionSubstitutor.java
  36. 1
    1
      src/com/dmdirc/actions/ActionTypeComparator.java
  37. 1
    1
      src/com/dmdirc/actions/ConditionTree.java
  38. 1
    1
      src/com/dmdirc/actions/ConditionTreeFactory.java
  39. 1
    1
      src/com/dmdirc/actions/CoreActionComparison.java
  40. 1
    1
      src/com/dmdirc/actions/CoreActionComponent.java
  41. 1
    1
      src/com/dmdirc/actions/CoreActionType.java
  42. 1
    1
      src/com/dmdirc/actions/internal/WhoisNumericFormatter.java
  43. 1
    1
      src/com/dmdirc/actions/metatypes/ActionEvents.java
  44. 1
    1
      src/com/dmdirc/actions/metatypes/ChannelEvents.java
  45. 1
    1
      src/com/dmdirc/actions/metatypes/ClientEvents.java
  46. 1
    1
      src/com/dmdirc/actions/metatypes/LinkEvents.java
  47. 1
    1
      src/com/dmdirc/actions/metatypes/PluginEvents.java
  48. 1
    1
      src/com/dmdirc/actions/metatypes/QueryEvents.java
  49. 1
    1
      src/com/dmdirc/actions/metatypes/ServerEvents.java
  50. 1
    1
      src/com/dmdirc/actions/package-info.java
  51. 1
    1
      src/com/dmdirc/actions/validators/ActionNameValidator.java
  52. 1
    1
      src/com/dmdirc/actions/validators/ConditionRuleValidator.java
  53. 1
    1
      src/com/dmdirc/actions/wrappers/Alias.java
  54. 1
    1
      src/com/dmdirc/actions/wrappers/AliasWrapper.java
  55. 1
    1
      src/com/dmdirc/actions/wrappers/PerformType.java
  56. 1
    1
      src/com/dmdirc/actions/wrappers/PerformWrapper.java
  57. 1
    1
      src/com/dmdirc/actions/wrappers/package-info.java
  58. 1
    1
      src/com/dmdirc/commandline/CommandLineParser.java
  59. 1
    1
      src/com/dmdirc/commandline/RemoteInterface.java
  60. 1
    1
      src/com/dmdirc/commandline/RemoteServer.java
  61. 1
    1
      src/com/dmdirc/commandparser/BaseCommandInfo.java
  62. 1
    1
      src/com/dmdirc/commandparser/CommandArguments.java
  63. 1
    1
      src/com/dmdirc/commandparser/CommandInfo.java
  64. 1
    1
      src/com/dmdirc/commandparser/CommandInfoPair.java
  65. 1
    1
      src/com/dmdirc/commandparser/CommandManager.java
  66. 1
    1
      src/com/dmdirc/commandparser/CommandType.java
  67. 1
    1
      src/com/dmdirc/commandparser/PopupManager.java
  68. 1
    1
      src/com/dmdirc/commandparser/PopupMenu.java
  69. 1
    1
      src/com/dmdirc/commandparser/PopupMenuItem.java
  70. 1
    1
      src/com/dmdirc/commandparser/PopupType.java
  71. 1
    1
      src/com/dmdirc/commandparser/commands/Command.java
  72. 1
    1
      src/com/dmdirc/commandparser/commands/CommandOptions.java
  73. 1
    1
      src/com/dmdirc/commandparser/commands/ExternalCommand.java
  74. 1
    1
      src/com/dmdirc/commandparser/commands/IntelligentCommand.java
  75. 1
    1
      src/com/dmdirc/commandparser/commands/PreviousCommand.java
  76. 1
    1
      src/com/dmdirc/commandparser/commands/ValidatingCommand.java
  77. 1
    1
      src/com/dmdirc/commandparser/commands/WrappableCommand.java
  78. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Ban.java
  79. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Cycle.java
  80. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Invite.java
  81. 1
    1
      src/com/dmdirc/commandparser/commands/channel/KickReason.java
  82. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Mode.java
  83. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Names.java
  84. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Part.java
  85. 1
    1
      src/com/dmdirc/commandparser/commands/channel/SetNickColour.java
  86. 1
    1
      src/com/dmdirc/commandparser/commands/channel/ShowTopic.java
  87. 1
    1
      src/com/dmdirc/commandparser/commands/channel/package-info.java
  88. 1
    1
      src/com/dmdirc/commandparser/commands/chat/Me.java
  89. 1
    1
      src/com/dmdirc/commandparser/commands/context/ChannelCommandContext.java
  90. 1
    1
      src/com/dmdirc/commandparser/commands/context/ChatCommandContext.java
  91. 1
    1
      src/com/dmdirc/commandparser/commands/context/CommandContext.java
  92. 1
    1
      src/com/dmdirc/commandparser/commands/context/QueryCommandContext.java
  93. 1
    1
      src/com/dmdirc/commandparser/commands/context/ServerCommandContext.java
  94. 1
    1
      src/com/dmdirc/commandparser/commands/flags/CommandFlag.java
  95. 1
    1
      src/com/dmdirc/commandparser/commands/flags/CommandFlagHandler.java
  96. 1
    1
      src/com/dmdirc/commandparser/commands/flags/CommandFlagResult.java
  97. 1
    1
      src/com/dmdirc/commandparser/commands/global/AliasCommand.java
  98. 1
    1
      src/com/dmdirc/commandparser/commands/global/AllServers.java
  99. 1
    1
      src/com/dmdirc/commandparser/commands/global/Clear.java
  100. 0
    0
      src/com/dmdirc/commandparser/commands/global/Echo.java

+ 3
- 5
UpdateCopyright.sh Vedi File

@@ -2,9 +2,7 @@
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
+THISYEAR=$((${THISYEAR} + 1))
6
+
7
+find . -regextype posix-egrep -iregex '.*\.(java|sh|php|xml)$' -exec sed -i 's/\(Copyright.*\)2006-20[0-9][0-9]/\12006-'${THISYEAR}'/' {} \;
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
-sh update.sh
10
-rm update.sh

+ 1
- 1
src/com/dmdirc/BasicServerFactory.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Channel.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/ChannelEventHandler.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/CustomWindow.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/EventHandler.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/FrameContainer.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/FrameContainerComparator.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/GlobalWindow.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Invite.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Main.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/MessageEncoder.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/MessageTarget.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/MissingModeAliasException.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/ParserFactory.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Precondition.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Query.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Raw.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Server.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/ServerEventHandler.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/ServerManager.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/ServerState.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/ServerStatus.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/Topic.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/WritableFrameContainer.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/Action.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionComponentChain.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionCondition.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionErrorType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionGroup.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionManager.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionModel.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionStatus.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionSubstitutor.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ActionTypeComparator.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ConditionTree.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/ConditionTreeFactory.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/CoreActionComparison.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/CoreActionComponent.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/CoreActionType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/internal/WhoisNumericFormatter.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/metatypes/ActionEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/metatypes/ChannelEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/metatypes/ClientEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/metatypes/LinkEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/metatypes/PluginEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/metatypes/QueryEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/metatypes/ServerEvents.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/package-info.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/validators/ActionNameValidator.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/validators/ConditionRuleValidator.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/wrappers/Alias.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/wrappers/AliasWrapper.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/wrappers/PerformType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/wrappers/PerformWrapper.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/actions/wrappers/package-info.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandline/CommandLineParser.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandline/RemoteInterface.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandline/RemoteServer.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/BaseCommandInfo.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/CommandArguments.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/CommandInfo.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/CommandInfoPair.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/CommandManager.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/CommandType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/PopupManager.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/PopupMenu.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/PopupMenuItem.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/PopupType.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/Command.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/CommandOptions.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/ExternalCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/IntelligentCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/PreviousCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/ValidatingCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/WrappableCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/Ban.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/Cycle.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/Invite.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/KickReason.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/Mode.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/Names.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/Part.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/SetNickColour.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/ShowTopic.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/channel/package-info.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/chat/Me.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/context/ChannelCommandContext.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/context/ChatCommandContext.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/context/CommandContext.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/context/QueryCommandContext.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/context/ServerCommandContext.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/flags/CommandFlag.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/flags/CommandFlagHandler.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/flags/CommandFlagResult.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/global/AliasCommand.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/global/AllServers.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/commandparser/commands/global/Clear.java Vedi File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2012 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 0
- 0
src/com/dmdirc/commandparser/commands/global/Echo.java Vedi File


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

Loading…
Annulla
Salva