From: Theodore Ts'o Date: Sat, 7 Mar 1998 23:26:26 +0000 (+0000) Subject: main.c, ChangeLog: X-Git-Tag: E2FSPROGS-1_12~53 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=59fa3695d708a2342436fcb227730d8c47040d8e;p=tools%2Fe2fsprogs.git main.c, ChangeLog: Add copyright notice. --- diff --git a/resize/ChangeLog b/resize/ChangeLog index ced0d35..f32eef2 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,5 +1,7 @@ Sat Mar 7 18:18:04 1998 Theodore Ts'o + * main.c (main): Add copyright notice. + * resize2fs.c (blocks_to_move): Create the meta_bmap using the old filesystem, not the new filesystem. (get_new_block): Don't try checking the old block bitmap diff --git a/resize/main.c b/resize/main.c index 4f85995..e75a8c3 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;