diff options
Diffstat (limited to 'package/openwrt/mtd.c')
-rw-r--r-- | package/openwrt/mtd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openwrt/mtd.c b/package/openwrt/mtd.c index 37dbd12125..528eef3c2c 100644 --- a/package/openwrt/mtd.c +++ b/package/openwrt/mtd.c @@ -1,10 +1,8 @@ /* - * mtd.c + * mtd - simple memory technology device manipulation tool * * Copyright (C) 2005 Waldemar Brodkorb <wbx@dass-it.de> * - * $Id$ - * * 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 @@ -23,6 +21,8 @@ * it is mainly code from the linux-mtd project, which accepts the same * command line arguments as the broadcom utility * + * $Id$ + * */ #include <limits.h> |