mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
changed licence to PHP licence 3.01
updated package.xml
This commit is contained in:
parent
c00c45c6e2
commit
5056a035da
7 changed files with 62 additions and 50 deletions
10
LICENSE
10
LICENSE
|
@ -1,6 +1,6 @@
|
|||
--------------------------------------------------------------------
|
||||
The PHP License, version 3.0
|
||||
Copyright (c) 1999 - 2002 The PHP Group. All rights reserved.
|
||||
The PHP License, version 3.01
|
||||
Copyright (c) 1999 - 2005 The PHP Group. All rights reserved.
|
||||
--------------------------------------------------------------------
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -38,8 +38,8 @@ are met:
|
|||
|
||||
6. Redistributions of any form whatsoever must retain the following
|
||||
acknowledgment:
|
||||
"This product includes PHP, freely available from
|
||||
<http://www.php.net/>".
|
||||
"This product includes PHP software, freely available from
|
||||
<http://www.php.net/software/>".
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
|
||||
ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||
|
@ -64,5 +64,5 @@ The PHP Group can be contacted via Email at group@php.net.
|
|||
For more information on the PHP Group and the PHP project,
|
||||
please see <http://www.php.net>.
|
||||
|
||||
This product includes the Zend Engine, freely available at
|
||||
PHP includes the Zend Engine, freely available at
|
||||
<http://www.zend.com>.
|
||||
|
|
10
gnupg.c
10
gnupg.c
|
@ -1,19 +1,15 @@
|
|||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5 |
|
||||
| Copyright (c) 2005 Thilo Raufeisen <traufeisen@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2004 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.0 of the PHP license, |
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
| available through the world-wide-web at the following url: |
|
||||
| http://www.php.net/license/3_0.txt. |
|
||||
| http://www.php.net/license/3_01.txt. |
|
||||
| If you did not receive a copy of the PHP license and are unable to |
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Thilo Raufeisen <traufeisen@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
|
|
@ -1,19 +1,15 @@
|
|||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5 |
|
||||
| Copyright (c) 2005 Thilo Raufeisen <traufeisen@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2004 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.0 of the PHP license, |
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
| available through the world-wide-web at the following url: |
|
||||
| http://www.php.net/license/3_0.txt. |
|
||||
| http://www.php.net/license/3_01.txt. |
|
||||
| If you did not receive a copy of the PHP license and are unable to |
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Thilo Raufeisen <traufeisen@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
|
18
package.xml
18
package.xml
|
@ -14,11 +14,13 @@
|
|||
</maintainer>
|
||||
</maintainers>
|
||||
<release>
|
||||
<version>0.6.1</version>
|
||||
<date>2005-11-12</date>
|
||||
<license>PHP License</license>
|
||||
<version>0.7</version>
|
||||
<date>2005-11-28</date>
|
||||
<license>PHP License 3.01</license>
|
||||
<state>beta</state>
|
||||
<notes>fixed zts build</notes>
|
||||
<notes>changed licence to PHP Licence 3.01
|
||||
fixed error during keyimport when the keyring is not writeable
|
||||
fixed error when an invalid errormode is passed to seterrormode</notes>
|
||||
<deps>
|
||||
<dep type="php" rel="ge" version="4.3"/>
|
||||
</deps>
|
||||
|
@ -43,6 +45,14 @@
|
|||
</filelist>
|
||||
</release>
|
||||
<changelog>
|
||||
<release>
|
||||
<version>0.7</version>
|
||||
<date>2005-11-28</date>
|
||||
<state>beta</state>
|
||||
<notes>changed licence to PHP Licence 3.01
|
||||
fixed error during keyimport when the keyring is not writeable
|
||||
fixed error when an invalid errormode is passed to seterrormode</notes>
|
||||
</release>
|
||||
<release>
|
||||
<version>0.6.1</version>
|
||||
<date>2005-11-12</date>
|
||||
|
|
44
package2.xml
44
package2.xml
|
@ -15,18 +15,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<email>traufeisen@php.net</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2005-11-12</date>
|
||||
<time>19:39:34</time>
|
||||
<date>2005-11-28</date>
|
||||
<time>21:26:57</time>
|
||||
<version>
|
||||
<release>0.6.1</release>
|
||||
<api>0.6.1</api>
|
||||
<release>0.7</release>
|
||||
<api>0.7</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>beta</release>
|
||||
<api>beta</api>
|
||||
</stability>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<notes>fixed zts build
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>changed licence to PHP Licence 3.01
|
||||
fixed error during keyimport when the keyring is not writeable
|
||||
fixed error when an invalid errormode is passed to seterrormode
|
||||
</notes>
|
||||
<contents>
|
||||
<dir name="/">
|
||||
|
@ -64,6 +66,22 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<providesextension>gnupg</providesextension>
|
||||
<extsrcrelease />
|
||||
<changelog>
|
||||
<release>
|
||||
<version>
|
||||
<release>0.7</release>
|
||||
<api>0.7</api>
|
||||
</version>
|
||||
<stability>
|
||||
<release>beta</release>
|
||||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-11-28</date>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>changed licence to PHP Licence 3.01
|
||||
fixed error during keyimport when the keyring is not writeable
|
||||
fixed error when an invalid errormode is passed to seterrormode
|
||||
</notes>
|
||||
</release>
|
||||
<release>
|
||||
<version>
|
||||
<release>0.6.1</release>
|
||||
|
@ -74,7 +92,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-11-12</date>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>fixed zts build
|
||||
</notes>
|
||||
</release>
|
||||
|
@ -88,7 +106,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-11-12</date>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>+ added seterrormode
|
||||
- various memory optimizations
|
||||
</notes>
|
||||
|
@ -103,7 +121,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-10-25</date>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed.
|
||||
</notes>
|
||||
</release>
|
||||
|
@ -117,7 +135,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-10-17</date>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>added procedual usage and lowered min PHP Version to 4.3
|
||||
</notes>
|
||||
</release>
|
||||
|
@ -131,7 +149,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-10-15</date>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>added import/export methods and better errormessages
|
||||
</notes>
|
||||
</release>
|
||||
|
@ -145,7 +163,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-10-10</date>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>added keylistiterator, encryptsign and decryptverify
|
||||
</notes>
|
||||
</release>
|
||||
|
@ -159,7 +177,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||
<api>beta</api>
|
||||
</stability>
|
||||
<date>2005-10-07</date>
|
||||
<license uri="http://www.php.net/license">PHP License</license>
|
||||
<license>PHP License 3.01</license>
|
||||
<notes>initial release
|
||||
|
||||
</notes>
|
||||
|
|
10
php_gnupg.h
10
php_gnupg.h
|
@ -1,19 +1,15 @@
|
|||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5 |
|
||||
| Copyright (c) 2005 Thilo Raufeisen <traufeisen@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2004 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.0 of the PHP license, |
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
| available through the world-wide-web at the following url: |
|
||||
| http://www.php.net/license/3_0.txt. |
|
||||
| http://www.php.net/license/3_01.txt. |
|
||||
| If you did not receive a copy of the PHP license and are unable to |
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Thilo Raufeisen |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
|
|
@ -1,19 +1,15 @@
|
|||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
| PHP Version 5 |
|
||||
| Copyright (c) 2005 Thilo Raufeisen <traufeisen@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 1997-2004 The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.0 of the PHP license, |
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
| available through the world-wide-web at the following url: |
|
||||
| http://www.php.net/license/3_0.txt. |
|
||||
| http://www.php.net/license/3_01.txt. |
|
||||
| If you did not receive a copy of the PHP license and are unable to |
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Author: Thilo Raufeisen |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
|
Loading…
Reference in a new issue