diff --git a/app/chevereto-hook.sample.php b/app/chevereto-hook.sample.php index 042980e..d5221e6 100644 --- a/app/chevereto-hook.sample.php +++ b/app/chevereto-hook.sample.php @@ -1,25 +1,14 @@ - - Copyright (c) Rodolfo Berrios All rights reserved. - - Licensed under the MIT license - http://opensource.org/licenses/MIT - - --------------------------------------------------------------------- */ - - # Use this file to include / hook anything you want - # Any code in this file will be added just before the G\Handler - - # NOTE: To use it in production you will need to rename this file to chevereto-hook.php +# NOTE: To use it in production you will need to rename this file to chevereto-hook.php namespace CHV; -use G, Exception; -if(!defined('access') or !access) die('This file cannot be directly accessed.'); \ No newline at end of file +use G; +use Exception; + +if (!defined('access') or !access) { + die('This file cannot be directly accessed.'); +} diff --git a/app/content/system/template.php b/app/content/system/template.php index d53f316..d172618 100644 --- a/app/content/system/template.php +++ b/app/content/system/template.php @@ -1,16 +1,13 @@ - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/install/installer.php b/app/install/installer.php index 5cd8bf6..aed68f9 100644 --- a/app/install/installer.php +++ b/app/install/installer.php @@ -1,16 +1,13 @@ - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/install/update/updater.php b/app/install/update/updater.php index f518a2a..e66f7e4 100644 --- a/app/install/update/updater.php +++ b/app/install/update/updater.php @@ -1,16 +1,13 @@ - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/chevereto.js b/app/lib/chevereto.js index 853c84e..e541cd2 100644 --- a/app/lib/chevereto.js +++ b/app/lib/chevereto.js @@ -1,15 +1,12 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.akismet.php b/app/lib/classes/class.akismet.php index 7dffbf4..a495d7f 100644 --- a/app/lib/classes/class.akismet.php +++ b/app/lib/classes/class.akismet.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.album.php b/app/lib/classes/class.album.php index 32d68dd..fa935f6 100644 --- a/app/lib/classes/class.album.php +++ b/app/lib/classes/class.album.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.confirmation.php b/app/lib/classes/class.confirmation.php index aa9148c..1b10583 100644 --- a/app/lib/classes/class.confirmation.php +++ b/app/lib/classes/class.confirmation.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.db.php b/app/lib/classes/class.db.php index 485fe71..4496907 100644 --- a/app/lib/classes/class.db.php +++ b/app/lib/classes/class.db.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.image.php b/app/lib/classes/class.image.php index d368acc..835a465 100644 --- a/app/lib/classes/class.image.php +++ b/app/lib/classes/class.image.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.imageconvert.php b/app/lib/classes/class.imageconvert.php index 75058b4..d566eb0 100644 --- a/app/lib/classes/class.imageconvert.php +++ b/app/lib/classes/class.imageconvert.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.imageresize.php b/app/lib/classes/class.imageresize.php index 15aea18..8cf697e 100644 --- a/app/lib/classes/class.imageresize.php +++ b/app/lib/classes/class.imageresize.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.import.php b/app/lib/classes/class.import.php index f8b3bb7..2bab28c 100644 --- a/app/lib/classes/class.import.php +++ b/app/lib/classes/class.import.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.ip_ban.php b/app/lib/classes/class.ip_ban.php index b979d5a..3f5c1b0 100644 --- a/app/lib/classes/class.ip_ban.php +++ b/app/lib/classes/class.ip_ban.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.l10n.php b/app/lib/classes/class.l10n.php index ed8915e..bd99b60 100644 --- a/app/lib/classes/class.l10n.php +++ b/app/lib/classes/class.l10n.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.listing.php b/app/lib/classes/class.listing.php index 8cf8ed1..8404217 100644 --- a/app/lib/classes/class.listing.php +++ b/app/lib/classes/class.listing.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.lock.php b/app/lib/classes/class.lock.php index be3bfac..bd5de1f 100644 --- a/app/lib/classes/class.lock.php +++ b/app/lib/classes/class.lock.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.login.php b/app/lib/classes/class.login.php index 49bd95c..a1c82e3 100644 --- a/app/lib/classes/class.login.php +++ b/app/lib/classes/class.login.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.page.php b/app/lib/classes/class.page.php index e56dbd1..14d3108 100644 --- a/app/lib/classes/class.page.php +++ b/app/lib/classes/class.page.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.redirect.php b/app/lib/classes/class.redirect.php index 352d28a..3e52ccf 100644 --- a/app/lib/classes/class.redirect.php +++ b/app/lib/classes/class.redirect.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.requestlog.php b/app/lib/classes/class.requestlog.php index 43d08a4..4a2298c 100644 --- a/app/lib/classes/class.requestlog.php +++ b/app/lib/classes/class.requestlog.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.search.php b/app/lib/classes/class.search.php index 7315b16..89c6409 100644 --- a/app/lib/classes/class.search.php +++ b/app/lib/classes/class.search.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.settings.php b/app/lib/classes/class.settings.php index 4848bd4..86acf01 100644 --- a/app/lib/classes/class.settings.php +++ b/app/lib/classes/class.settings.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.stat.php b/app/lib/classes/class.stat.php index c2776c1..305486a 100644 --- a/app/lib/classes/class.stat.php +++ b/app/lib/classes/class.stat.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.stopforumspam.php b/app/lib/classes/class.stopforumspam.php index b61b3e7..c08738d 100644 --- a/app/lib/classes/class.stopforumspam.php +++ b/app/lib/classes/class.stopforumspam.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.upload.php b/app/lib/classes/class.upload.php index 2eb82a7..d207ce7 100644 --- a/app/lib/classes/class.upload.php +++ b/app/lib/classes/class.upload.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/classes/class.user.php b/app/lib/classes/class.user.php index 242a596..e64e9b5 100644 --- a/app/lib/classes/class.user.php +++ b/app/lib/classes/class.user.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/functions.php b/app/lib/functions.php index 4207cc0..0bab900 100644 --- a/app/lib/functions.php +++ b/app/lib/functions.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/functions.render.php b/app/lib/functions.render.php index 6112823..4935607 100644 --- a/app/lib/functions.render.php +++ b/app/lib/functions.render.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/integrity-check.php b/app/lib/integrity-check.php index 1d4e981..f21d2ff 100644 --- a/app/lib/integrity-check.php +++ b/app/lib/integrity-check.php @@ -2,16 +2,14 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - Copyright (C) 2013 Rodolfo Berrios A. All rights reserved. - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/lib/l10n.php b/app/lib/l10n.php index 4c7bb96..f4fb77d 100644 --- a/app/lib/l10n.php +++ b/app/lib/l10n.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/license/check.php b/app/license/check.php index ad0a3ac..12106eb 100644 --- a/app/license/check.php +++ b/app/license/check.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - - - Copyright (C) Rodolfo Berrios A. All rights reserved. + (c) Rodolfo Berrios - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/loader.php b/app/loader.php index 9bf3d77..3f2d9f2 100644 --- a/app/loader.php +++ b/app/loader.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.account.php b/app/routes/route.account.php index aa48719..0268bce 100644 --- a/app/routes/route.account.php +++ b/app/routes/route.account.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.album.php b/app/routes/route.album.php index 52201e1..97aab6c 100644 --- a/app/routes/route.album.php +++ b/app/routes/route.album.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.api.php b/app/routes/route.api.php index 4e1d4ca..09a00cf 100644 --- a/app/routes/route.api.php +++ b/app/routes/route.api.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.category.php b/app/routes/route.category.php index 588faa9..cad0270 100644 --- a/app/routes/route.category.php +++ b/app/routes/route.category.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.dashboard.php b/app/routes/route.dashboard.php index 520e02c..6493d3a 100644 --- a/app/routes/route.dashboard.php +++ b/app/routes/route.dashboard.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.explore.php b/app/routes/route.explore.php index e289392..f06198e 100644 --- a/app/routes/route.explore.php +++ b/app/routes/route.explore.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.image.php b/app/routes/route.image.php index bcf6e28..a4a35c0 100644 --- a/app/routes/route.image.php +++ b/app/routes/route.image.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.importer-jobs.php b/app/routes/route.importer-jobs.php index 9b05a81..0358f5b 100644 --- a/app/routes/route.importer-jobs.php +++ b/app/routes/route.importer-jobs.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.index.php b/app/routes/route.index.php index 97ca51f..0dd397e 100644 --- a/app/routes/route.index.php +++ b/app/routes/route.index.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.json.php b/app/routes/route.json.php index e08329d..0f8057b 100644 --- a/app/routes/route.json.php +++ b/app/routes/route.json.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.login.php b/app/routes/route.login.php index b589a38..f32ba8c 100644 --- a/app/routes/route.login.php +++ b/app/routes/route.login.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.logout.php b/app/routes/route.logout.php index c1b536d..fa67817 100644 --- a/app/routes/route.logout.php +++ b/app/routes/route.logout.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.page.php b/app/routes/route.page.php index 95fd0ee..c97ff19 100644 --- a/app/routes/route.page.php +++ b/app/routes/route.page.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.plugin.php b/app/routes/route.plugin.php index 31ab09d..dbe4722 100644 --- a/app/routes/route.plugin.php +++ b/app/routes/route.plugin.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.recaptcha-verify.php b/app/routes/route.recaptcha-verify.php index 8608481..ac1f32a 100644 --- a/app/routes/route.recaptcha-verify.php +++ b/app/routes/route.recaptcha-verify.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.redirect.php b/app/routes/route.redirect.php index 5da5c39..ac50bd4 100644 --- a/app/routes/route.redirect.php +++ b/app/routes/route.redirect.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.search.php b/app/routes/route.search.php index 6adce00..527487a 100644 --- a/app/routes/route.search.php +++ b/app/routes/route.search.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.settings.php b/app/routes/route.settings.php index 9185490..1842c02 100644 --- a/app/routes/route.settings.php +++ b/app/routes/route.settings.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.signup.php b/app/routes/route.signup.php index c6f9247..f4d5ba0 100644 --- a/app/routes/route.signup.php +++ b/app/routes/route.signup.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.upload.php b/app/routes/route.upload.php index 80974cd..381421f 100644 --- a/app/routes/route.upload.php +++ b/app/routes/route.upload.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/routes/route.user.php b/app/routes/route.user.php index edd00ef..d29b446 100644 --- a/app/routes/route.user.php +++ b/app/routes/route.user.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/app/web.php b/app/web.php index 952967f..c6a93ca 100644 --- a/app/web.php +++ b/app/web.php @@ -2,16 +2,13 @@ /* -------------------------------------------------------------------- - Chevereto - http://chevereto.com/ + This file is part of Chevereto Free. + https://chevereto.com/free - @author Rodolfo Berrios A. - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/importing.php b/importing.php index e25124d..b8c48ac 100644 --- a/importing.php +++ b/importing.php @@ -1,16 +1,13 @@ - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */ diff --git a/index.php b/index.php index efbcb39..8b25e69 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,13 @@ - + (c) Rodolfo Berrios - Copyright (C) Rodolfo Berrios A. All rights reserved. - - BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA - http://chevereto.com/license + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. --------------------------------------------------------------------- */