diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 14:19:09 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-15 14:19:09 -0500 |
commit | aa11acaf52dfd101cb6fe6f7137d2cbd5c8e0d9b (patch) | |
tree | 8aa5fc91dfd71f3f976565be2c1855e2f739c203 /archbuild.in | |
parent | ca57df0221baa2eddb01d53d45e3f9f5f6420d3b (diff) | |
download | devtools32-aa11acaf52dfd101cb6fe6f7137d2cbd5c8e0d9b.tar.xz |
Add a "License:" tag to all code files.
Diffstat (limited to 'archbuild.in')
-rw-r--r-- | archbuild.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archbuild.in b/archbuild.in index 812db7c..60e7cec 100644 --- a/archbuild.in +++ b/archbuild.in @@ -1,4 +1,5 @@ #!/bin/bash +# License: Unspecified m4_include(lib/common.sh) |