r72688 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72687‎ | r72688 | r72689 >
Date:22:12, 9 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Changed the license to Apache 2.0 - I also hereby grant the copyright to the Wikimedia Foundation.
Modified paths:
  • /trunk/phase3/includes/libs/CSSMin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/libs/CSSMin.php
@@ -1,19 +1,15 @@
22 <?php
3 -/**
4 - * This program 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.
8 - *
9 - * This program 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.
13 - *
14 - * You should have received a copy of the GNU General Public License along
15 - * with this program; if not, write to the Free Software Foundation, Inc.,
16 - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 - * http://www.gnu.org/copyleft/gpl.html
 3+/*
 4+ * Copyright 2010 Wikimedia Foundation
 5+ *
 6+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
 7+ * the License. You may obtain a copy of the License at
 8+ *
 9+ * http://www.apache.org/licenses/LICENSE-2.0
 10+ *
 11+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
 12+ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
 13+ * specific language governing permissions and limitations under the License.
1814 */
1915
2016 /**
@@ -21,7 +17,11 @@
2218 *
2319 * This class provides minification, URL remapping, URL extracting, and data-URL embedding.
2420 *
25 - * @author Trevor Parscal
 21+ * @file
 22+ * @version 0.1.0 -- 2010-09-09
 23+ * @author Trevor Parscal <tparscal@wikimedia.org>
 24+ * @copyright Copyright 2010 Wikimedia Foundation
 25+ * @license http://www.apache.org/licenses/LICENSE-2.0
2626 */
2727 class CSSMin {
2828

Status & tagging log