1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 17:35:19 +02:00

cosmetic changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@388 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx 2005-03-19 14:40:56 +00:00
parent b65a79c87d
commit a4266d796f
4 changed files with 10 additions and 17 deletions

View File

@ -3,8 +3,6 @@
* *
* Copyright (C) 2005 Mike Baker * Copyright (C) 2005 Mike Baker
* *
* $Id$
*
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2 * 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 * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$
*
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,15 +1,5 @@
#
# Linux router shared code Makefile
#
# Copyright 2001-2003, Broadcom Corporation
# All Rights Reserved.
#
# THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
# KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
# SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
# FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
#
# $Id$ # $Id$
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libshared PKG_NAME:=libshared

View File

@ -1,10 +1,8 @@
/* /*
* mtd.c * mtd - simple memory technology device manipulation tool
* *
* Copyright (C) 2005 Waldemar Brodkorb <wbx@dass-it.de> * Copyright (C) 2005 Waldemar Brodkorb <wbx@dass-it.de>
* *
* $Id$
*
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2 * 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 * it is mainly code from the linux-mtd project, which accepts the same
* command line arguments as the broadcom utility * command line arguments as the broadcom utility
* *
* $Id$
*
*/ */
#include <limits.h> #include <limits.h>

View File

@ -1,5 +1,5 @@
/* /*
* wl - tool for configuring the Broadcom Wireless Network Adapter * wlc - tool for configuring the Broadcom Wireless Network Adapter
* Copyright (C) 2005 Felix Fietkau <nbd@vd-s.ath.cx> * Copyright (C) 2005 Felix Fietkau <nbd@vd-s.ath.cx>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
@ -15,6 +15,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*
*/ */
#include <stdio.h> #include <stdio.h>