diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:40:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:40:19 +0000 |
commit | ff1c3fba1a2f5209a38830ea15e89d4c8a640f2f (patch) | |
tree | 067d6d8fbe62f7f7b2520a8a752331c630295bbb | |
parent | 30ac79d5d02ee585163650f2effb8021dbb8abe8 (diff) | |
download | upstream-ff1c3fba1a2f5209a38830ea15e89d4c8a640f2f.tar.gz upstream-ff1c3fba1a2f5209a38830ea15e89d4c8a640f2f.tar.bz2 upstream-ff1c3fba1a2f5209a38830ea15e89d4c8a640f2f.zip |
add missing copyright
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4093 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/switch/src/gpio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/switch/src/gpio.h b/package/switch/src/gpio.h index 8257600331..800ae25a9f 100644 --- a/package/switch/src/gpio.h +++ b/package/switch/src/gpio.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2006 OpenWrt.org + * + * This is free software, licensed under the GNU General Public License v2. + * See /LICENSE for more information. + */ + #ifndef __GPIO_H #define __GPIO_H |