diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:44:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-27 00:44:04 +0000 |
commit | 6de1045ad3e27caf858ce107951666cec6c31503 (patch) | |
tree | 324e5fa66a27f8e6145ffde3ec7cc28eb3fc8299 /openwrt/toolchain/squashfs | |
parent | 7d9a8ed46c2c5526f7b5de121480b2096e5af6cd (diff) | |
download | mtk-20170518-6de1045ad3e27caf858ce107951666cec6c31503.zip mtk-20170518-6de1045ad3e27caf858ce107951666cec6c31503.tar.gz mtk-20170518-6de1045ad3e27caf858ce107951666cec6c31503.tar.bz2 |
add missing copyright
SVN-Revision: 4094
Diffstat (limited to 'openwrt/toolchain/squashfs')
-rw-r--r-- | openwrt/toolchain/squashfs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/toolchain/squashfs/Makefile b/openwrt/toolchain/squashfs/Makefile index 7b3eed5..ac5edd9 100644 --- a/openwrt/toolchain/squashfs/Makefile +++ b/openwrt/toolchain/squashfs/Makefile @@ -1,3 +1,9 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk PKG_NAME := squashfs |