diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-15 14:49:05 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-15 14:49:05 -0700 |
commit | 3dd4157f2601d15dbcfc77162de53347864ba96e (patch) | |
tree | 03c88d53b871183e2458c6e712b62ff8d2a286c6 /lib/installer.php | |
parent | 90c35dc541b7c2d3ebaa790ce2c0359635652e5a (diff) |
tweak copyright headers on installer
Diffstat (limited to 'lib/installer.php')
-rw-r--r-- | lib/installer.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/installer.php b/lib/installer.php index 5cc3eccdd..a5588fbed 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -2,7 +2,7 @@ /** * StatusNet - the distributed open-source microblogging tool - * Copyright (C) 2009, StatusNet, Inc. + * Copyright (C) 2009-2010, StatusNet, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -32,9 +32,10 @@ * @author Sarven Capadisli <csarven@status.net> * @author Tom Adams <tom@holizz.com> * @author Zach Copley <zach@status.net> + * @copyright 2009-2010 StatusNet, Inc http://status.net * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org * @license GNU Affero General Public License http://www.gnu.org/licenses/ - * @version 0.9.x + * @version 1.0.x * @link http://status.net */ |