From 1f54bc41cc334e2fd722591b0f568eb413026e1c Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 15 Apr 2017 19:01:39 +0100 Subject: [PATCH] Cleanup poms, update copyright header --- LICENSE.txt | 5 ++- api/pom.xml | 9 ++++ bukkit-legacy/pom.xml | 11 +---- bukkit/pom.xml | 43 ++++++++++++++----- .../bukkit/BukkitCalculatorFactory.java | 5 ++- .../lucko/luckperms/bukkit/BukkitCommand.java | 5 ++- .../lucko/luckperms/bukkit/BukkitConfig.java | 5 ++- .../luckperms/bukkit/BukkitListener.java | 5 ++- .../luckperms/bukkit/BukkitSenderFactory.java | 5 ++- .../luckperms/bukkit/LPBukkitPlugin.java | 8 +++- .../luckperms/bukkit/LPBukkitScheduler.java | 5 ++- .../luckperms/bukkit/WorldCalculator.java | 5 ++- .../calculators/AttachmentProcessor.java | 5 ++- .../bukkit/calculators/ChildProcessor.java | 5 ++- .../bukkit/calculators/DefaultsProcessor.java | 5 ++- .../compat/BukkitJsonMessageHandler.java | 5 ++- .../bukkit/compat/MessageHandler.java | 5 ++- .../bukkit/compat/ReflectionUtil.java | 5 ++- .../compat/SpigotJsonMessageHandler.java | 5 ++- .../messaging/BungeeMessagingService.java | 5 ++- .../messaging/LilyPadMessagingService.java | 5 ++- .../migration/MigrationBPermissions.java | 5 ++- .../migration/MigrationGroupManager.java | 5 ++- .../migration/MigrationPermissionsEx.java | 5 ++- .../migration/MigrationPowerfulPerms.java | 5 ++- .../migration/MigrationZPermissions.java | 5 ++- .../bukkit/model/ChildPermissionProvider.java | 5 ++- .../bukkit/model/DefaultsProvider.java | 5 ++- .../bukkit/model/DummyPermissible.java | 5 ++- .../bukkit/model/DummyPermissibleBase.java | 5 ++- .../luckperms/bukkit/model/Injector.java | 5 ++- .../luckperms/bukkit/model/LPPermissible.java | 5 ++- .../bukkit/model/SubscriptionManager.java | 5 ++- .../luckperms/bukkit/vault/VaultChatHook.java | 5 ++- .../luckperms/bukkit/vault/VaultHook.java | 5 ++- .../bukkit/vault/VaultPermissionHook.java | 5 ++- .../bukkit/vault/VaultScheduler.java | 5 ++- bukkit/src/main/resources/plugin.yml | 4 +- bungee/pom.xml | 43 +++++++++++++------ .../bungee/BackendServerCalculator.java | 5 ++- .../bungee/BungeeCalculatorFactory.java | 5 ++- .../lucko/luckperms/bungee/BungeeCommand.java | 7 ++- .../lucko/luckperms/bungee/BungeeConfig.java | 5 ++- .../luckperms/bungee/BungeeListener.java | 5 ++- .../luckperms/bungee/BungeeSenderFactory.java | 5 ++- .../luckperms/bungee/LPBungeePlugin.java | 5 ++- .../luckperms/bungee/LPBungeeScheduler.java | 5 ++- .../messaging/BungeeMessagingService.java | 5 ++- .../migration/MigrationBungeePerms.java | 5 ++- common/pom.xml | 37 +--------------- .../luckperms/common/api/ApiHandler.java | 5 ++- .../luckperms/common/api/ApiProvider.java | 5 ++- .../lucko/luckperms/common/api/ApiUtils.java | 5 ++- .../common/api/delegates/GroupDelegate.java | 5 ++- .../delegates/LPConfigurationDelegate.java | 5 ++- .../common/api/delegates/LogDelegate.java | 5 ++- .../api/delegates/NodeFactoryDelegate.java | 5 ++- .../delegates/PermissionHolderDelegate.java | 5 ++- .../common/api/delegates/StorageDelegate.java | 5 ++- .../common/api/delegates/TrackDelegate.java | 5 ++- .../common/api/delegates/UserDelegate.java | 5 ++- .../api/delegates/UuidCacheDelegate.java | 5 ++- .../common/bulkupdate/BulkUpdate.java | 5 ++- .../common/bulkupdate/BulkUpdateBuilder.java | 5 ++- .../luckperms/common/bulkupdate/DataType.java | 5 ++- .../common/bulkupdate/action/Action.java | 5 ++- .../bulkupdate/action/DeleteAction.java | 5 ++- .../bulkupdate/action/UpdateAction.java | 5 ++- .../bulkupdate/comparisons/Comparison.java | 5 ++- .../comparisons/ComparisonType.java | 5 ++- .../comparisons/impl/ComparisonEqual.java | 5 ++- .../comparisons/impl/ComparisonNotEqual.java | 5 ++- .../impl/ComparisonNotSimilar.java | 5 ++- .../comparisons/impl/ComparisonSimilar.java | 5 ++- .../bulkupdate/constraint/Constraint.java | 5 ++- .../bulkupdate/constraint/QueryField.java | 5 ++- .../common/caching/MetaAccumulator.java | 5 ++- .../luckperms/common/caching/MetaCache.java | 5 ++- .../common/caching/PermissionCache.java | 5 ++- .../luckperms/common/caching/UserCache.java | 5 ++- .../caching/handlers/CachedStateManager.java | 5 ++- .../caching/handlers/GroupReference.java | 5 ++- .../caching/handlers/HolderReference.java | 5 ++- .../common/caching/handlers/HolderType.java | 5 ++- .../caching/handlers/UserReference.java | 5 ++- .../caching/stacking/GenericMetaStack.java | 5 ++- .../common/caching/stacking/MetaStack.java | 5 ++- .../caching/stacking/MetaStackElement.java | 5 ++- .../caching/stacking/NoopMetaStack.java | 5 ++- .../caching/stacking/StackElementFactory.java | 5 ++- .../elements/HighestPriorityElement.java | 5 ++- .../elements/HighestPriorityOwnElement.java | 5 ++- .../elements/HighestPriorityTrackElement.java | 5 ++- .../elements/LowestPriorityElement.java | 5 ++- .../elements/LowestPriorityOwnElement.java | 5 ++- .../elements/LowestPriorityTrackElement.java | 5 ++- .../AbstractCalculatorFactory.java | 5 ++- .../common/calculators/CalculatorFactory.java | 5 ++- .../calculators/PermissionCalculator.java | 5 ++- .../calculators/PermissionProcessor.java | 5 ++- .../calculators/processors/MapProcessor.java | 5 ++- .../processors/RegexProcessor.java | 5 ++- .../processors/WildcardProcessor.java | 5 ++- .../lucko/luckperms/common/commands/Arg.java | 5 ++- .../common/commands/CommandException.java | 5 ++- .../common/commands/CommandManager.java | 5 ++- .../common/commands/CommandResult.java | 5 ++- .../common/commands/abstraction/Command.java | 5 ++- .../commands/abstraction/MainCommand.java | 5 ++- .../abstraction/SharedMainCommand.java | 5 ++- .../abstraction/SharedSubCommand.java | 5 ++- .../commands/abstraction/SingleCommand.java | 5 ++- .../commands/abstraction/SubCommand.java | 5 ++- .../impl/generic/meta/CommandMeta.java | 5 ++- .../impl/generic/meta/MetaAddChatMeta.java | 5 ++- .../generic/meta/MetaAddTempChatMeta.java | 5 ++- .../commands/impl/generic/meta/MetaClear.java | 5 ++- .../commands/impl/generic/meta/MetaInfo.java | 5 ++- .../impl/generic/meta/MetaRemoveChatMeta.java | 5 ++- .../generic/meta/MetaRemoveTempChatMeta.java | 5 ++- .../commands/impl/generic/meta/MetaSet.java | 5 ++- .../impl/generic/meta/MetaSetTemp.java | 5 ++- .../commands/impl/generic/meta/MetaUnset.java | 5 ++- .../impl/generic/meta/MetaUnsetTemp.java | 5 ++- .../impl/generic/other/HolderClear.java | 5 ++- .../impl/generic/other/HolderShowTracks.java | 5 ++- .../impl/generic/parent/CommandParent.java | 5 ++- .../impl/generic/parent/ParentAdd.java | 5 ++- .../impl/generic/parent/ParentAddTemp.java | 5 ++- .../impl/generic/parent/ParentClear.java | 5 ++- .../impl/generic/parent/ParentInfo.java | 5 ++- .../impl/generic/parent/ParentRemove.java | 5 ++- .../impl/generic/parent/ParentRemoveTemp.java | 5 ++- .../impl/generic/parent/ParentSet.java | 5 ++- .../generic/permission/CommandPermission.java | 5 ++- .../generic/permission/PermissionCheck.java | 5 ++- .../permission/PermissionCheckInherits.java | 5 ++- .../generic/permission/PermissionInfo.java | 5 ++- .../generic/permission/PermissionSet.java | 5 ++- .../generic/permission/PermissionSetTemp.java | 5 ++- .../generic/permission/PermissionUnset.java | 5 ++- .../permission/PermissionUnsetTemp.java | 5 ++- .../commands/impl/group/CreateGroup.java | 5 ++- .../commands/impl/group/DeleteGroup.java | 5 ++- .../commands/impl/group/GroupClone.java | 5 ++- .../common/commands/impl/group/GroupInfo.java | 5 ++- .../commands/impl/group/GroupListMembers.java | 5 ++- .../commands/impl/group/GroupMainCommand.java | 5 ++- .../commands/impl/group/GroupRename.java | 5 ++- .../commands/impl/group/GroupSetWeight.java | 5 ++- .../commands/impl/group/ListGroups.java | 5 ++- .../commands/impl/log/LogMainCommand.java | 5 ++- .../impl/log/subcommands/LogExport.java | 5 ++- .../impl/log/subcommands/LogGroupHistory.java | 5 ++- .../impl/log/subcommands/LogNotify.java | 5 ++- .../impl/log/subcommands/LogRecent.java | 5 ++- .../impl/log/subcommands/LogSearch.java | 5 ++- .../impl/log/subcommands/LogTrackHistory.java | 5 ++- .../impl/log/subcommands/LogUserHistory.java | 5 ++- .../impl/migration/MigrationMainCommand.java | 5 ++- .../impl/migration/MigrationUtils.java | 5 ++- .../commands/impl/misc/BulkUpdateCommand.java | 5 ++- .../commands/impl/misc/CheckCommand.java | 5 ++- .../commands/impl/misc/ExportCommand.java | 5 ++- .../commands/impl/misc/ImportCommand.java | 5 ++- .../commands/impl/misc/InfoCommand.java | 5 ++- .../impl/misc/NetworkSyncCommand.java | 5 ++- .../impl/misc/ReloadConfigCommand.java | 5 ++- .../commands/impl/misc/SearchCommand.java | 5 ++- .../commands/impl/misc/SyncCommand.java | 5 ++- .../commands/impl/misc/TreeCommand.java | 5 ++- .../commands/impl/misc/VerboseCommand.java | 5 ++- .../commands/impl/track/CreateTrack.java | 5 ++- .../commands/impl/track/DeleteTrack.java | 5 ++- .../commands/impl/track/ListTracks.java | 5 ++- .../commands/impl/track/TrackAppend.java | 5 ++- .../commands/impl/track/TrackClear.java | 5 ++- .../commands/impl/track/TrackClone.java | 5 ++- .../common/commands/impl/track/TrackInfo.java | 5 ++- .../commands/impl/track/TrackInsert.java | 5 ++- .../commands/impl/track/TrackMainCommand.java | 5 ++- .../commands/impl/track/TrackRemove.java | 5 ++- .../commands/impl/track/TrackRename.java | 5 ++- .../common/commands/impl/user/UserDemote.java | 5 ++- .../common/commands/impl/user/UserInfo.java | 5 ++- .../commands/impl/user/UserMainCommand.java | 5 ++- .../commands/impl/user/UserPromote.java | 5 ++- .../impl/user/UserSwitchPrimaryGroup.java | 5 ++- .../commands/sender/AbstractSender.java | 5 ++- .../common/commands/sender/Sender.java | 5 ++- .../common/commands/sender/SenderFactory.java | 5 ++- .../common/commands/utils/ArgumentUtils.java | 5 ++- .../common/commands/utils/MetaComparator.java | 5 ++- .../luckperms/common/commands/utils/Util.java | 5 ++- .../common/config/AbstractConfiguration.java | 5 ++- .../luckperms/common/config/ConfigKey.java | 5 ++- .../luckperms/common/config/ConfigKeys.java | 5 ++- .../common/config/LuckPermsConfiguration.java | 5 ++- .../common/config/StaticContextsFile.java | 25 +++++++++++ .../common/config/keys/AbstractKey.java | 5 ++- .../common/config/keys/BooleanKey.java | 5 ++- .../common/config/keys/EnduringKey.java | 5 ++- .../common/config/keys/IntegerKey.java | 5 ++- .../config/keys/LowercaseStringKey.java | 5 ++- .../luckperms/common/config/keys/MapKey.java | 5 ++- .../common/config/keys/StaticKey.java | 5 ++- .../common/config/keys/StringKey.java | 5 ++- .../luckperms/common/constants/Constants.java | 5 ++- .../luckperms/common/constants/Message.java | 5 ++- .../luckperms/common/constants/Patterns.java | 5 ++- .../common/constants/Permission.java | 5 ++- .../common/contexts/ContextManager.java | 5 ++- .../common/contexts/StaticCalculator.java | 5 ++- .../common/core/ContextSetComparator.java | 5 ++- .../common/core/InheritanceInfo.java | 5 ++- .../luckperms/common/core/NodeBuilder.java | 5 ++- .../luckperms/common/core/NodeComparator.java | 5 ++- .../luckperms/common/core/NodeFactory.java | 5 ++- .../luckperms/common/core/NodeModel.java | 5 ++- .../common/core/PriorityComparator.java | 5 ++- .../common/core/TemporaryModifier.java | 5 ++- .../luckperms/common/core/UserIdentifier.java | 5 ++- .../luckperms/common/core/UuidCache.java | 5 ++- .../luckperms/common/core/model/Group.java | 5 ++- .../common/core/model/ImmutableNode.java | 5 ++- .../common/core/model/PermissionHolder.java | 5 ++- .../luckperms/common/core/model/Track.java | 5 ++- .../luckperms/common/core/model/User.java | 5 ++- .../lucko/luckperms/common/data/Exporter.java | 5 ++- .../lucko/luckperms/common/data/Importer.java | 5 ++- .../me/lucko/luckperms/common/data/Log.java | 5 ++- .../lucko/luckperms/common/data/LogEntry.java | 5 ++- .../common/defaults/LogicParser.java | 5 ++- .../lucko/luckperms/common/defaults/Rule.java | 5 ++- .../common/dependencies/Dependency.java | 5 ++- .../dependencies/DependencyManager.java | 5 ++- .../luckperms/common/event/AbstractEvent.java | 5 ++- .../luckperms/common/event/EventFactory.java | 5 ++- .../common/event/LuckPermsEventBus.java | 5 ++- .../common/event/LuckPermsEventHandler.java | 5 ++- .../common/event/impl/EventConfigReload.java | 5 ++- .../common/event/impl/EventGroupCreate.java | 5 ++- .../common/event/impl/EventGroupDelete.java | 5 ++- .../common/event/impl/EventGroupLoad.java | 5 ++- .../common/event/impl/EventGroupLoadAll.java | 5 ++- .../common/event/impl/EventLogBroadcast.java | 5 ++- .../common/event/impl/EventLogPublish.java | 5 ++- .../common/event/impl/EventNodeAdd.java | 5 ++- .../common/event/impl/EventNodeClear.java | 5 ++- .../common/event/impl/EventNodeRemove.java | 5 ++- .../common/event/impl/EventPostSync.java | 5 ++- .../event/impl/EventPreNetworkSync.java | 5 ++- .../common/event/impl/EventPreSync.java | 5 ++- .../common/event/impl/EventTrackAddGroup.java | 5 ++- .../common/event/impl/EventTrackClear.java | 5 ++- .../common/event/impl/EventTrackCreate.java | 5 ++- .../common/event/impl/EventTrackDelete.java | 5 ++- .../common/event/impl/EventTrackLoad.java | 5 ++- .../common/event/impl/EventTrackLoadAll.java | 5 ++- .../event/impl/EventTrackRemoveGroup.java | 5 ++- .../common/event/impl/EventUserCacheLoad.java | 5 ++- .../event/impl/EventUserDataRecalculate.java | 5 ++- .../common/event/impl/EventUserDemote.java | 5 ++- .../event/impl/EventUserFirstLogin.java | 5 ++- .../common/event/impl/EventUserLoad.java | 5 ++- .../common/event/impl/EventUserPromote.java | 5 ++- .../common/locale/LocaleManager.java | 5 ++- .../common/locale/NoopLocaleManager.java | 5 ++- .../common/locale/SimpleLocaleManager.java | 5 ++- .../common/managers/AbstractManager.java | 5 ++- .../common/managers/GroupManager.java | 5 ++- .../luckperms/common/managers/Manager.java | 5 ++- .../common/managers/TrackManager.java | 5 ++- .../common/managers/UserManager.java | 5 ++- .../managers/impl/GenericGroupManager.java | 5 ++- .../managers/impl/GenericTrackManager.java | 5 ++- .../managers/impl/GenericUserManager.java | 5 ++- .../messaging/AbstractMessagingService.java | 5 ++- .../messaging/InternalMessagingService.java | 5 ++- .../messaging/NoopMessagingService.java | 5 ++- .../common/messaging/RedisMessaging.java | 5 ++- .../common/plugin/LuckPermsPlugin.java | 5 ++- .../common/plugin/LuckPermsScheduler.java | 5 ++- .../AllParentsByWeightHolder.java | 5 ++- .../primarygroup/ParentsByWeightHolder.java | 5 ++- .../primarygroup/PrimaryGroupHolder.java | 5 ++- .../common/primarygroup/StoredHolder.java | 5 ++- .../common/storage/AbstractStorage.java | 5 ++- .../storage/DatastoreConfiguration.java | 5 ++- .../common/storage/SplitBacking.java | 5 ++- .../luckperms/common/storage/Storage.java | 5 ++- .../common/storage/StorageFactory.java | 5 ++- .../luckperms/common/storage/StorageType.java | 5 ++- .../storage/backing/AbstractBacking.java | 5 ++- .../storage/backing/FlatfileBacking.java | 5 ++- .../common/storage/backing/JSONBacking.java | 5 ++- .../storage/backing/MongoDBBacking.java | 5 ++- .../common/storage/backing/SQLBacking.java | 7 ++- .../common/storage/backing/YAMLBacking.java | 5 ++- .../backing/sqlprovider/FlatfileProvider.java | 5 ++- .../backing/sqlprovider/H2Provider.java | 5 ++- .../backing/sqlprovider/MySQLProvider.java | 5 ++- .../sqlprovider/PostgreSQLProvider.java | 5 ++- .../backing/sqlprovider/SQLProvider.java | 5 ++- .../backing/sqlprovider/SQLiteProvider.java | 5 ++- .../sqlprovider/WrappedConnection.java | 5 ++- .../utils/LegacyJSONSchemaMigration.java | 5 ++- .../utils/LegacySQLSchemaMigration.java | 5 ++- .../utils/LegacyYAMLSchemaMigration.java | 5 ++- .../storage/holder/NodeHeldPermission.java | 5 ++- .../wrappings/BufferedOutputStorage.java | 5 ++- .../storage/wrappings/TolerantStorage.java | 5 ++- .../common/tasks/CacheHousekeepingTask.java | 5 ++- .../common/tasks/ExpireTemporaryTask.java | 5 ++- .../luckperms/common/tasks/UpdateTask.java | 5 ++- .../common/treeview/ImmutableTreeNode.java | 5 ++- .../common/treeview/PermissionVault.java | 5 ++- .../luckperms/common/treeview/TreeNode.java | 5 ++- .../luckperms/common/treeview/TreeView.java | 5 ++- .../common/treeview/TreeViewBuilder.java | 5 ++- .../common/utils/ArgumentChecker.java | 5 ++- .../lucko/luckperms/common/utils/Buffer.java | 5 ++- .../common/utils/BufferedRequest.java | 5 ++- .../lucko/luckperms/common/utils/Cache.java | 5 ++- .../luckperms/common/utils/DateUtil.java | 25 +++++++++++ .../common/utils/ExtractedContexts.java | 5 ++- .../luckperms/common/utils/FileWatcher.java | 5 ++- .../common/utils/HikariSupplier.java | 5 ++- .../luckperms/common/utils/Identifiable.java | 5 ++- .../common/utils/ImmutableCollectors.java | 5 ++- .../common/utils/ImmutableLocalizedNode.java | 5 ++- .../luckperms/common/utils/LoggerImpl.java | 5 ++- .../luckperms/common/utils/LoginHelper.java | 5 ++- .../luckperms/common/utils/NodeTools.java | 5 ++- .../luckperms/common/utils/PasteUtils.java | 5 ++- .../luckperms/common/utils/Predicates.java | 5 ++- .../common/utils/ProgressLogger.java | 5 ++- .../luckperms/common/utils/Scripting.java | 5 ++- .../common/utils/ShorthandParser.java | 5 ++- .../common/utils/WeightComparator.java | 5 ++- .../luckperms/common/verbose/CheckData.java | 5 ++- .../common/verbose/VerboseHandler.java | 5 ++- .../common/verbose/VerboseListener.java | 5 ++- .../{lp-schema-h2.sql => schema/h2.sql} | 0 .../mariadb.sql} | 0 .../{lp-schema-mysql.sql => schema/mysql.sql} | 0 .../postgresql.sql} | 0 .../sqlite.sql} | 0 pom.xml | 38 +++++++--------- sponge/pom.xml | 11 +---- .../luckperms/sponge/utils/VersionData.java | 7 ++- .../luckperms/sponge/LPSpongePlugin.java | 7 ++- .../luckperms/sponge/LPSpongeScheduler.java | 5 ++- .../sponge/SpongeCalculatorFactory.java | 5 ++- .../lucko/luckperms/sponge/SpongeCommand.java | 5 ++- .../lucko/luckperms/sponge/SpongeConfig.java | 5 ++- .../luckperms/sponge/SpongeListener.java | 5 ++- .../luckperms/sponge/SpongeSenderFactory.java | 5 ++- .../sponge/calculators/DefaultsProcessor.java | 5 ++- .../calculators/SpongeWildcardProcessor.java | 5 ++- .../sponge/commands/OptionClear.java | 5 ++- .../luckperms/sponge/commands/OptionInfo.java | 5 ++- .../luckperms/sponge/commands/OptionSet.java | 5 ++- .../sponge/commands/OptionUnset.java | 5 ++- .../luckperms/sponge/commands/ParentAdd.java | 5 ++- .../sponge/commands/ParentClear.java | 5 ++- .../luckperms/sponge/commands/ParentInfo.java | 5 ++- .../sponge/commands/ParentRemove.java | 5 ++- .../sponge/commands/PermissionClear.java | 5 ++- .../sponge/commands/PermissionInfo.java | 5 ++- .../sponge/commands/PermissionSet.java | 5 ++- .../sponge/commands/SpongeMainCommand.java | 5 ++- .../sponge/commands/SpongeUtils.java | 5 ++- .../sponge/contexts/SpongeCalculatorLink.java | 5 ++- .../sponge/contexts/WorldCalculator.java | 5 ++- .../sponge/managers/SpongeGroupManager.java | 5 ++- .../sponge/managers/SpongeUserManager.java | 5 ++- .../messaging/BungeeMessagingService.java | 5 ++- .../migration/MigrationPermissionManager.java | 5 ++- .../migration/MigrationPermissionsEx.java | 5 ++- .../migration/SpongeMigrationUtils.java | 5 ++- .../luckperms/sponge/model/SpongeGroup.java | 5 ++- .../luckperms/sponge/model/SpongeUser.java | 5 ++- .../sponge/service/LuckPermsService.java | 5 ++- .../sponge/service/LuckPermsSubjectData.java | 5 ++- .../service/ServiceCacheHousekeepingTask.java | 5 ++- .../calculated/CalculatedSubjectData.java | 5 ++- .../service/calculated/OptionLookup.java | 5 ++- .../service/calculated/PermissionLookup.java | 5 ++- .../legacystorage/LegacyDataMigrator.java | 5 ++- .../legacystorage/SubjectDataHolder.java | 5 ++- .../persisted/PersistedCollection.java | 5 ++- .../service/persisted/PersistedSubject.java | 5 ++- .../persisted/PersistedSubjectData.java | 5 ++- .../sponge/service/proxy/LPSubject.java | 5 ++- .../service/proxy/LPSubjectCollection.java | 5 ++- .../sponge/service/proxy/LPSubjectData.java | 5 ++- .../luckperms/sponge/service/proxy/Util.java | 5 ++- .../SubjectCollectionReference.java | 5 ++- .../service/references/SubjectReference.java | 5 ++- .../service/storage/SubjectStorage.java | 5 ++- .../service/storage/SubjectStorageModel.java | 5 ++- .../luckperms/sponge/timings/LPTiming.java | 5 ++- .../luckperms/sponge/timings/LPTimings.java | 5 ++- 404 files changed, 1705 insertions(+), 497 deletions(-) rename common/src/main/resources/{lp-schema-h2.sql => schema/h2.sql} (100%) rename common/src/main/resources/{lp-schema-mariadb.sql => schema/mariadb.sql} (100%) rename common/src/main/resources/{lp-schema-mysql.sql => schema/mysql.sql} (100%) rename common/src/main/resources/{lp-schema-postgresql.sql => schema/postgresql.sql} (100%) rename common/src/main/resources/{lp-schema-sqlite.sql => schema/sqlite.sql} (100%) diff --git a/LICENSE.txt b/LICENSE.txt index 3c9e505b5..8b4bf01a2 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,7 @@ -MIT License +The MIT License. -Copyright (c) 2016 Lucko (Luck) +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/pom.xml b/api/pom.xml index 18f19e79c..7e70b5104 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -12,6 +12,15 @@ luckperms-api LuckPerms-API-${release.version} + + + ../ + false + + LICENSE.txt + + + org.apache.maven.plugins diff --git a/bukkit-legacy/pom.xml b/bukkit-legacy/pom.xml index fac39ad85..ddcd7615e 100644 --- a/bukkit-legacy/pom.xml +++ b/bukkit-legacy/pom.xml @@ -12,16 +12,7 @@ luckperms-bukkit-legacy clean package - LuckPerms-Bukkit-Legacy-${release.version}.${patch.version} - - - ../ - false - - LICENSE.txt - - - + LuckPerms-Bukkit-Legacy-${full.version} org.apache.maven.plugins diff --git a/bukkit/pom.xml b/bukkit/pom.xml index bf12d08e8..ceadb16a5 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -14,20 +14,12 @@ clean package - LuckPerms-Bukkit-${release.version}.${patch.version} - ${basedir}/src/main/java + LuckPerms-Bukkit-${full.version} src/main/resources true - - ../ - false - - LICENSE.txt - - @@ -79,6 +71,12 @@ VaultAPI 1.6 provided + + + org.bukkit + bukkit + + @@ -101,20 +99,22 @@ ${lombok.version} provided - + lilypad.client.connect api 0.0.1-SNAPSHOT provided - + + org.tyrannyofheaven.bukkit zPermissions 1.3 provided + ru.tehkode PermissionsEx @@ -129,20 +129,41 @@ net.gravitydevelopment.updater updater + + commons-dbcp + commons-dbcp + + + com.mojang + AccountsClient + + com.github.cheesesoftware PowerfulPermsAPI 1.4.0 provided + + + com.google.guava + guava + + + redis.clients + jedis + + + org.anjocaido GroupManager 1.4 provided + de.bananaco bpermissions-api diff --git a/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCalculatorFactory.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCalculatorFactory.java index 66bc55bcd..3913f6e9c 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCalculatorFactory.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCalculatorFactory.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCommand.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCommand.java index 56a23f16e..a10e67869 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCommand.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitCommand.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitConfig.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitConfig.java index da5e6abff..651771859 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitConfig.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitConfig.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitListener.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitListener.java index 36da20460..107a7ea91 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitListener.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitListener.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitSenderFactory.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitSenderFactory.java index f22621159..6d5259968 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitSenderFactory.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/BukkitSenderFactory.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitPlugin.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitPlugin.java index 29a2eab78..eff405f13 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitPlugin.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitPlugin.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 @@ -259,7 +262,8 @@ public class LPBukkitPlugin extends JavaPlugin implements LuckPermsPlugin { PluginCommand main = getServer().getPluginCommand("luckperms"); main.setExecutor(commandManager); main.setTabCompleter(commandManager); - main.setAliases(Arrays.asList("perms", "lp", "permissions", "perm")); + main.setDescription("Manage permissions"); + main.setAliases(Arrays.asList("lp", "perm", "perms", "permission", "permissions")); // load internal managers getLog().info("Loading internal permission managers..."); diff --git a/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitScheduler.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitScheduler.java index 08f2c5c49..9390db25a 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitScheduler.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/LPBukkitScheduler.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/WorldCalculator.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/WorldCalculator.java index 27f9f4a52..5d87a6dbc 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/WorldCalculator.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/WorldCalculator.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/AttachmentProcessor.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/AttachmentProcessor.java index 1e114ca3d..11f601f06 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/AttachmentProcessor.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/AttachmentProcessor.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/ChildProcessor.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/ChildProcessor.java index a428c3a59..21b30f415 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/ChildProcessor.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/ChildProcessor.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/DefaultsProcessor.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/DefaultsProcessor.java index 43282b8f7..13ee8a4e2 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/DefaultsProcessor.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/calculators/DefaultsProcessor.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/BukkitJsonMessageHandler.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/BukkitJsonMessageHandler.java index 4437ab37b..05cdb370f 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/BukkitJsonMessageHandler.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/BukkitJsonMessageHandler.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/MessageHandler.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/MessageHandler.java index 65164e46e..64f4482ce 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/MessageHandler.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/MessageHandler.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/ReflectionUtil.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/ReflectionUtil.java index ee7546f87..149cd9736 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/ReflectionUtil.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/ReflectionUtil.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/SpigotJsonMessageHandler.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/SpigotJsonMessageHandler.java index 764eabf1c..c168fb612 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/SpigotJsonMessageHandler.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/compat/SpigotJsonMessageHandler.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/BungeeMessagingService.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/BungeeMessagingService.java index d61180006..0e1ff46dd 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/BungeeMessagingService.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/BungeeMessagingService.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/LilyPadMessagingService.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/LilyPadMessagingService.java index f62879239..c48644d96 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/LilyPadMessagingService.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/messaging/LilyPadMessagingService.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationBPermissions.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationBPermissions.java index 27a2b5423..b19f2f0dd 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationBPermissions.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationBPermissions.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationGroupManager.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationGroupManager.java index cf6e97f31..4988c95ed 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationGroupManager.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationGroupManager.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPermissionsEx.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPermissionsEx.java index 39e136a9b..4084f3f9a 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPermissionsEx.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPermissionsEx.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.java index c0afaed39..6b0b28764 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationZPermissions.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationZPermissions.java index b2455a8c7..d85fd2142 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationZPermissions.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationZPermissions.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/ChildPermissionProvider.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/ChildPermissionProvider.java index 79cb61b5f..8d51b4053 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/ChildPermissionProvider.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/ChildPermissionProvider.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DefaultsProvider.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DefaultsProvider.java index b42df4897..ff55cfc21 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DefaultsProvider.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DefaultsProvider.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissible.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissible.java index 531222ed3..f01578c8d 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissible.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissible.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissibleBase.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissibleBase.java index 64452808a..609d0e251 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissibleBase.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/DummyPermissibleBase.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/Injector.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/Injector.java index 620be2f7a..1f4151fe8 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/Injector.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/Injector.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/LPPermissible.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/LPPermissible.java index 043237817..e78e76baa 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/LPPermissible.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/LPPermissible.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/SubscriptionManager.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/SubscriptionManager.java index 156e5eebc..a68fabae3 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/SubscriptionManager.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/model/SubscriptionManager.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultChatHook.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultChatHook.java index 06ba73eb1..793bc3d20 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultChatHook.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultChatHook.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultHook.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultHook.java index c4ff232e1..38e4ceefd 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultHook.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultHook.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultPermissionHook.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultPermissionHook.java index 00e92cf6d..66ea7a0c2 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultPermissionHook.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultPermissionHook.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/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultScheduler.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultScheduler.java index 24239affa..f6d8826b7 100644 --- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultScheduler.java +++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/vault/VaultScheduler.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/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 6aa0b1c43..6254d0364 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -16,8 +16,8 @@ softdepend: [LilyPad-Connect] commands: luckperms: description: Manage permissions - aliases: [perms, permissions, lp, perm] + aliases: [lp, perm, perms, permission, permissions] # Permissions are registered programmatically instead of here. -# See: the last method in me.lucko.luckperms.bukkit.LPBukkitPlugin +# See the last method in me.lucko.luckperms.bukkit.LPBukkitPlugin diff --git a/bungee/pom.xml b/bungee/pom.xml index 2314e7a65..87ceb410c 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -14,20 +14,12 @@ clean package - LuckPerms-Bungee-${release.version}.${patch.version} - ${basedir}/src/main/java + LuckPerms-Bungee-${full.version} src/main/resources true - - ../ - false - - LICENSE.txt - - @@ -66,7 +58,7 @@ - + net.md-5 bungeecord-api @@ -94,12 +86,39 @@ ${lombok.version} provided - + + net.alpenblock BungeePerms - 3.0-dev-52 + 3.0 provided + + + net.md-5 + bungeecord-api + + + org.projectlombok + lombok + + + org.spigotmc + spigot-api + + + com.sk89q + worldedit + + + net.milkbowl.vault + Vault + + + net.ess3 + Essentials + + diff --git a/bungee/src/main/java/me/lucko/luckperms/bungee/BackendServerCalculator.java b/bungee/src/main/java/me/lucko/luckperms/bungee/BackendServerCalculator.java index f1425c812..dac61606e 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/BackendServerCalculator.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/BackendServerCalculator.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/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCalculatorFactory.java b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCalculatorFactory.java index 7527213b4..c2eb9270c 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCalculatorFactory.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCalculatorFactory.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/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCommand.java b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCommand.java index c5dd11d2d..87878a945 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCommand.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeCommand.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 @@ -40,7 +43,7 @@ class BungeeCommand extends Command implements TabExecutor { private final CommandManager manager; BungeeCommand(LPBungeePlugin plugin, CommandManager manager) { - super("luckpermsbungee", null, "bperms", "lpb", "bpermissions", "bperm"); + super("luckpermsbungee", null, "lpb", "bperm", "bperms", "bpermission", "bpermissions"); this.plugin = plugin; this.manager = manager; } diff --git a/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeConfig.java b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeConfig.java index 05d876d26..11c49f202 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeConfig.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeConfig.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/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeListener.java b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeListener.java index 0aab62999..adb0fb57b 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeListener.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeListener.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/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeSenderFactory.java b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeSenderFactory.java index edeb6aa8a..1b297a873 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeSenderFactory.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/BungeeSenderFactory.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/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeePlugin.java b/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeePlugin.java index e87c56b2f..55bbf6f33 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeePlugin.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeePlugin.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/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeeScheduler.java b/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeeScheduler.java index f43a1d0dd..1e04dd92f 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeeScheduler.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/LPBungeeScheduler.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/bungee/src/main/java/me/lucko/luckperms/bungee/messaging/BungeeMessagingService.java b/bungee/src/main/java/me/lucko/luckperms/bungee/messaging/BungeeMessagingService.java index b85b131c0..31171d88b 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/messaging/BungeeMessagingService.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/messaging/BungeeMessagingService.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/bungee/src/main/java/me/lucko/luckperms/bungee/migration/MigrationBungeePerms.java b/bungee/src/main/java/me/lucko/luckperms/bungee/migration/MigrationBungeePerms.java index 0ea2cd8e2..6322f9264 100644 --- a/bungee/src/main/java/me/lucko/luckperms/bungee/migration/MigrationBungeePerms.java +++ b/bungee/src/main/java/me/lucko/luckperms/bungee/migration/MigrationBungeePerms.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/common/pom.xml b/common/pom.xml index d0d512caa..085970553 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -13,7 +13,7 @@ jar - LuckPerms-Common-${release.version}.${patch.version} + LuckPerms-Common-${full.version} org.apache.maven.plugins @@ -42,13 +42,6 @@ 1.2.5 compile - - - mysql - mysql-connector-java - 5.1.40 - provided - com.zaxxer @@ -63,27 +56,6 @@ 2.9.1-shaded provided - - - org.xerial - sqlite-jdbc - 3.8.11.2 - provided - - - - com.h2database - h2 - 1.4.192 - provided - - - - org.postgresql - postgresql - 9.4.1212 - provided - org.mongodb @@ -91,13 +63,6 @@ 3.3.0 provided - - - org.slf4j - slf4j-simple - 1.7.9 - provided - org.yaml diff --git a/common/src/main/java/me/lucko/luckperms/common/api/ApiHandler.java b/common/src/main/java/me/lucko/luckperms/common/api/ApiHandler.java index 4ace5acf1..d769a0837 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/ApiHandler.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/ApiHandler.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/common/src/main/java/me/lucko/luckperms/common/api/ApiProvider.java b/common/src/main/java/me/lucko/luckperms/common/api/ApiProvider.java index 244e7ae6a..5d03c7b69 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/ApiProvider.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/ApiProvider.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/common/src/main/java/me/lucko/luckperms/common/api/ApiUtils.java b/common/src/main/java/me/lucko/luckperms/common/api/ApiUtils.java index b1068f883..53da8cb7d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/ApiUtils.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/ApiUtils.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/GroupDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/GroupDelegate.java index 880fee719..c83b0cda2 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/GroupDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/GroupDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/LPConfigurationDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/LPConfigurationDelegate.java index 9fb31b3d5..c1348e557 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/LPConfigurationDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/LPConfigurationDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/LogDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/LogDelegate.java index 1bb21f137..4f8b2ef63 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/LogDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/LogDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/NodeFactoryDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/NodeFactoryDelegate.java index 0ac7e0321..61577a6b8 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/NodeFactoryDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/NodeFactoryDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/PermissionHolderDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/PermissionHolderDelegate.java index bc69fe0f9..13ad2be4c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/PermissionHolderDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/PermissionHolderDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/StorageDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/StorageDelegate.java index 881240983..0d3cc4f7a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/StorageDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/StorageDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/TrackDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/TrackDelegate.java index 47d5d3378..6f0a93055 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/TrackDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/TrackDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/UserDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/UserDelegate.java index 75c0c4b4d..a8ab8c34b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/UserDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/UserDelegate.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/common/src/main/java/me/lucko/luckperms/common/api/delegates/UuidCacheDelegate.java b/common/src/main/java/me/lucko/luckperms/common/api/delegates/UuidCacheDelegate.java index 6532235ae..e9e571f3c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/api/delegates/UuidCacheDelegate.java +++ b/common/src/main/java/me/lucko/luckperms/common/api/delegates/UuidCacheDelegate.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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdate.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdate.java index a0e907b62..d197db775 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdate.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdate.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdateBuilder.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdateBuilder.java index 9cbb3974f..4df21a634 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdateBuilder.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/BulkUpdateBuilder.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/DataType.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/DataType.java index ff157d2a4..5d4b9ceea 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/DataType.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/DataType.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/Action.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/Action.java index 81210097d..31a55f15f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/Action.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/Action.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/DeleteAction.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/DeleteAction.java index 6f0895693..76320c0e9 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/DeleteAction.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/DeleteAction.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/UpdateAction.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/UpdateAction.java index 6f5eef9b6..33af350b6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/UpdateAction.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/action/UpdateAction.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/Comparison.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/Comparison.java index 3f5a20635..e8ac09d1a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/Comparison.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/Comparison.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/ComparisonType.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/ComparisonType.java index ca2b49d5a..684773a5b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/ComparisonType.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/ComparisonType.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonEqual.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonEqual.java index 108733d59..c8a2128ff 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonEqual.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonEqual.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotEqual.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotEqual.java index 08994a74a..5ea4118cf 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotEqual.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotEqual.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotSimilar.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotSimilar.java index a44f1fe7e..56298e550 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotSimilar.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonNotSimilar.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonSimilar.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonSimilar.java index 2cddc1c09..676286372 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonSimilar.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/comparisons/impl/ComparisonSimilar.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/Constraint.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/Constraint.java index b026c18ee..f1033c22a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/Constraint.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/Constraint.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/QueryField.java b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/QueryField.java index 3d48246fb..1bafd98e8 100644 --- a/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/QueryField.java +++ b/common/src/main/java/me/lucko/luckperms/common/bulkupdate/constraint/QueryField.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/caching/MetaAccumulator.java b/common/src/main/java/me/lucko/luckperms/common/caching/MetaAccumulator.java index 1b5e1bae2..db3974c7d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/MetaAccumulator.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/MetaAccumulator.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/common/src/main/java/me/lucko/luckperms/common/caching/MetaCache.java b/common/src/main/java/me/lucko/luckperms/common/caching/MetaCache.java index 95ebad974..2942089ef 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/MetaCache.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/MetaCache.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/common/src/main/java/me/lucko/luckperms/common/caching/PermissionCache.java b/common/src/main/java/me/lucko/luckperms/common/caching/PermissionCache.java index df4490186..c2bb30444 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/PermissionCache.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/PermissionCache.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/common/src/main/java/me/lucko/luckperms/common/caching/UserCache.java b/common/src/main/java/me/lucko/luckperms/common/caching/UserCache.java index 2d3bb98e2..2ae737390 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/UserCache.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/UserCache.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/common/src/main/java/me/lucko/luckperms/common/caching/handlers/CachedStateManager.java b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/CachedStateManager.java index 066529b24..71ff1ea8f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/handlers/CachedStateManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/CachedStateManager.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/common/src/main/java/me/lucko/luckperms/common/caching/handlers/GroupReference.java b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/GroupReference.java index 656955d47..13ce71e30 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/handlers/GroupReference.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/GroupReference.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/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderReference.java b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderReference.java index f7e79691e..468d4951c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderReference.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderReference.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/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderType.java b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderType.java index 0c17ce8d4..03f47e972 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderType.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/HolderType.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/common/src/main/java/me/lucko/luckperms/common/caching/handlers/UserReference.java b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/UserReference.java index 376bd71d4..d8b58c8d3 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/handlers/UserReference.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/handlers/UserReference.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/GenericMetaStack.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/GenericMetaStack.java index fc91b383f..bc2446dc1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/GenericMetaStack.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/GenericMetaStack.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStack.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStack.java index b08df0c60..b8b98fc6d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStack.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStack.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStackElement.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStackElement.java index dc8b03b8d..af938ba9b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStackElement.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/MetaStackElement.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/NoopMetaStack.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/NoopMetaStack.java index 22b8e46e8..f9c73689a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/NoopMetaStack.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/NoopMetaStack.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/StackElementFactory.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/StackElementFactory.java index 0cfc406ea..ac8f296fb 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/StackElementFactory.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/StackElementFactory.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityElement.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityElement.java index 0d015e320..f1105f9fa 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityElement.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityElement.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityOwnElement.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityOwnElement.java index 30c7a53dc..3f1178282 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityOwnElement.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityOwnElement.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityTrackElement.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityTrackElement.java index 3773b5666..76c896092 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityTrackElement.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/HighestPriorityTrackElement.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityElement.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityElement.java index e865b14bd..0114eaa82 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityElement.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityElement.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityOwnElement.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityOwnElement.java index c318da4be..b8ae58598 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityOwnElement.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityOwnElement.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/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityTrackElement.java b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityTrackElement.java index efaeb348d..9d3694108 100644 --- a/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityTrackElement.java +++ b/common/src/main/java/me/lucko/luckperms/common/caching/stacking/elements/LowestPriorityTrackElement.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/common/src/main/java/me/lucko/luckperms/common/calculators/AbstractCalculatorFactory.java b/common/src/main/java/me/lucko/luckperms/common/calculators/AbstractCalculatorFactory.java index d135dd850..cc0e0615b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/calculators/AbstractCalculatorFactory.java +++ b/common/src/main/java/me/lucko/luckperms/common/calculators/AbstractCalculatorFactory.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/common/src/main/java/me/lucko/luckperms/common/calculators/CalculatorFactory.java b/common/src/main/java/me/lucko/luckperms/common/calculators/CalculatorFactory.java index b05bdbdee..56b0cb6e1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/calculators/CalculatorFactory.java +++ b/common/src/main/java/me/lucko/luckperms/common/calculators/CalculatorFactory.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/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionCalculator.java b/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionCalculator.java index 55617f759..1354274fe 100644 --- a/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionCalculator.java +++ b/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionCalculator.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/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionProcessor.java b/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionProcessor.java index a47b6e536..4e0a9d85f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionProcessor.java +++ b/common/src/main/java/me/lucko/luckperms/common/calculators/PermissionProcessor.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/common/src/main/java/me/lucko/luckperms/common/calculators/processors/MapProcessor.java b/common/src/main/java/me/lucko/luckperms/common/calculators/processors/MapProcessor.java index 8b99cad61..bf4bff428 100644 --- a/common/src/main/java/me/lucko/luckperms/common/calculators/processors/MapProcessor.java +++ b/common/src/main/java/me/lucko/luckperms/common/calculators/processors/MapProcessor.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/common/src/main/java/me/lucko/luckperms/common/calculators/processors/RegexProcessor.java b/common/src/main/java/me/lucko/luckperms/common/calculators/processors/RegexProcessor.java index 70071d206..318b677f6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/calculators/processors/RegexProcessor.java +++ b/common/src/main/java/me/lucko/luckperms/common/calculators/processors/RegexProcessor.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/common/src/main/java/me/lucko/luckperms/common/calculators/processors/WildcardProcessor.java b/common/src/main/java/me/lucko/luckperms/common/calculators/processors/WildcardProcessor.java index e460b4987..e82cca062 100644 --- a/common/src/main/java/me/lucko/luckperms/common/calculators/processors/WildcardProcessor.java +++ b/common/src/main/java/me/lucko/luckperms/common/calculators/processors/WildcardProcessor.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/common/src/main/java/me/lucko/luckperms/common/commands/Arg.java b/common/src/main/java/me/lucko/luckperms/common/commands/Arg.java index 348bac9a5..412bef8b5 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/Arg.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/Arg.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/common/src/main/java/me/lucko/luckperms/common/commands/CommandException.java b/common/src/main/java/me/lucko/luckperms/common/commands/CommandException.java index 3c7774015..c1acded52 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/CommandException.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/CommandException.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/common/src/main/java/me/lucko/luckperms/common/commands/CommandManager.java b/common/src/main/java/me/lucko/luckperms/common/commands/CommandManager.java index 770e04b49..09c20ce01 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/CommandManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/CommandManager.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/common/src/main/java/me/lucko/luckperms/common/commands/CommandResult.java b/common/src/main/java/me/lucko/luckperms/common/commands/CommandResult.java index 673bc8b7b..8a0464fc5 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/CommandResult.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/CommandResult.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/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/Command.java b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/Command.java index e7b4e40e5..b4bff4528 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/Command.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/Command.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/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/MainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/MainCommand.java index b792b2e61..e52008961 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/MainCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/MainCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedMainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedMainCommand.java index 2b583a665..f144085fc 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedMainCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedMainCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedSubCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedSubCommand.java index f3525cbee..b7cb10c0d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedSubCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SharedSubCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SingleCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SingleCommand.java index b7de35625..7b06a40d5 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SingleCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SingleCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SubCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SubCommand.java index f59244632..66af8897e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SubCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/abstraction/SubCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/CommandMeta.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/CommandMeta.java index 94f619194..47331335c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/CommandMeta.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/CommandMeta.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddChatMeta.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddChatMeta.java index 02479fdd5..5a419d90c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddChatMeta.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddChatMeta.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddTempChatMeta.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddTempChatMeta.java index 0eea90f32..96770264b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddTempChatMeta.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaAddTempChatMeta.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaClear.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaClear.java index ab73a42d6..d22ca5657 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaClear.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaClear.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaInfo.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaInfo.java index 843e5b655..43fbcbc92 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaInfo.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaInfo.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveChatMeta.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveChatMeta.java index 0f05b8720..12c06bf3a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveChatMeta.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveChatMeta.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveTempChatMeta.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveTempChatMeta.java index 8fce3137d..7735262ac 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveTempChatMeta.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaRemoveTempChatMeta.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSet.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSet.java index 6fac6cb6b..4728653a3 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSet.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSet.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSetTemp.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSetTemp.java index 8d6fb7e1f..c23330a55 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSetTemp.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaSetTemp.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnset.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnset.java index 4171e79eb..db3da41f5 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnset.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnset.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnsetTemp.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnsetTemp.java index 93b194b9f..57464d087 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnsetTemp.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/meta/MetaUnsetTemp.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderClear.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderClear.java index 05ebaed21..c817dc323 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderClear.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderClear.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderShowTracks.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderShowTracks.java index 8b7c530b9..ca8a6933e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderShowTracks.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/other/HolderShowTracks.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/CommandParent.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/CommandParent.java index 1a30a199b..733d95949 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/CommandParent.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/CommandParent.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAdd.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAdd.java index bcb58972f..75d55ad0f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAdd.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAdd.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAddTemp.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAddTemp.java index 6c364d47e..f7558d00f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAddTemp.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentAddTemp.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentClear.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentClear.java index 6101038cd..43997f63e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentClear.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentClear.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentInfo.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentInfo.java index 8ddec5a0b..653b6d159 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentInfo.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentInfo.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemove.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemove.java index 3608faf1f..20cbe8611 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemove.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemove.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemoveTemp.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemoveTemp.java index d996b3efa..0e7659d20 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemoveTemp.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentRemoveTemp.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentSet.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentSet.java index 881519697..0658f2648 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentSet.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/parent/ParentSet.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/CommandPermission.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/CommandPermission.java index 205004da1..a8dc5c7fa 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/CommandPermission.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/CommandPermission.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheck.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheck.java index 5f329ec49..fcf0e0983 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheck.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheck.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheckInherits.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheckInherits.java index 850cdfc50..0c7e7e8c0 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheckInherits.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionCheckInherits.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionInfo.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionInfo.java index e10c031c7..66879e362 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionInfo.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionInfo.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSet.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSet.java index 5c83bcb04..691502d37 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSet.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSet.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSetTemp.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSetTemp.java index 53829e556..a9aa7623c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSetTemp.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionSetTemp.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnset.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnset.java index 07e78f8cc..a5607e5ce 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnset.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnset.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnsetTemp.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnsetTemp.java index 1e9ad5bbf..d30ab6abf 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnsetTemp.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/generic/permission/PermissionUnsetTemp.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/CreateGroup.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/CreateGroup.java index 249723482..4cb570bfd 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/CreateGroup.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/CreateGroup.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/DeleteGroup.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/DeleteGroup.java index 223714e94..000440c15 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/DeleteGroup.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/DeleteGroup.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupClone.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupClone.java index 1750305ce..afe9cc9a8 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupClone.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupClone.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupInfo.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupInfo.java index 80e5fb056..4091d3c9c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupInfo.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupInfo.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupListMembers.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupListMembers.java index 69b6edcf2..a575761b6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupListMembers.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupListMembers.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupMainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupMainCommand.java index 5556c8571..7a4ef38de 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupMainCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupMainCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupRename.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupRename.java index 8dd9098be..3527b6b5d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupRename.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupRename.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupSetWeight.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupSetWeight.java index 9830377e9..f47c26ad2 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupSetWeight.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/GroupSetWeight.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/ListGroups.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/ListGroups.java index 53d82a221..191daac04 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/ListGroups.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/group/ListGroups.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/LogMainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/LogMainCommand.java index 67e8850bb..1f69d4170 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/LogMainCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/LogMainCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogExport.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogExport.java index 1330ad317..df578da4e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogExport.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogExport.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogGroupHistory.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogGroupHistory.java index bd8018686..a29de7962 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogGroupHistory.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogGroupHistory.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogNotify.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogNotify.java index 8cd50b6fc..73924e0ad 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogNotify.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogNotify.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogRecent.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogRecent.java index 59ed5c8e5..8a3a34884 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogRecent.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogRecent.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogSearch.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogSearch.java index 5e5c585df..0110b6f07 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogSearch.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogSearch.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogTrackHistory.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogTrackHistory.java index e726c1028..f7bd6789a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogTrackHistory.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogTrackHistory.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogUserHistory.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogUserHistory.java index 9ab6ba97c..06f7a09e0 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogUserHistory.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/log/subcommands/LogUserHistory.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.java index cef52b24e..535876b2f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationUtils.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationUtils.java index 2463b0d8c..483e33d89 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationUtils.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationUtils.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/BulkUpdateCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/BulkUpdateCommand.java index cc4ffa126..328271ebb 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/BulkUpdateCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/BulkUpdateCommand.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/CheckCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/CheckCommand.java index 12ffcfed0..86dfbefa1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/CheckCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/CheckCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ExportCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ExportCommand.java index 4d0f2b1cc..dbc488848 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ExportCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ExportCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ImportCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ImportCommand.java index 5babcaa7b..cd37dcb10 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ImportCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ImportCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/InfoCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/InfoCommand.java index 4805c0714..b8589f0e7 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/InfoCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/InfoCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/NetworkSyncCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/NetworkSyncCommand.java index 753b15786..63de6f2f4 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/NetworkSyncCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/NetworkSyncCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ReloadConfigCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ReloadConfigCommand.java index 5ce105af6..1b84993b3 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ReloadConfigCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/ReloadConfigCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SearchCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SearchCommand.java index 1d2e8a533..0b3c04392 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SearchCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SearchCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SyncCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SyncCommand.java index 80ac9fbdc..5845ca967 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SyncCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/SyncCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/TreeCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/TreeCommand.java index 51933e2b0..6f5d752ad 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/TreeCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/TreeCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/VerboseCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/VerboseCommand.java index d2114502a..5191ac1da 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/VerboseCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/misc/VerboseCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/CreateTrack.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/CreateTrack.java index dd4fac372..9f89520cc 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/CreateTrack.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/CreateTrack.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/DeleteTrack.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/DeleteTrack.java index bc389db43..40207bfe2 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/DeleteTrack.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/DeleteTrack.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/ListTracks.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/ListTracks.java index 382b593f5..20f950bb6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/ListTracks.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/ListTracks.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackAppend.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackAppend.java index f17f89a95..13d6cb347 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackAppend.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackAppend.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClear.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClear.java index 613eec939..59efba502 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClear.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClear.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClone.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClone.java index 83321afde..be9fd005f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClone.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackClone.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInfo.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInfo.java index a0d0c5a0a..5afcd86f9 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInfo.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInfo.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInsert.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInsert.java index e69a4240a..bd043c6e8 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInsert.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackInsert.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackMainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackMainCommand.java index 5e298d5b7..96423c187 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackMainCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackMainCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRemove.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRemove.java index e06376964..fc681105c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRemove.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRemove.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRename.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRename.java index 1357a9b26..9f28f7695 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRename.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/track/TrackRename.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserDemote.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserDemote.java index f23e1f1a1..59a7d8f9c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserDemote.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserDemote.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserInfo.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserInfo.java index c2d11541d..cf65ae47d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserInfo.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserInfo.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserMainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserMainCommand.java index c8a5854e0..9c281e116 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserMainCommand.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserMainCommand.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserPromote.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserPromote.java index c343500dd..b2e84f819 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserPromote.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserPromote.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/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserSwitchPrimaryGroup.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserSwitchPrimaryGroup.java index 3f0f4ddaa..297c8c300 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserSwitchPrimaryGroup.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/user/UserSwitchPrimaryGroup.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/common/src/main/java/me/lucko/luckperms/common/commands/sender/AbstractSender.java b/common/src/main/java/me/lucko/luckperms/common/commands/sender/AbstractSender.java index e11cd0232..6e302fe33 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/sender/AbstractSender.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/sender/AbstractSender.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/common/src/main/java/me/lucko/luckperms/common/commands/sender/Sender.java b/common/src/main/java/me/lucko/luckperms/common/commands/sender/Sender.java index 7ea0b7baa..be6e28d74 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/sender/Sender.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/sender/Sender.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/common/src/main/java/me/lucko/luckperms/common/commands/sender/SenderFactory.java b/common/src/main/java/me/lucko/luckperms/common/commands/sender/SenderFactory.java index 4362d42c8..c56d033fa 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/sender/SenderFactory.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/sender/SenderFactory.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/common/src/main/java/me/lucko/luckperms/common/commands/utils/ArgumentUtils.java b/common/src/main/java/me/lucko/luckperms/common/commands/utils/ArgumentUtils.java index fbc0181aa..ebd8f8f9c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/utils/ArgumentUtils.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/utils/ArgumentUtils.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/common/src/main/java/me/lucko/luckperms/common/commands/utils/MetaComparator.java b/common/src/main/java/me/lucko/luckperms/common/commands/utils/MetaComparator.java index f9c7a1d1a..45dd2194c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/utils/MetaComparator.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/utils/MetaComparator.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/common/src/main/java/me/lucko/luckperms/common/commands/utils/Util.java b/common/src/main/java/me/lucko/luckperms/common/commands/utils/Util.java index c73253b8c..6fa0c32a3 100644 --- a/common/src/main/java/me/lucko/luckperms/common/commands/utils/Util.java +++ b/common/src/main/java/me/lucko/luckperms/common/commands/utils/Util.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/common/src/main/java/me/lucko/luckperms/common/config/AbstractConfiguration.java b/common/src/main/java/me/lucko/luckperms/common/config/AbstractConfiguration.java index f42375ff9..ea13a9aae 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/AbstractConfiguration.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/AbstractConfiguration.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/common/src/main/java/me/lucko/luckperms/common/config/ConfigKey.java b/common/src/main/java/me/lucko/luckperms/common/config/ConfigKey.java index bcfa1807c..01d57d5e1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/ConfigKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/ConfigKey.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/common/src/main/java/me/lucko/luckperms/common/config/ConfigKeys.java b/common/src/main/java/me/lucko/luckperms/common/config/ConfigKeys.java index 73e26bfbe..a8ea622be 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/ConfigKeys.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/ConfigKeys.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/common/src/main/java/me/lucko/luckperms/common/config/LuckPermsConfiguration.java b/common/src/main/java/me/lucko/luckperms/common/config/LuckPermsConfiguration.java index f086be195..e8e33e9d3 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/LuckPermsConfiguration.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/LuckPermsConfiguration.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/common/src/main/java/me/lucko/luckperms/common/config/StaticContextsFile.java b/common/src/main/java/me/lucko/luckperms/common/config/StaticContextsFile.java index 6d09d20be..b293c2f41 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/StaticContextsFile.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/StaticContextsFile.java @@ -1,3 +1,28 @@ +/* + * 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 + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + package me.lucko.luckperms.common.config; import lombok.Getter; diff --git a/common/src/main/java/me/lucko/luckperms/common/config/keys/AbstractKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/AbstractKey.java index 7bf6a55b2..8b979765c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/AbstractKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/AbstractKey.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/common/src/main/java/me/lucko/luckperms/common/config/keys/BooleanKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/BooleanKey.java index 929193948..1d80c4d90 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/BooleanKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/BooleanKey.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/common/src/main/java/me/lucko/luckperms/common/config/keys/EnduringKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/EnduringKey.java index e405300d8..4a31e95a6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/EnduringKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/EnduringKey.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/common/src/main/java/me/lucko/luckperms/common/config/keys/IntegerKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/IntegerKey.java index f58924f20..d75b4ae0a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/IntegerKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/IntegerKey.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/common/src/main/java/me/lucko/luckperms/common/config/keys/LowercaseStringKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/LowercaseStringKey.java index 29f6b7d87..7b5d01c4c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/LowercaseStringKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/LowercaseStringKey.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/common/src/main/java/me/lucko/luckperms/common/config/keys/MapKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/MapKey.java index 17e9929bd..7f7b1a4bf 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/MapKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/MapKey.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/common/src/main/java/me/lucko/luckperms/common/config/keys/StaticKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/StaticKey.java index c9fe451ab..315841a39 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/StaticKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/StaticKey.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/common/src/main/java/me/lucko/luckperms/common/config/keys/StringKey.java b/common/src/main/java/me/lucko/luckperms/common/config/keys/StringKey.java index ac4957ab1..bb16c7052 100644 --- a/common/src/main/java/me/lucko/luckperms/common/config/keys/StringKey.java +++ b/common/src/main/java/me/lucko/luckperms/common/config/keys/StringKey.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/common/src/main/java/me/lucko/luckperms/common/constants/Constants.java b/common/src/main/java/me/lucko/luckperms/common/constants/Constants.java index d36cd8673..7123527a6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/constants/Constants.java +++ b/common/src/main/java/me/lucko/luckperms/common/constants/Constants.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/common/src/main/java/me/lucko/luckperms/common/constants/Message.java b/common/src/main/java/me/lucko/luckperms/common/constants/Message.java index 39a8faecb..f4b28322a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/constants/Message.java +++ b/common/src/main/java/me/lucko/luckperms/common/constants/Message.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/common/src/main/java/me/lucko/luckperms/common/constants/Patterns.java b/common/src/main/java/me/lucko/luckperms/common/constants/Patterns.java index d86793917..3038143c5 100644 --- a/common/src/main/java/me/lucko/luckperms/common/constants/Patterns.java +++ b/common/src/main/java/me/lucko/luckperms/common/constants/Patterns.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/common/src/main/java/me/lucko/luckperms/common/constants/Permission.java b/common/src/main/java/me/lucko/luckperms/common/constants/Permission.java index 9aad2b95a..10b1a07d4 100644 --- a/common/src/main/java/me/lucko/luckperms/common/constants/Permission.java +++ b/common/src/main/java/me/lucko/luckperms/common/constants/Permission.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/common/src/main/java/me/lucko/luckperms/common/contexts/ContextManager.java b/common/src/main/java/me/lucko/luckperms/common/contexts/ContextManager.java index 0f8640bc3..e64d319af 100644 --- a/common/src/main/java/me/lucko/luckperms/common/contexts/ContextManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/contexts/ContextManager.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/common/src/main/java/me/lucko/luckperms/common/contexts/StaticCalculator.java b/common/src/main/java/me/lucko/luckperms/common/contexts/StaticCalculator.java index 1e4bec421..58e6d4078 100644 --- a/common/src/main/java/me/lucko/luckperms/common/contexts/StaticCalculator.java +++ b/common/src/main/java/me/lucko/luckperms/common/contexts/StaticCalculator.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/common/src/main/java/me/lucko/luckperms/common/core/ContextSetComparator.java b/common/src/main/java/me/lucko/luckperms/common/core/ContextSetComparator.java index 7484b4547..7c4f43df6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/ContextSetComparator.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/ContextSetComparator.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/common/src/main/java/me/lucko/luckperms/common/core/InheritanceInfo.java b/common/src/main/java/me/lucko/luckperms/common/core/InheritanceInfo.java index 2454ba8c8..60304592c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/InheritanceInfo.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/InheritanceInfo.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/common/src/main/java/me/lucko/luckperms/common/core/NodeBuilder.java b/common/src/main/java/me/lucko/luckperms/common/core/NodeBuilder.java index 813e6b673..f682f16a2 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/NodeBuilder.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/NodeBuilder.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/common/src/main/java/me/lucko/luckperms/common/core/NodeComparator.java b/common/src/main/java/me/lucko/luckperms/common/core/NodeComparator.java index a6506e4eb..b6d7807da 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/NodeComparator.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/NodeComparator.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/common/src/main/java/me/lucko/luckperms/common/core/NodeFactory.java b/common/src/main/java/me/lucko/luckperms/common/core/NodeFactory.java index 865ee4722..352bd4268 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/NodeFactory.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/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/common/src/main/java/me/lucko/luckperms/common/core/NodeModel.java b/common/src/main/java/me/lucko/luckperms/common/core/NodeModel.java index c133de619..4ad72d819 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/NodeModel.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/NodeModel.java @@ -1,5 +1,8 @@ /* - * Copyright (c) 2017 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/common/src/main/java/me/lucko/luckperms/common/core/PriorityComparator.java b/common/src/main/java/me/lucko/luckperms/common/core/PriorityComparator.java index a99050e06..15589d2cd 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/PriorityComparator.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/PriorityComparator.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/common/src/main/java/me/lucko/luckperms/common/core/TemporaryModifier.java b/common/src/main/java/me/lucko/luckperms/common/core/TemporaryModifier.java index 062b9046f..6657e5156 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/TemporaryModifier.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/TemporaryModifier.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/common/src/main/java/me/lucko/luckperms/common/core/UserIdentifier.java b/common/src/main/java/me/lucko/luckperms/common/core/UserIdentifier.java index eb648fd36..718d2c4f1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/UserIdentifier.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/UserIdentifier.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/common/src/main/java/me/lucko/luckperms/common/core/UuidCache.java b/common/src/main/java/me/lucko/luckperms/common/core/UuidCache.java index 5d82ef877..520fdd58d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/UuidCache.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/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/common/src/main/java/me/lucko/luckperms/common/core/model/Group.java b/common/src/main/java/me/lucko/luckperms/common/core/model/Group.java index fcf425972..670c00680 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/model/Group.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/model/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/common/src/main/java/me/lucko/luckperms/common/core/model/ImmutableNode.java b/common/src/main/java/me/lucko/luckperms/common/core/model/ImmutableNode.java index 9ea00d6a1..35b97bf7e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/model/ImmutableNode.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/model/ImmutableNode.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/common/src/main/java/me/lucko/luckperms/common/core/model/PermissionHolder.java b/common/src/main/java/me/lucko/luckperms/common/core/model/PermissionHolder.java index d57f067e9..9ff207613 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/model/PermissionHolder.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/model/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/common/src/main/java/me/lucko/luckperms/common/core/model/Track.java b/common/src/main/java/me/lucko/luckperms/common/core/model/Track.java index e992919dd..94bd9eb59 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/model/Track.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/model/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/common/src/main/java/me/lucko/luckperms/common/core/model/User.java b/common/src/main/java/me/lucko/luckperms/common/core/model/User.java index 19edd047d..fbd505d34 100644 --- a/common/src/main/java/me/lucko/luckperms/common/core/model/User.java +++ b/common/src/main/java/me/lucko/luckperms/common/core/model/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/common/src/main/java/me/lucko/luckperms/common/data/Exporter.java b/common/src/main/java/me/lucko/luckperms/common/data/Exporter.java index 99ec3e8e1..6a270cd83 100644 --- a/common/src/main/java/me/lucko/luckperms/common/data/Exporter.java +++ b/common/src/main/java/me/lucko/luckperms/common/data/Exporter.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/common/src/main/java/me/lucko/luckperms/common/data/Importer.java b/common/src/main/java/me/lucko/luckperms/common/data/Importer.java index c719b99f6..307d2ff18 100644 --- a/common/src/main/java/me/lucko/luckperms/common/data/Importer.java +++ b/common/src/main/java/me/lucko/luckperms/common/data/Importer.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/common/src/main/java/me/lucko/luckperms/common/data/Log.java b/common/src/main/java/me/lucko/luckperms/common/data/Log.java index 59bd3dea4..907b3ddc7 100644 --- a/common/src/main/java/me/lucko/luckperms/common/data/Log.java +++ b/common/src/main/java/me/lucko/luckperms/common/data/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/common/src/main/java/me/lucko/luckperms/common/data/LogEntry.java b/common/src/main/java/me/lucko/luckperms/common/data/LogEntry.java index 7b1b19910..e1edad661 100644 --- a/common/src/main/java/me/lucko/luckperms/common/data/LogEntry.java +++ b/common/src/main/java/me/lucko/luckperms/common/data/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/common/src/main/java/me/lucko/luckperms/common/defaults/LogicParser.java b/common/src/main/java/me/lucko/luckperms/common/defaults/LogicParser.java index 4002a354f..442723c8e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/defaults/LogicParser.java +++ b/common/src/main/java/me/lucko/luckperms/common/defaults/LogicParser.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/common/src/main/java/me/lucko/luckperms/common/defaults/Rule.java b/common/src/main/java/me/lucko/luckperms/common/defaults/Rule.java index 78187bf85..809ab9e71 100644 --- a/common/src/main/java/me/lucko/luckperms/common/defaults/Rule.java +++ b/common/src/main/java/me/lucko/luckperms/common/defaults/Rule.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/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.java b/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.java index d726edc64..438990db4 100644 --- a/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.java +++ b/common/src/main/java/me/lucko/luckperms/common/dependencies/Dependency.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/common/src/main/java/me/lucko/luckperms/common/dependencies/DependencyManager.java b/common/src/main/java/me/lucko/luckperms/common/dependencies/DependencyManager.java index c9c72ab29..dda5d73fd 100644 --- a/common/src/main/java/me/lucko/luckperms/common/dependencies/DependencyManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/dependencies/DependencyManager.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/common/src/main/java/me/lucko/luckperms/common/event/AbstractEvent.java b/common/src/main/java/me/lucko/luckperms/common/event/AbstractEvent.java index 110d243f8..f2b634364 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/AbstractEvent.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/AbstractEvent.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/common/src/main/java/me/lucko/luckperms/common/event/EventFactory.java b/common/src/main/java/me/lucko/luckperms/common/event/EventFactory.java index 7e6027b8a..3819e0c08 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/EventFactory.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/EventFactory.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/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventBus.java b/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventBus.java index 67dfbfac2..39fe3278c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventBus.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventBus.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/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventHandler.java b/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventHandler.java index 43840477f..1d093ed26 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventHandler.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/LuckPermsEventHandler.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventConfigReload.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventConfigReload.java index e7495373a..0586b4e45 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventConfigReload.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventConfigReload.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupCreate.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupCreate.java index da52ce027..af798a18c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupCreate.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupCreate.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupDelete.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupDelete.java index 3f53f2a0a..74e164f3d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupDelete.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupDelete.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoad.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoad.java index 7505938dc..87f10fe39 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoad.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoad.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoadAll.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoadAll.java index a3b18277a..acd065855 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoadAll.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventGroupLoadAll.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogBroadcast.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogBroadcast.java index cf6001df8..d4891738a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogBroadcast.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogBroadcast.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogPublish.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogPublish.java index ffa8976dd..8aaa2e80a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogPublish.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventLogPublish.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeAdd.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeAdd.java index 6f19c84a1..d24287060 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeAdd.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeAdd.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeClear.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeClear.java index 4fd97d226..3d72686d1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeClear.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeClear.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeRemove.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeRemove.java index d46080c2d..827a61291 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeRemove.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventNodeRemove.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPostSync.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPostSync.java index 5dcc106f6..2f970741a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPostSync.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPostSync.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreNetworkSync.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreNetworkSync.java index 28c34d7bc..4faa55038 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreNetworkSync.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreNetworkSync.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreSync.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreSync.java index 8653f6fdb..0e65d0b32 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreSync.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventPreSync.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackAddGroup.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackAddGroup.java index b82d87eef..057dad44e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackAddGroup.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackAddGroup.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackClear.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackClear.java index 902b873f1..c5b00e059 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackClear.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackClear.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackCreate.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackCreate.java index 42c735a55..740280194 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackCreate.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackCreate.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackDelete.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackDelete.java index b99bccd90..3989eedb9 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackDelete.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackDelete.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoad.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoad.java index 585e7b829..be49ebe62 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoad.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoad.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoadAll.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoadAll.java index ed8f10696..bd9a6827c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoadAll.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackLoadAll.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackRemoveGroup.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackRemoveGroup.java index 7ac19be68..271729ce2 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackRemoveGroup.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventTrackRemoveGroup.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserCacheLoad.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserCacheLoad.java index c19a3412a..5f5bca3fe 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserCacheLoad.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserCacheLoad.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDataRecalculate.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDataRecalculate.java index 25d90c4da..f94537a4d 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDataRecalculate.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDataRecalculate.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDemote.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDemote.java index 615f158d5..d778efcec 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDemote.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserDemote.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserFirstLogin.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserFirstLogin.java index 4083574c0..d2d144339 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserFirstLogin.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserFirstLogin.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserLoad.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserLoad.java index a130b88a3..cf8f08720 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserLoad.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserLoad.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/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserPromote.java b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserPromote.java index 3fdbb834b..2dcd9e564 100644 --- a/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserPromote.java +++ b/common/src/main/java/me/lucko/luckperms/common/event/impl/EventUserPromote.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/common/src/main/java/me/lucko/luckperms/common/locale/LocaleManager.java b/common/src/main/java/me/lucko/luckperms/common/locale/LocaleManager.java index 395943759..072fd753e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/LocaleManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/LocaleManager.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/common/src/main/java/me/lucko/luckperms/common/locale/NoopLocaleManager.java b/common/src/main/java/me/lucko/luckperms/common/locale/NoopLocaleManager.java index d7a87f7c0..14de8c28f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/NoopLocaleManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/NoopLocaleManager.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/common/src/main/java/me/lucko/luckperms/common/locale/SimpleLocaleManager.java b/common/src/main/java/me/lucko/luckperms/common/locale/SimpleLocaleManager.java index 01cb04520..32e6650f9 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/SimpleLocaleManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/SimpleLocaleManager.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/common/src/main/java/me/lucko/luckperms/common/managers/AbstractManager.java b/common/src/main/java/me/lucko/luckperms/common/managers/AbstractManager.java index 8750a741b..cba419910 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/AbstractManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/AbstractManager.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/common/src/main/java/me/lucko/luckperms/common/managers/GroupManager.java b/common/src/main/java/me/lucko/luckperms/common/managers/GroupManager.java index 230bfc9c4..5afd92133 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/GroupManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/GroupManager.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/common/src/main/java/me/lucko/luckperms/common/managers/Manager.java b/common/src/main/java/me/lucko/luckperms/common/managers/Manager.java index 723eeb653..a42ec6255 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/Manager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/Manager.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/common/src/main/java/me/lucko/luckperms/common/managers/TrackManager.java b/common/src/main/java/me/lucko/luckperms/common/managers/TrackManager.java index a53dc3ba3..db8efa3da 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/TrackManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/TrackManager.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/common/src/main/java/me/lucko/luckperms/common/managers/UserManager.java b/common/src/main/java/me/lucko/luckperms/common/managers/UserManager.java index b0a82195c..9796eb826 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/UserManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/UserManager.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/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericGroupManager.java b/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericGroupManager.java index e8469771c..4a486eb2e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericGroupManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericGroupManager.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/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericTrackManager.java b/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericTrackManager.java index c4a84383a..54079bf20 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericTrackManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericTrackManager.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/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericUserManager.java b/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericUserManager.java index 6916de2e4..e2dc8465b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericUserManager.java +++ b/common/src/main/java/me/lucko/luckperms/common/managers/impl/GenericUserManager.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/common/src/main/java/me/lucko/luckperms/common/messaging/AbstractMessagingService.java b/common/src/main/java/me/lucko/luckperms/common/messaging/AbstractMessagingService.java index b715d368f..a466f3b2a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/messaging/AbstractMessagingService.java +++ b/common/src/main/java/me/lucko/luckperms/common/messaging/AbstractMessagingService.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/common/src/main/java/me/lucko/luckperms/common/messaging/InternalMessagingService.java b/common/src/main/java/me/lucko/luckperms/common/messaging/InternalMessagingService.java index a32c2850a..9884a0cd7 100644 --- a/common/src/main/java/me/lucko/luckperms/common/messaging/InternalMessagingService.java +++ b/common/src/main/java/me/lucko/luckperms/common/messaging/InternalMessagingService.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/common/src/main/java/me/lucko/luckperms/common/messaging/NoopMessagingService.java b/common/src/main/java/me/lucko/luckperms/common/messaging/NoopMessagingService.java index fd3f382cb..650f332cb 100644 --- a/common/src/main/java/me/lucko/luckperms/common/messaging/NoopMessagingService.java +++ b/common/src/main/java/me/lucko/luckperms/common/messaging/NoopMessagingService.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/common/src/main/java/me/lucko/luckperms/common/messaging/RedisMessaging.java b/common/src/main/java/me/lucko/luckperms/common/messaging/RedisMessaging.java index 4ac556449..e9e856be7 100644 --- a/common/src/main/java/me/lucko/luckperms/common/messaging/RedisMessaging.java +++ b/common/src/main/java/me/lucko/luckperms/common/messaging/RedisMessaging.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/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsPlugin.java b/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsPlugin.java index 5e6fb09e3..123cd2459 100644 --- a/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsPlugin.java +++ b/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsPlugin.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/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsScheduler.java b/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsScheduler.java index c4aadbb35..b4fed7c46 100644 --- a/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsScheduler.java +++ b/common/src/main/java/me/lucko/luckperms/common/plugin/LuckPermsScheduler.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/common/src/main/java/me/lucko/luckperms/common/primarygroup/AllParentsByWeightHolder.java b/common/src/main/java/me/lucko/luckperms/common/primarygroup/AllParentsByWeightHolder.java index 3b4ac9b9a..554c8394a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/primarygroup/AllParentsByWeightHolder.java +++ b/common/src/main/java/me/lucko/luckperms/common/primarygroup/AllParentsByWeightHolder.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/common/src/main/java/me/lucko/luckperms/common/primarygroup/ParentsByWeightHolder.java b/common/src/main/java/me/lucko/luckperms/common/primarygroup/ParentsByWeightHolder.java index 14ee179b6..d5ac015ac 100644 --- a/common/src/main/java/me/lucko/luckperms/common/primarygroup/ParentsByWeightHolder.java +++ b/common/src/main/java/me/lucko/luckperms/common/primarygroup/ParentsByWeightHolder.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/common/src/main/java/me/lucko/luckperms/common/primarygroup/PrimaryGroupHolder.java b/common/src/main/java/me/lucko/luckperms/common/primarygroup/PrimaryGroupHolder.java index 2fa1d4dba..6349bc601 100644 --- a/common/src/main/java/me/lucko/luckperms/common/primarygroup/PrimaryGroupHolder.java +++ b/common/src/main/java/me/lucko/luckperms/common/primarygroup/PrimaryGroupHolder.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/common/src/main/java/me/lucko/luckperms/common/primarygroup/StoredHolder.java b/common/src/main/java/me/lucko/luckperms/common/primarygroup/StoredHolder.java index c1151366d..309a231b5 100644 --- a/common/src/main/java/me/lucko/luckperms/common/primarygroup/StoredHolder.java +++ b/common/src/main/java/me/lucko/luckperms/common/primarygroup/StoredHolder.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/common/src/main/java/me/lucko/luckperms/common/storage/AbstractStorage.java b/common/src/main/java/me/lucko/luckperms/common/storage/AbstractStorage.java index 5b9d20029..519198be4 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/AbstractStorage.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/AbstractStorage.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/common/src/main/java/me/lucko/luckperms/common/storage/DatastoreConfiguration.java b/common/src/main/java/me/lucko/luckperms/common/storage/DatastoreConfiguration.java index a891b2ce2..6bc650628 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/DatastoreConfiguration.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/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/common/src/main/java/me/lucko/luckperms/common/storage/SplitBacking.java b/common/src/main/java/me/lucko/luckperms/common/storage/SplitBacking.java index bc1d8426b..d4ef0d53a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/SplitBacking.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/SplitBacking.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/common/src/main/java/me/lucko/luckperms/common/storage/Storage.java b/common/src/main/java/me/lucko/luckperms/common/storage/Storage.java index de438540c..88c2509ce 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/Storage.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/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/common/src/main/java/me/lucko/luckperms/common/storage/StorageFactory.java b/common/src/main/java/me/lucko/luckperms/common/storage/StorageFactory.java index 39b8bc795..9fd9a0453 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/StorageFactory.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/StorageFactory.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/common/src/main/java/me/lucko/luckperms/common/storage/StorageType.java b/common/src/main/java/me/lucko/luckperms/common/storage/StorageType.java index 9463dd80a..bbead423a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/StorageType.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/StorageType.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/AbstractBacking.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/AbstractBacking.java index 24a3c2a73..fb8e389fa 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/AbstractBacking.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/AbstractBacking.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/FlatfileBacking.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/FlatfileBacking.java index 0700664ea..a6a303486 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/FlatfileBacking.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/FlatfileBacking.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/JSONBacking.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/JSONBacking.java index 934968e8e..07e735b5a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/JSONBacking.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/JSONBacking.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/MongoDBBacking.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/MongoDBBacking.java index 7eb4192bd..11c09d626 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/MongoDBBacking.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/MongoDBBacking.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/SQLBacking.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/SQLBacking.java index 7d1306325..c88da5bfa 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/SQLBacking.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/SQLBacking.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 @@ -141,7 +144,7 @@ public class SQLBacking extends AbstractBacking { // Init tables if (!tableExists(prefix.apply("{prefix}user_permissions"))) { - String schemaFileName = "lp-schema-" + provider.getName().toLowerCase() + ".sql"; + String schemaFileName = "schema/" + provider.getName().toLowerCase() + ".sql"; try (InputStream is = plugin.getResourceStream(schemaFileName)) { if (is == null) { throw new Exception("Couldn't locate schema file for " + provider.getName()); diff --git a/common/src/main/java/me/lucko/luckperms/common/storage/backing/YAMLBacking.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/YAMLBacking.java index 3e1639ba8..67e49a4f2 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/YAMLBacking.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/YAMLBacking.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/FlatfileProvider.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/FlatfileProvider.java index 864571823..f6014e792 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/FlatfileProvider.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/FlatfileProvider.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/H2Provider.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/H2Provider.java index 8ee55c1cf..8dbd1d70b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/H2Provider.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/H2Provider.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/MySQLProvider.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/MySQLProvider.java index 811718d78..80f128b4e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/MySQLProvider.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/MySQLProvider.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/PostgreSQLProvider.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/PostgreSQLProvider.java index 2b4ca269b..7cf384358 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/PostgreSQLProvider.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/PostgreSQLProvider.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLProvider.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLProvider.java index dd8ea86af..2150929f5 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLProvider.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLProvider.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLiteProvider.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLiteProvider.java index d2cf130b8..d3ea56328 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLiteProvider.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/SQLiteProvider.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/WrappedConnection.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/WrappedConnection.java index c313a80d6..86693bd2b 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/WrappedConnection.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/sqlprovider/WrappedConnection.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyJSONSchemaMigration.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyJSONSchemaMigration.java index cc8bf0cc1..49de71e35 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyJSONSchemaMigration.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyJSONSchemaMigration.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacySQLSchemaMigration.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacySQLSchemaMigration.java index f37d510f7..25f2e4095 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacySQLSchemaMigration.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacySQLSchemaMigration.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/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyYAMLSchemaMigration.java b/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyYAMLSchemaMigration.java index 6537164bf..8491b378c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyYAMLSchemaMigration.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/backing/utils/LegacyYAMLSchemaMigration.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/common/src/main/java/me/lucko/luckperms/common/storage/holder/NodeHeldPermission.java b/common/src/main/java/me/lucko/luckperms/common/storage/holder/NodeHeldPermission.java index 1f679e5b6..0b8ec5b6a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/holder/NodeHeldPermission.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/holder/NodeHeldPermission.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/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/BufferedOutputStorage.java b/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/BufferedOutputStorage.java index 32f9ed971..94b9a2554 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/BufferedOutputStorage.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/BufferedOutputStorage.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/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/TolerantStorage.java b/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/TolerantStorage.java index 92c8e73a2..7eba7a470 100644 --- a/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/TolerantStorage.java +++ b/common/src/main/java/me/lucko/luckperms/common/storage/wrappings/TolerantStorage.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/common/src/main/java/me/lucko/luckperms/common/tasks/CacheHousekeepingTask.java b/common/src/main/java/me/lucko/luckperms/common/tasks/CacheHousekeepingTask.java index 1b64b2782..2765eeb27 100644 --- a/common/src/main/java/me/lucko/luckperms/common/tasks/CacheHousekeepingTask.java +++ b/common/src/main/java/me/lucko/luckperms/common/tasks/CacheHousekeepingTask.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/common/src/main/java/me/lucko/luckperms/common/tasks/ExpireTemporaryTask.java b/common/src/main/java/me/lucko/luckperms/common/tasks/ExpireTemporaryTask.java index 88190a7cf..06e475f24 100644 --- a/common/src/main/java/me/lucko/luckperms/common/tasks/ExpireTemporaryTask.java +++ b/common/src/main/java/me/lucko/luckperms/common/tasks/ExpireTemporaryTask.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/common/src/main/java/me/lucko/luckperms/common/tasks/UpdateTask.java b/common/src/main/java/me/lucko/luckperms/common/tasks/UpdateTask.java index 34a3dce68..683567dfc 100644 --- a/common/src/main/java/me/lucko/luckperms/common/tasks/UpdateTask.java +++ b/common/src/main/java/me/lucko/luckperms/common/tasks/UpdateTask.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/common/src/main/java/me/lucko/luckperms/common/treeview/ImmutableTreeNode.java b/common/src/main/java/me/lucko/luckperms/common/treeview/ImmutableTreeNode.java index 5688ce4af..b1a2f4919 100644 --- a/common/src/main/java/me/lucko/luckperms/common/treeview/ImmutableTreeNode.java +++ b/common/src/main/java/me/lucko/luckperms/common/treeview/ImmutableTreeNode.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/common/src/main/java/me/lucko/luckperms/common/treeview/PermissionVault.java b/common/src/main/java/me/lucko/luckperms/common/treeview/PermissionVault.java index 065c8407a..6b1e23608 100644 --- a/common/src/main/java/me/lucko/luckperms/common/treeview/PermissionVault.java +++ b/common/src/main/java/me/lucko/luckperms/common/treeview/PermissionVault.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/common/src/main/java/me/lucko/luckperms/common/treeview/TreeNode.java b/common/src/main/java/me/lucko/luckperms/common/treeview/TreeNode.java index c7542c0eb..0b58d0ec9 100644 --- a/common/src/main/java/me/lucko/luckperms/common/treeview/TreeNode.java +++ b/common/src/main/java/me/lucko/luckperms/common/treeview/TreeNode.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/common/src/main/java/me/lucko/luckperms/common/treeview/TreeView.java b/common/src/main/java/me/lucko/luckperms/common/treeview/TreeView.java index 61bcdc625..055fe44df 100644 --- a/common/src/main/java/me/lucko/luckperms/common/treeview/TreeView.java +++ b/common/src/main/java/me/lucko/luckperms/common/treeview/TreeView.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/common/src/main/java/me/lucko/luckperms/common/treeview/TreeViewBuilder.java b/common/src/main/java/me/lucko/luckperms/common/treeview/TreeViewBuilder.java index fcf956146..09b333aca 100644 --- a/common/src/main/java/me/lucko/luckperms/common/treeview/TreeViewBuilder.java +++ b/common/src/main/java/me/lucko/luckperms/common/treeview/TreeViewBuilder.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/common/src/main/java/me/lucko/luckperms/common/utils/ArgumentChecker.java b/common/src/main/java/me/lucko/luckperms/common/utils/ArgumentChecker.java index fd16ba2a0..d3f881dc2 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/ArgumentChecker.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/ArgumentChecker.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/common/src/main/java/me/lucko/luckperms/common/utils/Buffer.java b/common/src/main/java/me/lucko/luckperms/common/utils/Buffer.java index 26ee59e02..1fb5f3f05 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/Buffer.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/Buffer.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/common/src/main/java/me/lucko/luckperms/common/utils/BufferedRequest.java b/common/src/main/java/me/lucko/luckperms/common/utils/BufferedRequest.java index 6e9cfa1f1..97daadcd3 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/BufferedRequest.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/BufferedRequest.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/common/src/main/java/me/lucko/luckperms/common/utils/Cache.java b/common/src/main/java/me/lucko/luckperms/common/utils/Cache.java index 8b58aaca1..9525f6461 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/Cache.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/Cache.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/common/src/main/java/me/lucko/luckperms/common/utils/DateUtil.java b/common/src/main/java/me/lucko/luckperms/common/utils/DateUtil.java index d8f6b4252..3cfd713ba 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/DateUtil.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/DateUtil.java @@ -1,3 +1,28 @@ +/* + * 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 + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + /* * All credit to Essentials / EssentialsX for this class * https://github.com/drtshock/Essentials/blob/2.x/Essentials/src/com/earth2me/essentials/utils/DateUtil.java diff --git a/common/src/main/java/me/lucko/luckperms/common/utils/ExtractedContexts.java b/common/src/main/java/me/lucko/luckperms/common/utils/ExtractedContexts.java index b0c03eb00..102e6b343 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/ExtractedContexts.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/ExtractedContexts.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/common/src/main/java/me/lucko/luckperms/common/utils/FileWatcher.java b/common/src/main/java/me/lucko/luckperms/common/utils/FileWatcher.java index 35fd2c264..194d8bb4a 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/FileWatcher.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/FileWatcher.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/common/src/main/java/me/lucko/luckperms/common/utils/HikariSupplier.java b/common/src/main/java/me/lucko/luckperms/common/utils/HikariSupplier.java index c0dca01ef..62d1f438f 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/HikariSupplier.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/HikariSupplier.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/common/src/main/java/me/lucko/luckperms/common/utils/Identifiable.java b/common/src/main/java/me/lucko/luckperms/common/utils/Identifiable.java index ca478d36e..0322ce592 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/Identifiable.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/Identifiable.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/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableCollectors.java b/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableCollectors.java index 85b86026f..8c2e14b11 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableCollectors.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableCollectors.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/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableLocalizedNode.java b/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableLocalizedNode.java index 5db9dc29c..5ba4dd0b9 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableLocalizedNode.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/ImmutableLocalizedNode.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/common/src/main/java/me/lucko/luckperms/common/utils/LoggerImpl.java b/common/src/main/java/me/lucko/luckperms/common/utils/LoggerImpl.java index 47b856f48..2fa118922 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/LoggerImpl.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/LoggerImpl.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/common/src/main/java/me/lucko/luckperms/common/utils/LoginHelper.java b/common/src/main/java/me/lucko/luckperms/common/utils/LoginHelper.java index a9d8b2e9a..ead93452e 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/LoginHelper.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/LoginHelper.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/common/src/main/java/me/lucko/luckperms/common/utils/NodeTools.java b/common/src/main/java/me/lucko/luckperms/common/utils/NodeTools.java index 1544a3b31..e1bf330b8 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/NodeTools.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/NodeTools.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/common/src/main/java/me/lucko/luckperms/common/utils/PasteUtils.java b/common/src/main/java/me/lucko/luckperms/common/utils/PasteUtils.java index c60465192..f4ba86617 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/PasteUtils.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/PasteUtils.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/common/src/main/java/me/lucko/luckperms/common/utils/Predicates.java b/common/src/main/java/me/lucko/luckperms/common/utils/Predicates.java index 7301ae664..fdd1c0e83 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/Predicates.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/Predicates.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/common/src/main/java/me/lucko/luckperms/common/utils/ProgressLogger.java b/common/src/main/java/me/lucko/luckperms/common/utils/ProgressLogger.java index 88ead9529..67bcb89c1 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/ProgressLogger.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/ProgressLogger.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/common/src/main/java/me/lucko/luckperms/common/utils/Scripting.java b/common/src/main/java/me/lucko/luckperms/common/utils/Scripting.java index d9ff604c2..3ef5b7cd6 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/Scripting.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/Scripting.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/common/src/main/java/me/lucko/luckperms/common/utils/ShorthandParser.java b/common/src/main/java/me/lucko/luckperms/common/utils/ShorthandParser.java index c41be933c..dc1ad3282 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/ShorthandParser.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/ShorthandParser.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/common/src/main/java/me/lucko/luckperms/common/utils/WeightComparator.java b/common/src/main/java/me/lucko/luckperms/common/utils/WeightComparator.java index 8dd35dfb1..280e7af08 100644 --- a/common/src/main/java/me/lucko/luckperms/common/utils/WeightComparator.java +++ b/common/src/main/java/me/lucko/luckperms/common/utils/WeightComparator.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/common/src/main/java/me/lucko/luckperms/common/verbose/CheckData.java b/common/src/main/java/me/lucko/luckperms/common/verbose/CheckData.java index 6d1bd2d35..01b7c7846 100644 --- a/common/src/main/java/me/lucko/luckperms/common/verbose/CheckData.java +++ b/common/src/main/java/me/lucko/luckperms/common/verbose/CheckData.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/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseHandler.java b/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseHandler.java index cf3fcc96f..a4320ea3c 100644 --- a/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseHandler.java +++ b/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseHandler.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/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseListener.java b/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseListener.java index 9c7f3015e..8bfa775ff 100644 --- a/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseListener.java +++ b/common/src/main/java/me/lucko/luckperms/common/verbose/VerboseListener.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/common/src/main/resources/lp-schema-h2.sql b/common/src/main/resources/schema/h2.sql similarity index 100% rename from common/src/main/resources/lp-schema-h2.sql rename to common/src/main/resources/schema/h2.sql diff --git a/common/src/main/resources/lp-schema-mariadb.sql b/common/src/main/resources/schema/mariadb.sql similarity index 100% rename from common/src/main/resources/lp-schema-mariadb.sql rename to common/src/main/resources/schema/mariadb.sql diff --git a/common/src/main/resources/lp-schema-mysql.sql b/common/src/main/resources/schema/mysql.sql similarity index 100% rename from common/src/main/resources/lp-schema-mysql.sql rename to common/src/main/resources/schema/mysql.sql diff --git a/common/src/main/resources/lp-schema-postgresql.sql b/common/src/main/resources/schema/postgresql.sql similarity index 100% rename from common/src/main/resources/lp-schema-postgresql.sql rename to common/src/main/resources/schema/postgresql.sql diff --git a/common/src/main/resources/lp-schema-sqlite.sql b/common/src/main/resources/schema/sqlite.sql similarity index 100% rename from common/src/main/resources/lp-schema-sqlite.sql rename to common/src/main/resources/schema/sqlite.sql diff --git a/pom.xml b/pom.xml index a1b572067..e7e1b679d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ LuckPerms - An advanced permissions implementation for Bukkit/Spigot, BungeeCord and Sponge. + An advanced permissions plugin for Bukkit/Spigot, BungeeCord and Sponge. https://github.com/lucko/LuckPerms @@ -37,12 +37,20 @@ UTF-8 + + true true + 3.1 + + ${git.closest.tag.commit.count} + ${release.version}.${patch.version} + + 3.6.1 3.0.0 1.16.16 @@ -60,10 +68,15 @@ - jenkins + Jenkins https://ci.lucko.me/job/LuckPerms + + GitHub + https://github.com/lucko/LuckPerms/issues + + @@ -92,10 +105,6 @@ luck-repo https://repo.lucko.me/ - - oss-sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ @@ -104,21 +113,6 @@ sponge-repo https://repo.spongepowered.org/maven - - vault-repo - http://nexus.hc.to/content/repositories/pub_releases - - - lilypad-repo - http://ci.lilypadmc.org/plugin/repository/everything - - - pex-repo - http://pex-repo.aoeu.xyz - - - bungeeperms-repo - http://repo.wea-ondara.net/repository/public/ - + diff --git a/sponge/pom.xml b/sponge/pom.xml index 4a5c25d3a..78c9bcf8a 100644 --- a/sponge/pom.xml +++ b/sponge/pom.xml @@ -14,20 +14,12 @@ clean package - LuckPerms-Sponge-${release.version}.${patch.version} - ${basedir}/src/main/java + LuckPerms-Sponge-${full.version} src/main/resources true - - ../ - false - - LICENSE.txt - - @@ -108,4 +100,5 @@ provided + diff --git a/sponge/src/main/java-templates/me/lucko/luckperms/sponge/utils/VersionData.java b/sponge/src/main/java-templates/me/lucko/luckperms/sponge/utils/VersionData.java index 4be3d8355..3f2cd0ac4 100644 --- a/sponge/src/main/java-templates/me/lucko/luckperms/sponge/utils/VersionData.java +++ b/sponge/src/main/java-templates/me/lucko/luckperms/sponge/utils/VersionData.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 @@ -24,6 +27,6 @@ package me.lucko.luckperms.sponge.utils; public class VersionData { - public static final String VERSION = "${release.version}.${patch.version}"; + public static final String VERSION = "${full.version}"; } diff --git a/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongePlugin.java b/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongePlugin.java index d6116f255..c15b07877 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongePlugin.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongePlugin.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 @@ -253,7 +256,7 @@ public class LPSpongePlugin implements LuckPermsPlugin { getLog().info("Registering commands..."); CommandManager cmdService = game.getCommandManager(); commandManager = new SpongeCommand(this); - cmdService.register(this, commandManager, "luckperms", "perms", "lp", "permissions", "perm"); + cmdService.register(this, commandManager, "luckperms", "lp", "perm", "perms", "permission", "permissions"); // load internal managers getLog().info("Loading internal permission managers..."); diff --git a/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeScheduler.java b/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeScheduler.java index 645674d2b..7cec671cc 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeScheduler.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/LPSpongeScheduler.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/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCalculatorFactory.java b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCalculatorFactory.java index acc7502fe..de1fa7674 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCalculatorFactory.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCalculatorFactory.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/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCommand.java b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCommand.java index 9bb9ba3b3..a88188fa3 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCommand.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeCommand.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/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeConfig.java b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeConfig.java index 780e0d6bb..c65b58c98 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeConfig.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeConfig.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/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeListener.java b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeListener.java index a2794581c..dae781735 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeListener.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeListener.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/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeSenderFactory.java b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeSenderFactory.java index f8812683b..c86b05fe8 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeSenderFactory.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/SpongeSenderFactory.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/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/DefaultsProcessor.java b/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/DefaultsProcessor.java index 953b67c43..ed08e8a39 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/DefaultsProcessor.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/DefaultsProcessor.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/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/SpongeWildcardProcessor.java b/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/SpongeWildcardProcessor.java index 39a226a0b..523b971d4 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/SpongeWildcardProcessor.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/calculators/SpongeWildcardProcessor.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionClear.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionClear.java index f0618ec5b..51c71e145 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionClear.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionClear.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionInfo.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionInfo.java index 837e0584b..f30925668 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionInfo.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionInfo.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionSet.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionSet.java index 3622d698a..82cb03d37 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionSet.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionSet.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionUnset.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionUnset.java index f496aa14f..b97d0c982 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionUnset.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/OptionUnset.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentAdd.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentAdd.java index 9e563dd59..a96300b5e 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentAdd.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentAdd.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentClear.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentClear.java index ca3799e0c..c31a76c8c 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentClear.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentClear.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentInfo.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentInfo.java index 1019398c9..69a8274cb 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentInfo.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentInfo.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentRemove.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentRemove.java index 7cef13f1b..8bfa9b352 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentRemove.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/ParentRemove.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionClear.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionClear.java index a262d6742..064474c82 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionClear.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionClear.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionInfo.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionInfo.java index ec21d1b4d..cb38ad7f3 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionInfo.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionInfo.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionSet.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionSet.java index b2863fc88..9848f36b2 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionSet.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/PermissionSet.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeMainCommand.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeMainCommand.java index 65ff42720..3e883eab5 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeMainCommand.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeMainCommand.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/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeUtils.java b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeUtils.java index ad603659d..8d47e6e6e 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeUtils.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/commands/SpongeUtils.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/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/SpongeCalculatorLink.java b/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/SpongeCalculatorLink.java index 268b0862c..ca60209c6 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/SpongeCalculatorLink.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/SpongeCalculatorLink.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/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/WorldCalculator.java b/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/WorldCalculator.java index 5b16cf81f..460cf1ddf 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/WorldCalculator.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/contexts/WorldCalculator.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/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeGroupManager.java b/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeGroupManager.java index ea1888902..d3e1fc8bc 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeGroupManager.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeGroupManager.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/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeUserManager.java b/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeUserManager.java index c79d0019b..6c6d167db 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeUserManager.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/managers/SpongeUserManager.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/sponge/src/main/java/me/lucko/luckperms/sponge/messaging/BungeeMessagingService.java b/sponge/src/main/java/me/lucko/luckperms/sponge/messaging/BungeeMessagingService.java index 477eeb96f..de29b448e 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/messaging/BungeeMessagingService.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/messaging/BungeeMessagingService.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/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionManager.java b/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionManager.java index 4f667b89e..3efbe8fe1 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionManager.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionManager.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/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionsEx.java b/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionsEx.java index 1088cbb9d..804fdf123 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionsEx.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/migration/MigrationPermissionsEx.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/sponge/src/main/java/me/lucko/luckperms/sponge/migration/SpongeMigrationUtils.java b/sponge/src/main/java/me/lucko/luckperms/sponge/migration/SpongeMigrationUtils.java index 8c57a68b0..1e952e342 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/migration/SpongeMigrationUtils.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/migration/SpongeMigrationUtils.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/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeGroup.java b/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeGroup.java index 0566776e5..31248c793 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeGroup.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeGroup.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/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeUser.java b/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeUser.java index 851b18660..82f1dbed4 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeUser.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/model/SpongeUser.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsService.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsService.java index 4129199af..72265696e 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsService.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsService.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsSubjectData.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsSubjectData.java index 47ebca32a..64e5a8c41 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsSubjectData.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/LuckPermsSubjectData.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/ServiceCacheHousekeepingTask.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/ServiceCacheHousekeepingTask.java index 857e4bde2..4f1f605e2 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/ServiceCacheHousekeepingTask.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/ServiceCacheHousekeepingTask.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/CalculatedSubjectData.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/CalculatedSubjectData.java index 5a7e60fcb..988255e65 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/CalculatedSubjectData.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/CalculatedSubjectData.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/OptionLookup.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/OptionLookup.java index 40d4aaba4..f3acb3336 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/OptionLookup.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/OptionLookup.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/PermissionLookup.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/PermissionLookup.java index 5cbf399ad..113793a0e 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/PermissionLookup.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/calculated/PermissionLookup.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/LegacyDataMigrator.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/LegacyDataMigrator.java index 88c0b701e..07ac3a41e 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/LegacyDataMigrator.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/LegacyDataMigrator.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/SubjectDataHolder.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/SubjectDataHolder.java index 1ba2cc7fc..d08469108 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/SubjectDataHolder.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/legacystorage/SubjectDataHolder.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedCollection.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedCollection.java index d4165532a..cbe2840d3 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedCollection.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedCollection.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubject.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubject.java index 62e4d3d43..8f51e192a 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubject.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubject.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubjectData.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubjectData.java index 3c17e3a8c..7b45d0ba6 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubjectData.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/persisted/PersistedSubjectData.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubject.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubject.java index 4cf8d29b6..002ec06cc 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubject.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubject.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectCollection.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectCollection.java index 1aff4a892..dcf013415 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectCollection.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectCollection.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectData.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectData.java index ce6909477..36398f2cf 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectData.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/LPSubjectData.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/Util.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/Util.java index 80e7a7d2f..a2206e0fc 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/Util.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/proxy/Util.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectCollectionReference.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectCollectionReference.java index b56405314..3b9214e6c 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectCollectionReference.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectCollectionReference.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectReference.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectReference.java index 1fe2fdbc5..202bc5e46 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectReference.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/references/SubjectReference.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorage.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorage.java index 02dc6cd27..d954f6b53 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorage.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorage.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/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorageModel.java b/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorageModel.java index 5e2550689..345c9a907 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorageModel.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/service/storage/SubjectStorageModel.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/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTiming.java b/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTiming.java index 1c5c7f7e8..7d3c978f0 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTiming.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTiming.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/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTimings.java b/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTimings.java index e340fb9b4..6ef3da28f 100644 --- a/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTimings.java +++ b/sponge/src/main/java/me/lucko/luckperms/sponge/timings/LPTimings.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