From 040df7a8138da5b3edd119e4126b8fd39d65d332 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sun, 24 Jan 2010 14:26:17 -0500 Subject: Update Copyright years. --- configure.ac | 2 +- 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 -- cgit