Changeset 362 for trunk/services


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.

Location:
trunk/services
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/admins.php

    r295 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * admins.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 */
    626
  • trunk/services/css.php

    r106 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * css.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 *
    626 * This file works with the CSS.inc.php class to print a "normal" css file and
  • trunk/services/lock.php

    r247 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * lock.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 */
    626
  • trunk/services/login.php

    r202 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * login.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 */
    626
  • trunk/services/logout.php

    r211 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * logout.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 */
    626
  • trunk/services/logs.php

    r354 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * logs.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 */
    626
  • trunk/services/password.php

    r202 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * password.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 */
    626
  • trunk/services/phpinfo.php

    r1 r362  
    11<?php
     2/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/*
     24* Authenticated phpinfo() page including environment variables.
     25*
     26* @author   Quinn Comendant <quinn@strangecode.com>
     27* @version  1.0
     28*/
    229// require_once dirname(__FILE__) . '/_config.inc.php';
    330$auth->requireLogin();
  • trunk/services/reset_password.php

    r189 r362  
    11<?php
     2/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
    223/*
    324* reset_password.php
    4 * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information.
     25*
    526* @author   Quinn Comendant <quinn@strangecode.com>
    627* @version  1.0
  • trunk/services/versions.php

    r255 r362  
    11<?php
    22/**
     3 * The Strangecode Codebase - a general application development framework for PHP
     4 * For details visit the project site: <http://trac.strangecode.com/codebase/>
     5 * Copyright 2001-2009 Strangecode Internet Consultancy
     6 *
     7 * This file is part of The Strangecode Codebase.
     8 *
     9 * The Strangecode Codebase is free software: you can redistribute it and/or
     10 * modify it under the terms of the GNU General Public License as published by the
     11 * Free Software Foundation, either version 3 of the License, or (at your option)
     12 * any later version.
     13 *
     14 * The Strangecode Codebase is distributed in the hope that it will be useful, but
     15 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     16 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
     17 * details.
     18 *
     19 * You should have received a copy of the GNU General Public License along with
     20 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     21 */
     22
     23/**
    324 * versions.php
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 */
    626
Note: See TracChangeset for help on using the changeset viewer.