gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 28cee78: Copyright notice added to all files m


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 28cee78: Copyright notice added to all files missing one
Date: Sat, 6 Apr 2019 18:52:31 -0400 (EDT)

branch: master
commit 28cee78409044e9dac562553b28b042f713dceff
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Copyright notice added to all files missing one
    
    Until now, for short files, we only had a license notice, not an actual
    copyright notice. With this commit, a copyright notice has also been
    added. We use this new command to find these files, suggested by
    address@hidden'.
    
    find . -type f ! -path ./.git/\* \
      | while read i; do \
          grep -qi 'copyright \((c)\|[&]copy;\|@copyright\)' $i || echo $i;\
        done
---
 .autom4te.cfg                            |  2 ++
 .dir-locals.el                           |  2 ++
 .gitignore                               |  2 ++
 .mailmap                                 |  2 ++
 bin/TEMPLATE/astTEMPLATE.conf            |  2 ++
 bin/arithmetic/astarithmetic.conf        |  2 ++
 bin/buildprog/astbuildprog.conf.in       |  2 ++
 bin/convertt/astconvertt.conf            |  2 ++
 bin/convolve/astconvolve.conf            |  2 ++
 bin/cosmiccal/astcosmiccal.conf          |  2 ++
 bin/crop/astcrop.conf                    |  2 ++
 bin/fits/astfits.conf                    |  2 ++
 bin/gnuastro.conf                        |  2 ++
 bin/match/astmatch.conf                  |  2 ++
 bin/mkcatalog/astmkcatalog.conf          |  2 ++
 bin/mknoise/astmknoise.conf              |  2 ++
 bin/mkprof/astmkprof.conf                |  2 ++
 bin/noisechisel/astnoisechisel.conf      |  2 ++
 bin/segment/astsegment.conf              |  2 ++
 bin/statistics/aststatistics.conf        |  2 ++
 bin/table/asttable.conf                  |  2 ++
 bin/warp/astwarp.conf                    |  2 ++
 doc/announce-acknowledge.txt             | 11 +++++++++++
 doc/formath.texi                         |  2 ++
 tests/arithmetic/connected-components.sh |  1 +
 tests/arithmetic/onlynumbers.sh          |  1 +
 tests/arithmetic/or.sh                   |  1 +
 tests/arithmetic/snimage.sh              |  1 +
 tests/arithmetic/where.sh                |  1 +
 tests/buildprog/simpleio.sh              |  1 +
 tests/convertt/blankch.sh                |  1 +
 tests/convertt/fitstojpeg.sh             |  1 +
 tests/convertt/fitstojpegcmyk.sh         |  1 +
 tests/convertt/fitstopdf.sh              |  1 +
 tests/convertt/fitstotxt.sh              |  1 +
 tests/convertt/jpegtofits.sh             |  1 +
 tests/convertt/jpegtotxt.sh              |  1 +
 tests/convolve/frequency.sh              |  1 +
 tests/convolve/spatial.sh                |  1 +
 tests/cosmiccal/simpletest.sh            |  1 +
 tests/crop/cat.txt                       |  2 ++
 tests/crop/imgcat.sh                     |  1 +
 tests/crop/imgcenter.sh                  |  1 +
 tests/crop/imgcenternoblank.sh           |  1 +
 tests/crop/imgoutpolygon.sh              |  1 +
 tests/crop/imgpolygon.sh                 |  1 +
 tests/crop/section.sh                    |  1 +
 tests/crop/wcscat.sh                     |  1 +
 tests/crop/wcscenter.sh                  |  1 +
 tests/crop/wcspolygon.sh                 |  1 +
 tests/fits/copyhdu.sh                    |  1 +
 tests/fits/delete.sh                     |  1 +
 tests/fits/print.sh                      |  1 +
 tests/fits/update.sh                     |  1 +
 tests/fits/write.sh                      |  1 +
 tests/lib/multithread.sh                 |  1 +
 tests/lib/versioncxx.sh                  |  1 +
 tests/match/merged-cols.sh               |  1 +
 tests/match/positions-1.txt              |  2 ++
 tests/match/positions-2.txt              |  2 ++
 tests/match/positions.sh                 |  1 +
 tests/mkcatalog/aperturephot.sh          |  1 +
 tests/mkcatalog/detections.sh            |  1 +
 tests/mkcatalog/objects-clumps.sh        |  1 +
 tests/mknoise/addnoise.sh                |  1 +
 tests/mkprof/clearcanvas.sh              |  1 +
 tests/mkprof/clearcanvas.txt             |  2 ++
 tests/mkprof/ellipticalmasks.sh          |  1 +
 tests/mkprof/ellipticalmasks.txt         |  2 ++
 tests/mkprof/mkprofcat1.txt              |  2 ++
 tests/mkprof/mkprofcat2.txt              |  2 ++
 tests/mkprof/mkprofcat3.txt              |  2 ++
 tests/mkprof/mkprofcat4.txt              |  2 ++
 tests/mkprof/mosaic1.sh                  |  1 +
 tests/mkprof/mosaic2.sh                  |  1 +
 tests/mkprof/mosaic3.sh                  |  1 +
 tests/mkprof/mosaic4.sh                  |  1 +
 tests/mkprof/radeccat.sh                 |  1 +
 tests/mkprof/radeccat.txt                |  2 ++
 tests/noisechisel/noisechisel.sh         |  1 +
 tests/script/list-by-night.sh            |  1 +
 tests/segment/segment.sh                 |  1 +
 tests/statistics/basicstats.sh           |  1 +
 tests/statistics/estimate_sky.sh         |  1 +
 tests/statistics/from-stdin.sh           |  1 +
 tests/statistics/stdin-input.txt         |  2 ++
 tests/table/fits-ascii-to-txt.sh         |  1 +
 tests/table/fits-binary-to-txt.sh        |  1 +
 tests/table/table.txt                    |  2 ++
 tests/table/txt-to-fits-ascii.sh         |  1 +
 tests/table/txt-to-fits-binary.sh        |  1 +
 tests/warp/homographic.sh                |  1 +
 tests/warp/warp_scale.sh                 |  1 +
 93 files changed, 138 insertions(+)

