diff --git a/src/barwin.c b/src/barwin.c index d0f5cf1..7143997 100644 --- a/src/barwin.c +++ b/src/barwin.c @@ -1,6 +1,6 @@ /* * barwin.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/client.c b/src/client.c index f8e6d1d..1ba506b 100644 --- a/src/client.c +++ b/src/client.c @@ -1,6 +1,6 @@ /* * client.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/config.c b/src/config.c index 7351756..bc011e5 100644 --- a/src/config.c +++ b/src/config.c @@ -1,6 +1,6 @@ /* * config.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/config_new.c b/src/config_new.c index aa0f0ee..4ffa0b1 100644 --- a/src/config_new.c +++ b/src/config_new.c @@ -1,6 +1,6 @@ /* * config.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/config_struct.h b/src/config_struct.h index 0bb9fa7..9a4d602 100644 --- a/src/config_struct.h +++ b/src/config_struct.h @@ -1,6 +1,6 @@ /* * config_struct.h -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -* OF THIS SOFTWARE,# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "wmfs.h" diff --git a/src/confparse/confparse.c b/src/confparse/confparse.c index ca459bf..d93599c 100644 --- a/src/confparse/confparse.c +++ b/src/confparse/confparse.c @@ -1,34 +1,34 @@ /* - * confparse/confparse.c - * Copyright © 2008,2009 Martin Duquesnoy - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following disclaimer - * in the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ +* confparse.c +* Copyright © 2008, 2009 Martin Duquesnoy +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions are +* met: +* +* * Redistributions of source code must retain the above copyright +* notice, this list of conditions and the following disclaimer. +* * Redistributions in binary form must reproduce the above +* copyright notice, this list of conditions and the following disclaimer +* in the documentation and/or other materials provided with the +* distribution. +* * Neither the name of the nor the names of its +* contributors may be used to endorse or promote products derived from +* this software without specific prior written permission. +* +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ #include "confparse.h" diff --git a/src/confparse/confparse.h b/src/confparse/confparse.h index 94c651d..de944e5 100644 --- a/src/confparse/confparse.h +++ b/src/confparse/confparse.h @@ -1,34 +1,34 @@ /* - * confparse/confparse.h - * Copyright © 2008,2009 Martin Duquesnoy - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following disclaimer - * in the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ +* confparse.h +* Copyright © 2008, 2009 Martin Duquesnoy +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions are +* met: +* +* * Redistributions of source code must retain the above copyright +* notice, this list of conditions and the following disclaimer. +* * Redistributions in binary form must reproduce the above +* copyright notice, this list of conditions and the following disclaimer +* in the documentation and/or other materials provided with the +* distribution. +* * Neither the name of the nor the names of its +* contributors may be used to endorse or promote products derived from +* this software without specific prior written permission. +* +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ #ifndef CONFPARSE_H #define CONFPARSE_H diff --git a/src/confparse/util.c b/src/confparse/util.c index 9b4a9fa..3567987 100644 --- a/src/confparse/util.c +++ b/src/confparse/util.c @@ -1,34 +1,34 @@ /* - * confparse/util.c - * Copyright © 2008,2009 Martin Duquesnoy - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following disclaimer - * in the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ +* confparse/util.c +* Copyright © 2008, 2009 Martin Duquesnoy +* All rights reserved. +* +* Redistribution and use in source and binary forms, with or without +* modification, are permitted provided that the following conditions are +* met: +* +* * Redistributions of source code must retain the above copyright +* notice, this list of conditions and the following disclaimer. +* * Redistributions in binary form must reproduce the above +* copyright notice, this list of conditions and the following disclaimer +* in the documentation and/or other materials provided with the +* distribution. +* * Neither the name of the nor the names of its +* contributors may be used to endorse or promote products derived from +* this software without specific prior written permission. +* +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ #include "confparse.h" diff --git a/src/draw.c b/src/draw.c index 1040ca5..9252227 100644 --- a/src/draw.c +++ b/src/draw.c @@ -1,6 +1,6 @@ /* * draw.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/event.c b/src/event.c index f98bc3c..b0440de 100644 --- a/src/event.c +++ b/src/event.c @@ -1,6 +1,6 @@ /* * event.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ewmh.c b/src/ewmh.c index 4a75e58..206d421 100644 --- a/src/ewmh.c +++ b/src/ewmh.c @@ -1,6 +1,6 @@ /* * ewmh.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/frame.c b/src/frame.c index c45139b..66787d1 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1,6 +1,6 @@ /* * frame.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/getinfo.c b/src/getinfo.c index 8253ab2..5eec143 100644 --- a/src/getinfo.c +++ b/src/getinfo.c @@ -1,6 +1,6 @@ /* * getinfo.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/infobar.c b/src/infobar.c index 88a15a8..b31857c 100644 --- a/src/infobar.c +++ b/src/infobar.c @@ -1,6 +1,6 @@ /* * infobar.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/init.c b/src/init.c index 74854a4..161fce8 100644 --- a/src/init.c +++ b/src/init.c @@ -1,6 +1,6 @@ /* * wmfs.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/launcher.c b/src/launcher.c index a34bfb2..dd4fa95 100644 --- a/src/launcher.c +++ b/src/launcher.c @@ -1,6 +1,6 @@ /* * launcher.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/layout.c b/src/layout.c index 005c336..a2b2654 100644 --- a/src/layout.c +++ b/src/layout.c @@ -1,6 +1,6 @@ /* * layout.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/menu.c b/src/menu.c index 0ef54c9..27779ba 100644 --- a/src/menu.c +++ b/src/menu.c @@ -1,6 +1,6 @@ /* * menu.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/mouse.c b/src/mouse.c index ca5efe2..605f662 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -1,6 +1,6 @@ /* * mouse.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -53,6 +53,7 @@ void mouse_move_tile_client(Client **c) { Client *sc; + Window w; int d; diff --git a/src/screen.c b/src/screen.c index 2e157d7..64321c8 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1,6 +1,6 @@ /* * screen.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/structs.h b/src/structs.h index eb48ab7..c36356a 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* * structs.h -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tag.c b/src/tag.c index 8cafe1c..76664a4 100644 --- a/src/tag.c +++ b/src/tag.c @@ -1,6 +1,6 @@ /* * tag.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/util.c b/src/util.c index bb71d2a..79e2283 100644 --- a/src/util.c +++ b/src/util.c @@ -1,6 +1,6 @@ /* * util.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/wmfs.c b/src/wmfs.c index 1ef905d..af815ef 100644 --- a/src/wmfs.c +++ b/src/wmfs.c @@ -1,6 +1,6 @@ /* * wmfs.c -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/wmfs.h b/src/wmfs.h index 36d1b6a..02cc261 100644 --- a/src/wmfs.h +++ b/src/wmfs.h @@ -1,6 +1,6 @@ /* * wmfs.h -* Copyright © 2008 Martin Duquesnoy +* Copyright © 2008, 2009 Martin Duquesnoy * All rights reserved. * * Redistribution and use in source and binary forms, with or without