diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ac_build_iraf_pkg | 2 | ||||
-rwxr-xr-x | scripts/ac_check_iraf_build | 2 | ||||
-rwxr-xr-x | scripts/ac_config_iraf_pkg | 4 | ||||
-rw-r--r-- | scripts/ac_update_extern_pkg | 2 | ||||
-rwxr-xr-x | scripts/make_iraf_help | 4 |
5 files changed, 11 insertions, 3 deletions
diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg index aca7023..d6a92ce 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -1,5 +1,7 @@ #!/bin/sh +# Copyright(c) 2010-2016 Association of Universities for Research in Astronomy, Inc. + # Copy external IRAF package source from the current working directory to # $PREFIX/iraf_extern/package_name, add any configuration files from the conda # recipe (eg. ur_extern.pkg), update extern.pkg accordingly, compile the 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 diff --git a/scripts/ac_config_iraf_pkg b/scripts/ac_config_iraf_pkg index 4d24a7e..0863a86 100755 --- a/scripts/ac_config_iraf_pkg +++ b/scripts/ac_config_iraf_pkg @@ -1,5 +1,7 @@ #!/bin/sh -# + +# Copyright(c) 2016 Association of Universities for Research in Astronomy, Inc. + # A post-install script for AstroConda IRAF packages (to update extern.pkg), # which gets executed automatically when doing "conda install", but can also be # run by users to restore broken definitions. diff --git a/scripts/ac_update_extern_pkg b/scripts/ac_update_extern_pkg index d625d3f..51905da 100644 --- a/scripts/ac_update_extern_pkg +++ b/scripts/ac_update_extern_pkg @@ -1,5 +1,5 @@ # Copyright(c) 2016 Association of Universities for Research in Astronomy, Inc. -# + # This script uses the OS Python (both the LSB and MacOS define Python in # /usr/bin as standard), avoiding dependence on the installation that is still # in progress when it gets run. It is not made executable because conda insists diff --git a/scripts/make_iraf_help b/scripts/make_iraf_help index e44d708..e3144be 100755 --- a/scripts/make_iraf_help +++ b/scripts/make_iraf_help @@ -1,5 +1,7 @@ #!/usr/bin/env python -# + +# Copyright(c) 2010-2016 Association of Universities for Research in Astronomy, Inc. + # Make the help & apropos databases for an IRAF package (adapted from Ureka). # # Usage: make_iraf_help pkgname |