diff --git a/.autom4te.cfg b/.autom4te.cfg
index 4f27850..462af1f 100644
--- a/.autom4te.cfg
+++ b/.autom4te.cfg
@@ -14,6 +14,8 @@
 # directory within the bootstrapped directory to keep things on the
 # top directory clean.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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,
diff --git a/.dir-locals.el b/.dir-locals.el
index 1587626..25774d2 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -9,6 +9,8 @@
 ;;
 ;; For more information see (info "(emacs) Directory Variables")
 ;;
+;; Copyright (C) 2015-2019 Free Software Foundation, Inc.
+;;
 ;; 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,
diff --git a/.gitignore b/.gitignore
index bbe7db9..426315e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,8 @@
 # To help readability, please add new files based on the length of the line
 # you wish to add.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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,
diff --git a/.mailmap b/.mailmap
index 632ea32..90c7765 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,5 +1,7 @@
 # Map different emails to people in Git.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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,
diff --git a/bin/TEMPLATE/astTEMPLATE.conf b/bin/TEMPLATE/astTEMPLATE.conf
index 3fe97e1..d10efb4 100644
--- a/bin/TEMPLATE/astTEMPLATE.conf
+++ b/bin/TEMPLATE/astTEMPLATE.conf
@@ -12,6 +12,8 @@
 #  $ info astTEMPLATE                    # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/arithmetic/astarithmetic.conf 
b/bin/arithmetic/astarithmetic.conf
index ff83a14..5baa1ab 100644
--- a/bin/arithmetic/astarithmetic.conf
+++ b/bin/arithmetic/astarithmetic.conf
@@ -12,6 +12,8 @@
 #  $ info astarithmetic                  # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/buildprog/astbuildprog.conf.in 
