From c9c05ca5f053b2607b3b8dd93b5c1b9285a56955 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 27 Oct 2004 21:38:03 +0000 Subject: copyright update --- tcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcc.c') diff --git a/tcc.c b/tcc.c index c7ab87c..e5e3c01 100644 --- a/tcc.c +++ b/tcc.c @@ -1,7 +1,7 @@ /* * TCC - Tiny C Compiler * - * Copyright (c) 2001, 2002, 2003 Fabrice Bellard + * Copyright (c) 2001-2004 Fabrice Bellard * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -9956,7 +9956,7 @@ static int64_t getclock_us(void) void help(void) { - printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2003 Fabrice Bellard\n" + printf("tcc version " TCC_VERSION " - Tiny C Compiler - Copyright (C) 2001-2004 Fabrice Bellard\n" "usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n" " [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n" " [infile1 infile2...] [-run infile args...]\n" -- cgit v1.3.1