Browse 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 10 years ago
parent
commit
12b39dc0f8
100 changed files with 99 additions and 99 deletions
  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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File


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

Loading…
Cancel
Save