aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-27 21:38:03 +0000
committerbellard <bellard>2004-10-27 21:38:03 +0000
commitc9c05ca5f053b2607b3b8dd93b5c1b9285a56955 (patch)
tree13a4534c696465849f092b4431745aa85a6582b3
parent32ba2eadf6f2c47bb3682d57a1b1b87bda933eb7 (diff)
downloadtinycc-c9c05ca5f053b2607b3b8dd93b5c1b9285a56955.tar.gz
tinycc-c9c05ca5f053b2607b3b8dd93b5c1b9285a56955.tar.bz2
copyright update
-rw-r--r--i386-gen.c2
-rw-r--r--tcc.c4
-rw-r--r--tccasm.c2
-rw-r--r--tccelf.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/i386-gen.c b/i386-gen.c
index f040844..b6d5ac3 100644
--- a/i386-gen.c
+++ b/i386-gen.c
@@ -1,7 +1,7 @@
/*
* X86 code generator for TCC
*
- * 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
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"
diff --git a/tccasm.c b/tccasm.c
index bbd7e2c..c28364e 100644
--- a/tccasm.c
+++ b/tccasm.c
@@ -1,7 +1,7 @@
/*
* GAS like assembler for TCC
*
- * Copyright (c) 2001, 2002 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
diff --git a/tccelf.c b/tccelf.c
index 12bdc8d..6f8ebdf 100644
--- a/tccelf.c
+++ b/tccelf.c
@@ -1,7 +1,7 @@
/*
* ELF file handling for TCC
*
- * Copyright (c) 2001, 2002 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