Sfoglia il codice sorgente

Update copyright for 2017

pull/146/head
Shane Mc Cormack 7 anni fa
parent
commit
7a0c767c12
100 ha cambiato i file con 99 aggiunte e 99 eliminazioni
  1. 1
    1
      LICENCE
  2. 1
    1
      common/src/main/java/com/dmdirc/parser/common/AutoCloseableInitialDirContext.java
  3. 1
    1
      common/src/main/java/com/dmdirc/parser/common/AwayState.java
  4. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseChannelClientInfo.java
  5. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseChannelInfo.java
  6. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseClientInfo.java
  7. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseParser.java
  8. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseSocketAwareParser.java
  9. 1
    1
      common/src/main/java/com/dmdirc/parser/common/CallbackManager.java
  10. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ChannelJoinRequest.java
  11. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ChannelListModeItem.java
  12. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ChildImplementations.java
  13. 1
    1
      common/src/main/java/com/dmdirc/parser/common/CompositionState.java
  14. 1
    1
      common/src/main/java/com/dmdirc/parser/common/DefaultStringConverter.java
  15. 1
    1
      common/src/main/java/com/dmdirc/parser/common/IgnoreList.java
  16. 1
    1
      common/src/main/java/com/dmdirc/parser/common/MyInfo.java
  17. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ParserError.java
  18. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ProxyAuthenticator.java
  19. 1
    1
      common/src/main/java/com/dmdirc/parser/common/QueuePriority.java
  20. 1
    1
      common/src/main/java/com/dmdirc/parser/common/SRVRecord.java
  21. 1
    1
      common/src/main/java/com/dmdirc/parser/common/SystemEncoder.java
  22. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ThreadedParser.java
  23. 1
    1
      common/src/main/java/com/dmdirc/parser/events/AuthNoticeEvent.java
  24. 1
    1
      common/src/main/java/com/dmdirc/parser/events/AwayStateEvent.java
  25. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelActionEvent.java
  26. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelCTCPEvent.java
  27. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelCTCPReplyEvent.java
  28. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelJoinEvent.java
  29. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelKickEvent.java
  30. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelListModeEvent.java
  31. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelMessageEvent.java
  32. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelModeChangeEvent.java
  33. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelModeMessageEvent.java
  34. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelModeNoticeEvent.java
  35. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNamesEvent.java
  36. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNickChangeEvent.java
  37. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNonUserModeChangeEvent.java
  38. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNoticeEvent.java
  39. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelOtherAwayStateEvent.java
  40. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelPartEvent.java
  41. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelPasswordChangedEvent.java
  42. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelQuitEvent.java
  43. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelSelfJoinEvent.java
  44. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelSingleModeChangeEvent.java
  45. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelTopicEvent.java
  46. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelUserModeChangeEvent.java
  47. 1
    1
      common/src/main/java/com/dmdirc/parser/events/CompositionStateChangeEvent.java
  48. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ConnectErrorEvent.java
  49. 1
    1
      common/src/main/java/com/dmdirc/parser/events/DataInEvent.java
  50. 1
    1
      common/src/main/java/com/dmdirc/parser/events/DataOutEvent.java
  51. 1
    1
      common/src/main/java/com/dmdirc/parser/events/DebugInfoEvent.java
  52. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ErrorInfoEvent.java
  53. 1
    1
      common/src/main/java/com/dmdirc/parser/events/GroupListEndEvent.java
  54. 1
    1
      common/src/main/java/com/dmdirc/parser/events/GroupListEntryEvent.java
  55. 1
    1
      common/src/main/java/com/dmdirc/parser/events/GroupListStartEvent.java
  56. 1
    1
      common/src/main/java/com/dmdirc/parser/events/InviteEvent.java
  57. 1
    1
      common/src/main/java/com/dmdirc/parser/events/MOTDEndEvent.java
  58. 1
    1
      common/src/main/java/com/dmdirc/parser/events/MOTDLineEvent.java
  59. 1
    1
      common/src/main/java/com/dmdirc/parser/events/MOTDStartEvent.java
  60. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NetworkDetectedEvent.java
  61. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NickChangeEvent.java
  62. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NickInUseEvent.java
  63. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NumericEvent.java
  64. 1
    1
      common/src/main/java/com/dmdirc/parser/events/OtherAwayStateEvent.java
  65. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ParserErrorEvent.java
  66. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ParserEvent.java
  67. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PasswordRequiredEvent.java
  68. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PingFailureEvent.java
  69. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PingSentEvent.java
  70. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PingSuccessEvent.java
  71. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateActionEvent.java
  72. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateCTCPEvent.java
  73. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateCTCPReplyEvent.java
  74. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateMessageEvent.java
  75. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateNoticeEvent.java
  76. 1
    1
      common/src/main/java/com/dmdirc/parser/events/QuitEvent.java
  77. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ServerErrorEvent.java
  78. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ServerNoticeEvent.java
  79. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ServerReadyEvent.java
  80. 1
    1
      common/src/main/java/com/dmdirc/parser/events/SocketCloseEvent.java
  81. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownActionEvent.java
  82. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownCTCPEvent.java
  83. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownCTCPReplyEvent.java
  84. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownMessageEvent.java
  85. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownNoticeEvent.java
  86. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownServerNoticeEvent.java
  87. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UserInfoEvent.java
  88. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UserModeChangeEvent.java
  89. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UserModeDiscoveryEvent.java
  90. 1
    1
      common/src/main/java/com/dmdirc/parser/events/WallDesyncEvent.java
  91. 1
    1
      common/src/main/java/com/dmdirc/parser/events/WallopEvent.java
  92. 1
    1
      common/src/main/java/com/dmdirc/parser/events/WalluserEvent.java
  93. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/ChannelClientInfo.java
  94. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/ChannelInfo.java
  95. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/ClientInfo.java
  96. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/Encoder.java
  97. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/EncodingParser.java
  98. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/FakableArgument.java
  99. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/FakableSource.java
  100. 0
    0
      common/src/main/java/com/dmdirc/parser/interfaces/LocalClientInfo.java

