[PATCH] mipsnet: Fix Copyright notice.

Sorry, no sekr1t mips c0dez ;-)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

authored by Ralf Baechle and committed by Jeff Garzik 56344d82 8169bd91

+5 -25
+5 -25
drivers/net/mipsnet.h
··· 1 - // 2 - // <COPYRIGHT CLASS="1B" YEAR="2005"> 3 - // Unpublished work (c) MIPS Technologies, Inc. All rights reserved. 4 - // Unpublished rights reserved under the copyright laws of the U.S.A. and 5 - // other countries. 6 - // 7 - // PROPRIETARY / SECRET CONFIDENTIAL INFORMATION OF MIPS TECHNOLOGIES, INC. 8 - // FOR INTERNAL USE ONLY. 9 - // 10 - // Under no circumstances (contract or otherwise) may this information be 11 - // disclosed to, or copied, modified or used by anyone other than employees 12 - // or contractors of MIPS Technologies having a need to know. 13 - // </COPYRIGHT> 14 - // 15 - //++ 16 - // File: MIPS_Net.h 17 - // 18 - // Description: 19 - // The definition of the emulated MIPSNET device's interface. 20 - // 21 - // Notes: This include file needs to work from a Linux device drivers. 22 - // 23 - //-- 24 - // 25 - 26 #ifndef __MIPSNET_H 27 #define __MIPSNET_H 28
··· 1 + /* 2 + * This file is subject to the terms and conditions of the GNU General Public 3 + * License. See the file "COPYING" in the main directory of this archive 4 + * for more details. 5 + */ 6 #ifndef __MIPSNET_H 7 #define __MIPSNET_H 8