aboutsummaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/common.go b/common.go
index e6b93ae..3203945 100644
--- a/common.go
+++ b/common.go
@@ -1,19 +1,19 @@
1/* 1/*
2 2
3 This file is part of CompileTree (https://github.com/Pacien/CompileTree) 3 This file is part of FoldaWeb <https://github.com/Pacien/FoldaWeb>
4 4
5 CompileTree is free software: you can redistribute it and/or modify 5 FoldaWeb 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 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 7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version. 8 (at your option) any later version.
9 9
10 CompileTree is distributed in the hope that it will be useful, 10 FoldaWeb is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU Affero General Public License for more details. 13 GNU Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with CompileTree. If not, see <http://www.gnu.org/licenses/>. 16 along with FoldaWeb. If not, see <http://www.gnu.org/licenses/>.
17 17
18*/ 18*/
19 19