Skip to content

Commit 07ea99b

Browse files
committed
improve license notice
1 parent 96b07a8 commit 07ea99b

Some content is hidden

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

46 files changed

+134
-0
lines changed

examples/config.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once dirname(__DIR__) . "/lib/app.php";
315
include_once get_lib("db.DB");
416

examples/crud_action.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once __DIR__ . "/config.php";
315

416
$table_name = "a_product_x";

examples/crud_sql.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once __DIR__ . "/config.php";
315

416
echo $style;

examples/db_connection.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once __DIR__ . "/config.php";
315

416
//TEST DRIVER CONNECTION

examples/file_dumper.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once __DIR__ . "/config.php";
315
include_once get_lib("db.DBDumperHandler");
416

examples/file_exporter.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once __DIR__ . "/config.php";
315
include_once get_lib("db.DBFileExporter");
416

examples/file_importer.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once __DIR__ . "/config.php";
315
include_once get_lib("db.DBFileImporter");
416

index.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/*
3+
* Copyright (c) 2025 Bloxtor (http://bloxtor.com) and Joao Pinto (http://jplpinto.com)
4+
*
5+
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
6+
* Choose one license that best fits your needs.
7+
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
9+
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
10+
*
11+
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!
12+
*/
13+
214
include_once __DIR__ . "/examples/config.php";
315

416
echo $style;

lib/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
66
* Choose one license that best fits your needs.
77
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
89
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
910
*
1011
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!

lib/compression/Bzip2FileCompressionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Multi-licensed: BSD 3-Clause | Apache 2.0 | GNU LGPL v3 | HLNC License (http://bloxtor.com/LICENSE_HLNC.md)
66
* Choose one license that best fits your needs.
77
*
8+
* Original PHP DB Lib Repo: https://github.com/a19836/phpdblib/
89
* Original Bloxtor Repo: https://github.com/a19836/bloxtor
910
*
1011
* YOU ARE NOT AUTHORIZED TO MODIFY OR REMOVE ANY PART OF THIS NOTICE!

0 commit comments

Comments
 (0)