Last active
November 23, 2017 17:38
-
-
Save zidarsk8/6e748b66c7dcff0c2ed8bbf71908ebd9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zidar@dashie ~/programming/ggrc-core | |
$ git grep "Copyright (C) 2017 Google Inc." . | grep -o "^[^:]*" | grep -v "^third_party" | sort -u > with_copyright | |
zidar@dashie ~/programming/ggrc-core | |
$ git ls-files | grep -v "^third_party" | sort > all_files | |
zidar@dashie ~/programming/ggrc-core | |
$ meld all_files with_copyright | |
zidar@dashie ~/programming/ggrc-core | |
$ diff all_files with_copyright | grep "^<" | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment