summaryrefslogtreecommitdiffhomepage
path: root/ir/ident
diff options
context:
space:
mode:
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>2007-04-27 11:22:22 +0200
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>2007-04-27 11:22:22 +0200
commiteb08138c6b80c169945568e4414f491a9bc20388 (patch)
tree24560c22016579dbbf67084c676560eb43437692 /ir/ident
parent4d5c3365a58cba59993045a9e08e686d8ae079a7 (diff)
added new licence header
[r13510]
Diffstat (limited to 'ir/ident')
-rw-r--r--ir/ident/ident.c20
-rw-r--r--ir/ident/ident.h20
-rw-r--r--ir/ident/ident_t.h20
3 files changed, 57 insertions, 3 deletions
diff --git a/ir/ident/ident.c b/ir/ident/ident.c
index 668d797..a90b0b7 100644
--- a/ir/ident/ident.c
+++ b/ir/ident/ident.c
@@ -1,4 +1,23 @@
/*
+ * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
+ */
+
+/*
* Project: libFIRM
* File name: ir/common/ident.c
* Purpose: Hash table to store names.
@@ -7,7 +26,6 @@
* Created:
* CVS-ID: $Id$
* Copyright: (c) 1999-2003 Universit<e4>t Karlsruhe
- * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
#ifdef HAVE_CONFIG_H
diff --git a/ir/ident/ident.h b/ir/ident/ident.h
index eab7d9d..42f29f4 100644
--- a/ir/ident/ident.h
+++ b/ir/ident/ident.h
@@ -1,4 +1,23 @@
/*
+ * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
+ */
+
+/*
* Project: libFIRM
* File name: ir/common/ident_t.h
* Purpose: Data type for unique names.
@@ -7,7 +26,6 @@
* Created:
* CVS-ID: $Id$
* Copyright: (c) 1999-2003 Universit<e4>t Karlsruhe
- * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
/**
* @file ident.h
diff --git a/ir/ident/ident_t.h b/ir/ident/ident_t.h
index 2fbf2d6..677f9d2 100644
--- a/ir/ident/ident_t.h
+++ b/ir/ident/ident_t.h
@@ -1,4 +1,23 @@
/*
+ * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved.
+ *
+ * This file is part of libFirm.
+ *
+ * This file may be distributed and/or modified under the terms of the
+ * GNU General Public License version 2 as published by the Free Software
+ * Foundation and appearing in the file LICENSE.GPL included in the
+ * packaging of this file.
+ *
+ * Licensees holding valid libFirm Professional Edition licenses may use
+ * this file in accordance with the libFirm Commercial License.
+ * Agreement provided with the Software.
+ *
+ * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+ * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE.
+ */
+
+/*
* Project: libFIRM
* File name: ir/common/ident_t.h
* Purpose: Hash table to store names -- private header.
@@ -7,7 +26,6 @@
* Created:
* CVS-ID: $Id$
* Copyright: (c) 1999-2003 Universit<e4>t Karlsruhe
- * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE.
*/
# ifndef _IDENT_T_H_