Skip to content

Commit 2f916d2

Browse files
add credits for third party libraries (#299)
* add credits for third party libraries * add missing fields * update credits to include our packages and additional credits to include 3rd party * remove OptimizelySDKUserProfile from credits
1 parent ac9e2bc commit 2f916d2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,32 @@ If you choose to build the universal framework yourself, you can do so by runnin
114114
### Contributing
115115
Please see [CONTRIBUTING](CONTRIBUTING.md).
116116

117+
### Credits
118+
119+
First-party code (under OptimizelySDKCore/, OptimizelySDKDatafileManager/, OptimizelySDKEventDispatcher/, OptimizelySDKiOS/, OptimizelySDKShared/, OptimizelySDKTVOS/, OptimizelySDKUniversal/, OptimizelySDKUserProfileService/, ) is copyright Optimizely, Inc. and contributors, licensed under Apache 2.0.
120+
121+
### Additional Code
122+
123+
**FMDB** [https://github.com/ccgus/fmdb](https://github.com/ccgus/fmdb)
124+
License (MIT):: [https://github.com/ccgus/fmdb/blob/master/LICENSE.txt](https://github.com/ccgus/fmdb/blob/master/LICENSE.txt)
125+
Modfied: Yes
126+
Distributed: Yes
127+
Distribution: Binary
128+
129+
**SQLITE3** [https://www.sqlite.org/index.html](https://www.sqlite.org/index.html)
130+
License (Public Domain):: [https://www.sqlite.org/copyright.html](https://www.sqlite.org/copyright.html)
131+
Modfied: Yes
132+
Distributed: Yes
133+
Distribution: Binary
134+
135+
**JSONModel** [https://github.com/jsonmodel/jsonmodel](https://github.com/jsonmodel/jsonmodel)
136+
License (MIT):: [https://github.com/jsonmodel/jsonmodel/blob/master/LICENSEl](https://github.com/jsonmodel/jsonmodel/blob/master/LICENSE)
137+
Modfied: Yes
138+
Distributed: Yes
139+
Distribution: Binary
140+
141+
**murmur3** [https://github.com/PeterScott/murmur3l](https://github.com/PeterScott/murmur3)
142+
License (Public Domain):: [https://github.com/PeterScott/murmur3l](https://github.com/PeterScott/murmur3)
143+
Modfied: No
144+
Distributed: Yes
145+
Distribution: Binary

0 commit comments

Comments
 (0)