From 61e308496ef03a5c9bf6d413c2cb3a67263ad4f2 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Sat, 1 Jan 2011 15:18:27 -0800 Subject: [PATCH] Update year in copyright notice. --- src/melt/melt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/melt/melt.c b/src/melt/melt.c index bdad8d18..ffa8a207 100644 --- a/src/melt/melt.c +++ b/src/melt/melt.c @@ -1,6 +1,6 @@ /* * melt.c -- MLT command line utility - * Copyright (C) 2002-2010 Ushodaya Enterprises Limited + * Copyright (C) 2002-2011 Ushodaya Enterprises Limited * Authors: Charles Yates * Dan Dennedy * @@ -529,7 +529,7 @@ query_all: else if ( !strcmp( argv[ i ], "-version" ) || !strcmp( argv[ i ], "--version" ) ) { fprintf( stderr, "MLT %s " VERSION "\n" - "Copyright (C) 2002-2010 Ushodaya Enterprises Limited\n" + "Copyright (C) 2002-2011 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", -- 2.39.5