summaryrefslogtreecommitdiff
path: root/resize/main.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1998-03-07 23:26:26 +0000
committerTheodore Ts'o <tytso@mit.edu>1998-03-07 23:26:26 +0000
commit59fa3695d708a2342436fcb227730d8c47040d8e (patch)
tree3ef6a4959a6ae8b4c0b06eabf88c99046e5456d6 /resize/main.c
parentbce49798f7f4380dff5693bc8308019b3cf8de25 (diff)
downloade2fsprogs-59fa3695d708a2342436fcb227730d8c47040d8e.tar.gz
main.c, ChangeLog:
Add copyright notice.
Diffstat (limited to 'resize/main.c')
-rw-r--r--resize/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/resize/main.c b/resize/main.c
index 4f85995e..e75a8c3c 100644
--- a/resize/main.c
+++ b/resize/main.c
@@ -119,6 +119,7 @@ void main (int argc, char ** argv)
fprintf (stderr, "resize2fs %s, %s for EXT2 FS %s, %s\n",
E2FSPROGS_VERSION, E2FSPROGS_DATE,
EXT2FS_VERSION, EXT2FS_DATE);
+ fprintf(stderr, "Copyright 1998 by Theodore Ts'o and PowerQuest, Inc. All Rights Reserved.\n\n");
if (argc && *argv)
program_name = *argv;