aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fdflush.c4
-rw-r--r--util-linux/more.c6
-rw-r--r--util-linux/mount.c10
-rw-r--r--util-linux/swaponoff.c4
-rw-r--r--util-linux/umount.c4
5 files changed, 20 insertions, 8 deletions
diff --git a/util-linux/fdflush.c b/util-linux/fdflush.c
index 58b8b37d6..51b0c2bac 100644
--- a/util-linux/fdflush.c
+++ b/util-linux/fdflush.c
@@ -1,8 +1,8 @@
1
2/* 1/*
3 * Mini fdflush implementation for busybox 2 * Mini fdflush implementation for busybox
4 * 3 *
5 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 *
5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
diff --git a/util-linux/more.c b/util-linux/more.c
index 72d58a6f4..bc3850510 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -1,7 +1,11 @@
1/* 1/*
2 * Mini more implementation for busybox 2 * Mini more implementation for busybox
3 * 3 *
4 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 *
5 * Copyright (C) 1999 by Lineo, inc.
6 * Blended by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * based on the original more implementation and code from the Debian
8 * boot-floppies team.
5 * 9 *
6 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
diff --git a/util-linux/mount.c b/util-linux/mount.c
index a7d5aed2d..562b7e821 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Mini mount implementation for busybox 2 * Mini mount implementation for busybox
3 * 3 *
4 * Copyright (C) 1999 by Erik Andersen <andersee@debian.org> 4 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
@@ -22,8 +22,12 @@
22 * will try mounting stuff with all fses when passed -t auto 22 * will try mounting stuff with all fses when passed -t auto
23 * 23 *
24 * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. 24 * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab.
25 * 1999-10-07 Erik Andersen. Rewrote of a lot of code. Removed mtab 25 *
26 * usage, major adjustments, and some serious dieting all around. 26 * 1999-10-07 Erik Andersen <andersen@lineo.com>, <andersee@debian.org>.
27 * Rewrote of a lot of code. Removed mtab usage (I plan on
28 * putting it back as a compile-time option some time),
29 * major adjustments to option parsing, and some serious
30 * dieting all around.
27*/ 31*/
28 32
29#include "internal.h" 33#include "internal.h"
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index 5a2d735ad..8eaf9797c 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -1,7 +1,9 @@
1/* 1/*
2 * Mini swapon/swapoff implementation for busybox 2 * Mini swapon/swapoff implementation for busybox
3 * 3 *
4 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 *
5 * Copyright (C) 1999 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
5 * 7 *
6 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
diff --git a/util-linux/umount.c b/util-linux/umount.c
index 48efbd349..95f7dfb3c 100644
--- a/util-linux/umount.c
+++ b/util-linux/umount.c
@@ -1,7 +1,9 @@
1/* 1/*
2 * Mini umount implementation for busybox 2 * Mini umount implementation for busybox
3 * 3 *
4 * Copyright (C) 1998 by Erik Andersen <andersee@debian.org> 4 *
5 * Copyright (C) 1999 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
5 * 7 *
6 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by