gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master e1ba5ac: Copyright notice added to remaining c


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master e1ba5ac: Copyright notice added to remaining config and README files
Date: Tue, 2 Apr 2019 07:25:13 -0400 (EDT)

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

    Copyright notice added to remaining config and README files
    
    After doing a systematic search for files without a copyright notice, a few
    more were found that didn't have a notice. So a notice was added for them.
    
    I used this Bash command to find the files:
    
    for f in $(find ./ -type f); do \
      if [[ $f != *.git* ]]; then \
        n=$(grep -i copyright $f | wc -l); \
        echo "$n $f"; \
      fi; \
    done | awk '$1==0'
---
 .autom4te.cfg                | 10 ++++++++--
 .dir-locals.el               |  5 +++++
 .mailmap                     |  7 +++++++
 README                       |  1 -
 doc/README                   |  1 -
 doc/gnuastro.translist       | 16 ++++++++++++++++
 doc/plotsrc/README           | 21 ++++++++++++++++++---
 lib/gnuastro-internal/README | 18 +++++++++++++++++-
 lib/gnuastro.pc.in           | 20 ++++++++++++++++++++
 lib/gnuastro/README          | 18 +++++++++++++++++-
 10 files changed, 108 insertions(+), 9 deletions(-)

diff --git a/.autom4te.cfg b/.autom4te.cfg
index bbda037..4f27850 100644
--- a/.autom4te.cfg
+++ b/.autom4te.cfg
@@ -1,6 +1,6 @@
 # Configuration file for autom4te
 # ===============================
-
+#
 # autom4te is used to create the familiar `./configure' script from
 # configure.ac (hand written by Gnuastro developers). autom4te is
 # called during the bootstrapping process (see README-hacking, or the
@@ -13,10 +13,16 @@
 # configuration file, we are asking autom4te to make its cache
 # directory within the bootstrapped directory to keep things on the
 # top directory clean.
+#
+# 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.
+
+
 
 # We are using the Autoconf manual's "Customizing autom4te" and
 # "Invoking autom4te" sections as a reference for this file.
-
 begin-language: "Autoconf-without-aclocal-m4"
 args: --cache=./bootstrapped/autom4te.cache
 end-language: "Autoconf-without-aclocal-m4"
\ No newline at end of file
diff --git a/.dir-locals.el b/.dir-locals.el
index af98cc8..1587626 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -8,6 +8,11 @@
 ;; or the number of spaces to be used for indentation.
 ;;
 ;; For more information see (info "(emacs) Directory Variables")