b/bin/buildprog/astbuildprog.conf.in
index 8eb1386..6d3f3cd 100644
--- a/bin/buildprog/astbuildprog.conf.in
+++ b/bin/buildprog/astbuildprog.conf.in
@@ -12,6 +12,8 @@
 #  $ info astbuildprog                   # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/convertt/astconvertt.conf b/bin/convertt/astconvertt.conf
index 493bb6a..07603d3 100644
--- a/bin/convertt/astconvertt.conf
+++ b/bin/convertt/astconvertt.conf
@@ -12,6 +12,8 @@
 #  $ info astconvertt                    # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/convolve/astconvolve.conf b/bin/convolve/astconvolve.conf
index 1ff2e7d..fd78edc 100644
--- a/bin/convolve/astconvolve.conf
+++ b/bin/convolve/astconvolve.conf
@@ -12,6 +12,8 @@
 #  $ info astconvolve                    # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/cosmiccal/astcosmiccal.conf b/bin/cosmiccal/astcosmiccal.conf
index b2644b1..e40222e 100644
--- a/bin/cosmiccal/astcosmiccal.conf
+++ b/bin/cosmiccal/astcosmiccal.conf
@@ -12,6 +12,8 @@
 #  $ info astcosmiccal                   # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/crop/astcrop.conf b/bin/crop/astcrop.conf
index e24f30c..8790a63 100644
--- a/bin/crop/astcrop.conf
+++ b/bin/crop/astcrop.conf
@@ -12,6 +12,8 @@
 #  $ info astcrop                        # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/fits/astfits.conf b/bin/fits/astfits.conf
index cd3fe2f..a69b5d9 100644
--- a/bin/fits/astfits.conf
+++ b/bin/fits/astfits.conf
@@ -12,6 +12,8 @@
 #  $ info astfits                        # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/gnuastro.conf b/bin/gnuastro.conf
index a901b99..42f9a84 100644
--- a/bin/gnuastro.conf
+++ b/bin/gnuastro.conf
@@ -12,6 +12,8 @@
 # NOTE I:  All counting is from zero, not one.
 # NOTE II: Lines starting with `#` are ignored.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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,
diff --git a/bin/match/astmatch.conf b/bin/match/astmatch.conf
index 85a90ec..5e269f0 100644
--- a/bin/match/astmatch.conf
+++ b/bin/match/astmatch.conf
@@ -12,6 +12,8 @@
 #  $ info astmatch                       # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/mkcatalog/astmkcatalog.conf b/bin/mkcatalog/astmkcatalog.conf
index 79a9ce2..19c417a 100644
--- a/bin/mkcatalog/astmkcatalog.conf
+++ b/bin/mkcatalog/astmkcatalog.conf
@@ -12,6 +12,8 @@
 #  $ info astmkcatalog                   # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/mknoise/astmknoise.conf b/bin/mknoise/astmknoise.conf
index 96e011c..5748e2f 100644
--- a/bin/mknoise/astmknoise.conf
+++ b/bin/mknoise/astmknoise.conf
@@ -12,6 +12,8 @@
 #  $ info astmknoise                     # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/mkprof/astmkprof.conf b/bin/mkprof/astmkprof.conf
index b680412..53c05e8 100644
--- a/bin/mkprof/astmkprof.conf
+++ b/bin/mkprof/astmkprof.conf
@@ -12,6 +12,8 @@
 #  $ info astmkprof                      # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/noisechisel/astnoisechisel.conf 
b/bin/noisechisel/astnoisechisel.conf
index cbb4596..edbadcc 100644
--- a/bin/noisechisel/astnoisechisel.conf
+++ b/bin/noisechisel/astnoisechisel.conf
@@ -12,6 +12,8 @@
 #  $ info astnoisechisel                 # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/segment/astsegment.conf b/bin/segment/astsegment.conf
