소스 검색

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
+/**
+ * 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')) {

+ 10 - 0
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.dist>
+ *
+ * SPDX-License-Identifier: MIT
+ * License-Filename: LICENSE
+ */
 
 // check PHP platform requirements
 if (PHP_VERSION_ID < 50306) {