Whamcloud - gitweb
main.c, ChangeLog:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 7 Mar 1998 23:26:26 +0000 (23:26 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 7 Mar 1998 23:26:26 +0000 (23:26 +0000)
  Add copyright notice.

resize/ChangeLog
resize/main.c

index ced0d35..f32eef2 100644 (file)
@@ -1,5 +1,7 @@
 Sat Mar  7 18:18:04 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
+       * 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
index 4f85995..e75a8c3 100644 (file)
@@ -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;