Procházet zdrojové kódy

Update copyright for 2017

pull/785/head
Shane Mc Cormack před 7 roky
rodič
revize
85c7e7f34b
100 změnil soubory, kde provedl 99 přidání a 99 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor


Některé soubory nejsou zobrazny, neboť je v této revizi změněno mnoho souborů

Načítá se…
Zrušit
Uložit