Changeset 362 for trunk/bin


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

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

Location:
trunk/bin
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/acl.cli.php

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

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

    r334 r362  
    11<?php
    2 /* module_maker/_config.inc.php
    3  * code by strangecode :: www.strangecode.com :: this document contains copyrighted information. */
     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/* module_maker/_config.inc.php */
    424
    525// Test argument.
  • trunk/bin/module_maker/form_template.cli.php

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

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

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

    r336 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 * %ADMIN_SCRIPT%
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 *
    626 * Generated by module_maker.cli.php on %DATE%
  • trunk/bin/module_maker/skel/public.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 * %PUBLIC_SCRIPT%
    4  * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information
    525 *
    626 * Generated by module_maker.cli.php on %DATE%
  • trunk/bin/module_maker/sql.cli.php

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

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