Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 854dac7

Browse files
author
Michael Russo
committed
Update LICENSE
1 parent f700740 commit 854dac7

1 file changed

Lines changed: 126 additions & 2 deletions

File tree

LICENSE

Lines changed: 126 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
Apache Usergrid itself is licensed under the terms of the Apache License:
3+
14
Apache License
25
Version 2.0, January 2004
36
http://www.apache.org/licenses/
@@ -178,15 +181,15 @@
178181
APPENDIX: How to apply the Apache License to your work.
179182

180183
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
184+
boilerplate notice, with the fields enclosed by brackets "[]"
182185
replaced with your own identifying information. (Don't include
183186
the brackets!) The text should be enclosed in the appropriate
184187
comment syntax for the file format. We also recommend that a
185188
file or class name and description of purpose be included on the
186189
same "printed page" as the copyright notice for easier
187190
identification within third-party archives.
188191

189-
Copyright {yyyy} {name of copyright owner}
192+
Copyright [yyyy] [name of copyright owner]
190193

191194
Licensed under the Apache License, Version 2.0 (the "License");
192195
you may not use this file except in compliance with the License.
@@ -200,3 +203,124 @@
200203
See the License for the specific language governing permissions and
201204
limitations under the License.
202205

206+
------------------------------------------------------------------------------
207+
208+
USERGRID SUBCOMPONENTS
209+
210+
The Usergrid software includes a number of subcomponents with separate
211+
copyrights and license terms. Your use of the source code for these
212+
subcomponents is subject to the terms and conditions of the following
213+
licenses.
214+
215+
IOS SDK
216+
-------
217+
For the SBJson component:
218+
219+
Copyright (c) Stig Brautaset. All rights reserved.
220+
221+
Redistribution and use in source and binary forms, with or without
222+
modification, are permitted provided that the following conditions are met:
223+
224+
* Redistributions of source code must retain the above copyright notice, this
225+
list of conditions and the following disclaimer.
226+
227+
* Redistributions in binary form must reproduce the above copyright notice,
228+
this list of conditions and the following disclaimer in the documentation
229+
and/or other materials provided with the distribution.
230+
231+
* Neither the name of the author nor the names of its contributors may be used
232+
to endorse or promote products derived from this software without specific
233+
prior written permission.
234+
235+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
236+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
237+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
238+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
239+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
240+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
241+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
242+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
243+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
244+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
245+
246+
For the SSKeychain component:
247+
-----------------------------
248+
249+
Copyright (c) Sam Soffes, http://soff.es
250+
251+
Permission is hereby granted, free of charge, to any person obtaining
252+
a copy of this software and associated documentation files (the
253+
"Software"), to deal in the Software without restriction, including
254+
without limitation the rights to use, copy, modify, merge, publish,
255+
distribute, sublicense, and/or sell copies of the Software, and to
256+
permit persons to whom the Software is furnished to do so, subject to
257+
the following conditions:
258+
259+
The above copyright notice and this permission notice shall be
260+
included in all copies or substantial portions of the Software.
261+
262+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
263+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
264+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
265+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
266+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
267+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
268+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
269+
270+
Other components:
271+
-----------------
272+
273+
This product bundles angular.js
274+
Copyright(c) Google, Inc. Released under the MIT license.
275+
276+
This product bundles angular-scenario.js, part of jQuery JavaScript Library
277+
which Includes Sizzle.js Copyright (c) jQuery Foundation, Inc. and others.
278+
Released under the MIT license.
279+
280+
This product bundles Bootstrap Copyright (c) Twitter, Inc
281+
Licensed under the MIT license.
282+
283+
The product bundles Intro.js (MIT licensed)
284+
Copyright (c) usabli.ca - A weekend project by Afshin Mehrabani (@afshinmeh)
285+
286+
This product bundles jQuery
287+
Licensed under MIT license.
288+
289+
This product bundles jQuery-UI
290+
Licensed under MIT license.
291+
292+
This product bundles jQuery Sparklines (New BSD License)
293+
Copyright (c) Splunk Inc.
294+
295+
This product bundles Mocha.
296+
All rights reserved. Licensed under MIT.
297+
Copyright (c) TJ Holowaychuk <tj@vision-media.ca>
298+
299+
This product bundles NewtonSoft.Json under MIT license
300+
301+
This product bundles NPM MD5 (BSD-3 licensed)
302+
Copyright (c) Paul Vorbach and Copyright (C), Jeff Mott.
303+
304+
This product bundles NSubsttute under BSD license
305+
306+
This product bundles SBJson, which is available under a "3-clause BSD" license.
307+
For details, see sdks/ios/UGAPI/SBJson/ .
308+
309+
This product bundles Sphinx under BSD license
310+
311+
This product bundles SSKeychain, which is available under a "MIT/X11" license.
312+
For details, see sdks/ios/UGAPI/SSKeychain/.
313+
314+
This product bundles SSToolkit.
315+
Copyright (c) Sam Soffes. All rights reserved.
316+
These files can be located within the /sdks/ios package.
317+
318+
This product bundles Entypo, CC by SA license
319+
320+
This product bundles date.min.js, MIT license
321+
322+
This product bundles jquery.ui.timepicker.min.js, MIT license
323+
324+
This product bundles blanket_mocha.min.js, MIT license
325+
326+
This product bundles FontAwesome, SIL Open Font License

0 commit comments

Comments
 (0)