This file is indexed.

/usr/share/doc/ruby-facets-doc/copyright is in ruby-facets-doc 2.9.3-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Ruby Facets
Upstream-Contact: Thomas Sawyer <transfire@gmail.com>
Source: http://rubygems.org/gems/facets
Comment:
 Please keep this level of details in the entries below, listing individual files
 instead of wildcards, to be able to track files better.
 .
 Files in qed/ are generated documentation from lib/ files and their corresponding
 licence is not repeated.


Files: *
Copyright: © 2004-2013 Thomas Sawyer (aka Trans)
License: Ruby or GPL-2
Comment: main copyright holder

Files: debian/*
Copyright: © 2009-2010 Marc Dequènes (Duck) <Duck@DuckCorp.org>
License: GPL-3+
Comment: Debian packaging


License: Ruby
 Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.co.jp>.
 You can redistribute it and/or modify it under either the terms of the GPL
 (see COPYING.txt file), or the conditions below:
 . 
   1. You may make and give away verbatim copies of the source form of the
      software without restriction, provided that you duplicate all of the
      original copyright notices and associated disclaimers.
 .
   2. You may modify your copy of the software in any way, provided that
      you do at least ONE of the following:
 .
        a) place your modifications in the Public Domain or otherwise
           make them Freely Available, such as by posting said
 	  modifications to Usenet or an equivalent medium, or by allowing
 	  the author to include your modifications in the software.
 .
        b) use the modified software only within your corporation or
           organization.
 .
        c) rename any non-standard executables so the names do not conflict
 	  with standard executables, which must also be provided.
 .
        d) make other distribution arrangements with the author.
 .
   3. You may distribute the software in object code or executable
      form, provided that you do at least ONE of the following:
 .
        a) distribute the executables and library files of the software,
 	  together with instructions (in the manual page or equivalent)
 	  on where to get the original distribution.
 .
        b) accompany the distribution with the machine-readable source of
 	  the software.
 .
        c) give non-standard executables non-standard names, with
           instructions on where to get the original software distribution.
 .
        d) make other distribution arrangements with the author.
 .
   4. You may modify and include the part of the software into any other
      software (possibly commercial).  But some files in the distribution
      are not written by the author, so that they are not under this terms.
 .
      They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
      files under the ./missing directory.  See each file for the copying
      condition.
 .
   5. The scripts and library files supplied as input to or produced as 
      output from the software do not automatically fall under the
      copyright of the software, but belong to whomever generated them, 
      and may be sold commercially, and may be aggregated with this
      software.
 .
   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
      PURPOSE.

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 . 
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: GPL-2
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
 .
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 .
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .
    On Debian systems, the full text of the GNU General Public
    License version 2 can be found in the file
    `/usr/share/common-licenses/GPL-2'.

License: GPL-3+
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
 .
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 .
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
    On Debian systems, the full text of the GNU General Public
    License version 3 can be found in the file
    `/usr/share/common-licenses/GPL-3'.

License: Rails
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Files: lib/core/facets/proc/compose.rb
Copyright: Dave
License: Ruby or GPL-2

Files: lib/core/facets/proc/update.rb
Copyright: Tim Pease
License: Ruby or GPL-2

Files: lib/core/facets/class/to_proc.rb lib/core/facets/array/delete_unless.rb lib/core/facets/integer/odd.rb lib/core/facets/hash/delete_unless.rb lib/core/facets/hash/delete_values.rb
Copyright: Daniel Schierbeck
License: Ruby or GPL-2

Files: lib/core/facets/array/nonuniq.rb
Copyright: Martin DeMello
           Thibaut Barrère
License: Ruby or GPL-2

Files: lib/core/facets/array/before.rb lib/core/facets/dir/each_child.rb lib/core/facets/regexp/op_add.rb lib/core/facets/kernel/trap_chain.rb lib/standard/facets/find.rb
Copyright: Tyler Rick
License: Ruby or GPL-2

Files: lib/core/facets/array/combination.rb lib/core/facets/array/commonality.rb lib/core/facets/regexp/to_re.rb lib/core/facets/comparable/cap.rb lib/core/facets/comparable/clip.rb
Copyright: Florian Gross
License: Ruby or GPL-2

Files: lib/core/facets/array/rotate.rb
Copyright: Florian Gross
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/array/probability.rb lib/core/facets/enumerable/frequency.rb
Copyright: Brian Schröder
License: Ruby or GPL-2

Files: lib/core/facets/array/entropy.rb
Copyright: Derek
License: Ruby or GPL-2

Files: lib/core/facets/hash/url_params.rb
Copyright: Matt Kirk
License: Ruby or GPL-2

Files: lib/core/facets/integer/factorial.rb
Copyright: Malte Milatz
License: Ruby or GPL-2

Files: lib/core/facets/array/select.rb lib/core/facets/string/tabto.rb lib/core/facets/string/tab.rb lib/core/facets/kernel/not_nil.rb lib/core/facets/enumerable/one.rb lib/core/facets/enumerable/none.rb lib/core/facets/enumerable/map_with_index.rb lib/core/facets/hash/swap.rb lib/core/facets/hash/alias.rb lib/core/facets/file/write.rb
Copyright: Gavin Sinclair
License: Ruby or GPL-2

Files: lib/core/facets/array/pad.rb
Copyright: Richard Laugesen
License: Ruby or GPL-2

Files: lib/core/facets/array/only.rb lib/core/facets/hash/select.rb lib/core/facets/module/instance_method_defined.rb lib/core/facets/file/writelines.rb
Copyright: Gavin Sinclair
           Noah Gibbs
License: Ruby or GPL-2

Files: lib/core/facets/array/permutation.rb
Copyright: Shin-ichiro Hara
License: Ruby or GPL-2

Files: lib/core/facets/array/product.rb
Copyright: Thomas Hafner
License: Ruby or GPL-2

Files: lib/core/facets/array/mode.rb
Copyright: Robert Klemme
License: Ruby or GPL-2

Files: lib/standard/facets/math/percentile.rb
Copyright: Ben Koski
License: Ruby or GPL-2

Files: lib/standard/facets/multipliers.rb
Copyright: Rich Kilmer
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/standard/facets/multiton.rb
Copyright: Christoph Rippel
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/module/method_clash.rb lib/core/facets/module/op.rb
Copyright: Robert Dober
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/boolean.rb lib/core/facets/hash/zip.rb
Copyright: Ara T. Howard
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/dir/recurse.rb lib/core/facets/integer/bitmask.rb lib/core/facets/string/rewrite.rb lib/core/facets/exception/detail.rb lib/core/facets/file/rewrite.rb lib/core/facets/file/sanitize.rb lib/core/facets/file/read_binary.rb lib/core/facets/file/append.rb lib/core/facets/file/create.rb
Copyright: George Moschovitis
License: Ruby or GPL-2

Files: lib/core/facets/dir/ascend.rb
Copyright: Daniel Berger
           Jeffrey Schwab
License: Ruby or GPL-2

Files: lib/core/facets/method/composition.rb
Copyright: Mike Burns
License: Ruby or GPL-2

Files: lib/core/facets/module/class_extend.rb
Copyright: Daniel Schierbeck
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/symbol/to_proc.rb
Copyright: Florian Gross
           Nobuhiro Imai
License: Ruby or GPL-2

Files: lib/core/facets/string/similarity.rb
Copyright: Derek Lewis
License: Ruby or GPL-2

Files: lib/core/facets/string/expand_tab.rb
Copyright: Gavin Sinclair
           Noah Gibbs
           GGaramuno
License: Ruby or GPL-2

Files: lib/core/facets/string/edit_distance.rb
Copyright: Paul Battley
License: Ruby or GPL-2

Files: lib/core/facets/string/titlecase.rb
Copyright: Eliazar Parra
License:
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
  .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:
  .
  1. The origin of this software must not be misrepresented; you must not
  claim that you wrote the original software. If you use this software
  in a product, an acknowledgment in the product documentation would be
  appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
  misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

Files: lib/core/facets/string/start_with.rb
Copyright: Juris Galang
License: Ruby or GPL-2

Files: lib/core/facets/string/natcmp.rb
Copyright: (C) 2003 by Alan Davies <cs96and_AT_yahoo_DOT_co_DOT_uk>
           Martin Pool
License:
  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.
  .
  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:
  .
  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  .
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  .
  3. This notice may not be removed or altered from any source distribution.

Files: lib/core/facets/string/capitalized.rb
Copyright: Phil Tomson
License: Ruby or GPL-2

Files: lib/core/facets/string/indent.rb
Copyright: Noah Gibbs
           mynyml
License: Ruby or GPL-2

Files: lib/core/facets/string/op_sub.rb
Copyright: Benjamin David Oakes
License: Ruby or GPL-2

Files: lib/core/facets/string/random_binary.rb lib/standard/facets/digest/salted_digest.rb
Copyright: Guido De Rosa
License: Ruby or GPL-2

Files: lib/core/facets/string/word_wrap.rb
Copyright: Gavin Kistner (Phrogz)
           Dayne Broderson
License: Ruby or GPL-2

Files: lib/core/facets/nilclass/to_f.rb
Copyright: Matz
License: Ruby or GPL-2

Files: lib/core/facets/lazy.rb
Copyright: (c) 2005 MenTaLguY <mental@rydia.net>
License: Ruby or GPL-2

Files: lib/core/facets/kernel/meta_eval.rb lib/core/facets/kernel/meta_def.rb lib/core/facets/module/module_def.rb lib/core/facets/kernel/eigenclass.rb
Copyright: WhyTheLuckyStiff
License: Ruby or GPL-2

Files: lib/core/facets/kernel/returning.rb
Copyright: Mikael Brockman
License: Ruby or GPL-2

Files: lib/core/facets/kernel/require_relative.rb
Copyright: Paul Brannan
           Pragmatic Programmers
License: Ruby or GPL-2

Files: lib/core/facets/kernel/ergo.rb
Copyright: Daniel DeLorme
License: Ruby or GPL-2

Files: lib/core/facets/kernel/silence.rb lib/core/facets/process/daemon.rb lib/core/facets/file/atomic_write.rb lib/core/facets/module/mattr.rb
Copyright: David Heinemeier Hansson
License: MIT

Files: lib/core/facets/exception/suppress.rb
Copyright: David Heinemeier Hansson
           Thomas Sawyer (aka Trans)
License: MIT

Files: lib/core/facets/range/overlap.rb
Copyright: Daniel Schierbeck
           Brandon Keepers
License: Ruby or GPL-2

Files: lib/core/facets/numeric/spacing.rb
Copyright: Victor H. Goff III
License: Ruby or GPL-2

Files: lib/core/facets/matchdata/match.rb
Copyright: Martin DeMello
License: Ruby or GPL-2

Files: lib/core/facets/object/dup.rb
Copyright: Dan Kubb
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/map_send.rb
Copyright: Sean O'Halpin
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/cluster_by.rb lib/core/facets/enumerable/group_by.rb
Copyright: Erik Veenstra
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/accumulate.rb
Copyright: George Moshchovitis
           Daniel Emirikol
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/filter.rb
Copyright: David Black
           Louis J Scoras
License: Ruby or GPL-2

Files: lib/core/facets/exception/error_print.rb
Copyright: Evgeniy Dolzhenko
License: Ruby or GPL-2

Files: lib/core/facets/time/elapse.rb
Copyright: Hal Fulton
License: Ruby or GPL-2

Files: lib/core/facets/comparable/cmp.rb
Copyright: Peter Vanbroekhoven
License: Ruby or GPL-2

Files: lib/core/facets/hash/to_struct.rb
Copyright: Daniel Berger
License: Ruby or GPL-2

Files: lib/core/facets/hash/subset.rb
Copyright: Alexey Petrushin
License: Ruby or GPL-2

Files: lib/core/facets/hash/join.rb lib/core/facets/kernel/instance_exec.rb
Copyright: Mauricio Fernandez
License: Ruby or GPL-2

Files: lib/core/facets/hash/new_with.rb
Copyright: Pit Capitan
License: Ruby or GPL-2

Files: lib/core/facets/hash/to_mod.rb
Copyright: Jay Fields
License: Ruby or GPL-2

Files: lib/core/facets/hash/inverse.rb
Copyright: Tilo Sloboda
License: Ruby or GPL-2

Files: lib/core/facets/hash/collate.rb
Copyright: Tilo Sloboda
           Gavin Kistner (Phrogz)
License: Ruby or GPL-2

Files: lib/core/facets/to_hash.rb
Copyright: Florian Gross
           Sandor Szücs
License: Ruby or GPL-2

Files: lib/core/facets/module/set.rb
Copyright: Blake Mizerany (Sinatra)
License: Ruby or GPL-2

Files: lib/core/facets/module/alias_method_chain.rb
Copyright: Bitsweat
           Rails Team
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/hashify.rb
Copyright: Ronen Barzel
License: Ruby or GPL-2

Files: lib/core/facets/filetest/root.rb
Copyright: Jeffrey Schwab
License: Ruby or GPL-2

Files: lib/core/facets/file/null.rb
Copyright: Daniel Burger
License: Ruby or GPL-2

Files: lib/core/facets/file/ext.rb lib/core/facets/enumerable/incase.rb
Copyright: Lavir the Whiolet
License: Ruby or GPL-2

Files: lib/core/facets/string/acronym.rb
Copyright: Robert Fey
License: Ruby or GPL-2

Files: lib/core/facets/kernel/y.rb
Copyright: Michael Fellinger
License: Ruby or GPL-2

Files: lib/core/facets/module/let.rb
Copyright: Howard Yeh
License: Ruby or GPL-2

Files: lib/core/facets/module/method_space.rb
Copyright: Pit Captain
License: Ruby or GPL-2

Files: lib/standard/facets/platform.rb
Copyright: (c) 2007 Eric Hodel
License: Ruby or GPL-2

Files: lib/standard/facets/pathname.rb
Copyright: Jean-Denis Vauguet
License: Ruby or GPL-2

Files: lib/standard/facets/fileutils/which.rb
Copyright: Daniel J. Berger
           Michael Granger
License: Ruby or GPL-2

Files: lib/standard/facets/fileutils/whereis.rb lib/standard/facets/fileutils/wc.rb
Copyright: Daniel J. Berger
License: Ruby or GPL-2

Files: lib/standard/facets/fileutils/safe_ln.rb
Copyright: Jim Weirich
License: Ruby or GPL-2

Files: lib/standard/facets/thread.rb
Copyright: Sean O'Halpin
           Zucker
License: Ruby or GPL-2

Files: lib/standard/facets/cloneable.rb
Copyright: Ken Bloom
License: Ruby or GPL-2

Files: lib/standard/facets/date.rb
Copyright: Ken Kunz.
           Benjamin Oakes
License: Ruby or GPL-2

Files: lib/standard/facets/ostruct.rb
Copyright: Noah Gibbs
           Gavin Sinclair
           Alison Rowland
           Jamie Macey
           Mat Schaffer
License: Ruby or GPL-2

Files: lib/standard/facets/shellwords.rb
Copyright: Lavir the Whiolet
           Michel Martens
License: MIT

Files: lib/standard/facets/net/http.rb
Copyright: Daniel Huckstep
License: Ruby or GPL-2

Files: lib/standard/facets/basicobject.rb
Copyright: 2004 by Jim Weirich (jim@weirichhouse.org).
License: Ruby or GPL-2

Files: lib/core/facets/kernel/deep_clone.rb lib/core/facets/kernel/deep_copy.rb
Copyright: Jan Molic
License: Ruby or GPL-2

Files: lib/core/facets/hash/autonew.rb
Copyright: Jan Molic
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/class/descendants.rb
Copyright: Roger Pack
License: Ruby or GPL-2

Files: lib/core/facets/denumerable.rb
Copyright: Brian Candler
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/graph.rb
Copyright: Andrew Dudzik (adudzik)
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/map_with.rb
Copyright: Michael Kohl
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/enumerable/sum.rb
Copyright: Dawid Marcin Grzesiak
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/hash/op_sub.rb
Copyright: Xavier Shay
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/hash/rekey.rb
Copyright: Gavin Kistner
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/hash/update_keys.rb
Copyright: Evgeniy Dolzhenko
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/standard/facets/random.rb
Copyright: Lavir the Whiolet
           Niel Spring
           George Moschovitis
           Ilmari Heikkinen
           Christian Neukirchen
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/kernel/respond.rb
Copyright: Chris Wanstrath
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/core/facets/range/within.rb
Copyright: Chris Kappler
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/standard/facets/fileutils/slice.rb
Copyright: Shashank Date
License: Ruby or GPL-2

Files: lib/core/facets/kernel/extend.rb
Copyright: Marco Otte-Witte
           Thomas Sawyer (aka Trans)
License: Ruby or GPL-2

Files: lib/standard/facets/math/linsolve.rb lib/standard/facets/math/sqsolve.rb
Copyright: Josef Schugt
License: Ruby or GPL-2

Files: lib/standard/facets/set.rb
Copyright: Gavin Kistner (Phrogz)
License: Ruby or GPL-2