diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-06 13:09:49 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-06 13:09:49 (EST) |
commit | 6baa70531dc987d3f2e8306943bfa005987514f5 (patch) | |
tree | d3d18309623f8f302d42ee8c4d39d079ce3ead88 /autogen.sh | |
parent | f9590cb94fd8f05784808d18dcf5fdf6cad29cad (diff) |
autogen.sh: Add copyright and license information.
Just in case this is legally significant.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ #!/bin/sh +# +# Script to generate the build system. +# +# Copyright (C) 2013 Patrick "P. J." McDermott +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. set -e |