Ignore:
Timestamp:
Nov 5, 2009 5:16:40 PM (15 years ago)
Author:
quinn
Message:

Added a GPL license info header to all source files. Updated license to GPL v3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/UtilitiesTest.php

    r42 r362  
    44
    55/**
    6  * PHPUnit test case for Utilities
     6 * The Strangecode Codebase - a general application development framework for PHP
     7 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     8 * Copyright 2001-2009 Strangecode Internet Consultancy
     9 *
     10 * This file is part of The Strangecode Codebase.
     11 *
     12 * The Strangecode Codebase is free software: you can redistribute it and/or
     13 * modify it under the terms of the GNU General Public License as published by the
     14 * Free Software Foundation, either version 3 of the License, or (at your option)
     15 * any later version.
     16 *
     17 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     18 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     19 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     20 * details.
     21 *
     22 * You should have received a copy of the GNU General Public License along with
     23 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     24 */
     25
     26/**
     27 * PHPUnit test case for codebase/lib/Utilities.inc.php
    728 *
    829 * The method skeletons below need to be filled in with
Note: See TracChangeset for help on using the changeset viewer.