From b2dc6375b982a08c3855d83c796820b632fc1ef5 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Wed, 27 Feb 2013 13:41:08 -0500 Subject: [PATCH] Update copyright date to 2013 in usage Conflicts: src/core/main.cpp --- src/core/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/main.cpp b/src/core/main.cpp index 090f032ef..64d0f7324 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -1,8 +1,8 @@ /* * main.cpp - just main.cpp which is starting up app... * - * Copyright (c) 2004-2011 Tobias Doerffel - * + * Copyright (c) 2004-2013 Tobias Doerffel + * * This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net * * This program is free software; you can redistribute it and/or @@ -130,7 +130,7 @@ int main( int argc, char * * argv ) QString( argv[i] ) == "-v" ) { printf( "\nLinux MultiMedia Studio %s\n\n" - "Copyright (c) 2004-2008 LMMS developers.\n\n" + "Copyright (c) 2004-2013 LMMS developers.\n\n" "This program is free software; you can redistribute it and/or\n" "modify it under the terms of the GNU General Public\n" "License as published by the Free Software Foundation; either\n" @@ -143,7 +143,7 @@ int main( int argc, char * * argv ) QString( argv[i] ) == "-h" ) ) { printf( "\nLinux MultiMedia Studio %s\n" - "Copyright (c) 2004-2008 LMMS developers.\n\n" + "Copyright (c) 2004-2013 LMMS developers.\n\n" "usage: lmms [ -r ] [ options ]\n" " [ -u ]\n" " [ -d ]\n"