wingo pushed a commit to branch lightning
in repository guile.
commit bdbb8ff0f8e94875aa41e170ac2135cc66d26a28
Author: Paolo Bonzini <[email protected]>
Date: Tue Nov 21 10:57:25 2006 +0000
give credit to whom credit is due
git-archimport-id: [email protected]/lightning--stable--1.2--patch-46
---
AUTHORS | 8 +++++++-
lightning/i386/asm-32.h | 1 +
lightning/i386/asm-64.h | 3 ++-
lightning/i386/asm-i386.h | 2 ++
lightning/i386/core-32.h | 4 ++--
lightning/i386/core-64.h | 4 ++--
lightning/i386/core-i386.h | 4 ++--
lightning/i386/fp-64.h | 2 +-
lightning/i386/funcs.h | 2 +-
lightning/ppc/funcs.h | 2 +-
10 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 2272038..af6bc2c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,12 @@
Paolo Bonzini <[email protected]>
+
PPC assembler by Ian Piumarta <[email protected]>
-i386 assembler by Ian Piumarta <[email protected]> and Milan Jurik
+
+i386 assembler by Ian Piumarta <[email protected]>
+and Gwenole Beauchesne <[email protected]>
+
x86-64 backend by Matthew Flatt <[email protected]>
+
Major PPC contributions by Laurent Michel <[email protected]>
+
Major SPARC contributions by Ludovic Courtes <[email protected]>
diff --git a/lightning/i386/asm-32.h b/lightning/i386/asm-32.h
index c695091..1945a49 100644
--- a/lightning/i386/asm-32.h
+++ b/lightning/i386/asm-32.h
@@ -7,6 +7,7 @@
/***********************************************************************
*
+ * Copyright 2003 Gwenole Beauchesne
* Copyright 2006 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
diff --git a/lightning/i386/asm-64.h b/lightning/i386/asm-64.h
index e3a6d78..a08dac7 100644
--- a/lightning/i386/asm-64.h
+++ b/lightning/i386/asm-64.h
@@ -7,7 +7,8 @@
/***********************************************************************
*
- * Copyright 2006 Matthew Flatt
+ * Copyright 2003 Gwenole Beauchesne
+ * Copyright 2006 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lightning/i386/asm-i386.h b/lightning/i386/asm-i386.h
index 5bc14f4..c25d5f7 100644
--- a/lightning/i386/asm-i386.h
+++ b/lightning/i386/asm-i386.h
@@ -8,6 +8,8 @@
/***********************************************************************
*
* Copyright 1999, 2000, 2001, 2002 Ian Piumarta
+ * Copyright 2003 Gwenole Beauchesne
+ * Copyright 2006 Free Software Foundation
*
* This file is part of GNU lightning.
*
diff --git a/lightning/i386/core-32.h b/lightning/i386/core-32.h
index d58554b..eabc6d7 100644
--- a/lightning/i386/core-32.h
+++ b/lightning/i386/core-32.h
@@ -7,8 +7,8 @@
/***********************************************************************
*
- * Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
- * Written by Paolo Bonzini.
+ * Copyright 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
+ * Written by Paolo Bonzini and Matthew Flatt.
*
* This file is part of GNU lightning.
*
diff --git a/lightning/i386/core-64.h b/lightning/i386/core-64.h
index cb15265..e095091 100644
--- a/lightning/i386/core-64.h
+++ b/lightning/i386/core-64.h
@@ -7,8 +7,8 @@
/***********************************************************************
*
- * Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
- * Written by Paolo Bonzini.
+ * Copyright 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
+ * Written by Paolo Bonzini and Matthew Flatt.
*
* This file is part of GNU lightning.
*
diff --git a/lightning/i386/core-i386.h b/lightning/i386/core-i386.h
index 91d6cef..2a9a8c2 100644
--- a/lightning/i386/core-i386.h
+++ b/lightning/i386/core-i386.h
@@ -7,8 +7,8 @@
/***********************************************************************
*
- * Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
- * Written by Paolo Bonzini.
+ * Copyright 2000, 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
+ * Written by Paolo Bonzini and Matthew Flatt.
*
* This file is part of GNU lightning.
*
diff --git a/lightning/i386/fp-64.h b/lightning/i386/fp-64.h
index b5b2cd3..cb2e6b9 100644
--- a/lightning/i386/fp-64.h
+++ b/lightning/i386/fp-64.h
@@ -7,7 +7,7 @@
/***********************************************************************
*
- * Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ * Copyright 2006 Free Software Foundation, Inc.
* Written by Paolo Bonzini.
*
* This file is part of GNU lightning.
diff --git a/lightning/i386/funcs.h b/lightning/i386/funcs.h
index 77171ec..24c593f 100644
--- a/lightning/i386/funcs.h
+++ b/lightning/i386/funcs.h
@@ -7,7 +7,7 @@
/***********************************************************************
*
- * Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+ * Copyright 2000, 2001, 2002, 2006 Free Software Foundation, Inc.
* Written by Paolo Bonzini.
*
* This file is part of GNU lightning.
diff --git a/lightning/ppc/funcs.h b/lightning/ppc/funcs.h
index 22c277e..9a8638d 100644
--- a/lightning/ppc/funcs.h
+++ b/lightning/ppc/funcs.h
@@ -7,7 +7,7 @@
/***********************************************************************
*
- * Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ * Copyright 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
* Written by Paolo Bonzini.
*
* This file is part of GNU lightning.