Plugin Directory

Changeset 446744


Ignore:
Timestamp:
10/03/2011 02:26:01 PM (14 years ago)
Author:
AdamBackstrom
Message:

Add a license.

Location:
wp-whos-online/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • wp-whos-online/trunk/wp-whos-online.js

    r330945 r446744  
     1/*
     2    Copyright (C) 2011    Adam Backstrom <adam@sixohthree.com>
     3
     4    This program is free software; you can redistribute it and/or modify
     5    it under the terms of the GNU General Public License as published by
     6    the Free Software Foundation; either version 2 of the License, or
     7    (at your option) any later version.
     8
     9    This program is distributed in the hope that it will be useful,
     10    but WITHOUT ANY WARRANTY; without even the implied warranty of
     11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     12    GNU General Public License for more details.
     13
     14    You should have received a copy of the GNU General Public License along
     15    with this program; if not, write to the Free Software Foundation, Inc.,
     16    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
     17*/
     18
    119jQuery(function($) {
    220    /*
  • wp-whos-online/trunk/wp-whos-online.php

    r330945 r446744  
    11<?php
    2 
    32/*
    43Plugin Name: Who's Online
     
    87Author: Adam Backstrom
    98Author URI: http://blogs.bwerp.net/
     9License: GPL2
     10*/
     11
     12/*  Copyright 2011  Adam Backstrom <adam@sixohthree.com>
     13
     14    This program is free software; you can redistribute it and/or modify
     15    it under the terms of the GNU General Public License, version 2, as
     16    published by the Free Software Foundation.
     17
     18    This program is distributed in the hope that it will be useful,
     19    but WITHOUT ANY WARRANTY; without even the implied warranty of
     20    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21    GNU General Public License for more details.
     22
     23    You should have received a copy of the GNU General Public License
     24    along with this program; if not, write to the Free Software
     25    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    1026*/
    1127
Note: See TracChangeset for help on using the changeset viewer.