]> git.sesse.net Git - mlt/commitdiff
Update year in copyright notice.
authorDan Dennedy <dan@dennedy.org>
Tue, 14 Sep 2010 05:58:21 +0000 (22:58 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 14 Sep 2010 05:58:21 +0000 (22:58 -0700)
src/melt/melt.c

index 3d507d8bf8e879ec1154baea972dbbf130485943..a60e80f426b3692c36fb27c60441cd72abf99293 100644 (file)
@@ -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 <charles.yates@pandora.be>
  *
  * 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"
                                "<http://www.mltframework.org/>\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",