index dbbc038..caf71bb 100644
--- a/bin/segment/astsegment.conf
+++ b/bin/segment/astsegment.conf
@@ -12,6 +12,8 @@
 #  $ info astsegment                     # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/statistics/aststatistics.conf 
b/bin/statistics/aststatistics.conf
index 0bf3b83..8257fef 100644
--- a/bin/statistics/aststatistics.conf
+++ b/bin/statistics/aststatistics.conf
@@ -12,6 +12,8 @@
 #  $ info aststatistics                  # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/table/asttable.conf b/bin/table/asttable.conf
index fc88f34..a7a1a97 100644
--- a/bin/table/asttable.conf
+++ b/bin/table/asttable.conf
@@ -12,6 +12,8 @@
 #  $ info asttable                       # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/bin/warp/astwarp.conf b/bin/warp/astwarp.conf
index 26a3af4..6b2604e 100644
--- a/bin/warp/astwarp.conf
+++ b/bin/warp/astwarp.conf
@@ -12,6 +12,8 @@
 #  $ info astwarp                        # All options and input/output.
 #  $ info gnuastro "Configuration files" # How to use configuration files.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index e9076c7..1113948 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -8,3 +8,14 @@ Lee Kelvin
 Javier Román
 David Valls-Gabaud
 Ignacio Trujillo
+
+
+
+
+
+Copyright (C) 2015-2019 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU Free Documentation License, Version 1.3 or any later
+version published by the Free Software Foundation; with no Invariant
+Sections, with no Front-Cover Texts, and with no Back-Cover Texts.
diff --git a/doc/formath.texi b/doc/formath.texi
index 6b427cf..ce9c276 100644
--- a/doc/formath.texi
+++ b/doc/formath.texi
@@ -12,6 +12,8 @@ For the other formats, everything is normal, except the 
display math
 equations that don't have any proper solution, so I have just put a $$
 $$ around the math.
 
+Copyright (C) 2015-2019 Free Software Foundation, Inc.
+
 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,
