omniauth-uaa-oauth2 0.0.3 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 7fe4a29f5011900aff6fc87ce882a2f2ba441aa4
4
- data.tar.gz: d7e147f3ad95e22019747f78b2dcaba4c60283b8
2
+ SHA256:
3
+ metadata.gz: 9a489cbe8839c4e742091c3513b60fd0f768d3b049b1b7e6e33ef1016882a9a4
4
+ data.tar.gz: 208380d605c1c83f3f9ee5b7dd3bcd812e589a01b87c9fb770ccfacd344094b6
5
5
  SHA512:
6
- metadata.gz: e8c6cc4f46f1452d0aa18103f3577a743675803422c8859bb94780871e9f61d6759268471299e7505f3606ab1682e3c8d9685789f1458006c33bfba4a095db74
7
- data.tar.gz: ef3331f8537c246c350802a6f51b719460cf1295d322c24bf51fcc4ecbb33fda918046269a8b976e9e63fb99d814fcbd49e8e444320659e2078807097ed7f287
6
+ metadata.gz: fc2ac39ff8d9b63c6ce3e9e653c5292521b396472197c8936cf41297d4b949d90bd11057c8e6a0e5eef19a1ff1e8676b742f6e8d66ba760be7977c136cdffd2a
7
+ data.tar.gz: 28a719a09fc4f45c433ff38da8c87d54363c1d57040857dfcf228c58afe8560404d69082c1854ab8aeae2319fb7fdb1234677c0e2ca34f464cd2d55adf75a271
data/Gemfile CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  source 'http://rubygems.org'
15
15
 
16
- gem 'cf-uaa-lib', '~> 1.3.7'
16
+ gem 'cf-uaa-lib', '~> 3.2.4'
17
17
 
18
18
  gemspec
19
19
 
data/Gemfile.lock CHANGED
@@ -1,22 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-uaa-oauth2 (0.0.3)
5
- cf-uaa-lib (>= 1.3.1, < 2.0)
6
- cf-uaa-lib (>= 1.3.1, < 2.0)
4
+ omniauth-uaa-oauth2 (0.0.7)
5
+ cf-uaa-lib (>= 3.2, < 4.0)
7
6
  omniauth (~> 1.0)
8
7
 
9
8
  GEM
10
9
  remote: http://rubygems.org/
11
10
  specs:
12
- cf-uaa-lib (1.3.7)
11
+ cf-uaa-lib (3.2.4)
13
12
  multi_json
14
13
  diff-lcs (1.1.3)
15
- hashie (2.0.5)
16
- multi_json (1.6.0)
17
- omniauth (1.1.4)
18
- hashie (>= 1.2, < 3)
19
- rack
14
+ hashie (3.5.7)
15
+ multi_json (1.11.2)
16
+ omniauth (1.4.2)
17
+ hashie (>= 1.2, < 4)
18
+ rack (>= 1.0, < 3)
20
19
  rack (1.4.1)
21
20
  rack-protection (1.2.0)
22
21
  rack
@@ -39,8 +38,11 @@ PLATFORMS
39
38
  ruby
40
39
 
41
40
  DEPENDENCIES
42
- cf-uaa-lib (~> 1.3.7)
41
+ cf-uaa-lib (~> 3.2.4)
43
42
  omniauth-uaa-oauth2!
44
43
  rake
45
44
  rspec (~> 2.6.0)
46
45
  sinatra
46
+
47
+ BUNDLED WITH
48
+ 1.16.2
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Apache License
1
+ Apache License
2
2
  Version 2.0, January 2004
3
3
  http://www.apache.org/licenses/
4
4
 
@@ -204,31 +204,53 @@
204
204
  =======================================================================
205
205
 
206
206
 
207
- omniauth-uaa-oauth2 09012012
208
-
209
- omniauth-uaa-oauth2 09012012 : includes a number of subcomponents with
210
- separate copyright notices and license terms. The product that
211
- includes this file does not necessarily use all the open source
212
- subcomponents referred to below. Your use of the source
213
- code for the these subcomponents is subject to the terms and
214
- conditions of the following licenses.
207
+ cf-omniauth-uaa-oauth:
215
208
 
209
+ cf-omniauth-uaa-oauth: includes a number of subcomponents with separate copyright
210
+ notices and license terms. The product that includes this file
211
+ does not necessarily use all the open source subcomponents referred
212
+ to below. Your use of the source code for the these subcomponents
213
+ is subject to the terms and conditions of the following licenses.
216
214
 
217
215
 
218
216
 
219
217
  SECTION 1: BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES
220
218
 
