From 1ee264d2d6960eb09c580554424c17a7c52a1ea1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 7 Oct 2009 11:36:49 +0000 Subject: [PATCH] ramips: add copyright header to the rt288x pci code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17968 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/files/arch/mips/pci/pci-rt288x.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c index 76b70d09e1..8ec50d6e4c 100644 --- a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c +++ b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c @@ -1,3 +1,16 @@ +/* + * Ralink RT288x SoC PCI register definitions + * + * Copyright (C) 2009 John Crispin + * Copyright (C) 2009 Gabor Juhos + * + * Parts of this file are based on Ralink's 2.6.21 BSP + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + */ + #include #include #include -- 2.11.0