From 1c5e4711881ede7d26e0b0edf5c161229c8eb599 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 21 Sep 2016 20:08:25 -0300 Subject: Make sure everything has a copyright notice (going back to the Ureka code it's loosely based on, where applicable). --- scripts/ac_build_iraf_pkg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/ac_build_iraf_pkg') 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 -- cgit