diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-08 10:22:56 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-08 10:22:56 +0000 |
commit | a55665ab87a121b3a1c9c6ce021112c7d11e1f4c (patch) | |
tree | 9b19ce774935b87b2d1961d327c14763d1571c93 | |
parent | 7c01b236ad21ede4a77fc1718823612224a46286 (diff) |
is based on linux-mtd, no copyright in the files, but the complete package is GPL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@813 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/openwrt/mtd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/openwrt/mtd.c b/openwrt/package/openwrt/mtd.c index 851f266282..f0c127b72a 100644 --- a/openwrt/package/openwrt/mtd.c +++ b/openwrt/package/openwrt/mtd.c @@ -19,6 +19,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ + * + * code is based on linux-mtd example code */ #include <limits.h> |