From: Simon Ruderich Date: Wed, 25 Jan 2012 22:51:46 +0000 (+0100) Subject: *: License under GPL v3+. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=80ec2902478cf11da5737951f104f55918837dd7 *: License under GPL v3+. --- diff --git a/XCompose b/XCompose index 03c1563..6cfe0e0 100644 --- a/XCompose +++ b/XCompose @@ -2,6 +2,21 @@ # # `man XCompose` for more information. +# 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 . + # Load default compose file. include "%L" diff --git a/Xdefaults.in b/Xdefaults.in index 1713fc3..254b554 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -5,6 +5,21 @@ ! "Term" is an alias for all supported terminal emulators; it is automatically ! replaced by setup.sh. +! 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 . + ! Use gray on black with a light yellow cursor in terminals. Term*foreground: #cccccc diff --git a/setup.sh b/setup.sh index efd7255..6c500a8 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,21 @@ # Setup script for X11 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 . + . ../lib.sh diff --git a/stumpwmrc b/stumpwmrc index 1545d33..a8ac453 100644 --- a/stumpwmrc +++ b/stumpwmrc @@ -1,5 +1,20 @@ ;; Configuration file for Stumpwm. +;; 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 . + (in-package :stumpwm) diff --git a/xinitrc b/xinitrc index 5c4c007..7d3fdc6 100755 --- a/xinitrc +++ b/xinitrc @@ -2,6 +2,21 @@ # startx configuration file. +# 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 . + # Start ssh-agent if we have private keys, thanks to # http://code.haskell.org/XMonadContrib/scripts/xinitrc (read on 2011-06-19). diff --git a/xmodmaprc b/xmodmaprc index 77685ab..7fdda43 100644 --- a/xmodmaprc +++ b/xmodmaprc @@ -1,5 +1,20 @@ ! Keymap configuration file for xmodmap. +! 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 . + ! Use the caps lock as ctrl as it easier to reach and very useful for all ! programs. Caps lock is removed completely. Thanks to diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index 758a356..73af0bf 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -2,6 +2,21 @@ -- -- Tested with xmonad 0.9, most settings should work fine with xmonad 0.7. +-- 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 . + -- "hiding" necessary for LayoutCombinators. import XMonad hiding ( (|||) ) diff --git a/xpdfrc b/xpdfrc index 337bf1c..1e069e6 100644 --- a/xpdfrc +++ b/xpdfrc @@ -1,5 +1,20 @@ # xpdf 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 . + # Include the system wide configuration file as xpdf doesn't load it # automatically if ~/.xpdfrc is present. diff --git a/zathurarc b/zathurarc index 4fa53df..e295150 100644 --- a/zathurarc +++ b/zathurarc @@ -1,5 +1,20 @@ # zathura (pdf viewer) 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 . + # SETTINGS