aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sync.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 22:08:37 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 22:08:37 +0000
commita284d70b59c11c06960052fc39a699493f898854 (patch)
tree6447b860dad6dd3a463547fa048a4c635d8864c8 /coreutils/sync.c
parent8d84ad35cf400a534514f53ad6e434d6a5e29098 (diff)
downloadbusybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.gz
busybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.bz2
busybox-w32-a284d70b59c11c06960052fc39a699493f898854.zip
Fixed up copyright notices and such
git-svn-id: svn://busybox.net/trunk/busybox@49 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/sync.c')
-rw-r--r--coreutils/sync.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/coreutils/sync.c b/coreutils/sync.c
index 8800f2e76..b9f52c8b0 100644
--- a/coreutils/sync.c
+++ b/coreutils/sync.c
@@ -1,3 +1,25 @@
1/*
2 * Mini sync implementation for busybox
3 *
4 *
5 * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
6 *
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
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 */
22
1#include "internal.h" 23#include "internal.h"
2#include <stdio.h> 24#include <stdio.h>
3 25