changeset 14263:6e6194a7b102 gui

Added subscripts for retrieeving qterminal and qirc int compile.sh. Added copyright headers.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Tue, 24 Jan 2012 20:06:26 +0100
parents 605675153f1d
children 2254d7c14f41
files gui/compile.sh gui/get-qirc.sh gui/get-qterminal.sh gui/start.sh
diffstat 4 files changed, 60 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/gui/compile.sh	Tue Jan 24 20:02:09 2012 +0100
+++ b/gui/compile.sh	Tue Jan 24 20:06:26 2012 +0100
@@ -1,18 +1,23 @@
-# Quint - A graphical user interface for Octave
-# Copyright (C) 2011 Jacob Dawid
-# jacob.dawid@googlemail.com
+#!/bin/bash
+
+# OctaveGUI - A graphical user interface for Octave
+# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com)
 #
 # 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 3 of the License, or
-# (at your option) any later version.
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 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.
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
 #
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-qmake-qt4 && make
+./get-qterminal.sh
+./get-qirc.sh
+qmake-qt4 octave-gui.pro
+make
--- a/gui/get-qirc.sh	Tue Jan 24 20:02:09 2012 +0100
+++ b/gui/get-qirc.sh	Tue Jan 24 20:06:26 2012 +0100
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+# OctaveGUI - A graphical user interface for Octave
+# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com)
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
 qirc_dir="qirc";
 echo "Updating qirc..";
 
--- a/gui/get-qterminal.sh	Tue Jan 24 20:02:09 2012 +0100
+++ b/gui/get-qterminal.sh	Tue Jan 24 20:06:26 2012 +0100
@@ -1,5 +1,22 @@
 #!/bin/bash
 
+# OctaveGUI - A graphical user interface for Octave
+# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com)
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
 qterminal_dir="qterminal";
 echo "Updating qterminal..";
 
--- a/gui/start.sh	Tue Jan 24 20:02:09 2012 +0100
+++ b/gui/start.sh	Tue Jan 24 20:06:26 2012 +0100
@@ -1,19 +1,21 @@
-# Quint - A graphical user interface for Octave
-# Copyright (C) 2011 Jacob Dawid
-# jacob.dawid@googlemail.com
+#!/bin/bash
+
+# OctaveGUI - A graphical user interface for Octave
+# Copyright (C) 2011 Jacob Dawid (jacob.dawid@googlemail.com)
 #
 # 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 3 of the License, or
-# (at your option) any later version.
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 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.
+# GNU Affero General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
 
 LANG=en_US.UTF-8
 cd bin