Revision 128, 0.9 KB
(checked in by andreu, 12 years ago)
|
New information section in web site
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | print " <div id=\"contenu\"> <p> Author : Francois-Xavier Andreu (fx) <br> |
---|
4 | email andreu at renater dot fr or fx dot andreu at gmail dot com <br> |
---|
5 | Copyright (C) 2005-2010 GIP RENATER <br> |
---|
6 | <br> |
---|
7 | This file is part of renetcol. <br> |
---|
8 | <br> |
---|
9 | renetcol is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.<br> |
---|
10 | <br> |
---|
11 | renetcol 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 General Public License for more details.<br> |
---|
12 | <br> |
---|
13 | You should have received a copy of the GNU General Public License along with renetcol; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <br> </p> </div>\n"; |
---|
14 | |
---|
15 | ?> |
---|