Skip to content

Instantly share code, notes, and snippets.

@YohannesTz
Created April 15, 2024 07:23
Show Gist options
  • Save YohannesTz/aa50918930363b8e0b8e110452497a96 to your computer and use it in GitHub Desktop.
Save YohannesTz/aa50918930363b8e0b8e110452497a96 to your computer and use it in GitHub Desktop.
Simple scripts to add and remove copyright notice headers in Java and Kotlin files
$ sudo chmod +x ./add_copyright_notice.sh
$ sudo chmod +x ./remove_copyright_notice.sh
$ ./add_copyright_notice.sh ./your/folder
$ ./remove_copyright_notice.sh ./your/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment