It appears I was overzealous when adding license boilerplate and
copyright notices on some of the new ARM configuration files.

Attached is a patch that correctly attributes copyright for files in the
K9 directory and removes the GPLV2+ license boilerplate I added.

I leave it to Calypso Ventures / Dave Bagby to provide appropriate
license boilerplate.

Sorry for the mistake.

-- 
Charles Steinkuehler
char...@steinkuehler.net
From d0f075f892e4348adddb54fcbd5785dd68e38c72 Mon Sep 17 00:00:00 2001
From: Charles Steinkuehler <char...@steinkuehler.net>
Date: Thu, 30 Jan 2014 08:30:01 -0600
Subject: [PATCH] Fix copyright assignment errantly set to myself

Signed-off-by: Charles Steinkuehler <char...@steinkuehler.net>
---
 .../Device_Tree_Overlays/BB-BLACK-LCNC-K9-00A0.dts |   17 +----------------
 .../ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh  |   17 +----------------
 .../ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh   |   17 +----------------
 .../K9/Shapeoko/temp/LCNC-BBB-K9S-00A0.dts         |   17 +----------------
 configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh     |   17 +----------------
 .../BeagleBone/K9/Standard-Configs/setup.K9-DTO.sh |   17 +----------------
 6 files changed, 6 insertions(+), 96 deletions(-)

diff --git 
a/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/BB-BLACK-LCNC-K9-00A0.dts 
b/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/BB-BLACK-LCNC-K9-00A0.dts
index 889103b..b64c1ab 100644
--- a/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/BB-BLACK-LCNC-K9-00A0.dts
+++ b/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/BB-BLACK-LCNC-K9-00A0.dts
@@ -1,19 +1,4 @@
-// Copyright 2013
-// Charles Steinkuehler <char...@steinkuehler.net>
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// (c) 2013 Calypso Ventures, Inc.
 
 /dts-v1/;
 /plugin/;
diff --git a/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh 
b/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh
index 4242fa5..6bb2a9a 100755
--- a/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh
+++ b/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh
@@ -1,20 +1,5 @@
 #!/bin/sh
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# (c) 2013 Calypso Ventures, Inc.
 
 dtc -O dtb -o BB-BLACK-LCNC-K9-00A0.dtbo -b 0 -@ BB-BLACK-LCNC-K9-00A0.dts && \
 cp BB-BLACK-LCNC-K9-00A0.dtbo /lib/firmware/
diff --git a/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh 
b/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh
index 2667e13..f2e3ef4 100755
--- a/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh
@@ -1,20 +1,5 @@
 #!/bin/bash
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# (c) 2013 Calypso Ventures, Inc.
 
 dtbo_err () {
        echo "Error loading device tree overlay file: $DTBO" >&2
diff --git a/configs/ARM/BeagleBone/K9/Shapeoko/temp/LCNC-BBB-K9S-00A0.dts 
b/configs/ARM/BeagleBone/K9/Shapeoko/temp/LCNC-BBB-K9S-00A0.dts
index cbf451a..8113409 100644
--- a/configs/ARM/BeagleBone/K9/Shapeoko/temp/LCNC-BBB-K9S-00A0.dts
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/temp/LCNC-BBB-K9S-00A0.dts
@@ -1,19 +1,4 @@
-// Copyright 2013
-// Charles Steinkuehler <char...@steinkuehler.net>
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// (c) 2013 Calypso Ventures, Inc.
 
 /dts-v1/;
 /plugin/;
diff --git a/configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh 
b/configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh
index ea7ca27..9f9f6ae 100755
--- a/configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh
@@ -1,20 +1,5 @@
 #!/bin/sh
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# (c) 2013 Calypso Ventures, Inc.
 
 dtc -O dtb -o LCNC-BBB-K9S-00A0.dtbo -b 0 -@ LCNC-BBB-K9S-00A0.dts && \
 cp LCNC-BBB-K9S-00A0.dtbo /lib/firmware/
diff --git a/configs/ARM/BeagleBone/K9/Standard-Configs/setup.K9-DTO.sh 
b/configs/ARM/BeagleBone/K9/Standard-Configs/setup.K9-DTO.sh
index 2667e13..f2e3ef4 100755
--- a/configs/ARM/BeagleBone/K9/Standard-Configs/setup.K9-DTO.sh
+++ b/configs/ARM/BeagleBone/K9/Standard-Configs/setup.K9-DTO.sh
@@ -1,20 +1,5 @@
 #!/bin/bash
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# (c) 2013 Calypso Ventures, Inc.
 
 dtbo_err () {
        echo "Error loading device tree overlay file: $DTBO" >&2
-- 
1.7.2.5

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to