diff --git a/application/core/Admin_Controller.php b/application/core/Admin_Controller.php index 48b34ce..af9fdda 100644 --- a/application/core/Admin_Controller.php +++ b/application/core/Admin_Controller.php @@ -1,29 +1,31 @@ -* -* 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. -*/ + * Copyright (c) 2011 Karsten Heiken, Eike Foken + * + * 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. + */ /** * Simple controller for admin pages. * + * @package ScattPort + * @subpackage Libraries * @author Eike Foken */ class Admin_Controller extends CI_Controller { diff --git a/application/core/MY_Config.php b/application/core/MY_Config.php index bdcbbf8..5001435 100644 --- a/application/core/MY_Config.php +++ b/application/core/MY_Config.php @@ -1,6 +1,6 @@ - + * Copyright (c) 2011 Karsten Heiken, Eike Foken * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -24,6 +24,8 @@ /** * Extends CI's config class. * + * @package ScattPort + * @subpackage Libraries * @author Eike Foken */ class MY_Config extends CI_Config { diff --git a/application/core/MY_Controller.php b/application/core/MY_Controller.php index 24016a3..e4a9347 100644 --- a/application/core/MY_Controller.php +++ b/application/core/MY_Controller.php @@ -24,6 +24,8 @@ /** * Extends CI's controller. * + * @package ScattPort + * @subpackage Libraries * @author Eike Foken */ class MY_Controller extends CI_Controller { diff --git a/application/core/MY_Lang.php b/application/core/MY_Lang.php index 3dea096..e3fd471 100644 --- a/application/core/MY_Lang.php +++ b/application/core/MY_Lang.php @@ -1,8 +1,31 @@ - */ class MY_Lang extends CI_Lang {