Browse Source

Minor - adding license comment

Julio Montoya 12 years ago
parent
commit
0ad9d38cdf
2 changed files with 3 additions and 0 deletions
  1. 2 0
      main/survey/generate_link.php
  2. 1 0
      main/survey/link.php

+ 2 - 0
main/survey/generate_link.php

@@ -1,5 +1,7 @@
 <?php
 
+/* For licensing terms, see /license.txt */
+
 $language_file = 'survey';
 require_once '../inc/global.inc.php';
 

+ 1 - 0
main/survey/link.php

@@ -1,4 +1,5 @@
 <?php
+/* For licensing terms, see /license.txt */
 
 require_once '../inc/global.inc.php';