[gnome-multi-writer] Use SPDX-License-Identifier in source files



commit 0d6113c2c1e5acc343ac35f2212459be53dc253c
Author: Richard Hughes <richard hughsie com>
Date:   Tue Mar 3 16:40:03 2020 +0000

    Use SPDX-License-Identifier in source files

 src/gmw-cleanup.h | 16 +---------------
 src/gmw-device.c  | 16 +---------------
 src/gmw-device.h  | 16 +---------------
 src/gmw-main.c    | 16 +---------------
 src/gmw-probe.c   | 16 +---------------
 5 files changed, 5 insertions(+), 75 deletions(-)
---
diff --git a/src/gmw-cleanup.h b/src/gmw-cleanup.h
index 84d9497..03be130 100644
--- a/src/gmw-cleanup.h
+++ b/src/gmw-cleanup.h
@@ -3,21 +3,7 @@
  * Copyright (C) 2012 Colin Walters <walters verbum org>.
  * Copyright (C) 2014-2015 Richard Hughes <richard hughsie com>
  *
- * Licensed under the GNU General Public License Version 2
- *
- * This program 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.
- *
- * This program 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.
- *
- * 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.
+ * SPDX-License-Identifier: GPL-2.0+
  */
 
 #pragma once
diff --git a/src/gmw-device.c b/src/gmw-device.c
index bff4589..c9827a1 100644
--- a/src/gmw-device.c
+++ b/src/gmw-device.c
@@ -2,21 +2,7 @@
  *
  * Copyright (C) 2014-2015 Richard Hughes <richard hughsie com>
  *
- * Licensed under the GNU General Public License Version 2
- *
- * This program 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.
- *
- * This program 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.
- *
- * 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.
+ * SPDX-License-Identifier: GPL-2.0+
  */
 
 #include "config.h"
diff --git a/src/gmw-device.h b/src/gmw-device.h
index 33928f8..2f7eaf7 100644
--- a/src/gmw-device.h
+++ b/src/gmw-device.h
@@ -2,21 +2,7 @@
  *
  * Copyright (C) 2014-2015 Richard Hughes <richard hughsie com>
  *
- * Licensed under the GNU General Public License Version 2
- *
- * This program 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.
- *
- * This program 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.
- *
- * 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.
+ * SPDX-License-Identifier: GPL-2.0+
  */
 
 #pragma once
diff --git a/src/gmw-main.c b/src/gmw-main.c
index 7009193..5706a51 100644
--- a/src/gmw-main.c
+++ b/src/gmw-main.c
@@ -2,21 +2,7 @@
  *
  * Copyright (C) 2014-2015 Richard Hughes <richard hughsie com>
  *
- * Licensed under the GNU General Public License Version 2
- *
- * This program 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.
- *
- * This program 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.
- *
- * 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.
+ * SPDX-License-Identifier: GPL-2.0+
  */
 
 #include "config.h"
diff --git a/src/gmw-probe.c b/src/gmw-probe.c
index 2417443..017a76a 100644
--- a/src/gmw-probe.c
+++ b/src/gmw-probe.c
@@ -2,21 +2,7 @@
  *
  * Copyright (C) 2015 Richard Hughes <richard hughsie com>
  *
- * Licensed under the GNU General Public License Version 2
- *
- * This program 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.
- *
- * This program 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.
- *
- * 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.
+ * SPDX-License-Identifier: GPL-2.0+
  */
 
 #include "config.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]