aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-03-29 19:51:52 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-03-29 19:51:52 +0000
commitc088a1776fa90877e8fd8d87863d5df94030cbdd (patch)
tree1456b6a54bd3051317fff17f83437f64a3505540 /paper.tex
parent27d3bb906b843a38c371e66372745095ccaceef6 (diff)
Added Copyright to all TeX and README files
In order to be more clear, a copyright statement was added to all the LaTeX and README files.
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/paper.tex b/paper.tex
index a2a7c91..70153a3 100644
--- a/paper.tex
+++ b/paper.tex
@@ -1,3 +1,5 @@
+%% Copyright (C) 2018-2019 Mohammad Akhlaghi.
+%% See the end of the file for license conditions.
\documentclass[10pt, twocolumn]{article}
%% This is a convenience variable if you are using PGFPlots to build plots
@@ -238,3 +240,19 @@ research would not be possible without them.
%% Finish LaTeX
\end{document}
+
+%% 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/>.