Skip to content

Instantly share code, notes, and snippets.

@vorobeij
Last active March 29, 2019 06:30
Show Gist options
  • Save vorobeij/0cb809416c30667bd158ea8fe7ef179f to your computer and use it in GitHub Desktop.
Save vorobeij/0cb809416c30667bd158ea8fe7ef179f to your computer and use it in GitHub Desktop.
Remove license heades from code
/\*\n.*Copyright[\s\S]*(\*/)\n\n
/\*\n[\s\S]*\n\npackage
/\*\n[\s\S]*/\n*import
/\*[\s\S]*Copyright[\s\S]*\*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment