summaryrefslogtreecommitdiff
path: root/src/ninjacloud.go
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2012-09-15 15:51:42 +0100
committerPacien2015-12-07 22:48:23 +0100
commit05850dde6fd412db0b7454735ac6186a7984894d (patch)
tree0950d1505db952c24023fcf0706ef5305fbe3736 /src/ninjacloud.go
parent354df67af0ddf985a79c5791ece9238602f6b474 (diff)
downloadninja-go-local-cloud-05850dde6fd412db0b7454735ac6186a7984894d.tar.gz
Adding license and version informations.
Diffstat (limited to 'src/ninjacloud.go')
-rw-r--r--src/ninjacloud.go19
1 files changed, 19 insertions, 0 deletions
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 @@
1/*
2
3 This file is part of Ninja Go Local Cloud (https://pacien.net/projects/Ninja Go Local Cloud).
4
5 Ninja Go Local Cloud is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Affero General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
9
10 Ninja Go Local Cloud is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU Affero General Public License for more details.
14
15 You should have received a copy of the GNU Affero General Public License
16 along with Ninja Go Local Cloud. If not, see <http://www.gnu.org/licenses/>.
17
18*/
19
1package main 20package main
2 21
3import ( 22import (