From 01714243b9baf1e0406d8f730d60739244b03b4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
Date: Tue, 10 May 2016 01:37:15 +0200
Subject: [PATCH] bcm53xx: drop Copyright header from two of my bash scripts
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 target/linux/bcm53xx/base-files/etc/diag.sh                 | 1 -
 target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc | 4 ----
 2 files changed, 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
-- 
GitLab