diff options
-rw-r--r-- | js/util.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js index 3e8d244b7..1519df252 100644 --- a/js/util.js +++ b/js/util.js @@ -14,6 +14,14 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * @category UI interaction + * @package StatusNet + * @author Sarven Capadisli <csarven@status.net> + * @author Evan Prodromou <evan@status.net> + * @copyright 2009 StatusNet, Inc. + * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @link http://status.net/ */ $(document).ready(function(){ |