diff options
| author | Xinchen Hui <laruence@php.net> | 2015-01-15 23:09:28 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2015-01-15 23:26:03 +0800 |
| commit | 73c1be26531f730d64d61962b56eaf28ce3fc6aa (patch) | |
| tree | b12aa492d8918757ad0347135ddcabf5d3e86747 /ext/standard/crypt_blowfish.c | |
| parent | 80a337bba1ce3c08217a28c21f6e0ab32612ddef (diff) | |
| download | php-git-73c1be26531f730d64d61962b56eaf28ce3fc6aa.tar.gz | |
Bump year
Diffstat (limited to 'ext/standard/crypt_blowfish.c')
| -rw-r--r-- | ext/standard/crypt_blowfish.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/crypt_blowfish.c b/ext/standard/crypt_blowfish.c index 43f35f661e..3348d0cd27 100644 --- a/ext/standard/crypt_blowfish.c +++ b/ext/standard/crypt_blowfish.c @@ -8,11 +8,11 @@ * and crypt(3) interfaces added, but optimizations specific to password * cracking removed. * - * Written by Solar Designer <solar at openwall.com> in 1998-2014. + * Written by Solar Designer <solar at openwall.com> in 1998-2015. * No copyright is claimed, and the software is hereby placed in the public * domain. In case this attempt to disclaim copyright and place the software * in the public domain is deemed null and void, then the software is - * Copyright (c) 1998-2014 Solar Designer and it is hereby released to the + * Copyright (c) 1998-2015 Solar Designer and it is hereby released to the * general public under the following terms: * * Redistribution and use in source and binary forms, with or without |
