You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlite3pp_ez.cpp
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
GNU General Public License
3
3
4
4
Copyright (C) 2021 David Maisonave (www.axter.com)
5
-
The RegexAssistant source code is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License.
5
+
The sqlite3pp_ez source code is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License.
6
6
This source code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
7
7
8
8
For usage examples see https://github.com/David-Maisonave/sqlite3pp_EZ
@@ -376,8 +376,10 @@ namespace sqlite3pp
376
376
{
377
377
returnCreateAllHeaders(m_options, WhereClause);
378
378
}
379
+
staticconstchar TopHeaderCommnetsPrt1[] = "/* This file was automatically generated using [Sqlite3pp_EZ].\nSqlite3pp_EZ Copyright (C) 2021 David Maisonave (http::\\www.axter.com)";
380
+
staticconstchar TopHeaderCommnetsPrt2[] = "For more details see https://github.com/David-Maisonave/sqlite3pp_EZ\n*/";
Copy file name to clipboardExpand all lines: sqlite3pp_ez.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
GNU General Public License
3
3
4
4
Copyright (C) 2021 David Maisonave (www.axter.com)
5
-
The RegexAssistant source code is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License.
5
+
The sqlite3pp_ez source code is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License.
6
6
This source code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
// This constructor is best to use when creating a header for all tables in the constructor. (Headers can also be created by calling CreateHeader or CreateAllHeaders)
0 commit comments