From 56706868a99a37b62c1cae724d129be4dca6f99c Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sun, 17 Feb 2008 02:28:16 +0000 Subject: Add license information to PHP files --- LICENSE | 19 +++++++++++++++++++ about.php | 8 ++++++++ add_diary.php | 8 ++++++++ add_food.php | 8 ++++++++ add_meal.php | 8 ++++++++ add_user.php | 8 ++++++++ edit_account.php | 8 ++++++++ edit_diary.php | 8 ++++++++ edit_food.php | 8 ++++++++ edit_meal.php | 8 ++++++++ faq.php | 8 ++++++++ food_quantity.php | 8 ++++++++ food_search.php | 8 ++++++++ footer.php | 8 ++++++++ guide.php | 8 ++++++++ header.php | 8 ++++++++ index.php | 8 ++++++++ list_diaries.php | 8 ++++++++ list_foods.php | 8 ++++++++ list_meals.php | 8 ++++++++ login.php | 8 ++++++++ logout.php | 8 ++++++++ manage.php | 8 ++++++++ meta.php | 8 ++++++++ nutrient_chooser.php | 8 ++++++++ nutrient_search.php | 8 ++++++++ register.php | 8 ++++++++ resources.php | 8 ++++++++ sidebar_left.php | 8 ++++++++ sidebar_right.php | 8 ++++++++ view_diary.php | 8 ++++++++ view_food.php | 8 ++++++++ view_meal.php | 8 ++++++++ 33 files changed, 275 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..09f68d3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2007 Nathan Kinkade + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/about.php b/about.php index b4ec67d..e23ffc0 100644 --- a/about.php +++ b/about.php @@ -1,5 +1,13 @@ assign("footer", $smarty->fetch("footer.tpl")); diff --git a/guide.php b/guide.php index 6909081..5e237b9 100644 --- a/guide.php +++ b/guide.php @@ -1,5 +1,13 @@ tags for any given file, while still using # a common header file diff --git a/index.php b/index.php index 0f78903..5eacbe2 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,13 @@ diff --git a/nutrient_chooser.php b/nutrient_chooser.php index 875801d..419afa6 100644 --- a/nutrient_chooser.php +++ b/nutrient_chooser.php @@ -1,5 +1,13 @@ assign("currentMealItems", $_SESSION['currentMeal']); diff --git a/sidebar_right.php b/sidebar_right.php index 07290db..f46bdb1 100644 --- a/sidebar_right.php +++ b/sidebar_right.php @@ -1,5 +1,13 @@ assign("sidebar_right", $smarty->fetch("sidebar_right.tpl")); diff --git a/view_diary.php b/view_diary.php index 69f8cbd..c46816e 100644 --- a/view_diary.php +++ b/view_diary.php @@ -1,5 +1,13 @@