Skip to content

Commit 3b2345e

Browse files
committed
Header copyright notice on database.
1 parent 6a22cf3 commit 3b2345e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

db.sql

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
/*
2+
* This file is part of QLBase (https://github.com/nthnn/QLBase).
3+
* Copyright 2024 - Nathanne Isip
4+
*
5+
* Permission is hereby granted, free of charge,
6+
* to any person obtaining a copy of this software
7+
* and associated documentation files (the “Software”),
8+
* to deal in the Software without restriction,
9+
* including without limitation the rights to use, copy,
10+
* modify, merge, publish, distribute, sublicense, and/or
11+
* sell copies of the Software, and to permit persons to
12+
* whom the Software is furnished to do so, subject to
13+
* the following conditions:
14+
*
15+
* The above copyright notice and this permission notice
16+
* shall be included in all copies or substantial portions
17+
* of the Software.
18+
*
19+
* THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF
20+
* ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
21+
* TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
22+
* PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
23+
* SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
24+
* ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
25+
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
27+
* OR OTHER DEALINGS IN THE SOFTWARE.
28+
*/
29+
130
CREATE TABLE `accounts` (
231
`id` int(11) PRIMARY KEY AUTO_INCREMENT,
332
`name` varchar(255) NOT NULL,

0 commit comments

Comments
 (0)