mtd/util mkfs.jffs2.c,1.25,1.26

David Woodhouse dwmw2 at infradead.org
Wed Jul 3 18:20:16 EDT 2002


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv3519

Modified Files:
	mkfs.jffs2.c 
Log Message:
Add GPL notice

Index: mkfs.jffs2.c
===================================================================
RCS file: /home/cvs/mtd/util/mkfs.jffs2.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mkfs.jffs2.c	18 Mar 2002 12:14:10 -0000	1.25
+++ mkfs.jffs2.c	3 Jul 2002 22:20:13 -0000	1.26
@@ -1,9 +1,23 @@
 /*
  * Build a JFFS2 image in a file, from a given directory tree.
  *
- * Copyright 2001 XXX
+ * Copyright 2001, 2002 Red Hat, Inc.
  *           2001 David A. Schleef <ds at lineo.com>
  *           2001 Erik Andersen <andersen at codepoet.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * Cross-endian support added by David Schleef <ds at schleef.org>.
  *





More information about the linux-mtd-cvs mailing list