diff options
Diffstat (limited to 'package/openwrt/jffs2root.c')
-rw-r--r-- | package/openwrt/jffs2root.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openwrt/jffs2root.c b/package/openwrt/jffs2root.c index 77519a4a6f..e0cbfb94e0 100644 --- a/package/openwrt/jffs2root.c +++ b/package/openwrt/jffs2root.c @@ -3,8 +3,6 @@ * * Copyright (C) 2005 Mike Baker * - * $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 @@ -19,6 +17,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * */ #include <stdio.h> |