diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-27 18:00:30 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-27 18:00:30 -0400 |
commit | fb94599dcea71cdf2cb448e1545cfbdc526288a1 (patch) | |
tree | 81e8bd56de85af144f33b3fdb3127b9956a0e16a /src/xbs-abs | |
parent | 11292eb210547822e3a3003881c420395cfbd078 (diff) |
src/xbs-abs: set a License: tag on archrelease
Diffstat (limited to 'src/xbs-abs')
-rw-r--r-- | src/xbs-abs/.gitignore | 1 | ||||
-rw-r--r-- | src/xbs-abs/archrelease.patch | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/xbs-abs/.gitignore b/src/xbs-abs/.gitignore index 41ee0f5..8421720 100644 --- a/src/xbs-abs/.gitignore +++ b/src/xbs-abs/.gitignore @@ -1 +1,2 @@ archrelease* +!*.patch diff --git a/src/xbs-abs/archrelease.patch b/src/xbs-abs/archrelease.patch new file mode 100644 index 0000000..bdf2deb --- /dev/null +++ b/src/xbs-abs/archrelease.patch @@ -0,0 +1,8 @@ +--- archrelease.in 2014-06-20 09:42:13.367553434 -0400 ++++ archrelease.ugly 2014-06-27 17:42:14.392917837 -0400 +@@ -1,4 +1,5 @@ + #!/bin/bash ++# License: Unspecified + + m4_include(lib/common.sh) + m4_include(lib/valid-tags.sh) |