Skip to content

Commit 988965c

Browse files
author
kashike
committed
2020
1 parent 7e0e0f8 commit 988965c

File tree

88 files changed

+88
-88
lines changed

Some content is hidden

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

88 files changed

+88
-88
lines changed

api/src/main/java/net/kyori/text/AbstractComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/AbstractComponentBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/BlockNbtComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/BlockNbtComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/BuildableComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/Component.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/ComponentBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/ComponentBuilders.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/EntityNbtComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/EntityNbtComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/KeybindComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/KeybindComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/NbtComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/NbtComponentBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/NbtComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/ScopedComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/ScoreComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/ScoreComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/SelectorComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/SelectorComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/TextComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/TextComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/TranslatableComponent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/TranslatableComponentImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/event/ClickEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/event/HoverEvent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/format/Style.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/format/TextColor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/format/TextDecoration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/format/TextFormat.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/renderer/AbstractComponentRenderer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/renderer/ComponentRenderer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/renderer/FriendlyComponentRenderer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/renderer/TranslatableComponentRenderer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/serializer/ComponentSerializer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/util/NameMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/util/ShadyPines.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/main/java/net/kyori/text/util/ToStringer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/test/java/net/kyori/text/AbstractComponentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/test/java/net/kyori/text/BlockNbtComponentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/test/java/net/kyori/text/ComponentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/test/java/net/kyori/text/EntityNbtComponentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/test/java/net/kyori/text/KeybindComponentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

api/src/test/java/net/kyori/text/ScoreComponentTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of text, licensed under the MIT License.
33
*
4-
* Copyright (c) 2017-2019 KyoriPowered
4+
* Copyright (c) 2017-2020 KyoriPowered
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)