Skip to content

Commit 1a037b0

Browse files
committedMay 27, 2020
update copyright and versiont to 3.0.1
1 parent 0d0b90b commit 1a037b0

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, JoungKyun.Kim
1+
Copyright (c) 2020, JoungKyun.Kim
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

‎config.m4

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
dnl $Id$
2-
31
dnl By default, many hosts won't let programs access large files;
42
dnl one must use special compiler options to get large-file access to work.
53
dnl For more details about this brain damage please see:

‎filebin.c

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* filebin.c
33
*
4-
* JoungKyun Kim, <http://devel.oops.org>
4+
* JoungKyun.Kim, <http://oops.org>
55
*
6-
* Copyright (c) 2015, JoungKyun.Kim
6+
* Copyright (c) 2020, JoungKyun.Kim
77
* All rights reserved.
88
*
99
* Redistribution and use in source and binary forms, with or without
@@ -35,8 +35,6 @@
3535
*
3636
* See README, INSTALL, and USAGE files for more details.
3737
*
38-
* $Id$
39-
*
4038
*/
4139

4240
/* {{{ includes

‎package.xml.tmpl

+11-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<date>@curdate@</date>
1515
<time>@curtime@</time>
1616
<version>
17-
<release>3.0.0</release>
17+
<release>3.0.1</release>
1818
<api>1.0.0</api>
1919
</version>
2020
<stability>
@@ -23,8 +23,7 @@
2323
</stability>
2424
<license uri="https://raw.githubusercontent.com/OOPS-ORG-PHP/mod_filebin/master/LICENSE">BSD 3-Clause</license>
2525
<notes>
26-
- support PHP 7
27-
- unsupport PHP 5 and before
26+
-
2827
</notes>
2928
<contents>
3029
<dir name="/">
@@ -58,8 +57,16 @@
5857
<changelog>
5958
<release>
6059
<stability><release>stable</release><api>stable</api></stability>
61-
<version><release>3.0.0</release><api>1.0.0</api></version>
60+
<version><release>3.0.1</release><api>1.0.0</api></version>
6261
<date>@curdate@</date>
62+
<notes>
63+
-
64+
</notes>
65+
</release>
66+
<release>
67+
<stability><release>stable</release><api>stable</api></stability>
68+
<version><release>3.0.0</release><api>1.0.0</api></version>
69+
<date>2016-07-09</date>
6370
<notes>
6471
- support PHP 7
6572
- unsupport PHP 5 and before

‎php_filebin.h

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*
44
* php filebin extension.
55
*
6-
* JoungKyun Kim, <http://www.oops.org> 8/19/2004
6+
* JoungKyun.Kim, <http://0ops.org>
77
*
8-
* Copyright (c) 2015, JoungKyun Kim
8+
* Copyright (c) 2020, JoungKyun.Kim
99
* All rights reserved.
1010
*
1111
* Redistribution and use in source and binary forms, with or without
@@ -35,8 +35,6 @@
3535
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3636
* POSSIBILITY OF SUCH DAMAGE.
3737
*
38-
* $Id$
39-
*
4038
*/
4139

4240
#ifndef _MOD_FILEBIN_H
@@ -70,7 +68,7 @@ PHP_FUNCTION(filebin);
7068

7169
#endif
7270

73-
#define FILEBIN_BUILDVER "3.0.0"
71+
#define FILEBIN_BUILDVER "3.0.1"
7472

7573
#define phpext_filebin_ptr filebin_module_ptr
7674

0 commit comments

Comments
 (0)