diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 14:19:09 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-16 14:43:03 -0500 |
commit | 596d31cd4174865625797c6ae1204e649274c893 (patch) | |
tree | 90700d2ec75b6d20fb6c1bb8028d3f5348ebe851 /rebuildpkgs.in | |
parent | eb92d17c5b846cd6e199570b9b86d4e8ff6fb955 (diff) | |
download | devtools32-596d31cd4174865625797c6ae1204e649274c893.tar.xz |
Add a "License:" tag to all code files.
Diffstat (limited to 'rebuildpkgs.in')
-rw-r--r-- | rebuildpkgs.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebuildpkgs.in b/rebuildpkgs.in index ba8fee4..215439f 100644 --- a/rebuildpkgs.in +++ b/rebuildpkgs.in @@ -1,4 +1,6 @@ #!/bin/bash +# License: Unspecified +# # This script rebuilds a list of packages in order # and reports anything that fails # |