From 05850dde6fd412db0b7454735ac6186a7984894d Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 15 Sep 2012 15:51:42 +0100 Subject: Adding license and version informations. --- src/ninjacloud.go | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/ninjacloud.go') diff --git a/src/ninjacloud.go b/src/ninjacloud.go index 4068b2d..8954b6f 100644 --- a/src/ninjacloud.go +++ b/src/ninjacloud.go @@ -1,3 +1,22 @@ +/* + + This file is part of Ninja Go Local Cloud (https://pacien.net/projects/Ninja Go Local Cloud). + + Ninja Go Local Cloud is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Ninja Go Local Cloud 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with Ninja Go Local Cloud. If not, see . + +*/ + package main import ( -- cgit v1.2.3