]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
*: License under GPL v3+.
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Feb 2012 22:28:48 +0000 (23:28 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Feb 2012 22:31:42 +0000 (23:31 +0100)
gdbinit
maxima/maxima-init.lisp
maxima/maxima-init.mac
setup.sh

diff --git a/gdbinit b/gdbinit
index 708a255b1ec39482b0e32d0095ef07c838dad452..82811ca74c3c5d9b977e0907febdcab90e1b6cd1 100644 (file)
--- a/gdbinit
+++ b/gdbinit
@@ -1,5 +1,20 @@
 # GDB (GNU debugger) configuration file.
 
+# Copyright (C) 2011-2012  Simon Ruderich
+#
+# This file 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.
+#
+# This file 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 file.  If not, see <http://www.gnu.org/licenses/>.
+
 
 # Save command history.
 set history save on
index 82b90d4496872321f6d4b97fa21b9fb0064d88ec..e21f7ebd81bdecaad51a2561311fc7b53657af73 100644 (file)
@@ -2,6 +2,21 @@
 ;
 ; Also have a look at maxima/maxima-init.mac.
 
+; Copyright (C) 2011-2012  Simon Ruderich
+;
+; This file 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.
+;
+; This file 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 file.  If not, see <http://www.gnu.org/licenses/>.
+
 
 ; Set directory for temporary files to ~/.maxima (used for plotting for
 ; example). Thanks to rootzlevel in #faui2k9 on IRCnet (2011-05-28 21:52).
index f270c10f3f5bef5153c78a901547447d4fc16c57..586cb32db238135fe1f001cd9b1fefd282fb50f4 100644 (file)
@@ -4,6 +4,23 @@
  * Also have a look at maxima/maxima-init.mac.
  */
 
+/*
+ * Copyright (C) 2011-2012  Simon Ruderich
+ *
+ * This file 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.
+ *
+ * This file 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 file.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 
 /* CUSTOM FUNCTIONS */
 
index de8761cc0b8c88824333b4724ebe4ab53302a609..6004b6c15fac18195b2899fa3557e61500ed6ff1 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -2,6 +2,21 @@
 
 # Setup script for miscellaneous configuration files.
 
+# Copyright (C) 2011-2012  Simon Ruderich
+#
+# 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.
+#
+# 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, see <http://www.gnu.org/licenses/>.
+
 
 . ../lib.sh