Преглед изворни кода

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

Daniel Rudolf пре 7 година
родитељ
комит
63616b5888
2 измењених фајлова са 20 додато и 0 уклоњено
  1. 10 0
      index.php
  2. 10 0
      index.php.dist

+ 10 - 0
index.php

@@ -1,4 +1,14 @@
 <?php // @codingStandardsIgnoreFile
 <?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
 // load dependencies
 if (is_file(__DIR__ . '/vendor/autoload.php')) {
 if (is_file(__DIR__ . '/vendor/autoload.php')) {

+ 10 - 0
index.php.dist

@@ -1,4 +1,14 @@
 <?php // @codingStandardsIgnoreFile
 <?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
 // check PHP platform requirements
 if (PHP_VERSION_ID < 50306) {
 if (PHP_VERSION_ID < 50306) {