221
- >>> launchy-2.1.2
222
- >>> omniauth-1.1.1
219
+ >>> diff-lcs-1.1.3
220
+ >>> hashie-1.2.0
221
+ >>> multi_json-1.6.0
222
+ >>> omniauth-1.1.2
223
+ >>> rack-1.3.6
224
+ >>> rack-1.4.1
225
+ >>> rack-protection-1.2.0
226
+ >>> rake-0.9.2.2
227
+ >>> rspec-2.6.0
228
+ >>> rspec-core-2.6.0
229
+ >>> rspec-core-2.6.4
230
+ >>> rspec-expectations-2.6.0
231
+ >>> rspec-mocks-2.6.0
232
+ >>> sinatra-1.3.3
233
+ >>> tilt-1.3.3
223
234
 
224
235
 
225
236
 
226
237
  SECTION 2: Apache License, V2.0
227
238
 
228
- >>> omniauth-uaa-oauth2-0.0.1
239
+ >>> cf-uaa-lib-1.3.7
240
+
241
+
242
+
243
+ SECTION 3: GNU General Public License, V2.0
244
+
245
+ >>> diff-lcs-1.1.2
229
246
 
230
247
 
231
248
 
249
+ APPENDIX. Standard License Files
250
+
251
+ >>> GNU General Public License, V2.0
252
+
253
+
232
254
 
233
255
 
234
256
 
@@ -237,28 +259,102 @@ SECTION 2: Apache License, V2.0
237
259
  BSD-STYLE, MIT-STYLE, OR SIMILAR STYLE LICENSES are applicable to the following component(s).
238
260
 
239
261
 
240
- >>> launchy-2.1.2
262
+ >>> diff-lcs-1.1.3
263
+
264
+ [PLEASE NOTE: PIVOTAL SOFTWARE INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE MIT LICENSE. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.]
241
265
 
242
- ISC LICENSE - http://opensource.org/licenses/isc-license.txt
243
266
 
244
- Copyright (c) 2007-2011 Jeremy Hinegardner
267
+ == License
245
268
 