+;;
+;; 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.
 
 ((nil
   (indent-tabs-mode . nil) ;; No tabs as indentation
diff --git a/.mailmap b/.mailmap
index f8f1c22..632ea32 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,3 +1,10 @@
+# Map different emails to people in Git.
+#
+# 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.
+
 Boud Roukema <address@hidden>
 Mohammad Akhlaghi <address@hidden>
 <address@hidden> <address@hidden>
diff --git a/README b/README
index 098d4eb..de215bf 100644
--- a/README
+++ b/README
@@ -249,7 +249,6 @@ bug for a shorter and more relevant list to look into.
 
 Copyright information
 ---------------------
-
 Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document under
diff --git a/doc/README b/doc/README
index 188a0c9..8e1dd9d 100644
--- a/doc/README
+++ b/doc/README
@@ -49,7 +49,6 @@ them one by one!
 
 Copyright
 ---------
-
 Copyright (C) 2015-2019 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document under
diff --git a/doc/gnuastro.translist b/doc/gnuastro.translist
index 6bec9f7..b32d101 100644
--- a/doc/gnuastro.translist
+++ b/doc/gnuastro.translist
@@ -1,4 +1,20 @@
 <!-- begin translist file -->
+<!-- Copyright (C) 2015-2019, Free Software Foundation, Inc.
+
+ This file is part of GNU Astronomy Utilities (Gnuastro) webpage.
+
+ Gnuastro is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Gnuastro is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Gnuastro. If not, see <http://www.gnu.org/licenses/>. -->
 <!--#set var="TRANSLATION_LIST"
 value='<div id="translations">
 <p>
diff --git a/doc/plotsrc/README b/doc/plotsrc/README
index befdda4..6511edf 100644
--- a/doc/plotsrc/README
+++ b/doc/plotsrc/README
@@ -1,3 +1,9 @@
+Make the plots/figures of the book
+----------------------------------
+
+Copyright (C) 2015-2019 Free Software Foundation, Inc.
+See the end of the file for license conditions.
+
 This directory has all the necessary information to make the plots
 that are to be drawn by LaTeX (TikZ) and will also convert all the
 manual images to the necessary formats for all the Texinfo output
@@ -9,8 +15,6 @@ To do everything, simply run:
 
 
 
-
-
 PRACTICAL NOTES
 ---------------
 
@@ -22,4 +26,15 @@ convert: attempt to perform an operation not allowed by the 
security policy `EPS
 If you do, go to `/etc/ImageMagick-7/policy.xml', and uncomment the line
 with the EPS,PDF,etc.... policy limitations. It was apparently due to a bug
 in Ghostscript that has been fixed since version 9.24
-(https://www.kb.cert.org/vuls/id/332928/).
\ No newline at end of file
+(https://www.kb.cert.org/vuls/id/332928/).
+
+
+
+Copyright
+---------
+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.
\ No newline at end of file
diff --git a/lib/gnuastro-internal/README b/lib/gnuastro-internal/README
index d9c87b9..a4e26f2 100644
--- a/lib/gnuastro-internal/README
+++ b/lib/gnuastro-internal/README
@@ -1,9 +1,25 @@
 GNU Astronomy Utilities internal header files
 ---------------------------------------------
 
+Copyright (C) 2015-2019 Free Software Foundation, Inc.
+See the end of the file for license conditions.
+
 The `.h' files in this directory are headers to Gnuastro's internal
 libraries: libraries that are only available to Gnuastro's programs. These
 are functions that are mainly to do with running a program, for example the
 common options to all the programs, functions to manage options and
 configuration files, timing and etc (the names are hopefully descriptive
-enough).
\ No newline at end of file
+enough).
+
+
+
+
+
+Copyright
+---------
+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.
\ No newline at end of file
diff --git a/lib/gnuastro.pc.in b/lib/gnuastro.pc.in
index 8607e88..3223d8f 100644
--- a/lib/gnuastro.pc.in
+++ b/lib/gnuastro.pc.in
@@ -1,3 +1,23 @@
+# pkg-config settings for Gnuastro's library.
+#
+# Original author:
+#     Mohammad Akhlaghi <address@hidden>
+# Contributing author(s):
+# Copyright (C) 2015-2019, Free Software Foundation, Inc.
+#
+# Gnuastro is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Gnuastro is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Gnuastro. If not, see <http://www.gnu.org/licenses/>.
+
 address@hidden@
 address@hidden@
 address@hidden@
diff --git a/lib/gnuastro/README b/lib/gnuastro/README
index dab1dcf..8dec4c3 100644
--- a/lib/gnuastro/README
+++ b/lib/gnuastro/README
@@ -1,6 +1,9 @@
 GNU Astronomy Utilities library header files
 ============================================
 
+Copyright (C) 2015-2019 Free Software Foundation, Inc.
+See the end of the file for license conditions.
+
 This directory contins Gnuastro's installed library header files. Once
 installed, these headers will be installed in the specified
 '$(prefix)/include/gnuastro' directory (the value of '$(prefix)' can be set
@@ -11,4 +14,17 @@ Inside of Gnuastro, the directory is given the same name to 
make Gnuastro's
 internal code similar to what a user would use in their own programs once
 the header files are installed. The headers that are not installed are kept
 in the parent directory of this directory mixed with the actual library
-`.c' source files.
\ No newline at end of file
+`.c' source files.
+
+
+
+
+
+Copyright
+---------
+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.



reply via email to

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