From 624af006a50bf2e328b259aa94224d0c46552000 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 27 Feb 2013 22:46:50 +0100 Subject: [PATCH] Code cleanup --- src/terminal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/terminal.c b/src/terminal.c index 3b7dc34..7b9c64d 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1,8 +1,8 @@ /* $Id$ */ -char const _copyright[] = +static char const _copyright[] = "Copyright (c) 2012-2013 Pierre Pronchery "; /* This file is part of DeforaOS Desktop Terminal */ -char const _license[] = +static char const _license[] = "This program is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n" "the Free Software Foundation, version 3 of the License.\n"