From 0ed9f1c71e5534b88073db1bb2cc8661ee11299f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 9 Feb 2013 02:14:07 +0100 Subject: [PATCH] Updated the copyright line --- src/editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.c b/src/editor.c index b831ec4..5086fa8 100644 --- a/src/editor.c +++ b/src/editor.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright (c) 2006-2012 Pierre Pronchery "; +"Copyright (c) 2006-2013 Pierre Pronchery "; /* This file is part of DeforaOS Desktop Editor */ static char const _license[] = "This program is free software: you can redistribute it and/or modify\n"