[Libosinfo] [libosinfo PATCH] Remove FSF address from source files

Fabiano Fidêncio fidencio at redhat.com
Mon Oct 15 10:22:48 UTC 2018


Let's follow what's already done for the most part of libosinfo and
recommended from http://www.gnu.org/licenses/gpl-howto.html and do not
put FSF address in the source files. Instead, just link to FSF website.

Based on:
https://gitlab.com/libosinfo/libosinfo/commit/3343d0f9c1b0937824bee2527612047bc2e75f84

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 osinfo/osinfo_avatar_format.c | 4 ++--
 osinfo/osinfo_avatar_format.h | 4 ++--
 tests/test-db.c               | 3 +--
 tests/test-device.c           | 3 +--
 tests/test-devicelist.c       | 3 +--
 tests/test-entity.c           | 3 +--
 tests/test-filter.c           | 3 +--
 tests/test-install-script.c   | 3 +--
 tests/test-isodetect.c        | 3 +--
 tests/test-list.c             | 3 +--
 tests/test-loader.c           | 3 +--
 tests/test-mediauris.c        | 3 +--
 tests/test-os-resources.c     | 3 +--
 tests/test-os.c               | 3 +--
 tests/test-oslist.c           | 3 +--
 tests/test-platform.c         | 3 +--
 tests/test-platformlist.c     | 3 +--
 tests/test-product.c          | 3 +--
 tests/test-productfilter.c    | 3 +--
 tests/test-treeuris.c         | 3 +--
 tools/osinfo-detect.c         | 3 +--
 tools/osinfo-install-script.c | 3 +--
 tools/osinfo-query.c          | 3 +--
 23 files changed, 25 insertions(+), 46 deletions(-)

diff --git a/osinfo/osinfo_avatar_format.c b/osinfo/osinfo_avatar_format.c
index 4e0b9d9..f3d3dc6 100644
--- a/osinfo/osinfo_avatar_format.c
+++ b/osinfo/osinfo_avatar_format.c
@@ -15,8 +15,8 @@
  * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with this library. If not, see
+ * <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Fabiano Fidêncio <fabiano at fidencio.org>
diff --git a/osinfo/osinfo_avatar_format.h b/osinfo/osinfo_avatar_format.h
index ef5e52c..0b97b9e 100644
--- a/osinfo/osinfo_avatar_format.h
+++ b/osinfo/osinfo_avatar_format.h
@@ -14,8 +14,8 @@
  * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * License along with this library. If not, see
+ * <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Fabiano Fidêncio <fabiano at fidencio.org>
diff --git a/tests/test-db.c b/tests/test-db.c
index 553cea2..16c3edf 100644
--- a/tests/test-db.c
+++ b/tests/test-db.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-device.c b/tests/test-device.c
index 064ccc2..9f70c1b 100644
--- a/tests/test-device.c
+++ b/tests/test-device.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-devicelist.c b/tests/test-devicelist.c
index 0c9e3e8..7df8a69 100644
--- a/tests/test-devicelist.c
+++ b/tests/test-devicelist.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-entity.c b/tests/test-entity.c
index b89f0b5..e65963c 100644
--- a/tests/test-entity.c
+++ b/tests/test-entity.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-filter.c b/tests/test-filter.c
index 9afbc7f..f7c1c90 100644
--- a/tests/test-filter.c
+++ b/tests/test-filter.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-install-script.c b/tests/test-install-script.c
index bb9e79a..4935c32 100644
--- a/tests/test-install-script.c
+++ b/tests/test-install-script.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-isodetect.c b/tests/test-isodetect.c
index 76f0c5a..d000796 100644
--- a/tests/test-isodetect.c
+++ b/tests/test-isodetect.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-list.c b/tests/test-list.c
index 2d37619..32e5761 100644
--- a/tests/test-list.c
+++ b/tests/test-list.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-loader.c b/tests/test-loader.c
index 984219b..9b75d29 100644
--- a/tests/test-loader.c
+++ b/tests/test-loader.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-mediauris.c b/tests/test-mediauris.c
index 4bf8ead..c4fa356 100644
--- a/tests/test-mediauris.c
+++ b/tests/test-mediauris.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-os-resources.c b/tests/test-os-resources.c
index f7a8039..fe16b72 100644
--- a/tests/test-os-resources.c
+++ b/tests/test-os-resources.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Fabiano Fidêncio <fabiano at fidencio.org>
diff --git a/tests/test-os.c b/tests/test-os.c
index 3c1016a..2ec7960 100644
--- a/tests/test-os.c
+++ b/tests/test-os.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-oslist.c b/tests/test-oslist.c
index 6e056a6..fc4067f 100644
--- a/tests/test-oslist.c
+++ b/tests/test-oslist.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-platform.c b/tests/test-platform.c
index afcb919..461677c 100644
--- a/tests/test-platform.c
+++ b/tests/test-platform.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-platformlist.c b/tests/test-platformlist.c
index 852c6b7..ddf3b9f 100644
--- a/tests/test-platformlist.c
+++ b/tests/test-platformlist.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-product.c b/tests/test-product.c
index 3703a70..9310312 100644
--- a/tests/test-product.c
+++ b/tests/test-product.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-productfilter.c b/tests/test-productfilter.c
index 125bb9a..f9cc529 100644
--- a/tests/test-productfilter.c
+++ b/tests/test-productfilter.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tests/test-treeuris.c b/tests/test-treeuris.c
index 2b37bfb..b0b14e1 100644
--- a/tests/test-treeuris.c
+++ b/tests/test-treeuris.c
@@ -12,8 +12,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tools/osinfo-detect.c b/tools/osinfo-detect.c
index 952f0ff..9d9831e 100644
--- a/tools/osinfo-detect.c
+++ b/tools/osinfo-detect.c
@@ -15,8 +15,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Zeeshan Ali <zeenix at redhat.com>
diff --git a/tools/osinfo-install-script.c b/tools/osinfo-install-script.c
index 36ad20f..f4e632a 100644
--- a/tools/osinfo-install-script.c
+++ b/tools/osinfo-install-script.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
diff --git a/tools/osinfo-query.c b/tools/osinfo-query.c
index aa318b8..a75080c 100644
--- a/tools/osinfo-query.c
+++ b/tools/osinfo-query.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * with this program. If not, see <http://www.gnu.org/licenses/>
  *
  * Authors:
  *   Daniel P. Berrange <berrange at redhat.com>
-- 
2.19.1




More information about the Libosinfo mailing list