summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--README2
-rw-r--r--conftest.c2
-rw-r--r--coro.c2
-rw-r--r--coro.h7
5 files changed, 8 insertions, 7 deletions
diff --git a/LICENSE b/LICENSE
index 5d64fb4..517f6d0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2000,2001 Marc Alexander Lehmann <pcg@goof.com>
+Copyright (c) 2000-2005 Marc Alexander Lehmann <schmorp@schmorp.de>
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
diff --git a/README b/README
index 4f4678c..28b0a6f 100644
--- a/README
+++ b/README
@@ -3,4 +3,4 @@ note that the file conftest.c in this distribution is under the GPL. It is
not needed for proper operation of this library though, for that, coro.h
and coro.c suffice.
-Marc Lehmann <pcg@goof.com>
+Marc Lehmann <schmorp@schmorp.de>
diff --git a/conftest.c b/conftest.c
index 17cc1ec..5146779 100644
--- a/conftest.c
+++ b/conftest.c
@@ -21,7 +21,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this file; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA, or contact Marc Lehmann <pcg@goof.com>.
+ * USA, or contact Marc Lehmann <schmorp@schmorp.de>.
*/
#include <stdio.h>
diff --git a/coro.c b/coro.c
index 4eea82f..4e4ad5c 100644
--- a/coro.c
+++ b/coro.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Marc Alexander Lehmann <pcg@goof.com>
+ * Copyright (c) 2001-2005 Marc Alexander Lehmann <schmorp@schmorp.de>
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
diff --git a/coro.h b/coro.h
index 06eef75..7985e7e 100644
--- a/coro.h
+++ b/coro.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Marc Alexander Lehmann <pcg@goof.com>
+ * Copyright (c) 2001-2005 Marc Alexander Lehmann <schmorp@schmorp.de>
*
* Redistribution and use in source and binary forms, with or without modifica-
* tion, are permitted provided that the following conditions are met:
@@ -33,15 +33,16 @@
* build your own process abstraction using it or - better - just use GNU
* Portable Threads, http://www.gnu.org/software/pth/.
*
- * VERSION: 0.1
*/
#ifndef CORO_H
#define CORO_H
+#define CORO_VERSION 1
+
/*
* This library consists of only three files
- * coro.h, coro.c and LICENSE
+ * coro.h, coro.c and LICENSE (and optionally README)
*
* It implements what is known as coroutines, in a hopefully
* portable way. At the moment you have to define which kind