@@ -90,26 +90,44 @@ Results are generated in `$buildDir/reports/jmh`.
9090
9191Please see [ CONTRIBUTING] ( CONTRIBUTING.md ) .
9292
93- ## License
94- ```
95- Copyright 2016, Optimizely
93+ ### Credits
9694
97- Licensed under the Apache License, Version 2.0 (the "License");
98- you may not use this file except in compliance with the License.
99- You may obtain a copy of the License at
95+ First-party code (under core-api/ and core-httpclient-impl) is copyright Optimizely, Inc. and contributors, licensed under Apache 2.0.
10096
101- http://www.apache.org/licenses/LICENSE-2.0
97+ ### Additional Code
10298
103- Unless required by applicable law or agreed to in writing, software
104- distributed under the License is distributed on an "AS IS" BASIS,
105- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
106- See the License for the specific language governing permissions and
107- limitations under the License.
108- ```
99+ This software incorporates code from the following open source projects:
100+
101+ #### core-api module
102+
103+ ** SLF4J** [ https://www.slf4j.org ] ( https://www.slf4j.org )
104+ Copyright © ; 2004-2017 QOS.ch
105+ License (MIT): [ https://www.slf4j.org/license.html ] ( https://www.slf4j.org/license.html )
106+
107+ ** Jackson Annotations** [ https://github.com/FasterXML/jackson-annotations ] ( https://github.com/FasterXML/jackson-annotations )
108+ License (Apache 2.0): [ https://github.com/FasterXML/jackson-annotations/blob/master/src/main/resources/META-INF/LICENSE ] ( https://github.com/FasterXML/jackson-annotations/blob/master/src/main/resources/META-INF/LICENSE )
109+
110+ ** Gson** [ https://github.com/google/gson ] ( https://github.com/google/gson )
111+ Copyright © ; 2008 Google Inc.
112+ License (Apache 2.0): [ https://github.com/google/gson/blob/master/LICENSE ] ( https://github.com/google/gson/blob/master/LICENSE )
113+
114+ ** JSON-java** [ https://github.com/stleary/JSON-java ] ( https://github.com/stleary/JSON-java )
115+ Copyright © ; 2002 JSON.org
116+ License (The JSON License): [ https://github.com/stleary/JSON-java/blob/master/LICENSE ] ( https://github.com/stleary/JSON-java/blob/master/LICENSE )
117+
118+ ** JSON.simple** [ https://code.google.com/archive/p/json-simple/ ] ( https://code.google.com/archive/p/json-simple/ )
119+ Copyright © ; January 2004
120+ License (Apache 2.0): [ https://github.com/fangyidong/json-simple/blob/master/LICENSE.txt ] ( https://github.com/fangyidong/json-simple/blob/master/LICENSE.txt )
121+
122+ ** Jackson Databind** [ https://github.com/FasterXML/jackson-databind ] ( https://github.com/FasterXML/jackson-databind )
123+ License (Apache 2.0): [ https://github.com/FasterXML/jackson-databind/blob/master/src/main/resources/META-INF/LICENSE ] ( https://github.com/FasterXML/jackson-databind/blob/master/src/main/resources/META-INF/LICENSE )
124+
125+ #### core-httpclient-impl module
126+
127+ ** Gson** [ https://github.com/google/gson ] ( https://github.com/google/gson )
128+ Copyright © ; 2008 Google Inc.
129+ License (Apache 2.0): [ https://github.com/google/gson/blob/master/LICENSE ] ( https://github.com/google/gson/blob/master/LICENSE )
109130
110- [ JAR hell ] : https://en.wikipedia.org/wiki/Java_Classloader#JAR_hell
111- [ developer_docs ] : http://developers.optimizely.com/server/index.html
112- [ project_json ] : http://developers.optimizely.com/server/reference/index.html#json
113- [ Optimizely ] : core-api/src/main/java/com/optimizely/ab/Optimizely.java
114- [ Project Watcher ] : core-api/src/main/java/com/optimizely/ab/config/ProjectWatcher.java
115- [ Event Handler ] : core-api/src/main/java/com/optimizely/ab/event/EventHandler.java
131+ ** Apache HttpClient** [ https://hc.apache.org/httpcomponents-client-ga/index.html ] ( https://hc.apache.org/httpcomponents-client-ga/index.html )
132+ Copyright © ; January 2004
133+ License (Apache 2.0): [ https://github.com/apache/httpcomponents-client/blob/master/LICENSE.txt ] ( https://github.com/apache/httpcomponents-client/blob/master/LICENSE.txt )
0 commit comments