diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/sonancy-app.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 13459b1..4beb890 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT([sonancy], [0.0.1], [], [sonancy]) AC_PREREQ([2.59]) -AC_COPYRIGHT([Copyright (C) 2009 Brian Pepple]) +AC_COPYRIGHT([Copyright (C) 2009-2010 Brian Pepple]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/src/sonancy-app.c b/src/sonancy-app.c index 2e29e8b..aa8dd67 100644 --- a/src/sonancy-app.c +++ b/src/sonancy-app.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Copyright (C) 2009 Brian Pepple + * Copyright (C) 2009-2010 Brian Pepple * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |
