Skip to content

Commit

Permalink
[UPDATE] Renew LICENSE and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeongminKim committed Jan 2, 2024
1 parent 5126e15 commit 4437108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 Hyeongmin Kim
Copyright (c) 2020-2024 Hyeongmin Kim

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion brewall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi

if [ "$1" == "version" ]; then
echo -e "brewall ($GIT_REVISION $(git rev-parse --short HEAD), $LAST_COMMIT $(git log -1 --date=format:"%Y-%m-%d" --format="%ad"), $(git branch --show-current) $BUILD)"
echo -e "Copyright (c) 2020-2023 Hyeongmin Kim\n"
echo -e "Copyright (c) 2020-$(date +%Y) Hyeongmin Kim\n"
bash --version
echo ""
which brew > /dev/null 2>&1
Expand Down

0 comments on commit 4437108

Please sign in to comment.