Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 3caf6fe

Browse files
committed
updates header licensing
1 parent 116a1a4 commit 3caf6fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+288
-466
lines changed

app/chevereto-hook.sample.php

+9-20
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
11
<?php
2+
# Use this file to include / hook anything you want
3+
# Any code in this file will be added just before the G\Handler
24

3-
/* --------------------------------------------------------------------
4-
5-
G\ library
6-
https://g.chevereto.com
7-
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
10-
Copyright (c) Rodolfo Berrios <[email protected]> All rights reserved.
11-
12-
Licensed under the MIT license
13-
http://opensource.org/licenses/MIT
14-
15-
--------------------------------------------------------------------- */
16-
17-
# Use this file to include / hook anything you want
18-
# Any code in this file will be added just before the G\Handler
19-
20-
# NOTE: To use it in production you will need to rename this file to chevereto-hook.php
5+
# NOTE: To use it in production you will need to rename this file to chevereto-hook.php
216

227
namespace CHV;
23-
use G, Exception;
248

25-
if(!defined('access') or !access) die('This file cannot be directly accessed.');
9+
use G;
10+
use Exception;
11+
12+
if (!defined('access') or !access) {
13+
die('This file cannot be directly accessed.');
14+
}

app/content/system/template.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<?php
22
/* --------------------------------------------------------------------
33
4-
Chevereto
5-
http://chevereto.com/
4+
This file is part of Chevereto Free.
5+
https://chevereto.com/free
66
7-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
8-
7+
(c) Rodolfo Berrios <[email protected]>
98
10-
Copyright (C) Rodolfo Berrios A. All rights reserved.
11-
12-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
13-
http://chevereto.com/license
9+
For the full copyright and license information, please view the LICENSE
10+
file that was distributed with this source code.
1411
1512
--------------------------------------------------------------------- */
1613

app/install/installer.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<?php
22

33
/* --------------------------------------------------------------------
4-
Chevereto
5-
http://chevereto.com/
4+
This file is part of Chevereto Free.
5+
https://chevereto.com/free
66
7-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
8-
7+
(c) Rodolfo Berrios <[email protected]>
98
10-
Copyright (C) Rodolfo Berrios A. All rights reserved.
11-
12-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
13-
http://chevereto.com/license
9+
For the full copyright and license information, please view the LICENSE
10+
file that was distributed with this source code.
1411
1512
--------------------------------------------------------------------- */
1613

app/install/update/updater.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<?php
22

33
/* --------------------------------------------------------------------
4-
Chevereto
5-
http://chevereto.com/
4+
This file is part of Chevereto Free.
5+
https://chevereto.com/free
66
7-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
8-
7+
(c) Rodolfo Berrios <[email protected]>
98
10-
Copyright (C) Rodolfo Berrios A. All rights reserved.
11-
12-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
13-
http://chevereto.com/license
9+
For the full copyright and license information, please view the LICENSE
10+
file that was distributed with this source code.
1411
1512
--------------------------------------------------------------------- */
1613

app/lib/chevereto.js

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
/* --------------------------------------------------------------------
22
3-
Chevereto
4-
http://chevereto.com/
3+
This file is part of Chevereto Free.
4+
https://chevereto.com/free
55
6-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
7-
6+
(c) Rodolfo Berrios <[email protected]>
87
9-
Copyright (C) Rodolfo Berrios A. All rights reserved.
10-
11-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
12-
http://chevereto.com/license
8+
For the full copyright and license information, please view the LICENSE
9+
file that was distributed with this source code.
1310
1411
--------------------------------------------------------------------- */
1512

app/lib/classes/class.akismet.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.album.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.confirmation.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.db.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.image.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.imageconvert.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.imageresize.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.import.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.ip_ban.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.l10n.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.listing.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

app/lib/classes/class.lock.php

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
/* --------------------------------------------------------------------
44
5-
Chevereto
6-
http://chevereto.com/
5+
This file is part of Chevereto Free.
6+
https://chevereto.com/free
77
8-
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
9-
8+
(c) Rodolfo Berrios <[email protected]>
109
11-
Copyright (C) Rodolfo Berrios A. All rights reserved.
12-
13-
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
14-
http://chevereto.com/license
10+
For the full copyright and license information, please view the LICENSE
11+
file that was distributed with this source code.
1512
1613
--------------------------------------------------------------------- */
1714

0 commit comments

Comments
 (0)