246
- Permission to use, copy, modify, and/or distribute this software for any
247
- purpose with or without fee is hereby granted, provided that the above
248
- copyright notice and this permission notice appear in all copies.
269
+ This software is available under three licenses: the GNU GPL version 2 (or at
270
+ your option, a later version), the Perl Artistic license, or the MIT license.
271
+ Note that my preference for licensing is the MIT license, but Algorithm::Diff
272
+ was dually originally licensed with the Perl Artistic and the GNU GPL ("the
273
+ same terms as Perl itself") and that the Ruby implementation hews pretty
274
+ closely to the Perl version, so I must maintain the additional licensing terms.
249
275
 
250
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
251
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
252
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
253
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
254
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
255
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
256
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
276
+ * Copyright 20042011 Austin Ziegler.
277
+ * Adapted from Algorithm::Diff (Perl) by Ned Konz and a Smalltalk versionby
278
+ Mario I. Wolczko <mario@wolczko.com>
279
+
280
+ === MIT License
281
+
282
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
283
+ this software and associated documentation files (the "Software"), to deal in
284
+ the Software without restriction, including without limitation the rights to
285
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
286
+ of the Software, and to permit persons to whom the Software is furnished to do
287
+ so, subject to the following conditions:
288
+
289
+ The above copyright notice and this permission notice shall be included in all
290
+ copies or substantial portions of the Software.
291
+
292
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
293
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
294
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
295
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
296
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
297
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
298
+ SOFTWARE.
257
299
 
300
+ === Perl Artistic License (version 2)
301
+ See the file docs/artistic.txt in the main distribution.
258
302
 
259
- >>> omniauth-1.1.1
303
+ === GNU GPL version 2
304
+ See the file docs/COPYING.txt in the main distribution.
260
305
 
261
- Copyright (c) 2010-2011 Michael Bleigh and Intridea, Inc.
306
+
307
+ >>> hashie-1.2.0
308
+
309
+ Copyright (c) 2009 Intridea, Inc.
310
+
311
+ Permission is hereby granted, free of charge, to any person obtaining
312
+ a copy of this software and associated documentation files (the
313
+ "Software"), to deal in the Software without restriction, including
314
+ without limitation the rights to use, copy, modify, merge, publish,
315
+ distribute, sublicense, and/or sell copies of the Software, and to
316
+ permit persons to whom the Software is furnished to do so, subject to
317
+ the following conditions:
318
+
319
+ The above copyright notice and this permission notice shall be
320
+ included in all copies or substantial portions of the Software.
321
+
322
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
323
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
324
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
325
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
326
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
327
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
328
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
329
+
330
+
331
+ >>> multi_json-1.6.0
332
+
333
+ Copyright (c) 2010-2013 Michael Bleigh, Josh Kalderimis, Erik Michaels-Ober, Pavel Pravosud
334
+
335
+ Permission is hereby granted, free of charge, to any person obtaining
336
+ a copy of this software and associated documentation files (the
337
+ "Software"), to deal in the Software without restriction, including
338
+ without limitation the rights to use, copy, modify, merge, publish,
339
+ distribute, sublicense, and/or sell copies of the Software, and to
340
+ permit persons to whom the Software is furnished to do so, subject to
341
+ the following conditions:
342
+
343
+ The above copyright notice and this permission notice shall be
344
+ included in all copies or substantial portions of the Software.
345
+
346
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
347
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
348
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
349
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
350
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
351
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
352
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
353
+
354
+
355
+ >>> omniauth-1.1.2
356
+
357
+ Copyright (c) 2010-2013 Michael Bleigh and Intridea, Inc.
262
358
 
263
359
  Permission is hereby granted, free of charge, to any person obtaining a copy
264
360
  of this software and associated documentation files (the "Software"), to deal
@@ -279,22 +375,672 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
279
375
  THE SOFTWARE.
280
376
 
281
377
 
378
+ >>> rack-1.3.6
379
+
380
+ Copyright (C) 2007, 2008, 2009, 2010 Christian Neukirchen <http://purl.org/net/chneukirchen>
381
+
382
+ Permission is hereby granted, free of charge, to any person obtaining a copy
383
+ of this software and associated documentation files (the "Software"), to
384
+ deal in the Software without restriction, including without limitation the
385
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
386
+ sell copies of the Software, and to permit persons to whom the Software is
387
+ furnished to do so, subject to the following conditions:
388
+
389
+ The above copyright notice and this permission notice shall be included in
390
+ all copies or substantial portions of the Software.
391
+
392
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
393
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
394
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
395
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
396
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
397
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
398
+
399
+
400
+ >>> rack-1.4.1
401
+
402
+ Copyright (c) 2007, 2008, 2009, 2010 Christian Neukirchen <purl.org/net/chneukirchen>
403
+
404
+ Permission is hereby granted, free of charge, to any person obtaining a copy
405
+ of this software and associated documentation files (the "Software"), to
406
+ deal in the Software without restriction, including without limitation the
407
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
408
+ sell copies of the Software, and to permit persons to whom the Software is
409
+ furnished to do so, subject to the following conditions:
410
+
411
+ The above copyright notice and this permission notice shall be included in
412
+ all copies or substantial portions of the Software.
413
+
414
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
415
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
416
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
417
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
418
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
419
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
420
+ are.
421
+
422
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
423
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
424
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
425
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
426
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
427
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
428
+
429
+
430
+ >>> rack-protection-1.2.0
431
+
432
+ Copyright (c) 2011 Konstantin Haase
433
+
434
+ Permission is hereby granted, free of charge, to any person obtaining
435
+ a copy of this software and associated documentation files (the
436
+ 'Software'), to deal in the Software without restriction, including
437
+ without limitation the rights to use, copy, modify, merge, publish,
438
+ distribute, sublicense, and/or sell copies of the Software, and to
439
+ permit persons to whom the Software is furnished to do so, subject to
440
+ the following conditions:
441
+
442
+ The above copyright notice and this permission notice shall be
443
+ included in all copies or substantial portions of the Software.
444
+
445
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
446
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
447
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
448
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
449
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
450
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
451
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
452
+
453
+
454
+ >>> rake-0.9.2.2
455
+
456
+ Copyright (c) 2003, 2004 Jim Weirich
457
+
458
+ Permission is hereby granted, free of charge, to any person obtaining
459
+ a copy of this software and associated documentation files (the
460
+ "Software"), to deal in the Software without restriction, including
461
+ without limitation the rights to use, copy, modify, merge, publish,
462
+ distribute, sublicense, and/or sell copies of the Software, and to
463
+ permit persons to whom the Software is furnished to do so, subject to
464
+ the following conditions:
465
+
466
+ The above copyright notice and this permission notice shall be
467
+ included in all copies or substantial portions of the Software.
468
+
469
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
470
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
471
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
472
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
473
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
474
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
475
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
476
+
477
+
478
+ >>> rspec-2.6.0
479
+
480
+ (The MIT License)
481
+
482
+ Copyright (c) 2009, 2010 David Chelimsky, Chad Humphries
483
+
484
+ Permission is hereby granted, free of charge, to any person obtaining
485
+ a copy of this software and associated documentation files (the
486
+ "Software"), to deal in the Software without restriction, including
487
+ without limitation the rights to use, copy, modify, merge, publish,
488
+ distribute, sublicense, and/or sell copies of the Software, and to
489
+ permit persons to whom the Software is furnished to do so, subject to
490
+ the following conditions:
491
+
492
+ The above copyright notice and this permission notice shall be
493
+ included in all copies or substantial portions of the Software.
494
+
495
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
496
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
497
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
498
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
499
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
500
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
501
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
502
+
503
+
504
+ >>> rspec-core-2.6.0
505
+
506
+ (The MIT License)
507
+
508
+ Copyright (c) 2009 Chad Humphries, David Chelimsky
509
+ Copyright (c) 2005 The RSpec Development Team
510
+
511
+ Permission is hereby granted, free of charge, to any person obtaining
512
+ a copy of this software and associated documentation files (the
513
+ "Software"), to deal in the Software without restriction, including
514
+ without limitation the rights to use, copy, modify, merge, publish,
515
+ distribute, sublicense, and/or sell copies of the Software, and to
516
+ permit persons to whom the Software is furnished to do so, subject to
517
+ the following conditions:
518
+
519
+ The above copyright notice and this permission notice shall be
520
+ included in all copies or substantial portions of the Software.
521
+
522
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
523
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
524
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
525
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
526
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
527
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
528
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
529
+
530
+
531
+ >>> rspec-core-2.6.4
532
+
533
+ (The MIT License)
534
+
535
+ Copyright (c) 2009 Chad Humphries, David Chelimsky
536
+ Copyright (c) 2005 The RSpec Development Team
537
+
538
+ Permission is hereby granted, free of charge, to any person obtaining
539
+ a copy of this software and associated documentation files (the
540
+ "Software"), to deal in the Software without restriction, including
541
+ without limitation the rights to use, copy, modify, merge, publish,
542
+ distribute, sublicense, and/or sell copies of the Software, and to
543
+ permit persons to whom the Software is furnished to do so, subject to
544
+ the following conditions:
545
+
546
+ The above copyright notice and this permission notice shall be
547
+ included in all copies or substantial portions of the Software.
548
+
549
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
550
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
551
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
552
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
553
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
554
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
555
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
556
+
557
+
558
+ >>> rspec-expectations-2.6.0
559
+
560
+ (The MIT License)
561
+
562
+ Copyright (c) 2009, 2010 David Chelimsky, Chad Humphries
563
+
564
+ Permission is hereby granted, free of charge, to any person obtaining
565
+ a copy of this software and associated documentation files (the
566
+ "Software"), to deal in the Software without restriction, including
567
+ without limitation the rights to use, copy, modify, merge, publish,
568
+ distribute, sublicense, and/or sell copies of the Software, and to
569
+ permit persons to whom the Software is furnished to do so, subject to
570
+ the following conditions:
571
+
572
+ The above copyright notice and this permission notice shall be
573
+ included in all copies or substantial portions of the Software.
574
+
575
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
576
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
577
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
578
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
579
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
580
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
581
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
582
+
583
+
584
+ >>> rspec-mocks-2.6.0
585
+
586
+ (The MIT License)
587
+
588
+ Copyright (c) 2009, 2010 David Chelimsky, Chad Humphries
589
+
590
+ Permission is hereby granted, free of charge, to any person obtaining
591
+ a copy of this software and associated documentation files (the
592
+ "Software"), to deal in the Software without restriction, including
593
+ without limitation the rights to use, copy, modify, merge, publish,
594
+ distribute, sublicense, and/or sell copies of the Software, and to
595
+ permit persons to whom the Software is furnished to do so, subject to
596
+ the following conditions:
597
+
598
+ The above copyright notice and this permission notice shall be
599
+ included in all copies or substantial portions of the Software.
600
+
601
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
602
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
603
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
604
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
605
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
606
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
607
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
608
+
609
+
610
+ >>> sinatra-1.3.3
611
+
612
+ Copyright (c) 2007, 2008, 2009, 2010, 2011 Blake Mizerany
613
+
614
+ Permission is hereby granted, free of charge, to any person
615
+ obtaining a copy of this software and associated documentation
616
+ files (the "Software"), to deal in the Software without
617
+ restriction, including without limitation the rights to use,
618
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
619
+ copies of the Software, and to permit persons to whom the
620
+ Software is furnished to do so, subject to the following
621
+ conditions:
622
+
623
+ The above copyright notice and this permission notice shall be
624
+ included in all copies or substantial portions of the Software.
625
+
626
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
627
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
628
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
629
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
630
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
631
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
632
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
633
+ OTHER DEALINGS IN THE SOFTWARE.
634
+
635
+
636
+ >>> tilt-1.3.3
637
+
638
+ Copyright (c) 2010 Ryan Tomayko <http://tomayko.com/about>
639
+
640
+ Permission is hereby granted, free of charge, to any person obtaining a copy
641
+ of this software and associated documentation files (the "Software"), to
642
+ deal in the Software without restriction, including without limitation the
643
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
644
+ sell copies of the Software, and to permit persons to whom the Software is
645
+ furnished to do so, subject to the following conditions:
646
+
647
+ The above copyright notice and this permission notice shall be included in
648
+ all copies or substantial portions of the Software.
649
+
650
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
651
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
652
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
653
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
654
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
655
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
656
+
657
+
282
658
  --------------- SECTION 2: Apache License, V2.0 ----------
283
659
 
284
660
  Apache License, V2.0 is applicable to the following component(s).
285
661
 
286
662
 
287
- >>> omniauth-uaa-oauth2-0.0.1
663
+ >>> cf-uaa-lib-1.3.7
288
664
 
289
- omniauth-uaa-oauth2 v0.0.1
290
- Copyright (c) 2012 VMware, Inc. All Rights Reserved.
665
+ Cloud Foundry 2012.02.03 Beta
666
+ Copyright (c) [2009-2012] VMware, Inc. All Rights Reserved.
291
667
 
292
668
  This product is licensed to you under the Apache License, Version 2.0 (the "License").
293
669
  You may not use this product except in compliance with the License.
294
670
 
295
- This product may include a number of subcomponents with separate copyright notices
296
- and license terms. Your use of these subcomponents is subject to the terms and
297
- conditions of the subcomponent's license, as noted in the LICENSE file.
671
+ This product includes a number of subcomponents with
672
+ separate copyright notices and license terms. Your use of these
673
+ subcomponents is subject to the terms and conditions of the
674
+ subcomponent's license, as noted in the LICENSE file.
675
+
676
+
677
+ --------------- SECTION 3: GNU General Public License, V2.0 ----------
678
+
679
+ GNU General Public License, V2.0 is applicable to the following component(s).
680
+
681
+
682
+ >>> diff-lcs-1.1.2
683
+
684
+ [PLEASE NOTE: PIVOTAL SOFTWARE, INC. ELECTS TO USE AND DISTRIBUTE THIS COMPONENT UNDER THE TERMS OF THE GPL 2.0. PLEASE SEE THE APPENDIX TO REVIEW THE FULL TEXT OF THE GPL 2.0. THE ORIGINAL LICENSE TERMS ARE REPRODUCED BELOW ONLY AS A REFERENCE.]
685
+
686
+ Copyright
687
+ =========
688
+ Copyright 2004 Austin Ziegler <diff-lcs@halostatue.ca>
689
+ adapted from:
690
+ Algorithm::Diff (Perl) by Ned Konz <perl@bike-nomad.com>
691
+ Smalltalk by Mario I. Wolczko <mario@wolczko.com>
692
+ implements McIlroy-Hunt diff algorithm
693
+
694
+ This program is free software. It may be redistributed and/or modified
695
+ under the terms of the GPL version 2 (or later), the Perl Artistic
696
+ licence, or the Ruby licence.
697
+
698
+
699
+ =============== APPENDIX. Standard License Files ==============
700
+
701
+
702
+
703
+ --------------- SECTION 1: GNU General Public License, V2.0 -----------
704
+
705
+ GNU GENERAL PUBLIC LICENSE
706
+ Version 2, June 1991
707
+
708
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
709
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
710
+ Everyone is permitted to copy and distribute verbatim copies
711
+ of this license document, but changing it is not allowed.
712
+
713
+ Preamble
714
+
715
+ The licenses for most software are designed to take away your
716
+ freedom to share and change it. By contrast, the GNU General Public
717
+ License is intended to guarantee your freedom to share and change free
718
+ software--to make sure the software is free for all its users. This
719
+ General Public License applies to most of the Free Software
720
+ Foundation's software and to any other program whose authors commit to
721
+ using it. (Some other Free Software Foundation software is covered by
722
+ the GNU Lesser General Public License instead.) You can apply it to
723
+ your programs, too.
724
+
725
+ When we speak of free software, we are referring to freedom, not
726
+ price. Our General Public Licenses are designed to make sure that you
727
+ have the freedom to distribute copies of free software (and charge for
728
+ this service if you wish), that you receive source code or can get it
729
+ if you want it, that you can change the software or use pieces of it
730
+ in new free programs; and that you know you can do these things.
731
+
732
+ To protect your rights, we need to make restrictions that forbid
733
+ anyone to deny you these rights or to ask you to surrender the rights.
734
+ These restrictions translate to certain responsibilities for you if you
735
+ distribute copies of the software, or if you modify it.
736
+
737
+ For example, if you distribute copies of such a program, whether
738
+ gratis or for a fee, you must give the recipients all the rights that
739
+ you have. You must make sure that they, too, receive or can get the
740
+ source code. And you must show them these terms so they know their
741
+ rights.
742
+
743
+ We protect your rights with two steps: (1) copyright the software, and
744
+ (2) offer you this license which gives you legal permission to copy,
745
+ distribute and/or modify the software.
746
+
747
+ Also, for each author's protection and ours, we want to make certain
748
+ that everyone understands that there is no warranty for this free
749
+ software. If the software is modified by someone else and passed on, we
750
+ want its recipients to know that what they have is not the original, so
751
+ that any problems introduced by others will not reflect on the original
752
+ authors' reputations.
753
+
754
+ Finally, any free program is threatened constantly by software
755
+ patents. We wish to avoid the danger that redistributors of a free
756
+ program will individually obtain patent licenses, in effect making the
757
+ program proprietary. To prevent this, we have made it clear that any
758
+ patent must be licensed for everyone's free use or not licensed at all.
759
+
760
+ The precise terms and conditions for copying, distribution and
761
+ modification follow.
762
+
763
+ GNU GENERAL PUBLIC LICENSE
764
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
765
+
766
+ 0. This License applies to any program or other work which contains
767
+ a notice placed by the copyright holder saying it may be distributed
768
+ under the terms of this General Public License. The "Program", below,
769
+ refers to any such program or work, and a "work based on the Program"
770
+ means either the Program or any derivative work under copyright law:
771
+ that is to say, a work containing the Program or a portion of it,
772
+ either verbatim or with modifications and/or translated into another
773
+ language. (Hereinafter, translation is included without limitation in
774
+ the term "modification".) Each licensee is addressed as "you".
775
+
776
+ Activities other than copying, distribution and modification are not
777
+ covered by this License; they are outside its scope. The act of
778
+ running the Program is not restricted, and the output from the Program
779
+ is covered only if its contents constitute a work based on the
780
+ Program (independent of having been made by running the Program).
781
+ Whether that is true depends on what the Program does.
782
+
783
+ 1. You may copy and distribute verbatim copies of the Program's
784
+ source code as you receive it, in any medium, provided that you
785
+ conspicuously and appropriately publish on each copy an appropriate
786
+ copyright notice and disclaimer of warranty; keep intact all the
787
+ notices that refer to this License and to the absence of any warranty;
788
+ and give any other recipients of the Program a copy of this License
789
+ along with the Program.
790
+
791
+ You may charge a fee for the physical act of transferring a copy, and
792
+ you may at your option offer warranty protection in exchange for a fee.
793
+
794
+ 2. You may modify your copy or copies of the Program or any portion
795
+ of it, thus forming a work based on the Program, and copy and
796
+ distribute such modifications or work under the terms of Section 1
797
+ above, provided that you also meet all of these conditions:
798
+
799
+ a) You must cause the modified files to carry prominent notices
800
+ stating that you changed the files and the date of any change.
801
+
802
+ b) You must cause any work that you distribute or publish, that in
803
+ whole or in part contains or is derived from the Program or any
804
+ part thereof, to be licensed as a whole at no charge to all third
805
+ parties under the terms of this License.
806
+
807
+ c) If the modified program normally reads commands interactively
808
+ when run, you must cause it, when started running for such
809
+ interactive use in the most ordinary way, to print or display an
810
+ announcement including an appropriate copyright notice and a
811
+ notice that there is no warranty (or else, saying that you provide
812
+ a warranty) and that users may redistribute the program under
813
+ these conditions, and telling the user how to view a copy of this
814
+ License. (Exception: if the Program itself is interactive but
815
+ does not normally print such an announcement, your work based on
816
+ the Program is not required to print an announcement.)
817
+
818
+ These requirements apply to the modified work as a whole. If
819
+ identifiable sections of that work are not derived from the Program,
820
+ and can be reasonably considered independent and separate works in
821
+ themselves, then this License, and its terms, do not apply to those
822
+ sections when you distribute them as separate works. But when you
823
+ distribute the same sections as part of a whole which is a work based
824
+ on the Program, the distribution of the whole must be on the terms of
825
+ this License, whose permissions for other licensees extend to the
826
+ entire whole, and thus to each and every part regardless of who wrote it.
827
+
828
+ Thus, it is not the intent of this section to claim rights or contest
829
+ your rights to work written entirely by you; rather, the intent is to
830
+ exercise the right to control the distribution of derivative or
831
+ collective works based on the Program.
832
+
833
+ In addition, mere aggregation of another work not based on the Program
834
+ with the Program (or with a work based on the Program) on a volume of
835
+ a storage or distribution medium does not bring the other work under
836
+ the scope of this License.
837
+
838
+ 3. You may copy and distribute the Program (or a work based on it,
839
+ under Section 2) in object code or executable form under the terms of
840
+ Sections 1 and 2 above provided that you also do one of the following:
841
+
842
+ a) Accompany it with the complete corresponding machine-readable
843
+ source code, which must be distributed under the terms of Sections
844
+ 1 and 2 above on a medium customarily used for software interchange; or,
845
+
846
+ b) Accompany it with a written offer, valid for at least three
847
+ years, to give any third party, for a charge no more than your
848
+ cost of physically performing source distribution, a complete
849
+ machine-readable copy of the corresponding source code, to be
850
+ distributed under the terms of Sections 1 and 2 above on a medium
851
+ customarily used for software interchange; or,
852
+
853
+ c) Accompany it with the information you received as to the offer
854
+ to distribute corresponding source code. (This alternative is
855
+ allowed only for noncommercial distribution and only if you
856
+ received the program in object code or executable form with such
857
+ an offer, in accord with Subsection b above.)
858
+
859
+ The source code for a work means the preferred form of the work for
860
+ making modifications to it. For an executable work, complete source
861
+ code means all the source code for all modules it contains, plus any
862
+ associated interface definition files, plus the scripts used to
863
+ control compilation and installation of the executable. However, as a
864
+ special exception, the source code distributed need not include
865
+ anything that is normally distributed (in either source or binary
866
+ form) with the major components (compiler, kernel, and so on) of the
867
+ operating system on which the executable runs, unless that component
868
+ itself accompanies the executable.
869
+
870
+ If distribution of executable or object code is made by offering
871
+ access to copy from a designated place, then offering equivalent
872
+ access to copy the source code from the same place counts as
873
+ distribution of the source code, even though third parties are not
874
+ compelled to copy the source along with the object code.
875
+
876
+ 4. You may not copy, modify, sublicense, or distribute the Program
877
+ except as expressly provided under this License. Any attempt
878
+ otherwise to copy, modify, sublicense or distribute the Program is
879
+ void, and will automatically terminate your rights under this License.
880
+ However, parties who have received copies, or rights, from you under
881
+ this License will not have their licenses terminated so long as such
882
+ parties remain in full compliance.
883
+
884
+ 5. You are not required to accept this License, since you have not
885
+ signed it. However, nothing else grants you permission to modify or
886
+ distribute the Program or its derivative works. These actions are
887
+ prohibited by law if you do not accept this License. Therefore, by
888
+ modifying or distributing the Program (or any work based on the
889
+ Program), you indicate your acceptance of this License to do so, and
890
+ all its terms and conditions for copying, distributing or modifying
891
+ the Program or works based on it.
892
+
893
+ 6. Each time you redistribute the Program (or any work based on the
894
+ Program), the recipient automatically receives a license from the
895
+ original licensor to copy, distribute or modify the Program subject to
896
+ these terms and conditions. You may not impose any further
897
+ restrictions on the recipients' exercise of the rights granted herein.
898
+ You are not responsible for enforcing compliance by third parties to
899
+ this License.
900
+
901
+ 7. If, as a consequence of a court judgment or allegation of patent
902
+ infringement or for any other reason (not limited to patent issues),
903
+ conditions are imposed on you (whether by court order, agreement or
904
+ otherwise) that contradict the conditions of this License, they do not
905
+ excuse you from the conditions of this License. If you cannot
906
+ distribute so as to satisfy simultaneously your obligations under this
907
+ License and any other pertinent obligations, then as a consequence you
908
+ may not distribute the Program at all. For example, if a patent
909
+ license would not permit royalty-free redistribution of the Program by
910
+ all those who receive copies directly or indirectly through you, then
911
+ the only way you could satisfy both it and this License would be to
912
+ refrain entirely from distribution of the Program.
913
+
914
+ If any portion of this section is held invalid or unenforceable under
915
+ any particular circumstance, the balance of the section is intended to
916
+ apply and the section as a whole is intended to apply in other
917
+ circumstances.
918
+
919
+ It is not the purpose of this section to induce you to infringe any
920
+ patents or other property right claims or to contest validity of any
921
+ such claims; this section has the sole purpose of protecting the
922
+ integrity of the free software distribution system, which is
923
+ implemented by public license practices. Many people have made
924
+ generous contributions to the wide range of software distributed
925
+ through that system in reliance on consistent application of that
926
+ system; it is up to the author/donor to decide if he or she is willing
927
+ to distribute software through any other system and a licensee cannot
928
+ impose that choice.
929
+
930
+ This section is intended to make thoroughly clear what is believed to
931
+ be a consequence of the rest of this License.
932
+
933
+ 8. If the distribution and/or use of the Program is restricted in
934
+ certain countries either by patents or by copyrighted interfaces, the
935
+ original copyright holder who places the Program under this License
936
+ may add an explicit geographical distribution limitation excluding
937
+ those countries, so that distribution is permitted only in or among
938
+ countries not thus excluded. In such case, this License incorporates
939
+ the limitation as if written in the body of this License.
940
+
941
+ 9. The Free Software Foundation may publish revised and/or new versions
942
+ of the General Public License from time to time. Such new versions will
943
+ be similar in spirit to the present version, but may differ in detail to
944
+ address new problems or concerns.
945
+
946
+ Each version is given a distinguishing version number. If the Program
947
+ specifies a version number of this License which applies to it and "any
948
+ later version", you have the option of following the terms and conditions
949
+ either of that version or of any later version published by the Free
950
+ Software Foundation. If the Program does not specify a version number of
951
+ this License, you may choose any version ever published by the Free Software
952
+ Foundation.
953
+
954
+ 10. If you wish to incorporate parts of the Program into other free
955
+ programs whose distribution conditions are different, write to the author
956
+ to ask for permission. For software which is copyrighted by the Free
957
+ Software Foundation, write to the Free Software Foundation; we sometimes
958
+ make exceptions for this. Our decision will be guided by the two goals
959
+ of preserving the free status of all derivatives of our free software and
960
+ of promoting the sharing and reuse of software generally.
961
+
962
+ NO WARRANTY
963
+
964
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
965
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
966
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
967
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
968
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
969
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
970
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
971
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
972
+ REPAIR OR CORRECTION.
973
+
974
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
975
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
976
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
977
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
978
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
979
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
980
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
981
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
982
+ POSSIBILITY OF SUCH DAMAGES.
983
+
984
+ END OF TERMS AND CONDITIONS
985
+
986
+ How to Apply These Terms to Your New Programs
987
+
988
+ If you develop a new program, and you want it to be of the greatest
989
+ possible use to the public, the best way to achieve this is to make it
990
+ free software which everyone can redistribute and change under these terms.
991
+
992
+ To do so, attach the following notices to the program. It is safest
993
+ to attach them to the start of each source file to most effectively
994
+ convey the exclusion of warranty; and each file should have at least
995
+ the "copyright" line and a pointer to where the full notice is found.
996
+
997
+ <one line to give the program's name and a brief idea of what it does.>
998
+ Copyright (C) <year> <name of author>
999
+
1000
+ This program is free software; you can redistribute it and/or modify
1001
+ it under the terms of the GNU General Public License as published by
1002
+ the Free Software Foundation; either version 2 of the License, or
1003
+ (at your option) any later version.
1004
+
1005
+ This program is distributed in the hope that it will be useful,
1006
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1007
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1008
+ GNU General Public License for more details.
1009
+
1010
+ You should have received a copy of the GNU General Public License along
1011
+ with this program; if not, write to the Free Software Foundation, Inc.,
1012
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1013
+
1014
+ Also add information on how to contact you by electronic and paper mail.
1015
+
1016
+ If the program is interactive, make it output a short notice like this
1017
+ when it starts in an interactive mode:
1018
+
1019
+ Gnomovision version 69, Copyright (C) year name of author
1020
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1021
+ This is free software, and you are welcome to redistribute it
1022
+ under certain conditions; type `show c' for details.
1023
+
1024
+ The hypothetical commands `show w' and `show c' should show the appropriate
1025
+ parts of the General Public License. Of course, the commands you use may
1026
+ be called something other than `show w' and `show c'; they could even be
1027
+ mouse-clicks or menu items--whatever suits your program.
1028
+
1029
+ You should also get your employer (if you work as a programmer) or your
1030
+ school, if any, to sign a "copyright disclaimer" for the program, if
1031
+ necessary. Here is a sample; alter the names:
1032
+
1033
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
1034
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
1035
+
1036
+ <signature of Ty Coon>, 1 April 1989
1037
+ Ty Coon, President of Vice
1038
+
1039
+ This General Public License does not permit incorporating your program into
1040
+ proprietary programs. If your program is a subroutine library, you may
1041
+ consider it more useful to permit linking proprietary applications with the
1042
+ library. If this is what you want to do, use the GNU Lesser General
1043
+ Public License instead of this License.
298
1044
 
