diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-03 05:09:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-03 05:09:26 +0200 |
commit | 8fb2775b41a4109678191ef79a1258113883e59e (patch) | |
tree | a58ee563ca8d89865f504f0161113491b5525ce9 /examples/plugins/swaps | |
parent | set title on lightweight processes, properly (diff) | |
download | xpybar-8fb2775b41a4109678191ef79a1258113883e59e.tar.gz xpybar-8fb2775b41a4109678191ef79a1258113883e59e.tar.bz2 xpybar-8fb2775b41a4109678191ef79a1258113883e59e.tar.xz |
add copyright notice to example files
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/plugins/swaps')
-rw-r--r-- | examples/plugins/swaps | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/plugins/swaps b/examples/plugins/swaps index 51bd7b5..e0f4094 100644 --- a/examples/plugins/swaps +++ b/examples/plugins/swaps @@ -1,4 +1,21 @@ # -*- python -*- +''' +xpybar – xmobar replacement written in python +Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org) + +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/>. +''' # A xpybar configuration example testing the features of plugins.swaps |