Browse Source

Update copyright for 2017

pull/785/head
Shane Mc Cormack 7 years ago
parent
commit
85c7e7f34b
100 changed files with 99 additions and 99 deletions
  1. 1
    1
      LICENCE
  2. 1
    1
      api/src/main/java/com/dmdirc/Invite.java
  3. 1
    1
      api/src/main/java/com/dmdirc/ServerState.java
  4. 1
    1
      api/src/main/java/com/dmdirc/Topic.java
  5. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandArguments.java
  6. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandInfo.java
  7. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandInfoPair.java
  8. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandType.java
  9. 1
    1
      api/src/main/java/com/dmdirc/commandparser/aliases/Alias.java
  10. 1
    1
      api/src/main/java/com/dmdirc/commandparser/aliases/AliasStore.java
  11. 1
    1
      api/src/main/java/com/dmdirc/commandparser/auto/AutoCommand.java
  12. 1
    1
      api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandStore.java
  13. 1
    1
      api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandType.java
  14. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/BaseCommand.java
  15. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/Command.java
  16. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/CommandOptions.java
  17. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/ExternalCommand.java
  18. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/IntelligentCommand.java
  19. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/ValidatingCommand.java
  20. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/WrappableCommand.java
  21. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/context/CommandContext.java
  22. 1
    1
      api/src/main/java/com/dmdirc/commandparser/parsers/CommandParser.java
  23. 1
    1
      api/src/main/java/com/dmdirc/config/profiles/Profile.java
  24. 1
    1
      api/src/main/java/com/dmdirc/config/profiles/ProfileStore.java
  25. 1
    1
      api/src/main/java/com/dmdirc/events/BaseChannelActionEvent.java
  26. 1
    1
      api/src/main/java/com/dmdirc/events/BaseChannelMessageEvent.java
  27. 1
    1
      api/src/main/java/com/dmdirc/events/BaseChannelTextEvent.java
  28. 1
    1
      api/src/main/java/com/dmdirc/events/BaseDisplayableEvent.java
  29. 1
    1
      api/src/main/java/com/dmdirc/events/BaseQueryActionEvent.java
  30. 1
    1
      api/src/main/java/com/dmdirc/events/BaseQueryMessageEvent.java
  31. 1
    1
      api/src/main/java/com/dmdirc/events/BaseQueryTextEvent.java
  32. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelActionEvent.java
  33. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelActionHighlightEvent.java
  34. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelClosedEvent.java
  35. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelCtcpEvent.java
  36. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelDisplayableEvent.java
  37. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelDisplayableUserEvent.java
  38. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelEvent.java
  39. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelGotNamesEvent.java
  40. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelGotTopicEvent.java
  41. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelHighlightEvent.java
  42. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelJoinEvent.java
  43. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelKickEvent.java
  44. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelListModesRetrievedEvent.java
  45. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelMessageEvent.java
  46. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelModeChangeEvent.java
  47. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelModeNoticeEvent.java
  48. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelModesDiscoveredEvent.java
  49. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNickChangeEvent.java
  50. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNoModesDiscoveredEvent.java
  51. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNoTopicEvent.java
  52. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNoticeEvent.java
  53. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelOpenedEvent.java
  54. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelPartEvent.java
  55. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelQuitEvent.java
  56. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfActionEvent.java
  57. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfJoinEvent.java
  58. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfMessageEvent.java
  59. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfModeChangeEvent.java
  60. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfNickChangeEvent.java
  61. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfPartEvent.java
  62. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelTopicChangeEvent.java
  63. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelTopicUnsetEvent.java
  64. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserAwayEvent.java
  65. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserBackEvent.java
  66. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserEvent.java
  67. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserModeChangeEvent.java
  68. 1
    1
      api/src/main/java/com/dmdirc/events/ClientClosedEvent.java
  69. 1
    1
      api/src/main/java/com/dmdirc/events/ClientClosingEvent.java
  70. 1
    1
      api/src/main/java/com/dmdirc/events/ClientFrameChangedEvent.java
  71. 1
    1
      api/src/main/java/com/dmdirc/events/ClientLineAddedEvent.java
  72. 1
    1
      api/src/main/java/com/dmdirc/events/ClientOpenedEvent.java
  73. 1
    1
      api/src/main/java/com/dmdirc/events/ClientUserInputEvent.java
  74. 1
    1
      api/src/main/java/com/dmdirc/events/CommandErrorEvent.java
  75. 1
    1
      api/src/main/java/com/dmdirc/events/CommandOutputEvent.java
  76. 1
    1
      api/src/main/java/com/dmdirc/events/DisplayLocation.java
  77. 1
    1
      api/src/main/java/com/dmdirc/events/DisplayProperty.java
  78. 1
    1
      api/src/main/java/com/dmdirc/events/DisplayPropertyMap.java
  79. 1
    1
      api/src/main/java/com/dmdirc/events/DisplayableEvent.java
  80. 1
    1
      api/src/main/java/com/dmdirc/events/FeedbackNagEvent.java
  81. 1
    1
      api/src/main/java/com/dmdirc/events/FirstRunEvent.java
  82. 1
    1
      api/src/main/java/com/dmdirc/events/FrameChangedEvent.java
  83. 1
    1
      api/src/main/java/com/dmdirc/events/FrameClosingEvent.java
  84. 1
    1
      api/src/main/java/com/dmdirc/events/FrameComponentAddedEvent.java
  85. 1
    1
      api/src/main/java/com/dmdirc/events/FrameComponentEvent.java
  86. 1
    1
      api/src/main/java/com/dmdirc/events/FrameComponentRemovedEvent.java
  87. 1
    1
      api/src/main/java/com/dmdirc/events/FrameEvent.java
  88. 1
    1
      api/src/main/java/com/dmdirc/events/FrameIconChangedEvent.java
  89. 1
    1
      api/src/main/java/com/dmdirc/events/FrameNameChangedEvent.java
  90. 1
    1
      api/src/main/java/com/dmdirc/events/FrameTitleChangedEvent.java
  91. 1
    1
      api/src/main/java/com/dmdirc/events/LinkChannelClickedEvent.java
  92. 1
    1
      api/src/main/java/com/dmdirc/events/LinkEvent.java
  93. 1
    1
      api/src/main/java/com/dmdirc/events/LinkNicknameClickedEvent.java
  94. 1
    1
      api/src/main/java/com/dmdirc/events/LinkUrlClickedEvent.java
  95. 1
    1
      api/src/main/java/com/dmdirc/events/NickListClientAddedEvent.java
  96. 1
    1
      api/src/main/java/com/dmdirc/events/NickListClientRemovedEvent.java
  97. 1
    1
      api/src/main/java/com/dmdirc/events/NickListClientsChangedEvent.java
  98. 1
    1
      api/src/main/java/com/dmdirc/events/NickListUpdatedEvent.java
  99. 1
    1
      api/src/main/java/com/dmdirc/events/ProfileAddedEvent.java
  100. 0
    0
      api/src/main/java/com/dmdirc/events/ProfileDeletedEvent.java

