diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-02-17 02:28:16 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-02-17 02:28:16 +0000 |
| commit | 56706868a99a37b62c1cae724d129be4dca6f99c (patch) | |
| tree | 411d18f8b35b85542da6931c78c0d1a12ae99180 /add_food.php | |
| parent | c6205409490b75ec36093708a313edac6daa9d4a (diff) | |
Add license information to PHP files
Diffstat (limited to 'add_food.php')
| -rw-r--r-- | add_food.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/add_food.php b/add_food.php index fe832c4..cd61fb7 100644 --- a/add_food.php +++ b/add_food.php @@ -1,5 +1,13 @@ <?php +/** + * Copyright (c) 2007 Nathan Kinkade + * + * This code is offered under an MIT (X11) license. For more information + * about the terms of this license see the file LICENSE included with this + * software or visit: http://www.opensource.org/licenses/mit-license.php + */ + # include the main site config where various global variables # and libraries are included require("config.php"); |
