From 8667e886c992ba872b313acd79d4ba61e1530e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sun, 16 Apr 2017 00:07:36 +0300 Subject: [PATCH] Adding copyright --- src/__init__.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/__init__.py b/src/__init__.py index e69de29..1987b55 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -0,0 +1,17 @@ +""" + Author: Denis Nutiu + This file is part of scoreboard-benchmark. + + scoreboard-benchmark 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. + + scoreboard-benchmark 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 scoreboard-benchmark . If not, see . +""" \ No newline at end of file