299
1045
 
300
1046
 
@@ -306,15 +1052,16 @@ source code and/or modifications to source code to be made
306
1052
  available (as would be noted above), you may obtain a copy of
307
1053
  the source code corresponding to the binaries for such open
308
1054
  source components and modifications thereto, if any, (the
309
- "Source Files"), by downloading the Source Files from VMware's website at
310
- http://www.vmware.com/download/open_source.html, or by sending a request, with
311
- your name and address to: VMware, Inc., 3401 Hillview Avenue,
312
- Palo Alto, CA 94304,United States of America. All such
313
- requests should clearly specify: OPEN SOURCE FILES REQUEST,
314
- Attention General Counsel. VMware shall mail a copy of the
1055
+ "Source Files"), by downloading the Source Files from Pivotal�s website at
1056
+ http://www.gopivotal.com/open-source, or by sending a request, with your name and address to:
1057
+ Pivotal Software, Inc., 1900 S. Norfolk Street #125, San Mateo, CA 94403, Attention: General Counsel.
1058
+ All such requests should clearly specify: OPEN SOURCE FILES REQUEST,
1059
+ Attention General Counsel. Pivotal shall mail a copy of the
315
1060
  Source Files to you on a CD or equivalent physical medium. This
316
1061
  offer to obtain a copy of the Source Files is valid for three
317
- years from the date you acquired this Software product. Alternatively,
318
- the Source Files may accompany the VMware product.
1062
+ years from the date you acquired this Software product.
1063
+ Alternatively, the Source Files may accompany the Pivotal product.
1064
+
1065
+ [CFOMNIAUTHUAAOAUTH11152013AV122013]
1066
+
319
1067
 
320
- [CFOMNIAUTHUAAOAUTH09012012NV120512]