From d2d9117d3ae1bdb5298635a6ac17a4427591025c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Mar 2005 17:20:31 +0000 Subject: *** empty log message *** --- LICENSE | 2 +- README | 2 +- conftest.c | 2 +- coro.c | 2 +- coro.h | 7 ++++--- 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 +Copyright (c) 2000-2005 Marc Alexander Lehmann 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 +Marc Lehmann 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 . + * USA, or contact Marc Lehmann . */ #include 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 + * Copyright (c) 2001-2005 Marc Alexander Lehmann * * 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 + * Copyright (c) 2001-2005 Marc Alexander Lehmann * * 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 -- cgit v1.2.3