diff --git a/tests/arithmetic/connected-components.sh 
b/tests/arithmetic/connected-components.sh
index 442f4bb..a49851a 100755
--- a/tests/arithmetic/connected-components.sh
+++ b/tests/arithmetic/connected-components.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/arithmetic/onlynumbers.sh b/tests/arithmetic/onlynumbers.sh
index db4bdf0..7f36be2 100755
--- a/tests/arithmetic/onlynumbers.sh
+++ b/tests/arithmetic/onlynumbers.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/arithmetic/or.sh b/tests/arithmetic/or.sh
index a24fc67..49185cb 100755
--- a/tests/arithmetic/or.sh
+++ b/tests/arithmetic/or.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/arithmetic/snimage.sh b/tests/arithmetic/snimage.sh
index 4be0b94..1885353 100755
--- a/tests/arithmetic/snimage.sh
+++ b/tests/arithmetic/snimage.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/arithmetic/where.sh b/tests/arithmetic/where.sh
index 4e52514..2b9b51f 100755
--- a/tests/arithmetic/where.sh
+++ b/tests/arithmetic/where.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/buildprog/simpleio.sh b/tests/buildprog/simpleio.sh
index 1f3874c..e9fa953 100755
--- a/tests/buildprog/simpleio.sh
+++ b/tests/buildprog/simpleio.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convertt/blankch.sh b/tests/convertt/blankch.sh
index c0af7a8..8691a3a 100755
--- a/tests/convertt/blankch.sh
+++ b/tests/convertt/blankch.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convertt/fitstojpeg.sh b/tests/convertt/fitstojpeg.sh
index 8e6bab2..a4fe2ff 100755
--- a/tests/convertt/fitstojpeg.sh
+++ b/tests/convertt/fitstojpeg.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convertt/fitstojpegcmyk.sh b/tests/convertt/fitstojpegcmyk.sh
index 79b77ce..8e092fb 100755
--- a/tests/convertt/fitstojpegcmyk.sh
+++ b/tests/convertt/fitstojpegcmyk.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convertt/fitstopdf.sh b/tests/convertt/fitstopdf.sh
index 9c6e6da..2460fe3 100755
--- a/tests/convertt/fitstopdf.sh
+++ b/tests/convertt/fitstopdf.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convertt/fitstotxt.sh b/tests/convertt/fitstotxt.sh
index 7deee8f..88b0e6c 100755
--- a/tests/convertt/fitstotxt.sh
+++ b/tests/convertt/fitstotxt.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convertt/jpegtofits.sh b/tests/convertt/jpegtofits.sh
index d1b0e9a..becf11e 100755
--- a/tests/convertt/jpegtofits.sh
+++ b/tests/convertt/jpegtofits.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convertt/jpegtotxt.sh b/tests/convertt/jpegtotxt.sh
index 55a4f68..6ea7cd9 100755
--- a/tests/convertt/jpegtotxt.sh
+++ b/tests/convertt/jpegtotxt.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convolve/frequency.sh b/tests/convolve/frequency.sh
index 80690fe..442b616 100755
--- a/tests/convolve/frequency.sh
+++ b/tests/convolve/frequency.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/convolve/spatial.sh b/tests/convolve/spatial.sh
index 4cf96c9..61e3f7f 100755
--- a/tests/convolve/spatial.sh
+++ b/tests/convolve/spatial.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/cosmiccal/simpletest.sh b/tests/cosmiccal/simpletest.sh
index 123fd1c..9d0f76b 100755
--- a/tests/cosmiccal/simpletest.sh
+++ b/tests/cosmiccal/simpletest.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/cat.txt b/tests/crop/cat.txt
index d2cdc5a..8b606e8 100644
--- a/tests/crop/cat.txt
+++ b/tests/crop/cat.txt
@@ -4,6 +4,8 @@
 # Column 4: RA_CENTER  [deg,f64]    Right Ascension.
 # Column 5: DEC_CENTER [deg,f64]    Declination.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/crop/imgcat.sh b/tests/crop/imgcat.sh
