From 6425d02d25ad82c6637bfd80725ae0afe178ac47 Mon Sep 17 00:00:00 2001 From: Pacien Date: Thu, 11 Jul 2013 17:02:13 +0200 Subject: Rename project --- .project | 2 +- common.go | 8 ++++---- compiled.go | 8 ++++---- context.go | 8 ++++---- dynamic.go | 8 ++++---- interactive.go | 8 ++++---- main.go | 10 +++++----- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.project b/.project index cca9f7c..646b62a 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - CompileTree + FoldaWeb diff --git a/common.go b/common.go index e6b93ae..3203945 100644 --- a/common.go +++ b/common.go @@ -1,19 +1,19 @@ /* - This file is part of CompileTree (https://github.com/Pacien/CompileTree) + This file is part of FoldaWeb - CompileTree is free software: you can redistribute it and/or modify + FoldaWeb 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. - CompileTree is distributed in the hope that it will be useful, + FoldaWeb 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 CompileTree. If not, see . + along with FoldaWeb. If not, see . */ diff --git a/compiled.go b/compiled.go index e7b7d0b..7a3bd67 100644 --- a/compiled.go +++ b/compiled.go @@ -1,19 +1,19 @@ /* - This file is part of CompileTree (https://github.com/Pacien/CompileTree) + This file is part of FoldaWeb - CompileTree is free software: you can redistribute it and/or modify + FoldaWeb 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. - CompileTree is distributed in the hope that it will be useful, + FoldaWeb 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 CompileTree. If not, see . + along with FoldaWeb. If not, see . */ diff --git a/context.go b/context.go index a099da4..27a8c4a 100644 --- a/context.go +++ b/context.go @@ -1,19 +1,19 @@ /* - This file is part of CompileTree (https://github.com/Pacien/CompileTree) + This file is part of FoldaWeb - CompileTree is free software: you can redistribute it and/or modify + FoldaWeb 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. - CompileTree is distributed in the hope that it will be useful, + FoldaWeb 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 CompileTree. If not, see . + along with FoldaWeb. If not, see . */ diff --git a/dynamic.go b/dynamic.go index e2a2713..892ba71 100644 --- a/dynamic.go +++ b/dynamic.go @@ -1,19 +1,19 @@ /* - This file is part of CompileTree (https://github.com/Pacien/CompileTree) + This file is part of FoldaWeb - CompileTree is free software: you can redistribute it and/or modify + FoldaWeb 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. - CompileTree is distributed in the hope that it will be useful, + FoldaWeb 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 CompileTree. If not, see . + along with FoldaWeb. If not, see . */ diff --git a/interactive.go b/interactive.go index 221a189..8ce32ca 100644 --- a/interactive.go +++ b/interactive.go @@ -1,19 +1,19 @@ /* - This file is part of CompileTree (https://github.com/Pacien/CompileTree) + This file is part of FoldaWeb - CompileTree is free software: you can redistribute it and/or modify + FoldaWeb 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. - CompileTree is distributed in the hope that it will be useful, + FoldaWeb 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 CompileTree. If not, see . + along with FoldaWeb. If not, see . */ diff --git a/main.go b/main.go index 14a3be3..7a766b7 100644 --- a/main.go +++ b/main.go @@ -1,19 +1,19 @@ /* - This file is part of CompileTree (https://github.com/Pacien/CompileTree) + This file is part of FoldaWeb - CompileTree is free software: you can redistribute it and/or modify + FoldaWeb 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. - CompileTree is distributed in the hope that it will be useful, + FoldaWeb 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 CompileTree. If not, see . + along with FoldaWeb. If not, see . */ @@ -55,7 +55,7 @@ func init() { } func main() { - fmt.Println("CompileTree") + fmt.Println("FoldaWeb ") fmt.Println("Mode: " + *settings.mode) fmt.Println("Source: " + *settings.sourceDir) fmt.Println("Output: " + *settings.outputDir) -- cgit v1.2.3