Add license/copyright file headers to index.php and index.php.dist

pico-3.0-alpha
Daniel Rudolf 8 years ago
parent 61319b011e
commit 63616b5888
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 10
      index.php
  2. 10
      index.php.dist

@ -1,4 +1,14 @@
<?php // @codingStandardsIgnoreFile
/**
* This file is part of Pico. It's copyrighted by the contributors recorded
* in the version control history of the file, available from the following
* original location:
*
* <https://github.com/picocms/Pico/blob/master/index.php>
*
* SPDX-License-Identifier: MIT
* License-Filename: LICENSE
*/
// load dependencies
if (is_file(__DIR__ . '/vendor/autoload.php')) {

@ -1,4 +1,14 @@
<?php // @codingStandardsIgnoreFile
/**
* This file is part of Pico. It's copyrighted by the contributors recorded
* in the version control history of the file, available from the following
* original location:
*
* <https://github.com/picocms/Pico/blob/master/index.php.dist>
*
* SPDX-License-Identifier: MIT
* License-Filename: LICENSE
*/
// check PHP platform requirements
if (PHP_VERSION_ID < 50306) {

Loading…
Cancel
Save