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 | 7d9a8ed46c2c5526f7b5de121480b2096e5af6cd (patch) | |
tree | e1aa30f56300af8ae9aad7344a6f41e85ae6f8e8 | |
parent | 05e604587a2024cc0e1d0aa030d9f1773903d496 (diff) | |
download | upstream-7d9a8ed46c2c5526f7b5de121480b2096e5af6cd.tar.gz upstream-7d9a8ed46c2c5526f7b5de121480b2096e5af6cd.tar.bz2 upstream-7d9a8ed46c2c5526f7b5de121480b2096e5af6cd.zip |
add missing copyright
SVN-Revision: 4093
-rw-r--r-- | openwrt/package/switch/src/gpio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/switch/src/gpio.h b/openwrt/package/switch/src/gpio.h index 8257600331..800ae25a9f 100644 --- a/openwrt/package/switch/src/gpio.h +++ b/openwrt/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 |