diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-15 09:28:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-15 09:28:35 +0200 |
commit | d84a48e948b80ecca27e6b8d9e301a1489f33647 (patch) | |
tree | 545bfa05b80ad94c38375661383fbd35d53ca1bd /autocompleter.php | |
parent | 01deba7406b28fb5c7d7a2bc5a9b1b9ae954009e (diff) |
pkgdb2 compatibility, ++, bump fedpkg cli version to 0.3.0-dev
Diffstat (limited to 'autocompleter.php')
-rw-r--r-- | autocompleter.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autocompleter.php b/autocompleter.php index 5dbcd5a..38e9d4e 100644 --- a/autocompleter.php +++ b/autocompleter.php @@ -7,7 +7,7 @@ * * PHP version 5 * - * Copyright © 2010 Remi Collet + * Copyright © 2010-2014 Remi Collet * * This file is part of rpmphp. * @@ -29,7 +29,7 @@ * * @author Remi Collet <unknown@unknwown.com> * @author Johan Cwiklinski <johan@x-tnd.be> - * @copyright 2010 Remi Collet + * @copyright 2010-2014 Remi Collet * @license http://www.gnu.org/licenses/agpl-3.0-standalone.html AGPL License 3.0 or (at your option) any later version * @link http://github.com/remicollet/rpmphp/ * @since The begining of times. |