From 8fd97bbed3ed7fceff69f22360c9908f56d2f227 Mon Sep 17 00:00:00 2001 From: Philippe Brochard Date: Mon, 29 Jul 2013 22:22:44 +0200 Subject: [PATCH] Copyright date update --- src/bindings-second-mode.lisp | 2 +- src/bindings.lisp | 2 +- src/clfswm-autodoc.lisp | 2 +- src/clfswm-circulate-mode.lisp | 2 +- src/clfswm-configuration.lisp | 2 +- src/clfswm-corner.lisp | 2 +- src/clfswm-expose-mode.lisp | 2 +- src/clfswm-fastswitch-mode.lisp | 2 +- src/clfswm-generic-mode.lisp | 2 +- src/clfswm-info.lisp | 2 +- src/clfswm-internal.lisp | 2 +- src/clfswm-keys.lisp | 2 +- src/clfswm-layout.lisp | 2 +- src/clfswm-menu.lisp | 2 +- src/clfswm-nw-hooks.lisp | 2 +- src/clfswm-pack.lisp | 2 +- src/clfswm-placement.lisp | 2 +- src/clfswm-query.lisp | 2 +- src/clfswm-second-mode.lisp | 2 +- src/clfswm-util.lisp | 2 +- src/clfswm.lisp | 2 +- src/config.lisp | 2 +- src/menu-def.lisp | 2 +- src/my-html.lisp | 2 +- src/netwm-util.lisp | 2 +- src/package.lisp | 2 +- src/tools.lisp | 2 +- src/version.lisp | 4 ++-- src/xlib-util.lisp | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/bindings-second-mode.lisp b/src/bindings-second-mode.lisp index 93620a2..1bf0ea0 100644 --- a/src/bindings-second-mode.lisp +++ b/src/bindings-second-mode.lisp @@ -7,7 +7,7 @@ ;;; Note: Mod-1 is the Alt or Meta key, Mod-2 is the Numlock key. ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/bindings.lisp b/src/bindings.lisp index fca2a22..ba51437 100644 --- a/src/bindings.lisp +++ b/src/bindings.lisp @@ -7,7 +7,7 @@ ;;; Note: Mod-1 is the Alt or Meta key, Mod-2 is the Numlock key. ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-autodoc.lisp b/src/clfswm-autodoc.lisp index 642ed2c..d6ba4ba 100644 --- a/src/clfswm-autodoc.lisp +++ b/src/clfswm-autodoc.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Auto documentation tools ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-circulate-mode.lisp b/src/clfswm-circulate-mode.lisp index 720d456..6d8a765 100644 --- a/src/clfswm-circulate-mode.lisp +++ b/src/clfswm-circulate-mode.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Main functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-configuration.lisp b/src/clfswm-configuration.lisp index c52cf13..201e270 100644 --- a/src/clfswm-configuration.lisp +++ b/src/clfswm-configuration.lisp @@ -6,7 +6,7 @@ ;;; ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-corner.lisp b/src/clfswm-corner.lisp index 4d89b81..2ac28df 100644 --- a/src/clfswm-corner.lisp +++ b/src/clfswm-corner.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Corner functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-expose-mode.lisp b/src/clfswm-expose-mode.lisp index c3a9814..fbbb7d0 100644 --- a/src/clfswm-expose-mode.lisp +++ b/src/clfswm-expose-mode.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Expose functions - An expose like. ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-fastswitch-mode.lisp b/src/clfswm-fastswitch-mode.lisp index 4ecb73e..5894798 100644 --- a/src/clfswm-fastswitch-mode.lisp +++ b/src/clfswm-fastswitch-mode.lisp @@ -8,7 +8,7 @@ ;;; A window or a frame will always have the same shortcut. ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-generic-mode.lisp b/src/clfswm-generic-mode.lisp index bc3d586..b840278 100644 --- a/src/clfswm-generic-mode.lisp +++ b/src/clfswm-generic-mode.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Main functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-info.lisp b/src/clfswm-info.lisp index 707b65e..46be718 100644 --- a/src/clfswm-info.lisp +++ b/src/clfswm-info.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Info function (see the end of this file for user definition ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-internal.lisp b/src/clfswm-internal.lisp index 99598be..f56de6b 100644 --- a/src/clfswm-internal.lisp +++ b/src/clfswm-internal.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Main functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-keys.lisp b/src/clfswm-keys.lisp index 465cfa1..687ab78 100644 --- a/src/clfswm-keys.lisp +++ b/src/clfswm-keys.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Keys functions definition ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-layout.lisp b/src/clfswm-layout.lisp index ef1ce73..0e646c7 100644 --- a/src/clfswm-layout.lisp +++ b/src/clfswm-layout.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Layout functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-menu.lisp b/src/clfswm-menu.lisp index e4ae010..58a730e 100644 --- a/src/clfswm-menu.lisp +++ b/src/clfswm-menu.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Menu functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-nw-hooks.lisp b/src/clfswm-nw-hooks.lisp index 9d703f6..13a0e98 100644 --- a/src/clfswm-nw-hooks.lisp +++ b/src/clfswm-nw-hooks.lisp @@ -8,7 +8,7 @@ ;;; mapped. ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-pack.lisp b/src/clfswm-pack.lisp index b6c42e7..7177dae 100644 --- a/src/clfswm-pack.lisp +++ b/src/clfswm-pack.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Tile, pack and fill functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-placement.lisp b/src/clfswm-placement.lisp index 4c558a1..cb8efb8 100644 --- a/src/clfswm-placement.lisp +++ b/src/clfswm-placement.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Placement functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-query.lisp b/src/clfswm-query.lisp index d70e8b4..e250ee7 100644 --- a/src/clfswm-query.lisp +++ b/src/clfswm-query.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Query utility ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-second-mode.lisp b/src/clfswm-second-mode.lisp index b8d4ac4..a3ff5e7 100644 --- a/src/clfswm-second-mode.lisp +++ b/src/clfswm-second-mode.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Second mode functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm-util.lisp b/src/clfswm-util.lisp index 0187a9f..4521c0c 100644 --- a/src/clfswm-util.lisp +++ b/src/clfswm-util.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Utility ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/clfswm.lisp b/src/clfswm.lisp index 884372b..cbecb5e 100644 --- a/src/clfswm.lisp +++ b/src/clfswm.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Main functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/config.lisp b/src/config.lisp index 09fa5b5..09f4dad 100644 --- a/src/config.lisp +++ b/src/config.lisp @@ -10,7 +10,7 @@ ;;; (you can do a 'grep CONFIG *.lisp' to see what you can configure) ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/menu-def.lisp b/src/menu-def.lisp index 403aeb3..005e128 100644 --- a/src/menu-def.lisp +++ b/src/menu-def.lisp @@ -7,7 +7,7 @@ ;;; Note: Mod-1 is the Alt or Meta key, Mod-2 is the Numlock key. ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/my-html.lisp b/src/my-html.lisp index d809755..46cc436 100644 --- a/src/my-html.lisp +++ b/src/my-html.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Html generator helper ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/netwm-util.lisp b/src/netwm-util.lisp index 9d5eea9..71689c2 100644 --- a/src/netwm-util.lisp +++ b/src/netwm-util.lisp @@ -6,7 +6,7 @@ ;;; http://freedesktop.org/wiki/Specifications_2fwm_2dspec ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/package.lisp b/src/package.lisp index f67dd03..f45bcc1 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Package definition ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/tools.lisp b/src/tools.lisp index 8fd23f4..03a9d67 100644 --- a/src/tools.lisp +++ b/src/tools.lisp @@ -5,7 +5,7 @@ ;;; Documentation: General tools ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 diff --git a/src/version.lisp b/src/version.lisp index 80d8d1d..05284ed 100644 --- a/src/version.lisp +++ b/src/version.lisp @@ -1,5 +1,5 @@ -;; Copyright (C) 2012 Xavier Maillard -;; Copyright (C) 2012 Martin Bishop +;; Copyright (C) 2005-2013 Xavier Maillard +;; Copyright (C) 2005-2013 Martin Bishop ;; ;; Borrowed from Stumpwm ;; This file is part of clfswm. diff --git a/src/xlib-util.lisp b/src/xlib-util.lisp index 8748db3..1e305ba 100644 --- a/src/xlib-util.lisp +++ b/src/xlib-util.lisp @@ -5,7 +5,7 @@ ;;; Documentation: Utility functions ;;; -------------------------------------------------------------------------- ;;; -;;; (C) 2012 Philippe Brochard +;;; (C) 2005-2013 Philippe Brochard ;;; ;;; 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 -- 2.11.4.GIT