Skip to content

Commit cd5bb35

Browse files
committed
Fix license header & update copyright year to 2024
1 parent 2ee0f92 commit cd5bb35

82 files changed

Lines changed: 99 additions & 81 deletions

File tree

Some content is hidden

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ allprojects {
6969
header(rootProject.file("HEADER.txt"))
7070
include("**/*.java")
7171
properties {
72-
this["year"] = "2021 - 2023"
72+
this["year"] = "2021 - 2024"
7373
}
7474
}
7575
}

common/src/main/java/de/sean/blockprot/nbt/FriendModifyAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/LockReturnValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/stats/ListStatisticItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/stats/StatisticOnClickAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/nbt/stats/StatisticType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/util/BlockProtUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

common/src/main/java/de/sean/blockprot/util/SemanticVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

spigot/src/main/java/de/sean/blockprot/bukkit/BlockProt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

spigot/src/main/java/de/sean/blockprot/bukkit/BlockProtAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 spnda
2+
* Copyright (C) 2021 - 2024 spnda
33
* This file is part of BlockProt <https://github.com/spnda/BlockProt>.
44
*
55
* BlockProt is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)