summaryrefslogtreecommitdiff
path: root/misc/findsuper.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-04-14 20:40:49 -0400
committerTheodore Ts'o <tytso@mit.edu>2003-04-14 20:40:49 -0400
commit16fa86b9c5618d72ab88918ac3a3e2af95290628 (patch)
treeb2b05fcfcb09a8a582d7f043ab1bb0ad21a5fb9c /misc/findsuper.c
parentf9ddad598237900e147e3095e7a1bde36f6a1d2f (diff)
downloade2fsprogs-16fa86b9c5618d72ab88918ac3a3e2af95290628.tar.gz
Remove the debian-special legal permission notes.
Diffstat (limited to 'misc/findsuper.c')
-rw-r--r--misc/findsuper.c19
1 files changed, 5 insertions, 14 deletions
diff --git a/misc/findsuper.c b/misc/findsuper.c
index 6eac4ee8..7c77ebbe 100644
--- a/misc/findsuper.c
+++ b/misc/findsuper.c
@@ -7,20 +7,6 @@
*
* Portions Copyright 1998-2000, Theodore Ts'o.
*
- * This program may be used under the provisions of the GNU Public
- * License, *EXCEPT* that a binary copy of the executable may not be
- * packaged as a part of binary package which is distributed as part
- * of a Linux distribution. (Yes, this violates the Debian Free
- * Software Guidelines in terms of restricting its field of use.
- * That's the point. I don't want this program being distributed in
- * Debian, because I don't care to support it, and the maintainer,
- * Yann Dirson, doesn't seem to pay attention to my wishes on this
- * matter. So I'm delibiately adding this clause so it violates the
- * Debian Free Software Guidelines to force him to take it out. If
- * this doesn't work, I'll have to remove it from the upstream source
- * distribution at the next release. End of Rant. :-)
- *
- *
* Well, here's my linux version of findsuper.
* I'm sure you coulda done it faster. :)
* IMHO there isn't as much interesting data to print in the
@@ -64,6 +50,11 @@
* Note that gpart does not appear to find all superblocks that aren't aligned
* with the start of a possible partition, so it is not useful in systems
* with LVM or similar setups which don't use fat partition alignment.
+ *
+ * %Begin-Header%
+ * This file may be redistributed under the terms of the GNU Public
+ * License.
+ * %End-Header%
*/
/*