From 8915c4b6854d0dc6eca120b5d106a85da5a83f98 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 27 Apr 2015 23:21:39 +0000 Subject: [PATCH] build: fix license and copyright information. --- neercs/old/mini-neercs.h | 18 +++++++++--------- neercs/old/mini-socket.h | 18 +++++++++--------- neercs/old/mygetopt.h | 16 ++++++++-------- neercs/old/mytrace.h | 14 +++++++------- neercs/old/neercs.h | 6 +++--- neercs/old/python/py_module.h | 14 +++++++------- neercs/old/widgets.h | 14 +++++++------- neercs/old/wm.cpp | 7 ++++--- neercs/term/ansi.cpp | 6 +++--- neercs/term/pty.cpp | 6 +++--- 10 files changed, 60 insertions(+), 59 deletions(-) diff --git a/neercs/old/mini-neercs.h b/neercs/old/mini-neercs.h index 6e5d6ef..0daaf78 100644 --- a/neercs/old/mini-neercs.h +++ b/neercs/old/mini-neercs.h @@ -1,15 +1,15 @@ -/* - * neercs console-based window manager - * Copyright (c) 2006-2010 Sam Hocevar - * 2008-2010 Jean-Yves Lamoureux - * 2008-2010 Pascal Terjan - * All Rights Reserved +/* + * neercs — console-based window manager + * + * Copyright © 2006—2015 Sam Hocevar + * © 2008—2010 Jean-Yves Lamoureux + * © 2008—2010 Pascal Terjan * * This program is free software. It comes without any warranty, to * 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); diff --git a/neercs/old/mini-socket.h b/neercs/old/mini-socket.h index 09c6645..2b4cec9 100644 --- a/neercs/old/mini-socket.h +++ b/neercs/old/mini-socket.h @@ -1,15 +1,15 @@ -/* - * neercs console-based window manager - * Copyright (c) 2006-2010 Sam Hocevar - * 2008-2010 Jean-Yves Lamoureux - * 2008-2010 Pascal Terjan - * All Rights Reserved +/* + * neercs — console-based window manager + * + * Copyright © 2006—2015 Sam Hocevar + * © 2008—2010 Jean-Yves Lamoureux + * © 2008—2010 Pascal Terjan * * This program is free software. It comes without any warranty, to * 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 diff --git a/neercs/old/mygetopt.h b/neercs/old/mygetopt.h index 1f1264c..0e3a25a 100644 --- a/neercs/old/mygetopt.h +++ b/neercs/old/mygetopt.h @@ -1,14 +1,14 @@ -/* - * neercs console-based window manager - * Copyright (c) 2006-2010 Sam Hocevar - * 2008-2010 Jean-Yves Lamoureux - * All Rights Reserved +/* + * neercs — console-based window manager + * + * Copyright © 2006—2015 Sam Hocevar + * © 2008—2010 Jean-Yves Lamoureux * * This program is free software. It comes without any warranty, to * 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. */ /* diff --git a/neercs/old/mytrace.h b/neercs/old/mytrace.h index f186cd5..0718fee 100644 --- a/neercs/old/mytrace.h +++ b/neercs/old/mytrace.h @@ -1,13 +1,13 @@ -/* - * neercs console-based window manager - * Copyright (c) 2008-2010 Sam Hocevar - * All Rights Reserved +/* + * neercs — console-based window manager + * + * Copyright © 2006—2015 Sam Hocevar * * This program is free software. It comes without any warranty, to * 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 diff --git a/neercs/old/neercs.h b/neercs/old/neercs.h index bd8fb9f..1aa0227 100644 --- a/neercs/old/neercs.h +++ b/neercs/old/neercs.h @@ -6,9 +6,9 @@ * * This program is free software. It comes without any warranty, to * 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 diff --git a/neercs/old/python/py_module.h b/neercs/old/python/py_module.h index 1294ac4..e3f91bd 100644 --- a/neercs/old/python/py_module.h +++ b/neercs/old/python/py_module.h @@ -1,13 +1,13 @@ -/* - * neercs console-based window manager - * Copyright (c) 2009-2010 Jean-Yves Lamoureux - * All Rights Reserved +/* + * neercs — console-based window manager + * + * Copyright © 2009—2010 Jean-Yves Lamoureux * * This program is free software. It comes without any warranty, to * 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 diff --git a/neercs/old/widgets.h b/neercs/old/widgets.h index a28462a..078fcf1 100644 --- a/neercs/old/widgets.h +++ b/neercs/old/widgets.h @@ -1,13 +1,13 @@ -/* - * neercs console-based window manager - * Copyright (c) 2009-2010 Jean-Yves Lamoureux - * All Rights Reserved +/* + * neercs — console-based window manager + * + * Copyright © 2009—2010 Jean-Yves Lamoureux * * This program is free software. It comes without any warranty, to * 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 diff --git a/neercs/old/wm.cpp b/neercs/old/wm.cpp index d85149a..017f136 100644 --- a/neercs/old/wm.cpp +++ b/neercs/old/wm.cpp @@ -6,9 +6,10 @@ * * This program is free software. It comes without any warranty, to * 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 diff --git a/neercs/term/ansi.cpp b/neercs/term/ansi.cpp index ed41ef9..75d6790 100644 --- a/neercs/term/ansi.cpp +++ b/neercs/term/ansi.cpp @@ -7,9 +7,9 @@ * * This program is free software. It comes without any warranty, to * 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 diff --git a/neercs/term/pty.cpp b/neercs/term/pty.cpp index 9cd2c00..ab975e1 100644 --- a/neercs/term/pty.cpp +++ b/neercs/term/pty.cpp @@ -5,9 +5,9 @@ * * This program is free software. It comes without any warranty, to * 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