Hi Seb,
I'd started to made a patch per yesterday's email thread. When I got up this morning (I'm on Pacific time) I saw this thread and that Charles had already done part of the change. Since the end result is the same, I did not go back and apply his patch first and then re-create this patch.
Here is the patch created from the UBC3 branch (as I pulled it yesterday).
There were also some other files for K9 that did not have (c) or license notices (that Charles patch did not touch); I've also updated those.

Dave


On 1/30/2014 7:49 AM, Sebastian Kuzminsky wrote:
On 1/30/14 07:56 , Charles Steinkuehler wrote:
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.
Thanks Charles.  I will wait for Dave to fill in the missing license
info, then push.



>From 6bbbf9bba3183c9167803ca79864578c40d161bb Mon Sep 17 00:00:00 2001
From: Dave <d...@calypsoventures.com>
Date: Thu, 30 Jan 2014 13:01:18 -0800
Subject: [PATCH] Supply (c) & license notices for K9 config files.

---
 .../Device_Tree_Overlays/BB-BLACK-LCNC-K9-00A0.dts | 30 ++++++++++++----------
 .../ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh  | 30 ++++++++++++----------
 configs/ARM/BeagleBone/K9/Shapeoko/GPIO-Driven.ini | 21 ++++++++++++++-
 configs/ARM/BeagleBone/K9/Shapeoko/PRU-Driven.ini  | 21 ++++++++++++++-
 configs/ARM/BeagleBone/K9/Shapeoko/Shapeoko.hal    | 20 +++++++++++++++
 .../ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh   | 30 ++++++++++++----------
 .../K9/Shapeoko/temp/LCNC-BBB-K9S-00A0.dts         | 30 ++++++++++++----------
 configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh     | 30 ++++++++++++----------
 .../BeagleBone/K9/Standard-Configs/GPIO-Driven.ini | 20 +++++++++++++++
 .../BeagleBone/K9/Standard-Configs/K9-Generic.hal  | 22 +++++++++++++++-
 .../BeagleBone/K9/Standard-Configs/PRU-Driven.ini  | 20 +++++++++++++++
 .../BeagleBone/K9/Standard-Configs/setup.K9-DTO.sh | 30 ++++++++++++----------
 12 files changed, 223 insertions(+), 81 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..e8303cf 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,23 @@
-// Copyright 2013
-// Charles Steinkuehler <char...@steinkuehler.net>
+//This source file is provided under MIT License terms.
+//Copyright (c) 2013 Calypso Ventures, Inc.
 //
-// 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.
+//Permission is hereby granted, free of charge, to any person obtaining a copy
+//of this software and associated documentation files (the "Software"), to deal
+//in the Software without restriction, including without limitation the rights
+//to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+//copies of the Software, and to permit persons to whom the Software is
+//furnished to do so, subject to the following conditions:
 //
-// 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.
+//The above copyright notice and this permission notice shall be included in
+//all copies or substantial portions of the Software.
 //
-// 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
+//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+//IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+//FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+//AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+//LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+//OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+//THE SOFTWARE.
 
 /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..75c6630 100755
--- a/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh
+++ b/configs/ARM/BeagleBone/K9/Device_Tree_Overlays/dtc.sh
@@ -1,20 +1,24 @@
 #!/bin/sh
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
 #
-# 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.
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
 #
-# 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.
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
 #
-# 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
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 
 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/GPIO-Driven.ini 
b/configs/ARM/BeagleBone/K9/Shapeoko/GPIO-Driven.ini
index 685313b..a1be991 100644
--- a/configs/ARM/BeagleBone/K9/Shapeoko/GPIO-Driven.ini
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/GPIO-Driven.ini
@@ -2,9 +2,28 @@
 #
 # NOTE: this is the Shapeoko start up file for BBB using GPIO for all pins
 #
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
+#
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
+#
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
+#
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 ###########
 
-
 [PRUCONF]
 DRIVER=hal_pru_generic
 CONFIG=prucode=/home/linuxcnc/linuxcnc/rtlib/xenomai/pru_generic.bin pru=1 
num_stepgens=4 num_pwmgens=3
diff --git a/configs/ARM/BeagleBone/K9/Shapeoko/PRU-Driven.ini 
b/configs/ARM/BeagleBone/K9/Shapeoko/PRU-Driven.ini
index 1769b66..5547ace 100644
--- a/configs/ARM/BeagleBone/K9/Shapeoko/PRU-Driven.ini
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/PRU-Driven.ini
@@ -4,7 +4,26 @@
 # This is a work in progress and right now it is the same as the GPIO ini file\
 #
 ###########
-
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
+#
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
+#
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
+#
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 
 [PRUCONF]
 DRIVER=hal_pru_generic
diff --git a/configs/ARM/BeagleBone/K9/Shapeoko/Shapeoko.hal 
b/configs/ARM/BeagleBone/K9/Shapeoko/Shapeoko.hal
index d424013..ff72508 100644
--- a/configs/ARM/BeagleBone/K9/Shapeoko/Shapeoko.hal
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/Shapeoko.hal
@@ -2,6 +2,26 @@
 #
 # HAL file for BeagleBone + K9 with 4 steppers
 #
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
+#
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
+#
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
+#
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 # ########################################
 
 # Launch the setup script to make sure hardware setup looks good
diff --git a/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh 
b/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh
index 2667e13..f311be9 100755
--- a/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/setup.Shapeoko.sh
@@ -1,20 +1,24 @@
 #!/bin/bash
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
 #
-# 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.
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
 #
-# 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.
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
 #
-# 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
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 
 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..868e4ae 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,23 @@
-// Copyright 2013
-// Charles Steinkuehler <char...@steinkuehler.net>
+//This source file is provided under MIT License terms.
+//Copyright (c) 2013 Calypso Ventures, Inc.
 //
-// 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.
+//Permission is hereby granted, free of charge, to any person obtaining a copy
+//of this software and associated documentation files (the "Software"), to deal
+//in the Software without restriction, including without limitation the rights
+//to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+//copies of the Software, and to permit persons to whom the Software is
+//furnished to do so, subject to the following conditions:
 //
-// 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.
+//The above copyright notice and this permission notice shall be included in
+//all copies or substantial portions of the Software.
 //
-// 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
+//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+//IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+//FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+//AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+//LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+//OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+//THE SOFTWARE.
 
 /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..c3e7742 100755
--- a/configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh
+++ b/configs/ARM/BeagleBone/K9/Shapeoko/temp/dtc.sh
@@ -1,20 +1,24 @@
 #!/bin/sh
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
 #
-# 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.
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
 #
-# 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.
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
 #
-# 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
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 
 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/GPIO-Driven.ini 
b/configs/ARM/BeagleBone/K9/Standard-Configs/GPIO-Driven.ini
index 14a3b5a..8583fdc 100644
--- a/configs/ARM/BeagleBone/K9/Standard-Configs/GPIO-Driven.ini
+++ b/configs/ARM/BeagleBone/K9/Standard-Configs/GPIO-Driven.ini
@@ -2,6 +2,26 @@
 #
 # NOTE: this is the Shapeoko start up file for BBB using GPIO for all pins
 #
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
+#
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
+#
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
+#
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 ###########
 
 
diff --git a/configs/ARM/BeagleBone/K9/Standard-Configs/K9-Generic.hal 
b/configs/ARM/BeagleBone/K9/Standard-Configs/K9-Generic.hal
index b316190..23e6555 100644
--- a/configs/ARM/BeagleBone/K9/Standard-Configs/K9-Generic.hal
+++ b/configs/ARM/BeagleBone/K9/Standard-Configs/K9-Generic.hal
@@ -2,7 +2,27 @@
 #
 # HAL file for BeagleBone + K9 with 4 steppers
 #
-# ########################################
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
+#
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
+#
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
+#
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
+########################################
 
 # Launch the setup script to make sure hardware setup looks good
 loadusr -w 
/home/linuxcnc/linuxcnc/configs/ARM/BeagleBone/K9/Standard-Configs/setup.K9-DTO.sh
diff --git a/configs/ARM/BeagleBone/K9/Standard-Configs/PRU-Driven.ini 
b/configs/ARM/BeagleBone/K9/Standard-Configs/PRU-Driven.ini
index 380af78..5652b96 100644
--- a/configs/ARM/BeagleBone/K9/Standard-Configs/PRU-Driven.ini
+++ b/configs/ARM/BeagleBone/K9/Standard-Configs/PRU-Driven.ini
@@ -3,6 +3,26 @@
 # NOTE: this is intended to eventually be the Shapeoko start up file for BBB 
using PRUs to drive S&D
 # This is a work in progress and right now it is the same as the GPIO ini file\
 #
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
+#
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
+#
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
+#
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 ###########
 
 
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..f311be9 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,24 @@
 #!/bin/bash
-# Copyright 2013
-# Charles Steinkuehler <char...@steinkuehler.net>
+#This source file is provided under MIT License terms.
+#Copyright (c) 2013 Calypso Ventures, Inc.
 #
-# 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.
+#Permission is hereby granted, free of charge, to any person obtaining a copy
+#of this software and associated documentation files (the "Software"), to deal
+#in the Software without restriction, including without limitation the rights
+#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#copies of the Software, and to permit persons to whom the Software is
+#furnished to do so, subject to the following conditions:
 #
-# 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.
+#The above copyright notice and this permission notice shall be included in
+#all copies or substantial portions of the Software.
 #
-# 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
+#THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#THE SOFTWARE.
 
 dtbo_err () {
        echo "Error loading device tree overlay file: $DTBO" >&2
-- 
1.8.1.msysgit.1

------------------------------------------------------------------------------
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