From 8e20fbc79cd129dce97d65a7ac9bdcf1a88bf880 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 8 Aug 2012 22:59:47 -0400 Subject: [PATCH] Updated copyright dates. --- LICENSE.txt | 2 +- manymouse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 7cd5920..1020582 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ - Copyright (c) 2005-2008 Ryan C. Gordon and others. + Copyright (c) 2005-2012 Ryan C. Gordon and others. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from diff --git a/manymouse.c b/manymouse.c index f0948df..7f88582 100644 --- a/manymouse.c +++ b/manymouse.c @@ -11,7 +11,7 @@ #include "manymouse.h" static const char *manymouse_copyright = - "ManyMouse " MANYMOUSE_VERSION " copyright (c) 2005-2011 Ryan C. Gordon."; + "ManyMouse " MANYMOUSE_VERSION " copyright (c) 2005-2012 Ryan C. Gordon."; extern const ManyMouseDriver *ManyMouseDriver_windows; extern const ManyMouseDriver *ManyMouseDriver_evdev;