diff options
| -rw-r--r-- | LICENSE | 8 | ||||
| -rw-r--r-- | coro.c | 2 | ||||
| -rw-r--r-- | coro.h | 2 | 
3 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2000-2005 Marc Alexander Lehmann <schmorp@schmorp.de> +Copyright (c) 2000-2009 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: @@ -10,9 +10,6 @@ tion, are permitted provided that the following conditions are met:        notice, this list of conditions and the following disclaimer in the        documentation and/or other materials provided with the distribution. -  3.  The name of the author may not be used to endorse or promote products -      derived from this software without specific prior written permission. -  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-  CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO @@ -24,3 +21,6 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-  ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED  OF THE POSSIBILITY OF SUCH DAMAGE. +Alternatively, the following files carry an additional notice that +explicitly allows relicensing under the GPLv2: coro.c, coro.h. + @@ -1,5 +1,5 @@  /* - * Copyright (c) 2001-2008 Marc Alexander Lehmann <schmorp@schmorp.de> + * Copyright (c) 2001-2009 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: @@ -1,5 +1,5 @@  /* - * Copyright (c) 2001-2008 Marc Alexander Lehmann <schmorp@schmorp.de> + * Copyright (c) 2001-2009 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:  | 
