copyright update
This commit is contained in:
parent
32ba2eadf6
commit
c9c05ca5f0
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* X86 code generator for TCC
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
|
4
tcc.c
4
tcc.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* TCC - Tiny C Compiler
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -9956,7 +9956,7 @@ static int64_t getclock_us(void)
|
||||||
|
|
||||||
void help(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"
|
"usage: tcc [-v] [-c] [-o outfile] [-Bdir] [-bench] [-Idir] [-Dsym[=val]] [-Usym]\n"
|
||||||
" [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n"
|
" [-Wwarn] [-g] [-b] [-bt N] [-Ldir] [-llib] [-shared] [-static]\n"
|
||||||
" [infile1 infile2...] [-run infile args...]\n"
|
" [infile1 infile2...] [-run infile args...]\n"
|
||||||
|
|
2
tccasm.c
2
tccasm.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* GAS like assembler for TCC
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
|
2
tccelf.c
2
tccelf.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ELF file handling for TCC
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
|
Loading…
Reference in a new issue