diff --git a/LICENSE b/LICENSE index b225cf5..13ef80a 100644 --- a/LICENSE +++ b/LICENSE @@ -20,3 +20,28 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +---- + +Copyright (c) 2013, Jim Jagielski . + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/gnupg.c b/gnupg.c index 428e82e..591a25b 100644 --- a/gnupg.c +++ b/gnupg.c @@ -7,6 +7,7 @@ | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ | Copyright (c) 2006, Thilo Raufeisen | + | Copyright (c) 2013, Jim Jagielski | +--------------------------------------------------------------------+ */ diff --git a/gnupg_keylistiterator.c b/gnupg_keylistiterator.c index 62ca02e..aaf9275 100644 --- a/gnupg_keylistiterator.c +++ b/gnupg_keylistiterator.c @@ -7,6 +7,7 @@ | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ | Copyright (c) 2006, Thilo Raufeisen | + | Copyright (c) 2013, Jim Jagielski | +--------------------------------------------------------------------+ */ diff --git a/package.xml b/package.xml index 5a394b1..a01a165 100644 --- a/package.xml +++ b/package.xml @@ -10,9 +10,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Thilo Raufeisen - traufeisen - traufeisen@php.net + Jim Jagielski + jimjag + jimjag@php.net yes 2010-07-20 diff --git a/php_gnupg.h b/php_gnupg.h index 42ea726..87f6b51 100644 --- a/php_gnupg.h +++ b/php_gnupg.h @@ -7,6 +7,7 @@ | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ | Copyright (c) 2006, Thilo Raufeisen | + | Copyright (c) 2013, Jim Jagielski | +--------------------------------------------------------------------+ */ @@ -18,7 +19,7 @@ extern zend_module_entry gnupg_module_entry; #define phpext_gnupg_ptr &gnupg_module_entry -#define PHP_GNUPG_VERSION "1.3.2-dev" +#define PHP_GNUPG_VERSION "1.3.3-dev" #ifdef PHP_WIN32 #define PHP_GNUPG_API __declspec(dllexport) diff --git a/php_gnupg_keylistiterator.h b/php_gnupg_keylistiterator.h index 95e1d9d..2ddba0c 100644 --- a/php_gnupg_keylistiterator.h +++ b/php_gnupg_keylistiterator.h @@ -7,6 +7,7 @@ | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ | Copyright (c) 2006, Thilo Raufeisen | + | Copyright (c) 2013, Jim Jagielski | +--------------------------------------------------------------------+ */