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
|
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
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 lib/ are copied from src/ by upstream means and their corresponding
licence is not repeated.
.
Files in qed/ are generated documentation from src/ files and their corresponding
licence is not repeated.
Files: *
Copyright: © 2004-2010 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: src/core/facets/proc/compose.rb
Copyright: Dave
License: Ruby or GPL-2
Files: src/core/facets/proc/update.rb
Copyright: Tim Pease
License: Ruby or GPL-2
Files: src/core/facets/class/to_proc.rb src/core/facets/array/delete_unless.rb src/core/facets/integer/odd.rb src/core/facets/hash/delete_unless.rb src/core/facets/hash/delete_values.rb
Copyright: Daniel Schierbeck
License: Ruby or GPL-2
Files: src/core/facets/array/nonuniq.rb
Copyright: Martin DeMello
Thibaut Barrère
License: Ruby or GPL-2
Files: src/core/facets/array/before.rb src/core/facets/dir/each_child.rb src/core/facets/regexp/op_add.rb src/core-uncommon/facets/kernel/trap_chain.rb src/standard/facets/find.rb
Copyright: Tyler Rick
License: Ruby or GPL-2
Files: src/core/facets/array/combination.rb src/core/facets/array/commonality.rb src/core/facets/regexp/to_re.rb src/core/facets/comparable/cap.rb src/core/facets/comparable/clip.rb work/defunct/core/facets/array/combinations.rb
Copyright: Florian Gross
License: Ruby or GPL-2
Files: src/core/facets/array/probability.rb src/core/facets/enumerable/frequency.rb
Copyright: Brian Schröder
License: Ruby or GPL-2
Files: src/core/facets/array/entropy.rb
Copyright: Derek
License: Ruby or GPL-2
Files: src/core/facets/array/select.rb src/core/facets/string/tabto.rb src/core/facets/string/tab.rb src/core/facets/kernel/not_nil.rb src/core/facets/enumerable/one.rb src/core/facets/enumerable/none.rb src/core/facets/enumerable/map_with_index.rb src/core/facets/hash/swap.rb src/core/facets/hash/alias.rb src/core/facets/file/write.rb work/defunct/core/facets/hash/normalize_keys.rb work/defunct/core/facets/module/by_name.rb
Copyright: Gavin Sinclair
License: Ruby or GPL-2
Files: src/core/facets/array/pad.rb
Copyright: Richard Laugesen
License: Ruby or GPL-2
Files: src/core/facets/array/only.rb src/core/facets/hash/select.rb src/core/facets/module/instance_method_defined.rb src/core/facets/file/writelines.rb
Copyright: Gavin Sinclair
Noah Gibbs
License: Ruby or GPL-2
Files: src/core/facets/array/permutation.rb
Copyright: Shin-ichiro Hara
License: Ruby or GPL-2
Files: src/core/facets/array/product.rb
Copyright: Thomas Hafner
License: Ruby or GPL-2
Files: src/core/facets/array/mode.rb
Copyright: Robert Klemme
License: Ruby or GPL-2
Files: src/core/facets/dir/recurse.rb src/core/facets/integer/bitmask.rb src/core/facets/string/rewrite.rb src/core/facets/exception/detail.rb src/core/facets/file/rewrite.rb src/core/facets/file/sanitize.rb src/core/facets/file/read_binary.rb src/core/facets/file/append.rb src/core/facets/file/create.rb work/defunct/core/facets/module/on_included.rb
Copyright: George Moschovitis
License: Ruby or GPL-2
Files: src/core/facets/dir/ascend.rb
Copyright: Daniel Berger
Jeffrey Schwab
License: Ruby or GPL-2
Files: src/core/facets/symbol/to_proc.rb
Copyright: Florian Gross
Nobuhiro Imai
License: Ruby or GPL-2
Files: src/core/facets/integer/factorial.rb
Copyright: Malte Milatz
License: Ruby or GPL-2
Files: src/core/facets/string/similarity.rb
Copyright: Derek Lewis
License: Ruby or GPL-2
Files: src/core/facets/string/expand_tab.rb
Copyright: Gavin Sinclair
Noah Gibbs
GGaramuno
License: Ruby or GPL-2
Files: src/core/facets/string/edit_distance.rb
Copyright: Paul Battley
License: Ruby or GPL-2
Files: src/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: src/core/facets/string/start_with.rb
Copyright: Juris Galang
License: Ruby or GPL-2
Files: src/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: src/core/facets/string/capitalized.rb
Copyright: Phil Tomson
License: Ruby or GPL-2
Files: src/core/facets/string/indent.rb
Copyright: Noah Gibbs
mynyml
License: Ruby or GPL-2
Files: src/core/facets/string/op_sub.rb
Copyright: Benjamin David Oakes
License: Ruby or GPL-2
Files: src/core/facets/string/random_binary.rb src/standard/facets/digest/salted_digest.rb
Copyright: Guido De Rosa
License: Ruby or GPL-2
Files: src/core/facets/string/word_wrap.rb
Copyright: Gavin Kistner
Dayne Broderson
License: Ruby or GPL-2
Files: src/core/facets/nilclass/to_f.rb
Copyright: Matz
License: Ruby or GPL-2
Files: src/core/facets/lazy.rb
Copyright: (c) 2005 MenTaLguY <mental@rydia.net>
License: Ruby or GPL-2
Files: src/core/facets/kernel/meta_eval.rb src/core/facets/kernel/meta_def.rb src/core/facets/module/module_def.rb src/core-uncommon/facets/kernel/eigenclass.rb
Copyright: WhyTheLuckyStiff
License: Ruby or GPL-2
Files: src/core/facets/kernel/returning.rb
Copyright: Mikael Brockman
License: Ruby or GPL-2
Files: src/core/facets/kernel/require_relative.rb
Copyright: Paul Brannan
Pragmatic Programmers
License: Ruby or GPL-2
Files: src/core/facets/kernel/ergo.rb
Copyright: Daniel DeLorme
License: Ruby or GPL-2
Files: src/core/facets/kernel/silence.rb src/core/facets/process/daemon.rb src/core-uncommon/facets/module/cattr.rb
Copyright: David Heinemeier Hansson
License: MIT
Files: src/core/facets/range/overlap.rb
Copyright: Daniel Schierbeck
Brandon Keepers
License: Ruby or GPL-2
Files: src/core/facets/numeric/spacing.rb
Copyright: Victor H. Goff III
License: Ruby or GPL-2
Files: src/core/facets/matchdata/match.rb work/defunct/core/facets/enumerable/each.rb
Copyright: Martin DeMello
License: Ruby or GPL-2
Files: src/core/facets/object/dup.rb
Copyright: Dan Kubb
License: Ruby or GPL-2
Files: src/core/facets/enumerable/map_send.rb
Copyright: Sean O'Halpin
License: Ruby or GPL-2
Files: src/core/facets/enumerable/cluster_by.rb src/core/facets/enumerable/group_by.rb work/defunct/core/facets/hash/group_by_value.rb
Copyright: Erik Veenstra
License: Ruby or GPL-2
Files: src/core/facets/enumerable/accumulate.rb
Copyright: George Moshchovitis
Daniel Emirikol
License: Ruby or GPL-2
Files: src/core/facets/enumerable/filter.rb
Copyright: David Black
Louis J Scoras
License: Ruby or GPL-2
Files: src/core/facets/time/elapse.rb
Copyright: Hal Fulton
License: Ruby or GPL-2
Files: src/core/facets/comparable/cmp.rb
Copyright: Peter Vanbroekhoven
License: Ruby or GPL-2
Files: src/core/facets/hash/to_struct.rb
Copyright: Daniel Berger
License: Ruby or GPL-2
Files: src/core/facets/hash/subset.rb
Copyright: Alexey Petrushin
License: Ruby or GPL-2
Files: src/core/facets/hash/join.rb
Copyright: Mauricio Fernandez
License: Ruby or GPL-2
Files: src/core/facets/hash/new_with.rb
Copyright: Pit Capitan
License: Ruby or GPL-2
Files: src/core/facets/hash/to_mod.rb
Copyright: Jay Fields
License: Ruby or GPL-2
Files: src/core/facets/hash/inverse.rb
Copyright: Tilo Sloboda
License: Ruby or GPL-2
Files: src/core/facets/hash/collate.rb
Copyright: Tilo Sloboda
Gavin Kistner (Phrogz)
License: Ruby or GPL-2
Files: src/core/facets/to_hash.rb
Copyright: Forian Gross
Sandor Szücs
License: Ruby or GPL-2
Files: src/core/facets/module/set.rb
Copyright: Blake Mizerany (Sinatra)
License: Ruby or GPL-2
Files: src/core/facets/module/alias_method_chain.rb
Copyright: Bitsweat
Rails Team
License: Ruby or GPL-2
Files: src/core/facets/filetest/root.rb
Copyright: Jeffrey Schwab
License: Ruby or GPL-2
Files: src/core/facets/file/null.rb
Copyright: Daniel Burger
License: Ruby or GPL-2
Files: src/core/facets/file/ext.rb src/core-uncommon/facets/enumerable/has.rb
Copyright: Lavir the Whiolet
License: Ruby or GPL-2
Files: src/core-uncommon/facets/string/acronym.rb
Copyright: Robert Fey
License: Ruby or GPL-2
Files: src/core-uncommon/facets/kernel/y.rb
Copyright: Michael Fellinger
License: Ruby or GPL-2
Files: src/core-uncommon/facets/module/let.rb
Copyright: Howard Yeh
License: Ruby or GPL-2
Files: src/core-uncommon/facets/module/method_space.rb
Copyright: Pit Captain
License: Ruby or GPL-2
Files: src/supplemental/facets/platform.rb
Copyright: (c) 2007 Eric Hodel
License: Ruby or GPL-2
Files: src/standard/facets/pathname.rb
Copyright: Jean-Denis Vauguet
License: Ruby or GPL-2
Files: src/standard/facets/fileutils/which.rb
Copyright: Daniel J. Berger
Michael Granger
License: Ruby or GPL-2
Files: src/standard/facets/fileutils/whereis.rb src/standard/facets/fileutils/wc.rb
Copyright: Daniel J. Berger
License: Ruby or GPL-2
Files: src/standard/facets/fileutils/safe_ln.rb
Copyright: Jim Weirich
License: Ruby or GPL-2
Files: src/standard/facets/thread.rb
Copyright: Sean O'Halpin
Zucker
License: Ruby or GPL-2
Files: src/standard/facets/date.rb
Copyright: Ken Kunz.
Benjamin Oakes
License: Ruby or GPL-2
Files: src/standard/facets/ostruct.rb
Copyright: Noah Gibbs
Gavin Sinclair
Alison Rowland
Jamie Macey
Mat Schaffer
License: Ruby or GPL-2
Files: src/standard/facets/shellwords.rb
Copyright: Lavir the Whiolet
Michel Martens
License: MIT
Files: src/standard/facets/net/http.rb
Copyright: Daniel Huckstep
License: Ruby or GPL-2
Files: src/standard/facets/basicobject.rb
Copyright: 2004 by Jim Weirich (jim@weirichhouse.org).
License: Ruby or GPL-2
Files: work/defunct/core/facets/array/permutation.rb
Copyright: Florian Gross
Daniel Sheppard
License: Ruby or GPL-2
Files: work/defunct/core/facets/kernel/deep_clone.rb
Copyright: Jan Molic
License: Ruby or GPL-2
Files: work/defunct/more/facets/duration.rb
Copyright: (c) 2006 Matthew Harris <shugotenshi at gmail.com>
License: MIT
Files: work/defunct/more/facets/logger.rb work/consider/aspects.rb
Copyright: (c) 2005 George Moschovitis
License: Ruby or GPL-2
Files: work/consider/lib/core/facets/array/op_div.rb
Copyright: WhyTheLuckyStiff ...
License: Ruby or GPL-2
Files: work/consider/lib/more/facets/tasksystem.rb
Copyright: (c) 2007,2008 Tiger Ops
License: GPL-3+
Files: work/consider/lib/more/facets/plugin.rb
Copyright: (c) 2006-2007 Frédéric Senault. All rights reserved.
License:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of Frédéric Senault or any contributors may be
used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
|