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  <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
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 @@
 	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;