diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ninjacloud.go | 19 |
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 | |||
1 | package main | 20 | package main |
2 | 21 | ||
3 | import ( | 22 | import ( |