summaryrefslogtreecommitdiff
path: root/mpeix
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-15 22:23:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-15 22:23:31 +0000
commitc72515e3b3831d7662a8502dab05d997460b04a5 (patch)
treebc2f5e4e032da744a9c5b01fedfd90f5ec332bbb /mpeix
parent107e2bf64b7a12463004e88e60305f5521cfd00c (diff)
downloadperl-c72515e3b3831d7662a8502dab05d997460b04a5.tar.gz
The LGPL code relicensed, with permission from Mark Klein of DIS.
(and the licensing of the other code clarified, from Mark Bixby.) p4raw-id: //depot/perl@15940
Diffstat (limited to 'mpeix')
-rw-r--r--mpeix/mpeix.c23
1 files changed, 16 insertions, 7 deletions
diff --git a/mpeix/mpeix.c b/mpeix/mpeix.c
index 7ad8eb2e83..b230c50ac2 100644
--- a/mpeix/mpeix.c
+++ b/mpeix/mpeix.c
@@ -2,8 +2,9 @@
/*
* gcc long pointer support code for HPPA.
* Copyright 1998, DIS International, Ltd.
- * Permission is granted to use this code under the GNU LIBRARY GENERAL
- * PUBLIC LICENSE, Version 2, June 1991.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself. (Relicensed for Perl in
+ * in April 2002 by Mark Klein.)
*/
typedef struct {
int spaceid;
@@ -13,8 +14,9 @@ typedef struct {
/*
* gcc long pointer support code for HPPA.
* Copyright 1998, DIS International, Ltd.
- * Permission is granted to use this code under the GNU LIBRARY GENERAL
- * PUBLIC LICENSE, Version 2, June 1991.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself. (Relicensed for Perl in
+ * in April 2002 by Mark Klein.)
*/
int __perl_mpe_getspaceid(void *source)
@@ -185,6 +187,11 @@ void __perl_mpe_move_fast(int len, // %r26 == byte length
* uses some undocumented locking call. It is known to work on SCO unix,
* other vendors should try.
* The #error directive prevents unsupported OSes
+ *
+ * ftruncate/truncate code by Mark Bixby.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself.
+ *
*/
#include <unistd.h>
@@ -336,8 +343,6 @@ truncate(const char *pathname, off_t length)
gettimeofday() is UNIX, not POSIX.
gettimeofday() is a BSD function.
-
-
NAME
gettimeofday -
@@ -379,7 +384,11 @@ truncate(const char *pathname, off_t length)
extern int TIMER();
-
+/*
+ * gettimeofday code by Mark Bixby.
+ * This code is free software; you may redistribute it and/or modify
+ * it under the same terms as Perl itself.
+ */
#ifdef __STDC__
int gettimeofday( struct timeval *tp, struct timezone *tpz )