Browse the code
| Differences between 106 and 107 on /trunk/inc/classes/template.php. | |||||||
|---|---|---|---|---|---|---|---|
| Number of edited files: | 1 (0 added, 0 deleted and 1 modified) | ||||||
| Author: | xbright | ||||||
| Log message: | * Switch to the GNU Affero General Public License v3 | ||||||
| Date: | 2007-12-02 10:18:27 | ||||||
|
|||||||
| Old | New | Code |
|---|---|---|
| 2 | 2 |
# ***** BEGIN LICENSE BLOCK ***** |
| 3 | 3 |
# |
| 4 | 4 |
# This file is a part of CodingTeam. See <http://www.codingteam.net>. |
| 5 |
# Copyright (C) 2007 CodingTeam Team (See AUTHORS and THANKS for details) | |
| 5 |
# Copyright (C) 2007 CodingTeam (See AUTHORS and THANKS for details) | |
| 6 | 6 |
# |
| 7 | 7 |
# This program is free software: you can redistribute it and/or modify |
| 8 |
# it under the terms of the GNU General Public License as published by | |
| 9 |
# the Free Software Foundation, either version 3 of the License, or | |
| 10 |
# (at your option) any later version. | |
| 8 |
# it under the terms of the GNU Affero General Public License as
| |
| 9 |
# published by the Free Software Foundation, version 3 only. | |
| 11 | 10 |
# |
| 12 | 11 |
# This program is distributed in the hope that it will be useful, |
| 13 | 12 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | 13 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 |
# GNU General Public License for more details. | |
| 14 |
# GNU Affero General Public License for more details.
| |
| 16 | 15 |
# |
| 17 |
# You should have received a copy of the GNU General Public License | |
| 16 |
# You should have received a copy of the GNU Affero General Public License
| |
| 18 | 17 |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 19 | 18 |
# |
| 20 | 19 |
# ***** END LICENSE BLOCK ***** |
| 21 | 20 |

CodingTeam