|
1 | 1 | /* |
2 | | - * This file is part of CSSTidy. |
| 2 | + * Copyright 2005, 2006, 2007 Florian Schmitz |
3 | 3 | * |
4 | | - * CSSTidy is free software; you can redistribute it and/or modify |
5 | | - * it under the terms of the GNU General Public License as published by |
6 | | - * the Free Software Foundation; either version 2 of the License, or |
7 | | - * (at your option) any later version. |
| 4 | + * This file is part of CSSTidy. |
8 | 5 | * |
9 | | - * CSSTidy is distributed in the hope that it will be useful, |
10 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | | - * GNU General Public License for more details. |
| 6 | + * CSSTidy is free software; you can redistribute it and/or modify |
| 7 | + * it under the terms of the GNU Lesser General Public License as published by |
| 8 | + * the Free Software Foundation; either version 2.1 of the License, or |
| 9 | + * (at your option) any later version. |
13 | 10 | * |
14 | | - * You should have received a copy of the GNU General Public License |
15 | | - * along with CSSTidy; if not, write to the Free Software |
16 | | - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
17 | | - */ |
| 11 | + * CSSTidy is distributed in the hope that it will be useful, |
| 12 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | + * GNU Lesser General Public License for more details. |
| 15 | + * |
| 16 | + * You should have received a copy of the GNU Lesser General Public License |
| 17 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | +*/ |
18 | 19 |
|
19 | 20 | #include "csspp_globals.hpp" |
20 | 21 | extern map< string, vector<string> > shorthands; |
|
0 commit comments