@@ -1,15 +1,15 @@ | |||||
/* | |||||
* neercs console-based window manager | |||||
* Copyright (c) 2006-2010 Sam Hocevar <sam@hocevar.net> | |||||
* 2008-2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* 2008-2010 Pascal Terjan <pterjan@linuxfr.org> | |||||
* All Rights Reserved | |||||
/* | |||||
* neercs — console-based window manager | |||||
* | |||||
* Copyright © 2006—2015 Sam Hocevar <sam@hocevar.net> | |||||
* © 2008—2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* © 2008—2010 Pascal Terjan <pterjan@linuxfr.org> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
void client_init(void); | void client_init(void); | ||||
@@ -1,15 +1,15 @@ | |||||
/* | |||||
* neercs console-based window manager | |||||
* Copyright (c) 2006-2010 Sam Hocevar <sam@hocevar.net> | |||||
* 2008-2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* 2008-2010 Pascal Terjan <pterjan@linuxfr.org> | |||||
* All Rights Reserved | |||||
/* | |||||
* neercs — console-based window manager | |||||
* | |||||
* Copyright © 2006—2015 Sam Hocevar <sam@hocevar.net> | |||||
* © 2008—2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* © 2008—2010 Pascal Terjan <pterjan@linuxfr.org> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
#include <sys/types.h> | #include <sys/types.h> | ||||
@@ -1,14 +1,14 @@ | |||||
/* | |||||
* neercs console-based window manager | |||||
* Copyright (c) 2006-2010 Sam Hocevar <sam@hocevar.net> | |||||
* 2008-2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* All Rights Reserved | |||||
/* | |||||
* neercs — console-based window manager | |||||
* | |||||
* Copyright © 2006—2015 Sam Hocevar <sam@hocevar.net> | |||||
* © 2008—2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
/* | /* | ||||
@@ -1,13 +1,13 @@ | |||||
/* | |||||
* neercs console-based window manager | |||||
* Copyright (c) 2008-2010 Sam Hocevar <sam@hocevar.net> | |||||
* All Rights Reserved | |||||
/* | |||||
* neercs — console-based window manager | |||||
* | |||||
* Copyright © 2006—2015 Sam Hocevar <sam@hocevar.net> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
#if !defined _WIN32 | #if !defined _WIN32 | ||||
@@ -6,9 +6,9 @@ | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
#pragma once | #pragma once | ||||
@@ -1,13 +1,13 @@ | |||||
/* | |||||
* neercs console-based window manager | |||||
* Copyright (c) 2009-2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* All Rights Reserved | |||||
/* | |||||
* neercs — console-based window manager | |||||
* | |||||
* Copyright © 2009—2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
#ifdef USE_PYTHON | #ifdef USE_PYTHON | ||||
@@ -1,13 +1,13 @@ | |||||
/* | |||||
* neercs console-based window manager | |||||
* Copyright (c) 2009-2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* All Rights Reserved | |||||
/* | |||||
* neercs — console-based window manager | |||||
* | |||||
* Copyright © 2009—2010 Jean-Yves Lamoureux <jylam@lnxscene.org> | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
#include <stdio.h> | #include <stdio.h> | ||||
@@ -6,9 +6,10 @@ | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | |||||
*/ | */ | ||||
#if HAVE_CONFIG_H | #if HAVE_CONFIG_H | ||||
@@ -7,9 +7,9 @@ | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
#if HAVE_CONFIG_H | #if HAVE_CONFIG_H | ||||
@@ -5,9 +5,9 @@ | |||||
* | * | ||||
* This program is free software. It comes without any warranty, to | * This program is free software. It comes without any warranty, to | ||||
* the extent permitted by applicable law. You can redistribute it | * the extent permitted by applicable law. You can redistribute it | ||||
* and/or modify it under the terms of the Do What The Fuck You Want | |||||
* To Public License, Version 2, as published by Sam Hocevar. See | |||||
* http://www.wtfpl.net/ for more details. | |||||
* and/or modify it under the terms of the Do What the Fuck You Want | |||||
* to Public License, Version 2, as published by the WTFPL Task Force. | |||||
* See http://www.wtfpl.net/ for more details. | |||||
*/ | */ | ||||
#if HAVE_CONFIG_H | #if HAVE_CONFIG_H | ||||