index 7a865c8..2f3857b 100755
--- a/tests/crop/imgcat.sh
+++ b/tests/crop/imgcat.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/imgcenter.sh b/tests/crop/imgcenter.sh
index 2aa3753..766f884 100755
--- a/tests/crop/imgcenter.sh
+++ b/tests/crop/imgcenter.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/imgcenternoblank.sh b/tests/crop/imgcenternoblank.sh
index 7d6f3f6..ead666c 100755
--- a/tests/crop/imgcenternoblank.sh
+++ b/tests/crop/imgcenternoblank.sh
@@ -7,6 +7,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/imgoutpolygon.sh b/tests/crop/imgoutpolygon.sh
index 36dea9f..3935c20 100755
--- a/tests/crop/imgoutpolygon.sh
+++ b/tests/crop/imgoutpolygon.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/imgpolygon.sh b/tests/crop/imgpolygon.sh
index e2a0241..88fa320 100755
--- a/tests/crop/imgpolygon.sh
+++ b/tests/crop/imgpolygon.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/section.sh b/tests/crop/section.sh
index 69b22f5..af38d79 100755
--- a/tests/crop/section.sh
+++ b/tests/crop/section.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/wcscat.sh b/tests/crop/wcscat.sh
index 3a56af6..bacdf2b 100755
--- a/tests/crop/wcscat.sh
+++ b/tests/crop/wcscat.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/wcscenter.sh b/tests/crop/wcscenter.sh
index 51673a0..242cb9b 100755
--- a/tests/crop/wcscenter.sh
+++ b/tests/crop/wcscenter.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/crop/wcspolygon.sh b/tests/crop/wcspolygon.sh
index 6d6f9db..85328cb 100755
--- a/tests/crop/wcspolygon.sh
+++ b/tests/crop/wcspolygon.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/fits/copyhdu.sh b/tests/fits/copyhdu.sh
index 15c6d8a..3e67409 100755
--- a/tests/fits/copyhdu.sh
+++ b/tests/fits/copyhdu.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/fits/delete.sh b/tests/fits/delete.sh
index 583c67a..7d7292f 100755
--- a/tests/fits/delete.sh
+++ b/tests/fits/delete.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/fits/print.sh b/tests/fits/print.sh
index c191393..86f0c15 100755
--- a/tests/fits/print.sh
+++ b/tests/fits/print.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/fits/update.sh b/tests/fits/update.sh
index f89e0db..9c95413 100755
--- a/tests/fits/update.sh
+++ b/tests/fits/update.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/fits/write.sh b/tests/fits/write.sh
index 4ba5bf4..c706d09 100755
--- a/tests/fits/write.sh
+++ b/tests/fits/write.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/lib/multithread.sh b/tests/lib/multithread.sh
index b9953ca..87a173e 100755
--- a/tests/lib/multithread.sh
+++ b/tests/lib/multithread.sh
@@ -7,6 +7,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/lib/versioncxx.sh b/tests/lib/versioncxx.sh
index c52e9e2..84ae738 100755
--- a/tests/lib/versioncxx.sh
+++ b/tests/lib/versioncxx.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/match/merged-cols.sh b/tests/match/merged-cols.sh
index 9a21aa3..9d136dd 100755
--- a/tests/match/merged-cols.sh
+++ b/tests/match/merged-cols.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/match/positions-1.txt b/tests/match/positions-1.txt
index 4663ca7..78e7396 100644
--- a/tests/match/positions-1.txt
+++ b/tests/match/positions-1.txt
@@ -2,6 +2,8 @@
 # Column 2: EFGH
 # Column 3: IJKL
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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,
diff --git a/tests/match/positions-2.txt b/tests/match/positions-2.txt
index 3d77194..275dbba 100644
--- a/tests/match/positions-2.txt
+++ b/tests/match/positions-2.txt
@@ -2,6 +2,8 @@
 # Column 2: ACCU1
 # Column 3: ACCU2
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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,
diff --git a/tests/match/positions.sh b/tests/match/positions.sh
index e9b51c9..fbe3aa2 100755
--- a/tests/match/positions.sh
+++ b/tests/match/positions.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkcatalog/aperturephot.sh b/tests/mkcatalog/aperturephot.sh
index 760cd7a..948fcc6 100755
--- a/tests/mkcatalog/aperturephot.sh
+++ b/tests/mkcatalog/aperturephot.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkcatalog/detections.sh b/tests/mkcatalog/detections.sh
index e6b42b5..e95eb67 100755
--- a/tests/mkcatalog/detections.sh
+++ b/tests/mkcatalog/detections.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkcatalog/objects-clumps.sh 
b/tests/mkcatalog/objects-clumps.sh
index 1cbd776..16849d3 100755
--- a/tests/mkcatalog/objects-clumps.sh
+++ b/tests/mkcatalog/objects-clumps.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mknoise/addnoise.sh b/tests/mknoise/addnoise.sh
index 206f5b1..d1634c0 100755
--- a/tests/mknoise/addnoise.sh
+++ b/tests/mknoise/addnoise.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/clearcanvas.sh b/tests/mkprof/clearcanvas.sh
index fc50418..f6c8e9f 100755
--- a/tests/mkprof/clearcanvas.sh
+++ b/tests/mkprof/clearcanvas.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/clearcanvas.txt b/tests/mkprof/clearcanvas.txt
index 3e7f226..d4259fe 100644
--- a/tests/mkprof/clearcanvas.txt
+++ b/tests/mkprof/clearcanvas.txt
@@ -13,6 +13,8 @@
 # `mkprofcat1.txt', because we are using the over-sampled image as a
 # canvas.
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/mkprof/ellipticalmasks.sh b/tests/mkprof/ellipticalmasks.sh
index 25b1167..0899020 100755
--- a/tests/mkprof/ellipticalmasks.sh
+++ b/tests/mkprof/ellipticalmasks.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/ellipticalmasks.txt b/tests/mkprof/ellipticalmasks.txt
index 866bfab..3db0172 100644
--- a/tests/mkprof/ellipticalmasks.txt
+++ b/tests/mkprof/ellipticalmasks.txt
@@ -9,6 +9,8 @@
 # Column 9:  Magnitude         [ABmag, f64]  Magnitude of profile within 
