Ver código fonte

mtd: update copyright headers

SVN-Revision: 17660
Felix Fietkau 16 anos atrás
pai
commit
a512be592f
3 arquivos alterados com 36 adições e 5 exclusões
  1. 14 0
      package/mtd/src/fis.c
  2. 18 0
      package/mtd/src/jffs2.c
  3. 4 5
      package/mtd/src/mtd.c

+ 14 - 0
package/mtd/src/fis.c

@@ -1,3 +1,17 @@
+/*
+ * FIS table updating code for mtd
+ *
+ * Copyright (C) 2009 Felix Fietkau <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * 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.
+ */
 #include <sys/mman.h>
 #include <stdint.h>
 #include <stdlib.h>

+ 18 - 0
package/mtd/src/jffs2.c

@@ -1,3 +1,21 @@
+/*
+ * jffs2 on-disk structure generator for mtd
+ *
+ * Copyright (C) 2008 Felix Fietkau <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
+ *
+ * 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.
+ * Based on:
+ *   JFFS2 -- Journalling Flash File System, Version 2.
+ *   Copyright © 2001-2007 Red Hat, Inc.
+ *   Created by David Woodhouse <[email protected]>
+ */
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdint.h>

+ 4 - 5
package/mtd/src/mtd.c

@@ -1,13 +1,12 @@
 /*
  * mtd - simple memory technology device manipulation tool
  *
- * Copyright (C) 2005 Waldemar Brodkorb <[email protected]>,
- *	                  Felix Fietkau <[email protected]>
+ * Copyright (C) 2005      Waldemar Brodkorb <[email protected]>,
+ * Copyright (C) 2005-2009 Felix Fietkau <[email protected]>
  *
  * 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.
+ * modify it under the terms of the GNU General Public License v2
+ * as published by the Free Software Foundation.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of