]> rtime.felk.cvut.cz Git - pes-rpp/rpp-simulink.git/blobdiff - rpp/loadopenocd/loadopenocd.sh
Change license to MIT
[pes-rpp/rpp-simulink.git] / rpp / loadopenocd / loadopenocd.sh
index b6464baa9e2e73c29c8ca372df36b656f3455655..5f8f25c5e41f03365a301720d2f4953daf32612c 100755 (executable)
@@ -1,12 +1,30 @@
+#!/bin/bash
+
 # Copyright (C) 2013-2014 Czech Technical University in Prague
 #
 # Authors:
 #     - Michal Horn <hornmich@fel.cvut.cz>
 #
-# This document contains proprietary information belonging to Czech
-# Technical University in Prague. Passing on and copying of this
-# document, and communication of its contents is not permitted
-# without prior written authorization.
+# 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.
 #
 # File : loadopenocd.sh.py
 # Abstract:
@@ -15,8 +33,6 @@
 # Refs:
 #      http://rtime.felk.cvut.cz/hw/index.php/TMS570LS3137#OpenOCD_setup_and_Flashing
 
-#!/bin/bash
-
 function show_help {
        echo "TMS570LS3137 loader script v0.1.0-dev (2014-09-02)"
        echo "Licensed under GNU GPL v2"