Parcourir la source

Update Copyright to 2014

Change-Id: Id0904867640e49e12fca5c1c7c5b9e72c78e3a1b
Reviewed-on: http://gerrit.dmdirc.com/2976
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.8rc1
Shane Mc Cormack il y a 10 ans
Parent
révision
12b39dc0f8
100 fichiers modifiés avec 99 ajouts et 99 suppressions
  1. 1
    1
      LICENCE
  2. 1
    1
      checkstyle/dmdirc.license
  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/ClientModule.java
  7. 1
    1
      src/com/dmdirc/CorePluginExtractor.java
  8. 1
    1
      src/com/dmdirc/CustomWindow.java
  9. 1
    1
      src/com/dmdirc/EventHandler.java
  10. 1
    1
      src/com/dmdirc/FrameContainer.java
  11. 1
    1
      src/com/dmdirc/FrameContainerComparator.java
  12. 1
    1
      src/com/dmdirc/GlobalWindow.java
  13. 1
    1
      src/com/dmdirc/Invite.java
  14. 1
    1
      src/com/dmdirc/Main.java
  15. 1
    1
      src/com/dmdirc/MessageEncoder.java
  16. 1
    1
      src/com/dmdirc/MessageTarget.java
  17. 1
    1
      src/com/dmdirc/MissingModeAliasException.java
  18. 1
    1
      src/com/dmdirc/ParserFactory.java
  19. 1
    1
      src/com/dmdirc/Precondition.java
  20. 1
    1
      src/com/dmdirc/Query.java
  21. 1
    1
      src/com/dmdirc/Raw.java
  22. 1
    1
      src/com/dmdirc/Server.java
  23. 1
    1
      src/com/dmdirc/ServerEventHandler.java
  24. 1
    1
      src/com/dmdirc/ServerManager.java
  25. 1
    1
      src/com/dmdirc/ServerState.java
  26. 1
    1
      src/com/dmdirc/ServerStatus.java
  27. 1
    1
      src/com/dmdirc/SystemLifecycleController.java
  28. 1
    1
      src/com/dmdirc/Topic.java
  29. 1
    1
      src/com/dmdirc/WritableFrameContainer.java
  30. 1
    1
      src/com/dmdirc/actions/Action.java
  31. 1
    1
      src/com/dmdirc/actions/ActionComponentChain.java
  32. 1
    1
      src/com/dmdirc/actions/ActionCondition.java
  33. 1
    1
      src/com/dmdirc/actions/ActionErrorType.java
  34. 1
    1
      src/com/dmdirc/actions/ActionFactory.java
  35. 1
    1
      src/com/dmdirc/actions/ActionGroup.java
  36. 1
    1
      src/com/dmdirc/actions/ActionManager.java
  37. 1
    1
      src/com/dmdirc/actions/ActionModel.java
  38. 1
    1
      src/com/dmdirc/actions/ActionStatus.java
  39. 1
    1
      src/com/dmdirc/actions/ActionSubstitutor.java
  40. 1
    1
      src/com/dmdirc/actions/ActionTypeComparator.java
  41. 1
    1
      src/com/dmdirc/actions/ColourActionComparison.java
  42. 1
    1
      src/com/dmdirc/actions/ConditionTree.java
  43. 1
    1
      src/com/dmdirc/actions/ConditionTreeFactory.java
  44. 1
    1
      src/com/dmdirc/actions/CoreActionComparison.java
  45. 1
    1
      src/com/dmdirc/actions/CoreActionComponent.java
  46. 1
    1
      src/com/dmdirc/actions/CoreActionType.java
  47. 1
    1
      src/com/dmdirc/actions/internal/WhoisNumericFormatter.java
  48. 1
    1
      src/com/dmdirc/actions/metatypes/ActionEvents.java
  49. 1
    1
      src/com/dmdirc/actions/metatypes/ChannelEvents.java
  50. 1
    1
      src/com/dmdirc/actions/metatypes/ClientEvents.java
  51. 1
    1
      src/com/dmdirc/actions/metatypes/LinkEvents.java
  52. 1
    1
      src/com/dmdirc/actions/metatypes/PluginEvents.java
  53. 1
    1
      src/com/dmdirc/actions/metatypes/QueryEvents.java
  54. 1
    1
      src/com/dmdirc/actions/metatypes/ServerEvents.java
  55. 1
    1
      src/com/dmdirc/actions/package-info.java
  56. 1
    1
      src/com/dmdirc/actions/validators/ActionNameValidator.java
  57. 1
    1
      src/com/dmdirc/actions/validators/ConditionRuleValidator.java
  58. 1
    1
      src/com/dmdirc/actions/wrappers/Alias.java
  59. 1
    1
      src/com/dmdirc/actions/wrappers/AliasWrapper.java
  60. 1
    1
      src/com/dmdirc/actions/wrappers/PerformType.java
  61. 1
    1
      src/com/dmdirc/actions/wrappers/PerformWrapper.java
  62. 1
    1
      src/com/dmdirc/actions/wrappers/package-info.java
  63. 1
    1
      src/com/dmdirc/commandline/CommandLineOptionsModule.java
  64. 1
    1
      src/com/dmdirc/commandline/CommandLineParser.java
  65. 1
    1
      src/com/dmdirc/commandline/RemoteInterface.java
  66. 1
    1
      src/com/dmdirc/commandline/RemoteServer.java
  67. 1
    1
      src/com/dmdirc/commandparser/BaseCommandInfo.java
  68. 1
    1
      src/com/dmdirc/commandparser/CommandArguments.java
  69. 1
    1
      src/com/dmdirc/commandparser/CommandInfo.java
  70. 1
    1
      src/com/dmdirc/commandparser/CommandInfoPair.java
  71. 1
    1
      src/com/dmdirc/commandparser/CommandManager.java
  72. 1
    1
      src/com/dmdirc/commandparser/CommandType.java
  73. 1
    1
      src/com/dmdirc/commandparser/PopupManager.java
  74. 1
    1
      src/com/dmdirc/commandparser/PopupMenu.java
  75. 1
    1
      src/com/dmdirc/commandparser/PopupMenuItem.java
  76. 1
    1
      src/com/dmdirc/commandparser/PopupType.java
  77. 1
    1
      src/com/dmdirc/commandparser/commands/Command.java
  78. 1
    1
      src/com/dmdirc/commandparser/commands/CommandModule.java
  79. 1
    1
      src/com/dmdirc/commandparser/commands/CommandOptions.java
  80. 1
    1
      src/com/dmdirc/commandparser/commands/ExternalCommand.java
  81. 1
    1
      src/com/dmdirc/commandparser/commands/IntelligentCommand.java
  82. 1
    1
      src/com/dmdirc/commandparser/commands/PreviousCommand.java
  83. 1
    1
      src/com/dmdirc/commandparser/commands/ValidatingCommand.java
  84. 1
    1
      src/com/dmdirc/commandparser/commands/WrappableCommand.java
  85. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Ban.java
  86. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Cycle.java
  87. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Invite.java
  88. 1
    1
      src/com/dmdirc/commandparser/commands/channel/KickReason.java
  89. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Mode.java
  90. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Names.java
  91. 1
    1
      src/com/dmdirc/commandparser/commands/channel/Part.java
  92. 1
    1
      src/com/dmdirc/commandparser/commands/channel/SetNickColour.java
  93. 1
    1
      src/com/dmdirc/commandparser/commands/channel/ShowTopic.java
  94. 1
    1
      src/com/dmdirc/commandparser/commands/channel/package-info.java
  95. 1
    1
      src/com/dmdirc/commandparser/commands/chat/Me.java
  96. 1
    1
      src/com/dmdirc/commandparser/commands/context/ChannelCommandContext.java
  97. 1
    1
      src/com/dmdirc/commandparser/commands/context/ChatCommandContext.java
  98. 1
    1
      src/com/dmdirc/commandparser/commands/context/CommandContext.java
  99. 1
    1
      src/com/dmdirc/commandparser/commands/context/QueryCommandContext.java
  100. 0
    0
      src/com/dmdirc/commandparser/commands/context/ServerCommandContext.java

+ 1
- 1
LICENCE Voir le fichier

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

+ 1
- 1
checkstyle/dmdirc.license Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/ClientModule.java Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/CorePluginExtractor.java Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/SystemLifecycleController.java Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/ActionFactory.java Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/ColourActionComparison.java Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/CommandLineOptionsModule.java Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/CommandModule.java Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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 Voir le fichier

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2013 DMDirc Developers
2
+ * Copyright (c) 2006-2014 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/context/ServerCommandContext.java Voir le fichier


Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff

Chargement…
Annuler
Enregistrer