diff options
author | Pacien | 2013-07-11 17:02:13 +0200 |
---|---|---|
committer | Pacien | 2013-07-11 17:02:13 +0200 |
commit | 6425d02d25ad82c6637bfd80725ae0afe178ac47 (patch) | |
tree | 933df59906aa6eb660ccc00fc9f44642353171a4 | |
parent | 19e1e4cc1c23772f691e73ecf7602348a81e83f8 (diff) | |
download | foldaweb-6425d02d25ad82c6637bfd80725ae0afe178ac47.tar.gz |
Rename project
-rw-r--r-- | .project | 2 | ||||
-rw-r--r-- | common.go | 8 | ||||
-rw-r--r-- | compiled.go | 8 | ||||
-rw-r--r-- | context.go | 8 | ||||
-rw-r--r-- | dynamic.go | 8 | ||||
-rw-r--r-- | interactive.go | 8 | ||||
-rw-r--r-- | main.go | 10 |
7 files changed, 26 insertions, 26 deletions
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <projectDescription> | 2 | <projectDescription> |
3 | <name>CompileTree</name> | 3 | <name>FoldaWeb</name> |
4 | <comment></comment> | 4 | <comment></comment> |
5 | <projects> | 5 | <projects> |
6 | </projects> | 6 | </projects> |
@@ -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 | ||
diff --git a/compiled.go b/compiled.go index e7b7d0b..7a3bd67 100644 --- a/compiled.go +++ b/compiled.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 | ||
@@ -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 | ||
@@ -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 | ||
diff --git a/interactive.go b/interactive.go index 221a189..8ce32ca 100644 --- a/interactive.go +++ b/interactive.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 | ||
@@ -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 | ||
@@ -55,7 +55,7 @@ func init() { | |||
55 | } | 55 | } |
56 | 56 | ||
57 | func main() { | 57 | func main() { |
58 | fmt.Println("CompileTree") | 58 | fmt.Println("FoldaWeb <https://github.com/Pacien/FoldaWeb>") |
59 | fmt.Println("Mode: " + *settings.mode) | 59 | fmt.Println("Mode: " + *settings.mode) |
60 | fmt.Println("Source: " + *settings.sourceDir) | 60 | fmt.Println("Source: " + *settings.sourceDir) |
61 | fmt.Println("Output: " + *settings.outputDir) | 61 | fmt.Println("Output: " + *settings.outputDir) |