From: Dan Dennedy Date: Tue, 14 Sep 2010 05:58:21 +0000 (-0700) Subject: Update year in copyright notice. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a51ff9de89df080d6a495d5830446cde16ca3056;p=mlt Update year in copyright notice. --- diff --git a/src/melt/melt.c b/src/melt/melt.c index 3d507d8b..a60e80f4 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -1,6 +1,6 @@ /* * melt.c -- MLT command line utility - * Copyright (C) 2002-2008 Ushodaya Enterprises Limited + * Copyright (C) 2002-2010 Ushodaya Enterprises Limited * Author: Charles Yates * * This program is free software; you can redistribute it and/or modify @@ -409,7 +409,7 @@ query_all: else if ( !strcmp( argv[ i ], "-version" ) || !strcmp( argv[ i ], "--version" ) ) { fprintf( stderr, "MLT %s " VERSION "\n" - "Copyright (C) 2002-2009 Ushodaya Enterprises Limited\n" + "Copyright (C) 2002-2010 Ushodaya Enterprises Limited\n" "\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",