Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 31dccb8

Browse files
committed
chore: 2023 Hello World!
1 parent 9c28d31 commit 31dccb8

Some content is hidden

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

49 files changed

+98
-49
lines changed

license_header.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Copyright (C) 2022 SCPSharp Team
1+
Copyright (C) 2023 SCPSharp Team
22

33
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
4+
./grad

src/main/java/scpsharp/mixin/DamageTrackerMixin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.mixin;
78

src/main/java/scpsharp/mixin/LivingEntityMixin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.mixin;
78

src/main/java/scpsharp/mixin/MilkBucketItemMixin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.mixin;
78

src/main/java/scpsharp/mixin/PlayerEntityMixin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.mixin;
78

src/main/java/scpsharp/mixin/ServerPlayerEntityMixin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.mixin;
78

src/main/kotlin/scpsharp/Initializers.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp
78

src/main/kotlin/scpsharp/content/facility/generator/Component.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.content.facility.generator
78

src/main/kotlin/scpsharp/content/facility/generator/ComponentTags.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.content.facility.generator
78

src/main/kotlin/scpsharp/content/facility/generator/ExtraValidators.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* Copyright (C) 2022 SCPSharp Team
2+
* Copyright (C) 2023 SCPSharp Team
33
*
44
* This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See LICENSE file for more.
5+
* ./grad
56
*/
67
package scpsharp.content.facility.generator
78

0 commit comments

Comments
 (0)