Skip to content

Commit a7247ac

Browse files
committed
2021 🥳
1 parent c3ee5bb commit a7247ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+53
-53
lines changed

config/headers/jsonmessage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2020 Peter Blood
1+
Copyright (c) 2018-2021 Peter Blood
22

33
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:
44

src/main/java/me/clip/placeholderapi/PlaceholderAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/PlaceholderAPIPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/PlaceholderHook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/PlaceholderCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/PlaceholderCommandRouter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudClear.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudDownload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudExpansionInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudExpansionList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudExpansionPlaceholders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudRefresh.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudStatus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudToggle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/cloud/CommandECloudUpdate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandDump.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandExpansionRegister.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandExpansionUnregister.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandHelp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandParse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandReload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/commands/impl/local/CommandVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/configuration/ExpansionSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/configuration/PlaceholderAPIConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/events/ExpansionRegisterEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/events/ExpansionUnregisterEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/events/ExpansionsLoadedEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/events/PlaceholderHookUnloadEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/exceptions/NoDefaultCommandException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/Cacheable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/Cleanable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/Configurable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/NMSVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/PlaceholderExpansion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/Relational.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/Taskable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/VersionSpecific.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/cloud/CloudExpansion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/manager/CloudExpansionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/expansion/manager/LocalExpansionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of PlaceholderAPI
33
*
44
* PlaceholderAPI
5-
* Copyright (c) 2015 - 2020 PlaceholderAPI Team
5+
* Copyright (c) 2015 - 2021 PlaceholderAPI Team
66
*
77
* PlaceholderAPI free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/main/java/me/clip/placeholderapi/libs/JSONMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2020 Peter Blood
2+
* Copyright (c) 2018-2021 Peter Blood
33
*
44
* 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:
55
*

0 commit comments

Comments
 (0)