From 0febdbe3a46ed2147b69703899de2ca6d19b159d Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 21 May 2017 09:47:08 +0100 Subject: [PATCH] Update copyright headers in the API module --- api/src/main/java/me/lucko/luckperms/LuckPerms.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Contexts.java | 5 ++++- .../main/java/me/lucko/luckperms/api/DataMutateResult.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Group.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/HeldPermission.java | 5 ++++- .../main/java/me/lucko/luckperms/api/LPConfiguration.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/LocalizedNode.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Log.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/LogEntry.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Logger.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/LuckPermsApi.java | 5 ++++- .../main/java/me/lucko/luckperms/api/MessagingService.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/MetaUtils.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Node.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/NodeFactory.java | 5 ++++- .../main/java/me/lucko/luckperms/api/PermissionHolder.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/PlatformType.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Storage.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Track.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/Tristate.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/User.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/UuidCache.java | 5 ++++- .../main/java/me/lucko/luckperms/api/caching/MetaData.java | 5 ++++- .../java/me/lucko/luckperms/api/caching/PermissionData.java | 5 ++++- .../main/java/me/lucko/luckperms/api/caching/UserData.java | 5 ++++- .../me/lucko/luckperms/api/context/ContextCalculator.java | 5 ++++- .../main/java/me/lucko/luckperms/api/context/ContextSet.java | 5 ++++- .../me/lucko/luckperms/api/context/ImmutableContextSet.java | 5 ++++- .../me/lucko/luckperms/api/context/MutableContextSet.java | 5 ++++- .../me/lucko/luckperms/api/data/DatastoreConfiguration.java | 5 ++++- .../main/java/me/lucko/luckperms/api/event/Cancellable.java | 5 ++++- api/src/main/java/me/lucko/luckperms/api/event/EventBus.java | 5 ++++- .../main/java/me/lucko/luckperms/api/event/EventHandler.java | 5 ++++- .../java/me/lucko/luckperms/api/event/LuckPermsEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/cause/CreationCause.java | 5 ++++- .../me/lucko/luckperms/api/event/cause/DeletionCause.java | 5 ++++- .../me/lucko/luckperms/api/event/group/GroupCreateEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/group/GroupDeleteEvent.java | 5 ++++- .../lucko/luckperms/api/event/group/GroupLoadAllEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/group/GroupLoadEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/log/LogBroadcastEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/log/LogPublishEvent.java | 5 ++++- .../java/me/lucko/luckperms/api/event/node/NodeAddEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/node/NodeClearEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/node/NodeMutateEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/node/NodeRemoveEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/sync/ConfigReloadEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/sync/PostSyncEvent.java | 5 ++++- .../lucko/luckperms/api/event/sync/PreNetworkSyncEvent.java | 5 ++++- .../java/me/lucko/luckperms/api/event/sync/PreSyncEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/track/TrackCreateEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/track/TrackDeleteEvent.java | 5 ++++- .../lucko/luckperms/api/event/track/TrackLoadAllEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/track/TrackLoadEvent.java | 5 ++++- .../luckperms/api/event/track/mutate/TrackAddGroupEvent.java | 5 ++++- .../luckperms/api/event/track/mutate/TrackClearEvent.java | 5 ++++- .../luckperms/api/event/track/mutate/TrackMutateEvent.java | 5 ++++- .../api/event/track/mutate/TrackRemoveGroupEvent.java | 5 ++++- .../lucko/luckperms/api/event/user/UserCacheLoadEvent.java | 5 ++++- .../luckperms/api/event/user/UserDataRecalculateEvent.java | 5 ++++- .../lucko/luckperms/api/event/user/UserFirstLoginEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/user/UserLoadEvent.java | 5 ++++- .../me/lucko/luckperms/api/event/user/track/TrackAction.java | 5 ++++- .../luckperms/api/event/user/track/UserDemoteEvent.java | 5 ++++- .../luckperms/api/event/user/track/UserPromoteEvent.java | 5 ++++- .../lucko/luckperms/api/event/user/track/UserTrackEvent.java | 5 ++++- .../me/lucko/luckperms/exceptions/MembershipException.java | 5 ++++- .../luckperms/exceptions/ObjectAlreadyHasException.java | 5 ++++- .../me/lucko/luckperms/exceptions/ObjectLacksException.java | 5 ++++- 69 files changed, 276 insertions(+), 69 deletions(-) diff --git a/api/src/main/java/me/lucko/luckperms/LuckPerms.java b/api/src/main/java/me/lucko/luckperms/LuckPerms.java index a47a7d35..db4525cd 100644 --- a/api/src/main/java/me/lucko/luckperms/LuckPerms.java +++ b/api/src/main/java/me/lucko/luckperms/LuckPerms.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Contexts.java b/api/src/main/java/me/lucko/luckperms/api/Contexts.java index 4c11e519..101b4fc0 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Contexts.java +++ b/api/src/main/java/me/lucko/luckperms/api/Contexts.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/DataMutateResult.java b/api/src/main/java/me/lucko/luckperms/api/DataMutateResult.java index 05f587ca..5ff35bff 100644 --- a/api/src/main/java/me/lucko/luckperms/api/DataMutateResult.java +++ b/api/src/main/java/me/lucko/luckperms/api/DataMutateResult.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Group.java b/api/src/main/java/me/lucko/luckperms/api/Group.java index af0f6676..581b4c09 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Group.java +++ b/api/src/main/java/me/lucko/luckperms/api/Group.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/HeldPermission.java b/api/src/main/java/me/lucko/luckperms/api/HeldPermission.java index c6322edd..86a85a90 100644 --- a/api/src/main/java/me/lucko/luckperms/api/HeldPermission.java +++ b/api/src/main/java/me/lucko/luckperms/api/HeldPermission.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/LPConfiguration.java b/api/src/main/java/me/lucko/luckperms/api/LPConfiguration.java index be123eb6..ef6978b8 100644 --- a/api/src/main/java/me/lucko/luckperms/api/LPConfiguration.java +++ b/api/src/main/java/me/lucko/luckperms/api/LPConfiguration.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/LocalizedNode.java b/api/src/main/java/me/lucko/luckperms/api/LocalizedNode.java index a27cf00e..45154b64 100644 --- a/api/src/main/java/me/lucko/luckperms/api/LocalizedNode.java +++ b/api/src/main/java/me/lucko/luckperms/api/LocalizedNode.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Log.java b/api/src/main/java/me/lucko/luckperms/api/Log.java index bc0afca6..f5b2f1f5 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Log.java +++ b/api/src/main/java/me/lucko/luckperms/api/Log.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/LogEntry.java b/api/src/main/java/me/lucko/luckperms/api/LogEntry.java index f0c12bcf..da8bd0b4 100644 --- a/api/src/main/java/me/lucko/luckperms/api/LogEntry.java +++ b/api/src/main/java/me/lucko/luckperms/api/LogEntry.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Logger.java b/api/src/main/java/me/lucko/luckperms/api/Logger.java index 5d1abd4b..e563f570 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Logger.java +++ b/api/src/main/java/me/lucko/luckperms/api/Logger.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/LuckPermsApi.java b/api/src/main/java/me/lucko/luckperms/api/LuckPermsApi.java index 947c5a41..4fe679d6 100644 --- a/api/src/main/java/me/lucko/luckperms/api/LuckPermsApi.java +++ b/api/src/main/java/me/lucko/luckperms/api/LuckPermsApi.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/MessagingService.java b/api/src/main/java/me/lucko/luckperms/api/MessagingService.java index 661d345e..8432ec97 100644 --- a/api/src/main/java/me/lucko/luckperms/api/MessagingService.java +++ b/api/src/main/java/me/lucko/luckperms/api/MessagingService.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/MetaUtils.java b/api/src/main/java/me/lucko/luckperms/api/MetaUtils.java index bcdec7f4..c73b7969 100644 --- a/api/src/main/java/me/lucko/luckperms/api/MetaUtils.java +++ b/api/src/main/java/me/lucko/luckperms/api/MetaUtils.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Node.java b/api/src/main/java/me/lucko/luckperms/api/Node.java index 4b618d1d..d6f4013e 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Node.java +++ b/api/src/main/java/me/lucko/luckperms/api/Node.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/NodeFactory.java b/api/src/main/java/me/lucko/luckperms/api/NodeFactory.java index 34b6d67b..7f817a6e 100644 --- a/api/src/main/java/me/lucko/luckperms/api/NodeFactory.java +++ b/api/src/main/java/me/lucko/luckperms/api/NodeFactory.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/PermissionHolder.java b/api/src/main/java/me/lucko/luckperms/api/PermissionHolder.java index 23cadcec..e6d266a7 100644 --- a/api/src/main/java/me/lucko/luckperms/api/PermissionHolder.java +++ b/api/src/main/java/me/lucko/luckperms/api/PermissionHolder.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/PlatformType.java b/api/src/main/java/me/lucko/luckperms/api/PlatformType.java index 04e7fad8..80af581f 100644 --- a/api/src/main/java/me/lucko/luckperms/api/PlatformType.java +++ b/api/src/main/java/me/lucko/luckperms/api/PlatformType.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Storage.java b/api/src/main/java/me/lucko/luckperms/api/Storage.java index a2b6d7fc..91ee11f2 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Storage.java +++ b/api/src/main/java/me/lucko/luckperms/api/Storage.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Track.java b/api/src/main/java/me/lucko/luckperms/api/Track.java index a5f969fc..91835821 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Track.java +++ b/api/src/main/java/me/lucko/luckperms/api/Track.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/Tristate.java b/api/src/main/java/me/lucko/luckperms/api/Tristate.java index a1d2ef2a..5fa100b2 100644 --- a/api/src/main/java/me/lucko/luckperms/api/Tristate.java +++ b/api/src/main/java/me/lucko/luckperms/api/Tristate.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/User.java b/api/src/main/java/me/lucko/luckperms/api/User.java index bf8e4802..c61b66ce 100644 --- a/api/src/main/java/me/lucko/luckperms/api/User.java +++ b/api/src/main/java/me/lucko/luckperms/api/User.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/UuidCache.java b/api/src/main/java/me/lucko/luckperms/api/UuidCache.java index 3c5ec606..97f8c450 100644 --- a/api/src/main/java/me/lucko/luckperms/api/UuidCache.java +++ b/api/src/main/java/me/lucko/luckperms/api/UuidCache.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/caching/MetaData.java b/api/src/main/java/me/lucko/luckperms/api/caching/MetaData.java index fca29f6b..abbebd47 100644 --- a/api/src/main/java/me/lucko/luckperms/api/caching/MetaData.java +++ b/api/src/main/java/me/lucko/luckperms/api/caching/MetaData.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/caching/PermissionData.java b/api/src/main/java/me/lucko/luckperms/api/caching/PermissionData.java index f5c762ff..c481dd13 100644 --- a/api/src/main/java/me/lucko/luckperms/api/caching/PermissionData.java +++ b/api/src/main/java/me/lucko/luckperms/api/caching/PermissionData.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/caching/UserData.java b/api/src/main/java/me/lucko/luckperms/api/caching/UserData.java index 2e6f42cc..0e679b30 100644 --- a/api/src/main/java/me/lucko/luckperms/api/caching/UserData.java +++ b/api/src/main/java/me/lucko/luckperms/api/caching/UserData.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/context/ContextCalculator.java b/api/src/main/java/me/lucko/luckperms/api/context/ContextCalculator.java index 0e69014e..38f74ce1 100644 --- a/api/src/main/java/me/lucko/luckperms/api/context/ContextCalculator.java +++ b/api/src/main/java/me/lucko/luckperms/api/context/ContextCalculator.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/context/ContextSet.java b/api/src/main/java/me/lucko/luckperms/api/context/ContextSet.java index 66a217bf..4a832c05 100644 --- a/api/src/main/java/me/lucko/luckperms/api/context/ContextSet.java +++ b/api/src/main/java/me/lucko/luckperms/api/context/ContextSet.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/context/ImmutableContextSet.java b/api/src/main/java/me/lucko/luckperms/api/context/ImmutableContextSet.java index f0d057d0..a86aaad1 100644 --- a/api/src/main/java/me/lucko/luckperms/api/context/ImmutableContextSet.java +++ b/api/src/main/java/me/lucko/luckperms/api/context/ImmutableContextSet.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/context/MutableContextSet.java b/api/src/main/java/me/lucko/luckperms/api/context/MutableContextSet.java index b4e66e04..4f9e7044 100644 --- a/api/src/main/java/me/lucko/luckperms/api/context/MutableContextSet.java +++ b/api/src/main/java/me/lucko/luckperms/api/context/MutableContextSet.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/data/DatastoreConfiguration.java b/api/src/main/java/me/lucko/luckperms/api/data/DatastoreConfiguration.java index fae694df..7a86bb78 100644 --- a/api/src/main/java/me/lucko/luckperms/api/data/DatastoreConfiguration.java +++ b/api/src/main/java/me/lucko/luckperms/api/data/DatastoreConfiguration.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/Cancellable.java b/api/src/main/java/me/lucko/luckperms/api/event/Cancellable.java index e19c959d..201aeb97 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/Cancellable.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/Cancellable.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/EventBus.java b/api/src/main/java/me/lucko/luckperms/api/event/EventBus.java index 27eec611..8cbc9b9b 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/EventBus.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/EventBus.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/EventHandler.java b/api/src/main/java/me/lucko/luckperms/api/event/EventHandler.java index 3af0c713..216eec1b 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/EventHandler.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/EventHandler.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/LuckPermsEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/LuckPermsEvent.java index 42286805..a1a59846 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/LuckPermsEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/LuckPermsEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/cause/CreationCause.java b/api/src/main/java/me/lucko/luckperms/api/event/cause/CreationCause.java index 53036ec5..3b12f9ca 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/cause/CreationCause.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/cause/CreationCause.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/cause/DeletionCause.java b/api/src/main/java/me/lucko/luckperms/api/event/cause/DeletionCause.java index c4a0213f..a357caa1 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/cause/DeletionCause.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/cause/DeletionCause.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupCreateEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupCreateEvent.java index 587b3f4b..3bcaac1a 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupCreateEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupCreateEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupDeleteEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupDeleteEvent.java index 1dd9ff10..175d1610 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupDeleteEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupDeleteEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadAllEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadAllEvent.java index 509648be..a468182b 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadAllEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadAllEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadEvent.java index ea518f1c..9df112a9 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/group/GroupLoadEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/log/LogBroadcastEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/log/LogBroadcastEvent.java index f2cd0680..96e95d8c 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/log/LogBroadcastEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/log/LogBroadcastEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/log/LogPublishEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/log/LogPublishEvent.java index 6b2b88a3..546dcec9 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/log/LogPublishEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/log/LogPublishEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeAddEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeAddEvent.java index fb7583ae..d0467f14 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeAddEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeAddEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeClearEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeClearEvent.java index 74ad904e..da69b696 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeClearEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeClearEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeMutateEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeMutateEvent.java index dac0dc17..7927bb21 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeMutateEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeMutateEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeRemoveEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeRemoveEvent.java index 2308cf23..053d6b7a 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/node/NodeRemoveEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/node/NodeRemoveEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/sync/ConfigReloadEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/sync/ConfigReloadEvent.java index dfce7f27..20d3dde3 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/sync/ConfigReloadEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/sync/ConfigReloadEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/sync/PostSyncEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/sync/PostSyncEvent.java index 37d1cee9..70ee005d 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/sync/PostSyncEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/sync/PostSyncEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/sync/PreNetworkSyncEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/sync/PreNetworkSyncEvent.java index 5d3cee12..7a209dda 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/sync/PreNetworkSyncEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/sync/PreNetworkSyncEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/sync/PreSyncEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/sync/PreSyncEvent.java index d1252b82..183a2539 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/sync/PreSyncEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/sync/PreSyncEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackCreateEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackCreateEvent.java index b279c172..f7ee4cc9 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackCreateEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackCreateEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackDeleteEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackDeleteEvent.java index ddf13c0b..ae6cd97e 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackDeleteEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackDeleteEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadAllEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadAllEvent.java index 8fbdb970..5ba36978 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadAllEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadAllEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadEvent.java index 7e8eb8ef..92f5255e 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/TrackLoadEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackAddGroupEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackAddGroupEvent.java index 5f878d28..35e8eda9 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackAddGroupEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackAddGroupEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackClearEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackClearEvent.java index 987c3351..73339e17 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackClearEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackClearEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackMutateEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackMutateEvent.java index fb563045..999386fb 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackMutateEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackMutateEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackRemoveGroupEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackRemoveGroupEvent.java index 3b753e57..3bec4cfd 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackRemoveGroupEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/track/mutate/TrackRemoveGroupEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/UserCacheLoadEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/user/UserCacheLoadEvent.java index b479b290..87d22d34 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/UserCacheLoadEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/UserCacheLoadEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/UserDataRecalculateEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/user/UserDataRecalculateEvent.java index 3f63483e..0a594c13 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/UserDataRecalculateEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/UserDataRecalculateEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/UserFirstLoginEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/user/UserFirstLoginEvent.java index 431746c5..de195a2c 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/UserFirstLoginEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/UserFirstLoginEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/UserLoadEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/user/UserLoadEvent.java index 3295b227..f64ad0af 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/UserLoadEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/UserLoadEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/track/TrackAction.java b/api/src/main/java/me/lucko/luckperms/api/event/user/track/TrackAction.java index a150396c..a64ea362 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/track/TrackAction.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/track/TrackAction.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserDemoteEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserDemoteEvent.java index 52f873c5..1402ecf0 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserDemoteEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserDemoteEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserPromoteEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserPromoteEvent.java index b48adaaf..dce2bfc0 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserPromoteEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserPromoteEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserTrackEvent.java b/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserTrackEvent.java index 43dfd734..e6008319 100644 --- a/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserTrackEvent.java +++ b/api/src/main/java/me/lucko/luckperms/api/event/user/track/UserTrackEvent.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/exceptions/MembershipException.java b/api/src/main/java/me/lucko/luckperms/exceptions/MembershipException.java index 197e5531..7989601c 100644 --- a/api/src/main/java/me/lucko/luckperms/exceptions/MembershipException.java +++ b/api/src/main/java/me/lucko/luckperms/exceptions/MembershipException.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/exceptions/ObjectAlreadyHasException.java b/api/src/main/java/me/lucko/luckperms/exceptions/ObjectAlreadyHasException.java index 4355c893..52c2c7f1 100644 --- a/api/src/main/java/me/lucko/luckperms/exceptions/ObjectAlreadyHasException.java +++ b/api/src/main/java/me/lucko/luckperms/exceptions/ObjectAlreadyHasException.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/lucko/luckperms/exceptions/ObjectLacksException.java b/api/src/main/java/me/lucko/luckperms/exceptions/ObjectLacksException.java index 33b1338b..f6bf0ad8 100644 --- a/api/src/main/java/me/lucko/luckperms/exceptions/ObjectLacksException.java +++ b/api/src/main/java/me/lucko/luckperms/exceptions/ObjectLacksException.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2016 Lucko (Luck) + * This file is part of LuckPerms, licensed under the MIT License. + * + * Copyright (c) lucko (Luck) + * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal