Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
2eac1656
Commit
2eac1656
authored
Aug 19, 2003
by
Götz Lindenmaier
Browse files
Added copyright headers
[r1707]
parent
8836b3ce
Changes
50
Hide whitespace changes
Inline
Side-by-side
ir/common/firmwalk.h
View file @
2eac1656
/*
* Project: libFIRM
* File name: ir/common/firmwalk.h
* Purpose: Walker that touches all Firm data structures
* Author: Sebastian Felis
* Modified by:
* Created: 7.2003
* CVS-ID: $Id$
* Copyright: (c) 2003 Universitt Karlsruhe
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/**
* @file firmwalk.h
*
...
...
ir/common/misc.h
View file @
2eac1656
/* Misc. declarations.
Copyright (C) 1995, 1996 Markus Armbruster
All rights reserved. */
/*
* Project: libFIRM
* File name: ir/common/misc.h
* Purpose: Misc. declarations.
* Author: Markus Armbruster
* Modified by:
* Created: 1999 by getting from fiasco
* CVS-ID: $Id$
* Copyright: (c) 1995, 1996 Markus Armbruster
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/* $Id$ */
#ifndef _MISC_H_
#define _MISC_H_
...
...
ir/common/panic.c
View file @
2eac1656
/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
* All rights reserved.
*
* Authors: Martin Trapp, Christian Schaefer
*
*/
/*
* Project: libFIRM
* File name: ir/common/panic.c
* Purpose:
* Author: Martin Trapp, Christian Schaefer
* Modified by:
* Created:
* CVS-ID: $Id$
* Copyright: (c) 1998-2003 Universitt Karlsruhe
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
# include <config.h>
...
...
ir/common/panic.h
View file @
2eac1656
/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
* All rights reserved.
*/
/*
* Project: libFIRM
* File name: ir/common/panic.h
* Purpose:
* Author: Martin Trapp, Christian Schaefer
* Modified by:
* Created:
* CVS-ID: $Id$
* Copyright: (c) 1998-2003 Universitt Karlsruhe
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/**
* @file panic.h
...
...
@@ -8,7 +16,6 @@
* @author Martin Trapp, Christian Schaefer
*/
/* $Id$ */
# ifndef _PANIC_H_
# define _PANIC_H_
...
...
ir/common/tune.h
View file @
2eac1656
/* Tune --- tunable parameters.
Copyright (C) 1995, 1996 Markus Armbruster & Christian von Roques */
/* $Id$ */
/*
* Project: libFIRM
* File name: ir/common/tune.h
* Purpose: Tune --- tunable parameters.
* Author: Markus Armbruster & Christian von Roques
* Modified by:
* Created: 1999 by getting from fiasco
* CVS-ID: $Id$
* Copyright: (c) 1995, 1996 Markus Armbruster & Christian von Roques
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifndef _TUNE_H
#define _TUNE_H
...
...
ir/common/xfprintf.c
View file @
2eac1656
/* Xfprintf --- extended formatted output to files.
Copyright (C) 1995, 1996 Christian von Roques */
/*
* Project: libFIRM
* File name: ir/common/xfprintf.c
* Purpose: Xfprintf --- extended formatted output to files.
* Author: Christian von Roques
* Modified by:
* Created: 1999 by getting from fiasco
* CVS-ID: $Id$
* Copyright: (c) 1995, 1996 Christian von Roques
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/* $Id$ */
#ifdef HAVE_CONFIG_H
# include <config.h>
...
...
ir/common/xgprintf.c
View file @
2eac1656
/* Xgprintf --- extended formatted output via generic printer functions.
Copyright (C) 1995, 1996 Christian von Roques */
/* $Id$ */
/*
* Project: libFIRM
* File name: ir/common/xgprintf.c
* Purpose: Xgprintf --- extended formatted output via generic printer functions.
* Author: Christian von Roques
* Modified by:
* Created: 1999 by getting from fiasco
* CVS-ID: $Id$
* Copyright: (c) 1995, 1996 Christian von Roques
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/* Implements ANSI-C printf formats minus locale plus extensions,
noteably GNU Libc-like registering of specifier-handlers. */
...
...
ir/common/xoprintf.c
View file @
2eac1656
/* Xfprintf --- extended formatted output to obstacks.
Copyright (C) 1995, 1996 Christian von Roques */
/* $Id$ */
/*
* Project: libFIRM
* File name: ir/common/xoprintf.c
* Purpose: Xoprintf --- extended formatted output to obstacks.
* Author: Christian von Roques
* Modified by:
* Created: 1999 by getting from fiasco
* CVS-ID: $Id$
* Copyright: (c) 1995, 1996 Christian von Roques
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
...
...
ir/common/xp_help.h
View file @
2eac1656
/* Macros to help writing output handlers.
Copyright (C) 1996 Markus Armbruster */
/*
* Project: libFIRM
* File name: ir/common/xp_help.h
* Purpose: Macros to help writing output handlers.
* Author: Markus Armbruster
* Modified by:
* Created: 1999 by getting from fiasco
* CVS-ID: $Id$
* Copyright: (c) 1996 Markus Armbruster
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/* $Id$ */
#ifndef _XP_HELP_H
#define _XP_HELP_H
...
...
ir/common/xprintf.h
View file @
2eac1656
/* Declarations for xprintf & friends.
Copyright (C) 1995, 1996 Christian von Roques */
/*
* Project: libFIRM
* File name: ir/common/xprintf.h
* Purpose: Declarations for xprintf & friends.
* Author: Christian von Roques
* Modified by:
* Created: 1999 by getting from fiasco
* CVS-ID: $Id$
* Copyright: (c) 1995, 1996 Christian von Roques
* Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/* $Id$ */
/* Parts of this file are adapted from the GNU C Library.
Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment