diff options
author | James E.H. Turner <jturner@gemini.edu> | 2016-09-21 19:08:25 -0400 |
---|---|---|
committer | James E.H. Turner <jturner@gemini.edu> | 2016-09-21 19:08:25 -0400 |
commit | 1c5e4711881ede7d26e0b0edf5c161229c8eb599 (patch) | |
tree | 528849fc5f62ecf3b347a6845789bd5995909e42 /scripts/ac_check_iraf_build | |
parent | 537be0f38dca5e98a0d7142cffc23c025b0746d8 (diff) | |
download | astroconda-iraf-helpers-1c5e4711881ede7d26e0b0edf5c161229c8eb599.tar.gz |
Make sure everything has a copyright notice (going back to the Ureka code it's loosely based on, where applicable).
Diffstat (limited to 'scripts/ac_check_iraf_build')
-rwxr-xr-x | scripts/ac_check_iraf_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ac_check_iraf_build b/scripts/ac_check_iraf_build index aff6b92..a3c4515 100755 --- a/scripts/ac_check_iraf_build +++ b/scripts/ac_check_iraf_build @@ -1,5 +1,7 @@ #!/bin/sh +# Copyright(c) 2010-2016 Association of Universities for Research in Astronomy, Inc. + # Attempt to determine the success or failure of an IRAF package build (since # mkpkg does not report a useful exit status) by checking the log for any # unexpected patterns (assumed to be errors) and confirming whether all the |