From 0993a6a10cc81d105ff2cad0b92b1c83f5db3d0b Mon Sep 17 00:00:00 2001
From: mishako
Date: Sun, 19 Jun 2016 00:03:35 +0200
Subject: [PATCH 1/9] Remove license info from package.html files
We already have license headers in all java files, no need to include
it in package descriptions.
---
.../com/rometools/modules/base/package.html | 35 -----------------
.../rometools/modules/base/types/package.html | 35 -----------------
.../com/rometools/modules/cc/package.html | 35 -----------------
.../rometools/modules/cc/types/package.html | 35 -----------------
.../rometools/modules/content/package.html | 39 -------------------
.../rometools/modules/feedburner/package.html | 30 --------------
.../com/rometools/modules/itunes/package.html | 37 ------------------
.../modules/itunes/types/package.html | 37 ------------------
.../rometools/modules/mediarss/package.html | 19 ---------
.../rometools/modules/photocast/package.html | 36 -----------------
.../rometools/modules/slash/io/package.html | 35 -----------------
.../com/rometools/modules/slash/package.html | 35 -----------------
.../com/rometools/modules/sle/package.html | 14 -------
.../modules/yahooweather/io/package.html | 35 -----------------
.../modules/yahooweather/package.html | 37 +-----------------
.../modules/yahooweather/types/package.html | 37 +-----------------
.../com/rometools/opml/feed/opml/package.html | 16 --------
.../opml/feed/synd/impl/package.html | 16 --------
.../com/rometools/opml/io/impl/package.html | 17 --------
19 files changed, 2 insertions(+), 578 deletions(-)
delete mode 100644 rome-modules/src/main/java/com/rometools/modules/feedburner/package.html
diff --git a/rome-modules/src/main/java/com/rometools/modules/base/package.html b/rome-modules/src/main/java/com/rometools/modules/base/package.html
index 49cd810..1919609 100644
--- a/rome-modules/src/main/java/com/rometools/modules/base/package.html
+++ b/rome-modules/src/main/java/com/rometools/modules/base/package.html
@@ -33,40 +33,5 @@
are not affiliated with Google, Inc. and Google does not endorse, support,
blah blah blah.
-
- * This library is provided under dual licenses.
- * You may choose the terms of the Lesser General Public License or the Apache
- * License at your discretion.
- *
- * Copyright (C) 2005 Robert Cooper, Temple of the Screaming Penguin
- *
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
-