Skip to content

Commit 92abc9f

Browse files
author
Ivan Pizhenko
committed
Added link to github repo
1 parent e6212c8 commit 92abc9f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
SIMPLE C++ WRAPPER FOR LIBMYSQLCLIENT and LIBMARIADB.
22

3+
Official source code repository: https://github.com/ivanp2015/libmysqlclient_cpp_wrapper
4+
35
Copyright (c) 2018-2019, Ivan Pizhenko. All rights reserved.
46

57
Redistribution and use in source and binary forms, with or without

src/libmysqlclient_cpp_wrapper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
SIMPLE C++ WRAPPER FOR LIBMYSQLCLIENT and LIBMARIADB.
44
5+
Official source code repository: https://github.com/ivanp2015/libmysqlclient_cpp_wrapper
6+
57
Copyright (c) 2018-2019, Ivan Pizhenko. All rights reserved.
68
79
Redistribution and use in source and binary forms, with or without modification,

src/libmysqlclient_cpp_wrapper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
SIMPLE C++ WRAPPER FOR LIBMYSQLCLIENT and LIBMARIADB.
66
7+
Official source code repository: https://github.com/ivanp2015/libmysqlclient_cpp_wrapper
8+
79
Copyright (c) 2018-2019, Ivan Pizhenko. All rights reserved.
810
911
Redistribution and use in source and binary forms, with or without modification,

0 commit comments

Comments
 (0)