aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-02 12:34:00 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-02 12:34:00 +0100
commit5d56820e0ab1fc147b45728c6ac89c4ac0b90e54 (patch)
tree678328312458f6ee06425b368d7bcfa97b02dad4 /paper.tex
parent67b1fe89dc6ec608c69f04c19941db6e3679c1e3 (diff)
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'
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex6
1 files changed, 3 insertions, 3 deletions
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 <https://www.gnu.org/licenses/>.