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
|
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
Name: FFC
Maintainer: ffc@lists.launchpad.net
http://www.fenics.org/wiki/FFC
Source: http://launchpad.net/ffc
Copyright: 2004-2010, Anders Logg <logg@simula.no>
2006-2010, Kristian B. Ølgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: ffc/quadrature/quadratureoptimization.py
test/evaluate_basis/cppcode.py
test/evaluate_basis/test.py
test/evaluate_basis_derivatives/cppcode.py
test/evaluate_basis_derivatives/test.py
test/unit/evaluate_basis/cppcode.py
test/unit/evaluate_basis/test_against_fiat.py
test/unit/evaluate_basis/test_against_ref_values.py
test/unit/evaluate_basis/test_common.py
test/unit/evaluate_basis/test.py
test/unit/symbolics/testdgelastodyn.py
test/unit/symbolics/testelasticity2d.py
test/unit/symbolics/testelasticityterm.py
test/unit/symbolics/testelasweighted.py
test/unit/symbolics/testelasweighted2.py
test/unit/symbolics/testexpandoperations.py
test/unit/symbolics/testfloat.py
test/unit/symbolics/testfloatoperators.py
test/unit/symbolics/testfraction.py
test/unit/symbolics/testfractionoperators.py
test/unit/symbolics/testmixedsymbols.py
test/unit/symbolics/testnotfinished.py
test/unit/symbolics/testpoisson.py
test/unit/symbolics/testproduct.py
test/unit/symbolics/testproductoperators.py
test/unit/symbolics/testrealexamples.py
test/unit/symbolics/testreducegip.py
test/unit/symbolics/testreduceoperations.py
test/unit/symbolics/testreducevartype.py
test/unit/symbolics/testsum.py
test/unit/symbolics/testsumoperators.py
test/unit/symbolics/testsymbol.py
test/unit/symbolics/testsymboloperators.py
demo/AlgebraOperators.ufl
demo/MathFunctions.ufl
demo/SpatialCoordinates.ufl
Copyright: 2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: ffc/quadrature/expr.py
ffc/quadrature/floatvalue.py
ffc/quadrature/fraction.py
ffc/quadrature/optimisedquadraturetransformer.py
ffc/quadrature/product.py
ffc/quadrature/quadraturegenerator.py
ffc/quadrature/quadraturerepresentation.py
ffc/quadrature/quadraturetransformer.py
ffc/quadrature/quadraturetransformerbase.py
ffc/quadrature/sumobj.py
ffc/quadrature/symbol.py
ffc/quadrature/symbolics.py
sandbox/swig/expr.py
sandbox/swig/floatvalue_obj.py
sandbox/swig/fraction_obj.py
sandbox/swig/new_symbol.py
sandbox/swig/product_obj.py
sandbox/swig/sum_obj.py
sandbox/swig/symbol_obj.py
sandbox/swig/test_new_symbol.py
test/unit/symbolics/test.py
Copyright: 2009-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: demo/EnergyNorm.ufl
demo/Heat.ufl
demo/PoissonSystem.ufl
demo/Stokes.ufl
demo/TensorWeightedPoisson.ufl
doc/manual/fenicsmanual.cls
Copyright: 2005-2007, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/Constant.ufl
demo/Equation.ufl
demo/FunctionOperators.ufl
demo/MixedMixedElement.ufl
test/test.py
ffc/codesnippets.py
Copyright: 2007, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/Mass.ufl
demo/NavierStokes.ufl
demo/Optimization.ufl
demo/Poisson.ufl
Copyright: 2004-2007, Anders Logg <logg@simula.no>
License: GPL-3+
Files: ffc/tensor/geometrytensor.py
ffc/tensor/monomialintegration.py
ffc/tensor/multiindex.py
ffc/tensor/referencetensor.py
scripts/ffc
Copyright: 2004-2009, Anders Logg <logg@simula.no>
License: GPL-3+
Files: bench/bench.py
bench/plot.py
bench/utils.py
bench/MassH1_2D_1.ufl
bench/MassH1_2D_2.ufl
bench/MassH1_2D_3.ufl
bench/MassH1_2D_4.ufl
bench/MassH1_2D_5.ufl
bench/MassHdiv_2D_1.ufl
bench/MassHdiv_2D_2.ufl
bench/MassHdiv_2D_3.ufl
bench/MassHdiv_2D_4.ufl
bench/MassHdiv_2D_5.ufl
bench/NavierStokes_2D_1.ufl
bench/NavierStokes_2D_2.ufl
bench/NavierStokes_2D_3.ufl
bench/WeightedPoisson_2D_1.ufl
bench/WeightedPoisson_2D_2.ufl
bench/WeightedPoisson_2D_3.ufl
bench/WeightedPoisson_2D_4.ufl
bench/WeightedPoisson_2D_5.ufl
demo/VectorPoisson.ufl
ffc/restrictedelement.py
ffc/tensor/tensoroptimization.py
ffc/wrappers.py
ffc/tensor/costestimation.py
test/regression/ufctest.h
Copyright: 2010, Anders Logg <logg@simula.no>
License: GPL-3+
Files: ffc/evaluatebasis.py
ffc/evaluatebasisderivatives.py
ffc/quadrature/quadratureutils.py
ffc/quadratureelement.py
Copyright: 2007-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: test/regression/test.py
test/regression/ufctest.py
Copyright: 2010, Anders Logg <logg@simula.no>
2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
2010, Marie Rognes <meg@simula.no>
License: GPL-3+
Files: demo/NeumannProblem.ufl
demo/P5tet.ufl
demo/P5tri.ufl
Copyright: 2006-2007, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/SubDomain.ufl
ffc/jitobject.py
scripts/ffc-clean
Copyright: 2008, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/ReactionDiffusion.ufl
ffc/codegeneration.py
ffc/formatting.py
ffc/optimization.py
ffc/log.py
ffc/tensor/monomialtransformation.py
Copyright: 2009, Anders Logg <logg@simula.no>
License: GPL-3+
Files: ffc/cpp.py
ffc/representation.py
Copyright: 2009-2010, Anders logg <logg@simula.no>
License: GPL-3+
Files: ffc/fiatinterface.py
ffc/representation.py
Copyright: 2009-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
2009-2010, Anders logg <logg@simula.no>
License: GPL-3+
Files: ffc/constants.py
ffc/parameters.py
ffc/mixedelement.py
ffc/utils.py
Copyright: 2005-2010, Anders Logg <logg@simula.no>
License: GPL-3+
Files: ffc/jitcompiler.py
test/unit/misc/test.py
Copyright: 2007-2009, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/RestrictedElement.ufl
demo/MetaData.ufl
Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: ffc/evaluatedof.py
ffc/interpolatevertexvalues.py
Copyright: 2009, Marie E. Rognes <meg@simula.no>
License: GPL-3+
Files: ffc/enrichedelement.py
demo/Mini.ufl
Copyright: 2010, Marie E. Rognes <meg@simula.no>
License: GPL-3+
Files: demo/FacetRestrictionAD.ufl
Copyright: 2010, Garth N. Wells <gnw20@cam.ac.uk>
License: GPL-3+
Files: debian/*
Copyright: 2008-2010, Johannes Ring <johannr@simula.no>
License: GPL-2+
Files: debian/cdbs/1/rules/copyright-check.mk
Copyright: 2005-2008, Jonas Smedegaard <dr@jones.dk>
License: GPL-2+
Files: debian/licensecheck
Copyright: 2007-2008, Adam D. Barratt
License: GPL-2+
Files: bench/MassHcurl_2D_1.ufl
bench/MassHcurl_2D_2.ufl
bench/MassHcurl_2D_3.ufl
bench/MassHcurl_2D_4.ufl
bench/MassHcurl_2D_5.ufl
bench/Poisson_2D_1.ufl
bench/Poisson_2D_2.ufl
bench/Poisson_2D_3.ufl
bench/Poisson_2D_4.ufl
bench/Poisson_2D_5.ufl
ffc/tensor/tensorgenerator.py
Copyright: 2004-2010, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/Elasticity.ufl
Copyright: 2005, Johan Jansson <johanjan@math.chalmers.se>
License: GPL-3+
Files: demo/MixedPoisson.ufl
Copyright: 2006-2007, Anders Logg <logg@simula.no>
2006-2007, Marie Rognes <meg@simula.no>
License: GPL-3+
Files: demo/PoissonDG.ufl
Copyright: 2006-2007, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
2006-2007, Anders Logg <logg@simula.no>
License: GPL-3+
Files: ffc/tensor/tensorreordering.py
Copyright: 2006-2009, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/CoefficientOperators.ufl
Copyright: 2007, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/VectorLaplaceGradCurl.ufl
Copyright: 2007, Marie Rognes <meg@math.uio.no>
License: GPL-3+
Files: ffc/analysis.py
Copyright: 2007-2010, Anders Logg <logg@simula.no>
2007-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: ffc/tensor/tensorrepresentation.py
Copyright: 2007-2010, Anders Logg <logg@simula.no>
License: GPL-3+
Files: demo/SubDomains.ufl
Copyright: 2008, Anders Logg <logg@simula.no>
2008, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: ffc/tensor/monomialextraction.py
Copyright: 2008-2009, Anders Logg <logg@simula.no>
License: GPL-3+
Files: ffc/quadrature/reduce_operations.py
Copyright: 2008-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: GPL-3+
Files: demo/Normals.ufl
Copyright: 2009, Peter Brune <brune@uchicago.edu>
License: GPL-3+
Files: demo/FacetIntegrals.ufl
Copyright: 2009-2010, Anders Logg <logg@simula.no>
License: GPL-3+
Files: scripts/makedist
Copyright: 2004-2008, Anders Logg <logg@simula.no>
License: GPL-3+
Files: doc/manual/algorithm.sty
Copyright: 1994, Peter Williams
License: LGPL-2+
Files: demo/StabilisedStokes.ufl
Copyright: 2005-2007, Anders Logg <logg@simula.no>
License: LGPL-2.1
Files: demo/QuadratureElement.ufl
Copyright: 2008, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
License: LGPL-2.1
Files: demo/HyperElasticity.ufl
Copyright: 2009, Harish Narayanan <harish@simula.no>
License: LGPL-2.1
Files: demo/Biharmonic.ufl
Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
2009, Garth N. Wells <gnw20@cam.ac.uk>
2009, Anders Logg <logg@simula.no>
License: LGPL-2.1
Files: bench/results/MassH1.eps
bench/results/MassHcurl.eps
bench/results/MassHdiv.eps
bench/results/NavierStokes.eps
bench/results/Poisson.eps
bench/results/WeightedPoisson.eps
Copyright: 2003, Bitstream, Inc. All Rights Reserved
License: Bitstream Vera Fonts copyright and distribution license
License: GPL-3+
On Debian systems, the complete text of the GNU General Public License
(GPL) version 3 can be found at "/usr/share/common-licenses/GPL-3".
License: GPL-2+
On Debian systems, the complete text of the GNU General Public License
(GPL) version 2 can be found at "/usr/share/common-licenses/GPL-2".
License: GPL-2
On Debian systems, the complete text of the GNU General Public License
(GPL) version 2 can be found at "/usr/share/common-licenses/GPL-2".
License: LGPL-2+
On Debian systems, the complete text of the GNU Lesser General Public
License (LGPL) version 2 can be found at
"/usr/share/common-licenses/LGPL-2".
License: LGPL-2.1
On Debian systems, the complete text of the GNU Lesser General Public
License (LGPL) version 2.1 can be found at
"/usr/share/common-licenses/LGPL-2.1".
License: Bitstream Vera Fonts copyright and distribution license
Bitstream Vera Fonts Copyright
The fonts have a generous copyright, allowing derivative works (as
long as "Bitstream" or "Vera" are not in the names), and full
redistribution (so long as they are not *sold* by themselves). They
can be be bundled, redistributed and sold with any software.
The fonts are distributed under the following copyright:
Copyright
=========
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream
Vera is a trademark of Bitstream, Inc.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the fonts accompanying this license ("Fonts") and associated
documentation files (the "Font Software"), to reproduce and distribute
the Font Software, including without limitation the rights to use,
copy, merge, publish, distribute, and/or sell copies of the Font
Software, and to permit persons to whom the Font Software is furnished
to do so, subject to the following conditions:
The above copyright and trademark notices and this permission notice
shall be included in all copies of one or more of the Font Software
typefaces.
The Font Software may be modified, altered, or added to, and in
particular the designs of glyphs or characters in the Fonts may be
modified and additional glyphs or characters may be added to the
Fonts, only if the fonts are renamed to names not containing either
the words "Bitstream" or the word "Vera".
This License becomes null and void to the extent applicable to Fonts
or Font Software that has been modified and is distributed under the
"Bitstream Vera" names.
The Font Software may be sold as part of a larger software package but
no copy of one or more of the Font Software typefaces may be sold by
itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
Except as contained in this notice, the names of Gnome, the Gnome
Foundation, and Bitstream Inc., shall not be used in advertising or
otherwise to promote the sale, use or other dealings in this Font
Software without prior written authorization from the Gnome Foundation
or Bitstream Inc., respectively. For further information, contact:
fonts at gnome dot org.
Copyright FAQ
=============
1. I don't understand the resale restriction... What gives?
Bitstream is giving away these fonts, but wishes to ensure its
competitors can't just drop the fonts as is into a font sale system
and sell them as is. It seems fair that if Bitstream can't make money
from the Bitstream Vera fonts, their competitors should not be able to
do so either. You can sell the fonts as part of any software package,
however.
2. I want to package these fonts separately for distribution and
sale as part of a larger software package or system. Can I do so?
Yes. A RPM or Debian package is a "larger software package" to begin
with, and you aren't selling them independently by themselves.
See 1. above.
3. Are derivative works allowed?
Yes!
4. Can I change or add to the font(s)?
Yes, but you must change the name(s) of the font(s).
5. Under what terms are derivative works allowed?
You must change the name(s) of the fonts. This is to ensure the
quality of the fonts, both to protect Bitstream and Gnome. We want to
ensure that if an application has opened a font specifically of these
names, it gets what it expects (though of course, using fontconfig,
substitutions could still could have occurred during font
opening). You must include the Bitstream copyright. Additional
copyrights can be added, as per copyright law. Happy Font Hacking!
6. If I have improvements for Bitstream Vera, is it possible they might get
adopted in future versions?
Yes. The contract between the Gnome Foundation and Bitstream has
provisions for working with Bitstream to ensure quality additions to
the Bitstream Vera font family. Please contact us if you have such
additions. Note, that in general, we will want such additions for the
entire family, not just a single font, and that you'll have to keep
both Gnome and Jim Lyles, Vera's designer, happy! To make sense to add
glyphs to the font, they must be stylistically in keeping with Vera's
design. Vera cannot become a "ransom note" font. Jim Lyles will be
providing a document describing the design elements used in Vera, as a
guide and aid for people interested in contributing to Vera.
7. I want to sell a software package that uses these fonts: Can I do so?
Sure. Bundle the fonts with your software and sell your software
with the fonts. That is the intent of the copyright.
8. If applications have built the names "Bitstream Vera" into them,
can I override this somehow to use fonts of my choosing?
This depends on exact details of the software. Most open source
systems and software (e.g., Gnome, KDE, etc.) are now converting to
use fontconfig (see www.fontconfig.org) to handle font configuration,
selection and substitution; it has provisions for overriding font
names and subsituting alternatives. An example is provided by the
supplied local.conf file, which chooses the family Bitstream Vera for
"sans", "serif" and "monospace". Other software (e.g., the XFree86
core server) has other mechanisms for font substitution.
|