+ 1
- 1
LICENCE View File

@@ -1,4 +1,4 @@
1
-Copyright (c) 2006-2015 DMDirc Developers
1
+Copyright (c) 2006-2017 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
api/src/main/java/com/dmdirc/Invite.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/ServerState.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/Topic.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandArguments.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandInfo.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandInfoPair.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandType.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/aliases/Alias.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/aliases/AliasStore.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/auto/AutoCommand.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandStore.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandType.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/BaseCommand.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/Command.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/CommandOptions.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/ExternalCommand.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/IntelligentCommand.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/ValidatingCommand.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/WrappableCommand.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/context/CommandContext.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/parsers/CommandParser.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/config/profiles/Profile.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/config/profiles/ProfileStore.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseChannelActionEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseChannelMessageEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseChannelTextEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseDisplayableEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseQueryActionEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseQueryMessageEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseQueryTextEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelActionEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelActionHighlightEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelClosedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelCtcpEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelDisplayableEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelDisplayableUserEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelGotNamesEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelGotTopicEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelHighlightEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelJoinEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelKickEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelListModesRetrievedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelMessageEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelModeChangeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelModeNoticeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelModesDiscoveredEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNickChangeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNoModesDiscoveredEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNoTopicEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNoticeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelOpenedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelPartEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelQuitEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfActionEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfJoinEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfMessageEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfModeChangeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfNickChangeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfPartEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelTopicChangeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelTopicUnsetEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserAwayEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserBackEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserModeChangeEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientClosedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientClosingEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientFrameChangedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientLineAddedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientOpenedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientUserInputEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/CommandErrorEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/CommandOutputEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/DisplayLocation.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/DisplayProperty.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/DisplayPropertyMap.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/DisplayableEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FeedbackNagEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FirstRunEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameChangedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameClosingEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameComponentAddedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameComponentEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameComponentRemovedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameIconChangedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameNameChangedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameTitleChangedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkChannelClickedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkNicknameClickedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkUrlClickedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/NickListClientAddedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/NickListClientRemovedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/NickListClientsChangedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/NickListUpdatedEvent.java View File

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

+ 1
- 1
api/src/main/java/com/dmdirc/events/ProfileAddedEvent.java View File

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is 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
api/src/main/java/com/dmdirc/events/ProfileDeletedEvent.java View File


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

Loading…
Cancel
Save