truncation radius
 # Column 10: Truncation radius [dist, f64]   Truncation radius to stop 
building profile
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/mkprof/mkprofcat1.txt b/tests/mkprof/mkprofcat1.txt
index 71810c3..b291d32 100644
--- a/tests/mkprof/mkprofcat1.txt
+++ b/tests/mkprof/mkprofcat1.txt
@@ -9,6 +9,8 @@
 # Column 9:  Magnitude         [ABmag, f64]  Magnitude of profile within 
truncation radius
 # Column 10: Truncation radius [dist, f64]   Truncation radius to stop 
building profile
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/mkprof/mkprofcat2.txt b/tests/mkprof/mkprofcat2.txt
index e53cc2a..9ce2b83 100644
--- a/tests/mkprof/mkprofcat2.txt
+++ b/tests/mkprof/mkprofcat2.txt
@@ -9,6 +9,8 @@
 # Column 9:  Magnitude         [ABmag, f64]  Magnitude of profile within 
truncation radius
 # Column 10: Truncation radius [dist, f64]   Truncation radius to stop 
building profile
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/mkprof/mkprofcat3.txt b/tests/mkprof/mkprofcat3.txt
index 09867e3..dba7d4d 100644
--- a/tests/mkprof/mkprofcat3.txt
+++ b/tests/mkprof/mkprofcat3.txt
@@ -9,6 +9,8 @@
 # Column 9:  Magnitude         [ABmag, f64]  Magnitude of profile within 
truncation radius
 # Column 10: Truncation radius [dist, f64]   Truncation radius to stop 
building profile
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/mkprof/mkprofcat4.txt b/tests/mkprof/mkprofcat4.txt
index 4abab13..a38cbe1 100644
--- a/tests/mkprof/mkprofcat4.txt
+++ b/tests/mkprof/mkprofcat4.txt
@@ -9,6 +9,8 @@
 # Column 9:  Magnitude         [ABmag, f64]  Magnitude of profile within 
truncation radius
 # Column 10: Truncation radius [dist, f64]   Truncation radius to stop 
building profile
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/mkprof/mosaic1.sh b/tests/mkprof/mosaic1.sh
index 5f52742..db3f346 100755
--- a/tests/mkprof/mosaic1.sh
+++ b/tests/mkprof/mosaic1.sh
@@ -11,6 +11,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/mosaic2.sh b/tests/mkprof/mosaic2.sh
index d5043e6..1a263f5 100755
--- a/tests/mkprof/mosaic2.sh
+++ b/tests/mkprof/mosaic2.sh
@@ -13,6 +13,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/mosaic3.sh b/tests/mkprof/mosaic3.sh
index 4d530c4..f3b7665 100755
--- a/tests/mkprof/mosaic3.sh
+++ b/tests/mkprof/mosaic3.sh
@@ -11,6 +11,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/mosaic4.sh b/tests/mkprof/mosaic4.sh
index e894a3e..8877e99 100755
--- a/tests/mkprof/mosaic4.sh
+++ b/tests/mkprof/mosaic4.sh
@@ -11,6 +11,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/radeccat.sh b/tests/mkprof/radeccat.sh
index 7363cf8..a3c83f7 100755
--- a/tests/mkprof/radeccat.sh
+++ b/tests/mkprof/radeccat.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/mkprof/radeccat.txt b/tests/mkprof/radeccat.txt
index 2a84cc5..f318f1a 100644
--- a/tests/mkprof/radeccat.txt
+++ b/tests/mkprof/radeccat.txt
@@ -9,6 +9,8 @@
 # Column 9:  Magnitude         [ABmag, f64]   Magnitude of profile within 