+ 1
- 1
LICENCE Vedi 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
common/src/main/java/com/dmdirc/parser/common/AutoCloseableInitialDirContext.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/AwayState.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/BaseChannelClientInfo.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/BaseChannelInfo.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/BaseClientInfo.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/BaseParser.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/BaseSocketAwareParser.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/CallbackManager.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/ChannelJoinRequest.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/ChannelListModeItem.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/ChildImplementations.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/CompositionState.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/DefaultStringConverter.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/IgnoreList.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/MyInfo.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/ParserError.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/ProxyAuthenticator.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/QueuePriority.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/SRVRecord.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/SystemEncoder.java Vedi 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
common/src/main/java/com/dmdirc/parser/common/ThreadedParser.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/AuthNoticeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/AwayStateEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelActionEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelCTCPEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelCTCPReplyEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelJoinEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelKickEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelListModeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelMessageEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelModeChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelModeMessageEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelModeNoticeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelNamesEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelNickChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelNonUserModeChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelNoticeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelOtherAwayStateEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelPartEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelPasswordChangedEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelQuitEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelSelfJoinEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelSingleModeChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelTopicEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ChannelUserModeChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/CompositionStateChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ConnectErrorEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/DataInEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/DataOutEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/DebugInfoEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ErrorInfoEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/GroupListEndEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/GroupListEntryEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/GroupListStartEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/InviteEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/MOTDEndEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/MOTDLineEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/MOTDStartEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/NetworkDetectedEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/NickChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/NickInUseEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/NumericEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/OtherAwayStateEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ParserErrorEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ParserEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PasswordRequiredEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PingFailureEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PingSentEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PingSuccessEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PrivateActionEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PrivateCTCPEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PrivateCTCPReplyEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PrivateMessageEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/PrivateNoticeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/QuitEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ServerErrorEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ServerNoticeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/ServerReadyEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/SocketCloseEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UnknownActionEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UnknownCTCPEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UnknownCTCPReplyEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UnknownMessageEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UnknownNoticeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UnknownServerNoticeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UserInfoEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UserModeChangeEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/UserModeDiscoveryEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/WallDesyncEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/WallopEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/events/WalluserEvent.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/ChannelClientInfo.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/ChannelInfo.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/ClientInfo.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/Encoder.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/EncodingParser.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/FakableArgument.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/FakableSource.java Vedi 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
common/src/main/java/com/dmdirc/parser/interfaces/LocalClientInfo.java Vedi File


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

Loading…
Annulla
Salva