Last year, commit
f4cb44bd11 corrected the full name of the GPL in
a dozen files, but still left the mistaken name in eight places.
(Also, in the first file, just reshuffle the license line, to be
in the same position as in other files.)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
/*
* SPDX-License-Identifier: GPL-2.0-or-later
*
+ * This file may be redistributed under the terms of the
+ * GNU General Public License version 2 or later.
+ *
* swaplabel.c - Print or change the label / UUID of a swap partition
*
* Copyright (C) 2010 Jason Borden <jborden@bluehost.com>
* Copyright (C) 2010 Karel Zak <kzak@redhat.com>
*
* Usage: swaplabel [-L label] [-U UUID] device
- *
- * This file may be redistributed under the terms of the GNU General Public License
- * version 2 or later.
- *
*/
#include <stdio.h>
#include <stddef.h>
/*
* SPDX-License-Identifier: GPL-2.0-or-later
*
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the
+ * GNU General Public License.
*/
#ifndef IS_MOUNTED_H
#define IS_MOUNTED_H
/*
* SPDX-License-Identifier: GPL-2.0-or-later
*
- * This file may be redistributed under the terms of the GNU General Public License.
+ * This file may be redistributed under the terms of the
+ * GNU General Public License.
*/
#ifndef UTIL_LINUX_PAGER
#define UTIL_LINUX_PAGER
*
* Copyright (C) 1995,1996,1997,1998,1999,2000,2008 Theodore Ts'o.
*
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the
+ * GNU General Public License.
*/
#include <stdio.h>
#include <unistd.h>
/*
* SPDX-License-Identifier: GPL-2.0-or-later
*
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the
+ * GNU General Public License.
*
* Based on linux-perf/git scm
*
/*
* Copyright (C) 2009 Karel Zak <kzak@redhat.com>
*
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the
+ * GNU General Public License.
*/
#include <stdio.h>
#include <stdlib.h>
* Copyright (C) 2007 Theodore Ts'o
*
* %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the
+ * GNU General Public License.
* %End-Header%
*/
* Copyright (C) 1999, Andreas Dilger and Theodore Ts'o
*
* %Begin-Header%
- * This file may be redistributed under the terms of the GNU Public
- * License.
+ * This file may be redistributed under the terms of the
+ * GNU General Public License.
* %End-Header%
*/
Copyright (C) 2012 Karel Zak <kzak@redhat.com>.
It may be distributed under the GNU General Public License, version 2, or
-any higher version. See section COPYING of the GNU Public license
+any higher version. See section COPYING of the GNU General Public license
for conditions under which this file may be redistributed.
////
= eject(1)