Skip to content

Commit 37884db

Browse files
committed
Fixed misspellings in copyright info.
1 parent 4406cf2 commit 37884db

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CppSQLite3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CppSQLite
3-
* Developed by Rob Greeves <[email protected]>
3+
* Developed by Rob Groves <[email protected]>
44
* Maintained by NeoSmart Technologies <http://neosmart.net/>
55
* See LICENSE file for copyright and license info
66
*/

CppSQLite3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CppSQLite
3-
* Developed by Rob Greeves <[email protected]>
3+
* Developed by Rob Groves <[email protected]>
44
* Maintained by NeoSmart Technologies <http://neosmart.net/>
55
* See LICENSE file for copyright and license info
66
*/

LICENSE

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
CppSQLite was originally developed by Rob Greeves on CodeProject:
2-
http://www.codeproject.com/KB/database/CppSQLite.aspx
1+
CppSQLite was originally developed by Rob Groves on CodeProject:
2+
<http://www.codeproject.com/KB/database/CppSQLite.aspx>
33

4-
Maintenance and updates are Copyright (c) 2011 NeoSmart Technologies
4+
Maintenance and updates are Copyright (C) 2011 NeoSmart Technologies
55
<http://neosmart.net/>
66

77
Original copyright information:
8-
Copyright (c) 2004 Rob Groves. All Rights Reserved. [email protected]
8+
Copyright (C) 2004 Rob Groves. All Rights Reserved.
9+
910

1011
Permission to use, copy, modify, and distribute this software and its
1112
documentation for any purpose, without fee, and without a written

0 commit comments

Comments
 (0)