From a6622dd0dd2e4ace0cf7c583cc52debb58512e32 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 5 Feb 2018 02:05:20 +0100 Subject: [PATCH] Update the copyright notice --- src/vncviewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vncviewer.c b/src/vncviewer.c index d26f6ca..784a546 100644 --- a/src/vncviewer.c +++ b/src/vncviewer.c @@ -1,7 +1,7 @@ /* $Id$ */ static char const _copyright[] = "Copyright © 2006 Anthony Liguori \n" -"Copyright © 2015-2016 Pierre Pronchery "; +"Copyright © 2015-2018 Pierre Pronchery "; /* This file is part of DeforaOS Desktop VNCViewer */ static char const _license[] = "This software is originally based on the GTK VNC Widget library.\n"