diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-05-12 05:32:33 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:46:03 +0200 |
commit | a807b458a85592248abbf1a365ae8d7d55a41ccb (patch) | |
tree | bb400f88af8d0ab72c41c2a7e9053dbdabd967fe /target/linux | |
parent | e53059a8dced20d1f05502070630ce0abbd2e10b (diff) | |
download | master-187ad058-a807b458a85592248abbf1a365ae8d7d55a41ccb.tar.gz master-187ad058-a807b458a85592248abbf1a365ae8d7d55a41ccb.tar.bz2 master-187ad058-a807b458a85592248abbf1a365ae8d7d55a41ccb.zip |
bcm53xx: drop Copyright header from two of my bash scripts
Both scripts modified by this patch were added by me. First of all I
incorrectly added OpenWrt as Copyright holder. It was wrong because:
1) I simply can't transfer my moral rights according to the Polish law
2) Transfering copyrights (economic rights) requires an agreement which
I didn't sign with OpenWrt(.org).
Other than that I don't find these trivial scripts important enough to
put info about *my* copyrights in a header so this patch just drops them
completely.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49377 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm53xx/base-files/etc/diag.sh | 1 | ||||
-rw-r--r-- | target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/diag.sh b/target/linux/bcm53xx/base-files/etc/diag.sh index 0a8c5fbcdb..a8a560cd06 100644 --- a/target/linux/bcm53xx/base-files/etc/diag.sh +++ b/target/linux/bcm53xx/base-files/etc/diag.sh @@ -1,5 +1,4 @@ #!/bin/sh -# Copyright (C) 2014 OpenWrt.org . /lib/functions/leds.sh diff --git a/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc index abbb04ae0f..3d14827482 100644 --- a/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc @@ -1,7 +1,3 @@ #!/bin/sh -# -# Copyright (C) 2007 OpenWrt.org -# -# mtd fixtrx firmware || mtd fixseama firmware |