Skip to content

Commit

Permalink
update to current year
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoriusT committed Feb 15, 2024
1 parent 6e5415b commit 634035b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .meta/LICENSE.header
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
2 changes: 1 addition & 1 deletion .meta/format_all_source_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -z "$1" ]; then
# If there is a different Date mentioned than the 01 01, then that just means Greg might've gotten a new SSD or Computer.
# The 1am thing takes Gregs Timezone into account.
# DO NOT FORGET TO CHANGE LICENSE.header WHEN INCREMENTING YEAR!!!
find "$SOURCE_DIR/../src/main/java" -newermt "2023-01-01 01:00:00" -iname "*.java" -exec chmod 664 {} \; -exec "$SOURCE_DIR/format_source_file.sh" {} \;
find "$SOURCE_DIR/../src/main/java" -newermt "2024-01-01 01:00:00" -iname "*.java" -exec chmod 664 {} \; -exec "$SOURCE_DIR/format_source_file.sh" {} \;
# find "$SOURCE_DIR/../src/main/java" -mtime -40 -iname "*.java" -exec "$SOURCE_DIR/format_source_file.sh" {} \;
find "$SOURCE_DIR/../src/main/resources" -iname "*.sh" -mtime -10 -exec chmod 774 {} \;
find "$SOURCE_DIR/../src/main/resources" -iname "*.png" -mtime -10 -exec chmod 664 {} \; -exec optipng -o7 -nc -clobber -silent {} \;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregapi/GT_API_Proxy.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregapi/data/MT.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregtech/GT_Proxy.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregtech/blocks/fluids/BlockOcean.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregtech/blocks/fluids/BlockWaterlike.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gregtech/entities/Override_Drops.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2023 GregTech-6 Team
* Copyright (c) 2024 GregTech-6 Team
*
* This file is part of GregTech.
*
Expand Down

0 comments on commit 634035b

Please sign in to comment.