summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2018-10-15 12:21:01 +0200
committerFabiano FidĂȘncio <fidencio@redhat.com>2018-10-15 15:21:51 +0200
commitb17181470eed6d9b87957fe4a15531f0cdee270a (patch)
tree8d2f7e8b1d3599112df38958c0425b83901976bd /tools
parented8aaab16a05ac86737337366bf5abdc04045d03 (diff)
downloadlibosinfo-b17181470eed6d9b87957fe4a15531f0cdee270a.tar.gz
Remove FSF address from source files
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@redhat.com> Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/osinfo-detect.c3
-rw-r--r--tools/osinfo-install-script.c3
-rw-r--r--tools/osinfo-query.c3
3 files changed, 3 insertions, 6 deletions
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@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@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@redhat.com>