Skip to content

Commit

Permalink
Updated copyright dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 9, 2012
1 parent f164606 commit 8e20fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion manymouse.c
Expand Up @@ -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;
Expand Down

0 comments on commit 8e20fbc

Please sign in to comment.