From 558812d3fe09085aef48c0be829eb0efb655b260 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 1 Feb 2016 02:22:03 +0100 Subject: [PATCH] Update copyright information. --- caca/caca.c | 6 +++--- caca/driver/ncurses.c | 8 ++++---- caca/driver/x11.c | 8 ++++---- caca/figfont.c | 6 +++--- caca/string.c | 6 +++--- caca/t/bug-setlocale.c | 4 ++-- caca/t/check-copyright | 2 +- caca/t/simple.c | 6 +++--- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/caca/caca.c b/caca/caca.c index a4dbb5e..7ff89c2 100644 --- a/caca/caca.c +++ b/caca/caca.c @@ -1,7 +1,7 @@ /* - * libcaca Colour ASCII-Art library - * Copyright (c) 2006-2012 Sam Hocevar - * All Rights Reserved + * libcaca Colour ASCII-Art library + * Copyright © 2006—2016 Sam Hocevar + * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca/driver/ncurses.c b/caca/driver/ncurses.c index 832f911..f0b4e3e 100644 --- a/caca/driver/ncurses.c +++ b/caca/driver/ncurses.c @@ -1,8 +1,8 @@ /* - * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2014 Sam Hocevar - * 2007 Ben Wiley Sittler - * All Rights Reserved + * libcaca Colour ASCII-Art library + * Copyright © 2002—2016 Sam Hocevar + * 2007 Ben Wiley Sittler + * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca/driver/x11.c b/caca/driver/x11.c index e3ef434..c48a4e7 100644 --- a/caca/driver/x11.c +++ b/caca/driver/x11.c @@ -1,8 +1,8 @@ /* - * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2015 Sam Hocevar - * 2007 Ben Wiley Sittler - * All Rights Reserved + * libcaca Colour ASCII-Art library + * Copyright © 2002—2016 Sam Hocevar + * 2007 Ben Wiley Sittler + * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca/figfont.c b/caca/figfont.c index 815c5c4..e098d1a 100644 --- a/caca/figfont.c +++ b/caca/figfont.c @@ -1,7 +1,7 @@ /* - * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2012 Sam Hocevar - * All Rights Reserved + * libcaca Colour ASCII-Art library + * Copyright © 2002—2016 Sam Hocevar + * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca/string.c b/caca/string.c index 963e349..795207e 100644 --- a/caca/string.c +++ b/caca/string.c @@ -1,7 +1,7 @@ /* - * libcaca Colour ASCII-Art library - * Copyright (c) 2002-2012 Sam Hocevar - * All Rights Reserved + * libcaca Colour ASCII-Art library + * Copyright © 2002—2016 Sam Hocevar + * All Rights Reserved * * This library is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca/t/bug-setlocale.c b/caca/t/bug-setlocale.c index c469c13..458cf01 100644 --- a/caca/t/bug-setlocale.c +++ b/caca/t/bug-setlocale.c @@ -1,7 +1,7 @@ /* * bug-setlocale: unit test for wrong setlocale() calls - * Copyright (c) 2016 Sam Hocevar - * All Rights Reserved + * Copyright © 2016 Sam Hocevar + * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it diff --git a/caca/t/check-copyright b/caca/t/check-copyright index d8074a5..d4363ab 100755 --- a/caca/t/check-copyright +++ b/caca/t/check-copyright @@ -17,7 +17,7 @@ for dir in $(make -s echo-dirs -C "${top_srcdir}"); do *) continue ;; esac - if ! grep 'Copyright *([cC])' "${top_srcdir}/${dir}/$x" >/dev/null 2>&1; then + if ! grep 'Copyright *\((c)\|(C)\|©\)' "${top_srcdir}/${dir}/$x" >/dev/null 2>&1; then echo "error: ${dir}/$x lacks proper copyright information" nfails=$(($nfails + 1)) elif [ -d "${top_srcdir}/.git" ]; then diff --git a/caca/t/simple.c b/caca/t/simple.c index b8666ce..e1b0f25 100644 --- a/caca/t/simple.c +++ b/caca/t/simple.c @@ -1,7 +1,7 @@ /* - * simple simple testsuite program - * Copyright (c) 2007 Sam Hocevar - * All Rights Reserved + * simple simple testsuite program + * Copyright © 2007—2016 Sam Hocevar + * All Rights Reserved * * This program is free software. It comes without any warranty, to * the extent permitted by applicable law. You can redistribute it