From 5d56820e0ab1fc147b45728c6ac89c4ac0b90e54 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 2 Apr 2019 12:34:00 +0100 Subject: Copyright notice added to remaining 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' --- .dir-locals.el | 5 +++++ .file-metadata | Bin 4085 -> 4005 bytes paper.tex | 6 +++--- reproduce/src/bash/git-post-checkout | 8 ++++---- reproduce/src/bash/git-pre-commit | 8 ++++---- tex/src/references.tex | 21 +++++++++++++++++++++ 6 files changed, 37 insertions(+), 11 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index ae7e990..3ffb548 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. ( ;; C files. diff --git a/.file-metadata b/.file-metadata index 69f5f5a..062e1f1 100644 Binary files a/.file-metadata and b/.file-metadata differ diff --git a/paper.tex b/paper.tex index 70153a3..e62ba46 100644 --- a/paper.tex +++ b/paper.tex @@ -243,16 +243,16 @@ research would not be possible without them. %% This file is part of the reproducible paper template %% https://gitlab.com/makhlaghi/reproducible-paper - +% %% This template 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. - +% %% This template 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 Template. If not, see . diff --git a/reproduce/src/bash/git-post-checkout b/reproduce/src/bash/git-post-checkout index 153b277..a56c21f 100644 --- a/reproduce/src/bash/git-post-checkout +++ b/reproduce/src/bash/git-post-checkout @@ -4,10 +4,10 @@ # controlled files (with each commit) using the `metastore' program. # # This script is taken from the `examples/hooks/pre-commit' file of the -# `metastore' package (installed within the pipeline, with an MIT -# license). We have just changed the name of the `MSFILE' and also set -# special characters for the installation location of meta-store so our own -# installation is found by Git. +# `metastore' package (installed within the pipeline, with an MIT license +# for copyright). We have just changed the name of the `MSFILE' and also +# set special characters for the installation location of meta-store so our +# own installation is found by Git. # File containig the metadata and metastore executable. MSFILE=".file-metadata" diff --git a/reproduce/src/bash/git-pre-commit b/reproduce/src/bash/git-pre-commit index 0fa6c52..cd06c25 100644 --- a/reproduce/src/bash/git-pre-commit +++ b/reproduce/src/bash/git-pre-commit @@ -4,10 +4,10 @@ # controlled files (with each commit) using the `metastore' program. # # This script is taken from the `examples/hooks/pre-commit' file of the -# `metastore' package (installed within the pipeline, with an MIT -# license). We have just changed the name of the `MSFILE' and also set -# special characters for the installation location of meta-store so our own -# installation is found by Git. +# `metastore' package (installed within the pipeline, with an MIT license +# for copyright). We have just changed the name of the `MSFILE' and also +# set special characters for the installation location of meta-store so our +# own installation is found by Git. # # WARNING: # diff --git a/tex/src/references.tex b/tex/src/references.tex index 785ab21..c1c4084 100644 --- a/tex/src/references.tex +++ b/tex/src/references.tex @@ -1,3 +1,24 @@ +%% References used in the template paper. +% +%% Original author: +%% Mohammad Akhlaghi +%% Contributing author(s): +%% Your name +%% Copyright (C) 2018-2019, Your Name. +% +%% This template 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. +% +%% This template 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 Template. If not, see . + @ARTICLE{astropy2018, author = {{Astropy Collaboration} and {Price-Whelan}, A.~M. and {Sip{\H o}cz}, B.~M. and {G{\"u}nther}, H.~M. and {Lim}, P.~L. and {Crawford}, S.~M. and -- cgit v1.2.1