truncation radius
 # Column 10: Truncation radius [dist,  f64]    Truncation radius to stop 
building profile
 #
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/noisechisel/noisechisel.sh b/tests/noisechisel/noisechisel.sh
index 81e8add..88ffede 100755
--- a/tests/noisechisel/noisechisel.sh
+++ b/tests/noisechisel/noisechisel.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/script/list-by-night.sh b/tests/script/list-by-night.sh
index f58e41e..6825a0f 100755
--- a/tests/script/list-by-night.sh
+++ b/tests/script/list-by-night.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/segment/segment.sh b/tests/segment/segment.sh
index ad32674..d995f35 100755
--- a/tests/segment/segment.sh
+++ b/tests/segment/segment.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/statistics/basicstats.sh b/tests/statistics/basicstats.sh
index 7bb6ba4..a412360 100755
--- a/tests/statistics/basicstats.sh
+++ b/tests/statistics/basicstats.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/statistics/estimate_sky.sh b/tests/statistics/estimate_sky.sh
index 3735844..e7b2fa9 100755
--- a/tests/statistics/estimate_sky.sh
+++ b/tests/statistics/estimate_sky.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/statistics/from-stdin.sh b/tests/statistics/from-stdin.sh
index 7105fdb..e3cb588 100755
--- a/tests/statistics/from-stdin.sh
+++ b/tests/statistics/from-stdin.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/statistics/stdin-input.txt b/tests/statistics/stdin-input.txt
index 39ee21e..36847f6 100644
--- a/tests/statistics/stdin-input.txt
+++ b/tests/statistics/stdin-input.txt
@@ -1,3 +1,5 @@
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/table/fits-ascii-to-txt.sh b/tests/table/fits-ascii-to-txt.sh
index e3f4393..2d2e3e6 100755
--- a/tests/table/fits-ascii-to-txt.sh
+++ b/tests/table/fits-ascii-to-txt.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/table/fits-binary-to-txt.sh 
b/tests/table/fits-binary-to-txt.sh
index 8073b74..09cbe46 100755
--- a/tests/table/fits-binary-to-txt.sh
+++ b/tests/table/fits-binary-to-txt.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/table/table.txt b/tests/table/table.txt
index e1e330c..66daabc 100644
--- a/tests/table/table.txt
+++ b/tests/table/table.txt
@@ -30,6 +30,8 @@
 # the `width - precision - 1' (when everything is default, you can get
 # these values from `lib/gnuastro/table.h').
 
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
+#
 # 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
diff --git a/tests/table/txt-to-fits-ascii.sh b/tests/table/txt-to-fits-ascii.sh
index e5edb5d..8ca4501 100755
--- a/tests/table/txt-to-fits-ascii.sh
+++ b/tests/table/txt-to-fits-ascii.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/table/txt-to-fits-binary.sh 
b/tests/table/txt-to-fits-binary.sh
index 02350f5..69b5051 100755
--- a/tests/table/txt-to-fits-binary.sh
+++ b/tests/table/txt-to-fits-binary.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/warp/homographic.sh b/tests/warp/homographic.sh
index 9d48afc..c350aa2 100755
--- a/tests/warp/homographic.sh
+++ b/tests/warp/homographic.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/tests/warp/warp_scale.sh b/tests/warp/warp_scale.sh
index 23537ad..e0a3b0d 100755
--- a/tests/warp/warp_scale.sh
+++ b/tests/warp/warp_scale.sh
@@ -6,6 +6,7 @@
 # Original author:
 #     Mohammad Akhlaghi <address@hidden>
 # Contributing author(s):
+# Copyright (C) 2015-2019 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright



reply via email to

[Prev in Thread] Current Thread [Next in Thread]