~ubuntu-branches/ubuntu/natty/ffc/natty

« back to all changes in this revision

Viewing changes to debian/copyright_hints

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2010-02-03 20:22:35 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100203202235-fe8d0kajuvgy2sqn
Tags: 0.9.0-1
* New upstream release.
* debian/control: Bump Standards-Version (no changes needed).
* Update debian/copyright and debian/copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        bench/bench.log
9
9
        debian/compat
10
10
        debian/control
 
11
        debian/doc-base
11
12
        debian/docs
12
13
        debian/rules
13
14
        debian/watch
58
59
        doc/manual/fig/reference_triangle.fig
59
60
        doc/manual/fig/reference_triangle_entities.fig
60
61
        ffc/__init__.py
61
 
        ffc/common/__init__.py
62
 
        ffc/compiler/__init__.py
63
 
        ffc/compiler/quadrature/__init__.py
64
 
        ffc/compiler/tensor/__init__.py
65
 
        ffc/fem/__init__.py
66
 
        ffc/jit/__init__.py
 
62
        ffc/compiler.py
 
63
        ffc/quadrature/__init__.py
 
64
        ffc/tensor/__init__.py
67
65
        release.conf
68
66
        sandbox/README
69
67
        sandbox/jit/test.py
73
71
        sandbox/swig/optimise.i
74
72
        sandbox/swig/profiler.py
75
73
        setup.py
76
 
        test/regression/update-references.sh
77
 
        test/simple_verify_tensors/reference.pickle
78
 
        test/verify_tensors/references/Constant_L
79
 
        test/verify_tensors/references/Constant_a
80
 
        test/verify_tensors/references/Elasticity_a
81
 
        test/verify_tensors/references/EnergyNorm_a
82
 
        test/verify_tensors/references/Equation_L
83
 
        test/verify_tensors/references/Equation_a
84
 
        test/verify_tensors/references/FacetIntegrals_a
85
 
        test/verify_tensors/references/FunctionOperators_a
86
 
        test/verify_tensors/references/Heat_L
87
 
        test/verify_tensors/references/Heat_a
88
 
        test/verify_tensors/references/Mass_a
89
 
        test/verify_tensors/references/MixedPoisson_L
90
 
        test/verify_tensors/references/MixedPoisson_a
91
 
        test/verify_tensors/references/NavierStokes_a
92
 
        test/verify_tensors/references/NeumannProblem_L
93
 
        test/verify_tensors/references/NeumannProblem_a
94
 
        test/verify_tensors/references/Optimization_L
95
 
        test/verify_tensors/references/Optimization_a
96
 
        test/verify_tensors/references/PoissonDG_L
97
 
        test/verify_tensors/references/PoissonDG_a
98
 
        test/verify_tensors/references/PoissonSystem_L
99
 
        test/verify_tensors/references/PoissonSystem_a
100
 
        test/verify_tensors/references/Poisson_L
101
 
        test/verify_tensors/references/Poisson_a
102
 
        test/verify_tensors/references/QuadratureElement_L
103
 
        test/verify_tensors/references/QuadratureElement_a
104
 
        test/verify_tensors/references/README
105
 
        test/verify_tensors/references/Stokes_L
106
 
        test/verify_tensors/references/Stokes_a
107
 
        test/verify_tensors/references/SubDomain_M
108
 
        test/verify_tensors/references/SubDomains_a
109
 
        test/verify_tensors/references/TensorWeightedPoisson_a
110
 
        test/verify_tensors/references/VectorLaplaceGradCurl_L
111
 
        test/verify_tensors/references/VectorLaplaceGradCurl_a
112
 
        test/verify_tensors/test_cache/README
 
74
        test/evaluate_basis/reference.pickle
 
75
        test/evaluate_basis_derivatives/reference.pickle
 
76
        test/regression/elements.py
 
77
        test/regression/references/Biharmonic.out
 
78
        test/regression/references/Constant.out
 
79
        test/regression/references/Elasticity.out
 
80
        test/regression/references/ElementRestriction.out
 
81
        test/regression/references/EnergyNorm.out
 
82
        test/regression/references/Equation.out
 
83
        test/regression/references/FacetIntegrals.out
 
84
        test/regression/references/FunctionOperators.out
 
85
        test/regression/references/Heat.out
 
86
        test/regression/references/HyperElasticity.out
 
87
        test/regression/references/Mass.out
 
88
        test/regression/references/MetaData.out
 
89
        test/regression/references/MixedMixedElement.out
 
90
        test/regression/references/MixedPoisson.out
 
91
        test/regression/references/NavierStokes.out
 
92
        test/regression/references/NeumannProblem.out
 
93
        test/regression/references/Normals.out
 
94
        test/regression/references/Optimization.out
 
95
        test/regression/references/P5tet.out
 
96
        test/regression/references/P5tri.out
 
97
        test/regression/references/Poisson.out
 
98
        test/regression/references/PoissonDG.out
 
99
        test/regression/references/PoissonSystem.out
 
100
        test/regression/references/Projection.out
 
101
        test/regression/references/QuadratureElement.out
 
102
        test/regression/references/README
 
103
        test/regression/references/ReactionDiffusion.out
 
104
        test/regression/references/StabilisedStokes.out
 
105
        test/regression/references/Stokes.out
 
106
        test/regression/references/SubDomain.out
 
107
        test/regression/references/SubDomains.out
 
108
        test/regression/references/TensorWeightedPoisson.out
 
109
        test/regression/references/VectorLaplaceGradCurl.out
 
110
        test/regression/references/VectorPoisson.out
 
111
        test/regression/references/X_Element0.out
 
112
        test/regression/references/update.sh
 
113
        test/unit/evaluate_basis/__init__.py
 
114
        test/unit/evaluate_basis/reference_basis.pickle
 
115
        test/unit/evaluate_basis/reference_basis_derivatives.pickle
 
116
        test/unit/misc/__init__.py
 
117
        test/unit/symbolics/__init__.py
 
118
        test/unit/test.py
113
119
Copyright: *No copyright*
114
120
License: UNKNOWN
115
121
 
116
122
Files: doc/manual/chapters/contributing.tex
117
 
        test/regression/reference/quadrature/Biharmonic.h
118
 
        test/regression/reference/quadrature/Constant.h
119
 
        test/regression/reference/quadrature/Elasticity.h
120
 
        test/regression/reference/quadrature/ElementRestriction.h
121
 
        test/regression/reference/quadrature/EnergyNorm.h
122
 
        test/regression/reference/quadrature/Equation.h
123
 
        test/regression/reference/quadrature/FacetIntegrals.h
124
 
        test/regression/reference/quadrature/FunctionOperators.h
125
 
        test/regression/reference/quadrature/Heat.h
126
 
        test/regression/reference/quadrature/HyperElasticity.h
127
 
        test/regression/reference/quadrature/Mass.h
128
 
        test/regression/reference/quadrature/MetaData.h
129
 
        test/regression/reference/quadrature/MixedMixedElement.h
130
 
        test/regression/reference/quadrature/MixedPoisson.h
131
 
        test/regression/reference/quadrature/NavierStokes.h
132
 
        test/regression/reference/quadrature/NeumannProblem.h
133
 
        test/regression/reference/quadrature/Normals.h
134
 
        test/regression/reference/quadrature/Optimization.h
135
 
        test/regression/reference/quadrature/P5tet.h
136
 
        test/regression/reference/quadrature/P5tri.h
137
 
        test/regression/reference/quadrature/Poisson.h
138
 
        test/regression/reference/quadrature/PoissonDG.h
139
 
        test/regression/reference/quadrature/PoissonSystem.h
140
 
        test/regression/reference/quadrature/QuadratureElement.h
141
 
        test/regression/reference/quadrature/ReactionDiffusion.h
142
 
        test/regression/reference/quadrature/StabilisedStokes.h
143
 
        test/regression/reference/quadrature/Stokes.h
144
 
        test/regression/reference/quadrature/SubDomain.h
145
 
        test/regression/reference/quadrature/SubDomains.h
146
 
        test/regression/reference/quadrature/TensorWeightedPoisson.h
147
 
        test/regression/reference/quadrature/VectorLaplaceGradCurl.h
148
 
        test/regression/reference/tensor/Constant.h
149
 
        test/regression/reference/tensor/Elasticity.h
150
 
        test/regression/reference/tensor/ElementRestriction.h
151
 
        test/regression/reference/tensor/EnergyNorm.h
152
 
        test/regression/reference/tensor/Equation.h
153
 
        test/regression/reference/tensor/FacetIntegrals.h
154
 
        test/regression/reference/tensor/Heat.h
155
 
        test/regression/reference/tensor/Mass.h
156
 
        test/regression/reference/tensor/MetaData.h
157
 
        test/regression/reference/tensor/MixedMixedElement.h
158
 
        test/regression/reference/tensor/MixedPoisson.h
159
 
        test/regression/reference/tensor/NavierStokes.h
160
 
        test/regression/reference/tensor/NeumannProblem.h
161
 
        test/regression/reference/tensor/Normals.h
162
 
        test/regression/reference/tensor/Optimization.h
163
 
        test/regression/reference/tensor/P5tet.h
164
 
        test/regression/reference/tensor/P5tri.h
165
 
        test/regression/reference/tensor/Poisson.h
166
 
        test/regression/reference/tensor/PoissonSystem.h
167
 
        test/regression/reference/tensor/ReactionDiffusion.h
168
 
        test/regression/reference/tensor/StabilisedStokes.h
169
 
        test/regression/reference/tensor/Stokes.h
170
 
        test/regression/reference/tensor/SubDomain.h
171
 
        test/regression/reference/tensor/SubDomains.h
172
 
        test/regression/reference/tensor/VectorLaplaceGradCurl.h
 
123
        test/regression/references/Biharmonic.h
 
124
        test/regression/references/Constant.h
 
125
        test/regression/references/Elasticity.h
 
126
        test/regression/references/ElementRestriction.h
 
127
        test/regression/references/EnergyNorm.h
 
128
        test/regression/references/Equation.h
 
129
        test/regression/references/FacetIntegrals.h
 
130
        test/regression/references/FunctionOperators.h
 
131
        test/regression/references/Heat.h
 
132
        test/regression/references/HyperElasticity.h
 
133
        test/regression/references/Mass.h
 
134
        test/regression/references/MetaData.h
 
135
        test/regression/references/MixedMixedElement.h
 
136
        test/regression/references/MixedPoisson.h
 
137
        test/regression/references/NavierStokes.h
 
138
        test/regression/references/NeumannProblem.h
 
139
        test/regression/references/Normals.h
 
140
        test/regression/references/Optimization.h
 
141
        test/regression/references/P5tet.h
 
142
        test/regression/references/P5tri.h
 
143
        test/regression/references/Poisson.h
 
144
        test/regression/references/PoissonDG.h
 
145
        test/regression/references/PoissonSystem.h
 
146
        test/regression/references/Projection.h
 
147
        test/regression/references/QuadratureElement.h
 
148
        test/regression/references/ReactionDiffusion.h
 
149
        test/regression/references/StabilisedStokes.h
 
150
        test/regression/references/Stokes.h
 
151
        test/regression/references/SubDomain.h
 
152
        test/regression/references/SubDomains.h
 
153
        test/regression/references/TensorWeightedPoisson.h
 
154
        test/regression/references/VectorLaplaceGradCurl.h
 
155
        test/regression/references/VectorPoisson.h
 
156
        test/regression/references/X_Element0.h
173
157
Copyright: *No copyright*
174
158
License: UNKNOWN (GENERATED FILE)
175
159
 
176
 
Files: ffc/compiler/quadrature/expr.py
177
 
        ffc/compiler/quadrature/floatvalue.py
178
 
        ffc/compiler/quadrature/fraction.py
179
 
        ffc/compiler/quadrature/optimisedquadraturetransformer.py
180
 
        ffc/compiler/quadrature/product.py
181
 
        ffc/compiler/quadrature/quadraturegenerator.py
182
 
        ffc/compiler/quadrature/quadraturerepresentation.py
183
 
        ffc/compiler/quadrature/quadraturetransformer.py
184
 
        ffc/compiler/quadrature/quadraturetransformerbase.py
185
 
        ffc/compiler/quadrature/sum_obj.py
186
 
        ffc/compiler/quadrature/symbol.py
187
 
        ffc/compiler/quadrature/symbolics.py
 
160
Files: test/evaluate_basis/cppcode.py
 
161
        test/evaluate_basis/test.py
 
162
        test/evaluate_basis_derivatives/cppcode.py
 
163
        test/evaluate_basis_derivatives/test.py
 
164
        test/unit/evaluate_basis/cppcode.py
 
165
        test/unit/evaluate_basis/test_against_fiat.py
 
166
        test/unit/evaluate_basis/test_against_ref_values.py
 
167
        test/unit/evaluate_basis/test_common.py
 
168
        test/unit/symbolics/testdgelastodyn.py
 
169
        test/unit/symbolics/testelasticity2d.py
 
170
        test/unit/symbolics/testelasticityterm.py
 
171
        test/unit/symbolics/testelasweighted.py
 
172
        test/unit/symbolics/testelasweighted2.py
 
173
        test/unit/symbolics/testexpandoperations.py
 
174
        test/unit/symbolics/testfloat.py
 
175
        test/unit/symbolics/testfloatoperators.py
 
176
        test/unit/symbolics/testfraction.py
 
177
        test/unit/symbolics/testfractionoperators.py
 
178
        test/unit/symbolics/testmixedsymbols.py
 
179
        test/unit/symbolics/testnotfinished.py
 
180
        test/unit/symbolics/testpoisson.py
 
181
        test/unit/symbolics/testproduct.py
 
182
        test/unit/symbolics/testproductoperators.py
 
183
        test/unit/symbolics/testrealexamples.py
 
184
        test/unit/symbolics/testreducegip.py
 
185
        test/unit/symbolics/testreduceoperations.py
 
186
        test/unit/symbolics/testreducevartype.py
 
187
        test/unit/symbolics/testsum.py
 
188
        test/unit/symbolics/testsumoperators.py
 
189
        test/unit/symbolics/testsymbol.py
 
190
        test/unit/symbolics/testsymboloperators.py
 
191
Copyright: 2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
 
192
License: GPL-3+
 
193
 
 
194
Files: ffc/quadrature/expr.py
 
195
        ffc/quadrature/floatvalue.py
 
196
        ffc/quadrature/fraction.py
 
197
        ffc/quadrature/optimisedquadraturetransformer.py
 
198
        ffc/quadrature/product.py
 
199
        ffc/quadrature/quadraturegenerator.py
 
200
        ffc/quadrature/quadraturerepresentation.py
 
201
        ffc/quadrature/quadraturetransformer.py
 
202
        ffc/quadrature/quadraturetransformerbase.py
 
203
        ffc/quadrature/sumobj.py
 
204
        ffc/quadrature/symbol.py
 
205
        ffc/quadrature/symbolics.py
188
206
        sandbox/swig/expr.py
189
207
        sandbox/swig/floatvalue_obj.py
190
208
        sandbox/swig/fraction_obj.py
193
211
        sandbox/swig/sum_obj.py
194
212
        sandbox/swig/symbol_obj.py
195
213
        sandbox/swig/test_new_symbol.py
196
 
        test/benchmarks/test.py
197
 
        test/unit/test_symbolics.py
198
 
        test/unit/testcreateelement.py
199
 
Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
 
214
        test/unit/symbolics/test.py
 
215
Copyright: 2009-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
200
216
License: GPL-3+
201
217
 
202
 
Files: ffc/compiler/codegenerator.py
203
 
        ffc/compiler/codeutils.py
204
 
        ffc/compiler/compiler.py
205
 
        ffc/compiler/dofmap.py
206
 
        ffc/compiler/finiteelement.py
207
 
        ffc/compiler/removeunused.py
208
 
        ffc/compiler/tensor/tensorrepresentation.py
209
 
        ffc/compiler/ufcformat.py
210
 
        ffc/jit/jit.py
211
 
        test/unit/test.py
212
 
Copyright: 2007-2009, Anders Logg <logg@simula.no>
 
218
Files: demo/EnergyNorm.ufl
 
219
        demo/Heat.ufl
 
220
        demo/PoissonSystem.ufl
 
221
        demo/Stokes.ufl
 
222
        demo/TensorWeightedPoisson.ufl
 
223
        doc/manual/fenicsmanual.cls
 
224
Copyright: 2005-2007, Anders Logg <logg@simula.no>
213
225
License: GPL-3+
214
226
 
215
227
Files: bench/Stabilization.form
217
229
        demo/Equation.ufl
218
230
        demo/FunctionOperators.ufl
219
231
        demo/MixedMixedElement.ufl
220
 
        ffc/compiler/codesnippets.py
221
 
        ffc/compiler/form.py
222
 
        ffc/fem/quadrature.py
223
232
        test/test.py
224
233
Copyright: 2007, Anders Logg <logg@simula.no>
225
234
License: GPL-3+
226
235
 
227
 
Files: demo/EnergyNorm.ufl
228
 
        demo/Heat.ufl
229
 
        demo/PoissonSystem.ufl
230
 
        demo/Stokes.ufl
231
 
        demo/TensorWeightedPoisson.ufl
232
 
        doc/manual/fenicsmanual.cls
233
 
        ffc/fem/mixedelement.py
234
 
        ffc/fem/mixedfunctions.py
235
 
Copyright: 2005-2007, Anders Logg <logg@simula.no>
236
 
License: GPL-3+
237
 
 
238
 
Files: demo/FacetIntegrals.ufl
239
 
        demo/ReactionDiffusion.ufl
240
 
        ffc/common/log.py
241
 
        ffc/compiler/tensor/monomialtransformation.py
242
 
        ffc/fem/createdofmap.py
243
 
        test/simple_verify_tensors/cppcode.py
244
 
        test/simple_verify_tensors/test.py
245
 
Copyright: 2009, Anders Logg <logg@simula.no>
246
 
License: GPL-3+
247
 
 
248
 
Files: ffc/compiler/tensor/geometrytensor.py
249
 
        ffc/compiler/tensor/monomialintegration.py
250
 
        ffc/compiler/tensor/multiindex.py
251
 
        ffc/compiler/tensor/referencetensor.py
252
 
        ffc/compiler/tensor/tensorgenerator.py
253
 
        scripts/ffc
254
 
Copyright: 2004-2009, Anders Logg <logg@simula.no>
255
 
License: GPL-3+
256
 
 
257
236
Files: bench/NavierStokes.form
258
237
        demo/Mass.ufl
259
238
        demo/NavierStokes.ufl
262
241
Copyright: 2004-2007, Anders Logg <logg@simula.no>
263
242
License: GPL-3+
264
243
 
 
244
Files: ffc/tensor/geometrytensor.py
 
245
        ffc/tensor/monomialintegration.py
 
246
        ffc/tensor/multiindex.py
 
247
        ffc/tensor/referencetensor.py
 
248
        scripts/ffc
 
249
Copyright: 2004-2009, Anders Logg <logg@simula.no>
 
250
License: GPL-3+
 
251
 
 
252
Files: ffc/evaluatebasis.py
 
253
        ffc/evaluatebasisderivatives.py
 
254
        ffc/quadrature/quadraturegenerator_utils.py
 
255
        ffc/quadratureelement.py
 
256
Copyright: 2007-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
 
257
License: GPL-3+
 
258
 
 
259
Files: ffc/restrictedelement.py
 
260
        ffc/wrappers.py
 
261
        test/regression/test.py
 
262
        test/regression/ufctest.py
 
263
Copyright: 2010, + __author__
 
264
License: GPL-3+
 
265
 
265
266
Files: demo/NeumannProblem.ufl
266
267
        demo/P5tet.ufl
267
268
        demo/P5tri.ufl
268
 
        ffc/compiler/tensor/tensorreordering.py
269
269
Copyright: 2006-2007, Anders Logg <logg@simula.no>
270
270
License: GPL-3+
271
271
 
272
 
Files: ffc/fem/dofmap.py
273
 
        ffc/fem/referencecell.py
274
 
        ffc/fem/vectorelement.py
275
 
        test/regression/test.py
276
 
Copyright: 2007-2008, Anders Logg <logg@simula.no>
277
 
License: GPL-3+
278
 
 
279
272
Files: demo/SubDomain.ufl
280
 
        ffc/fem/finiteelementbase.py
281
 
        ffc/jit/jitobject.py
 
273
        ffc/jitobject.py
282
274
        scripts/ffc-clean
283
275
Copyright: 2008, Anders Logg <logg@simula.no>
284
276
License: GPL-3+
285
277
 
286
 
Files: ffc/common/constants.py
287
 
        ffc/common/utils.py
288
 
Copyright: 2005-2009, Anders Logg <logg@simula.no>
289
 
License: GPL-3+
290
 
 
291
 
Files: ffc/compiler/quadrature/quadraturegenerator_utils.py
292
 
        ffc/fem/quadratureelement.py
293
 
Copyright: 2007-2008, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
294
 
License: GPL-3+
295
 
 
296
 
Files: ffc/compiler/integrals.py
297
 
        ffc/fem/createelement.py
298
 
Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl> and Anders Logg <logg@simula.no>
 
278
Files: ffc/codegeneration.py
 
279
        ffc/formatting.py
 
280
        ffc/optimization.py
 
281
Copyright: 2009, + __author__
 
282
License: GPL-3+
 
283
 
 
284
Files: demo/ReactionDiffusion.ufl
 
285
        ffc/log.py
 
286
        ffc/tensor/monomialtransformation.py
 
287
Copyright: 2009, Anders Logg <logg@simula.no>
 
288
License: GPL-3+
 
289
 
 
290
Files: ffc/cpp.py
 
291
        ffc/fiatinterface.py
 
292
        ffc/representation.py
 
293
Copyright: 2009-2010, + __author__
 
294
License: GPL-3+
 
295
 
 
296
Files: demo/VectorPoisson.ufl
 
297
        ffc/tensor/costestimation.py
 
298
        test/regression/ufctest.h
 
299
Copyright: 2010, Anders Logg <logg@simula.no>
 
300
License: GPL-3+
 
301
 
 
302
Files: ffc/constants.py
 
303
        ffc/parameters.py
 
304
Copyright: 2005-2010, + __author__
 
305
License: GPL-3+
 
306
 
 
307
Files: ffc/mixedelement.py
 
308
        ffc/utils.py
 
309
Copyright: 2005-2010, Anders Logg <logg@simula.no>
 
310
License: GPL-3+
 
311
 
 
312
Files: ffc/jit.py
 
313
        test/unit/misc/test.py
 
314
Copyright: 2007-2009, Anders Logg <logg@simula.no>
299
315
License: GPL-3+
300
316
 
301
317
Files: demo/ElementRestriction.ufl
303
319
Copyright: 2009, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>@tudelft.nl)
304
320
License: GPL-3+
305
321
 
 
322
Files: ffc/evaluatedof.py
 
323
        ffc/interpolatevertexvalues.py
 
324
Copyright: 2009
 
325
License: GPL-3+
 
326
 
306
327
Files: debian/cdbs/1/rules/copyright-check.mk
307
328
Copyright: \s*(\S.*?)\s*\
308
329
License: GPL
311
332
Copyright: 2007-2008, Adam D. Barratt
312
333
License: GPL-2+
313
334
 
 
335
Files: ffc/codesnippets.py
 
336
Copyright: 2007, Anders Logg <logg@simula.no>
 
337
License: GPL-3+ (GENERATED FILE)
 
338
 
 
339
Files: test/unit/evaluate_basis/test.py
 
340
Copyright: 2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
 
341
License: GPL-3+ (GENERATED FILE)
 
342
 
314
343
Files: README
315
344
Copyright: *No copyright*
316
345
License: GPL-3+
319
348
Copyright: 2004-2005, Anders Logg <logg@simula.no>
320
349
License: GPL-3+
321
350
 
322
 
Files: ffc/fem/finiteelement.py
323
 
Copyright: 2004-2008, Anders Logg <logg@simula.no>
 
351
Files: ffc/tensor/tensorgenerator.py
 
352
Copyright: 2004-2010, Anders Logg <logg@simula.no>
324
353
License: GPL-3+
325
354
 
326
355
Files: bench/profile
335
364
Copyright: 2005-2006, Anders Logg <logg@simula.no>
336
365
License: GPL-3+
337
366
 
338
 
Files: ffc/compiler/ferari.py
339
 
Copyright: 2006, Anders Logg <logg@simula.no>
340
 
License: GPL-3+
341
 
 
342
367
Files: demo/MixedPoisson.ufl
343
368
Copyright: 2006-2007, Anders Logg <logg@simula.no> and Marie Rognes <meg@math.uio.no>
344
369
License: GPL-3+
347
372
Copyright: 2006-2007, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl> and Anders Logg <logg@simula.no>
348
373
License: GPL-3+
349
374
 
350
 
Files: ffc/compiler/evaluatebasis.py
351
 
Copyright: 2007, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
 
375
Files: ffc/tensor/tensorreordering.py
 
376
Copyright: 2006-2009, Anders Logg <logg@simula.no>
352
377
License: GPL-3+
353
378
 
354
379
Files: demo/VectorLaplaceGradCurl.ufl
355
380
Copyright: 2007, Marie Rognes <meg@math.uio.no>
356
381
License: GPL-3+
357
382
 
358
 
Files: ffc/compiler/evaluatebasisderivatives.py
359
 
Copyright: 2007-2009, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
 
383
Files: ffc/analysis.py
 
384
Copyright: 2007-2010, + __author__
 
385
License: GPL-3+
 
386
 
 
387
Files: ffc/tensor/tensorrepresentation.py
 
388
Copyright: 2007-2010, Anders Logg <logg@simula.no>
360
389
License: GPL-3+
361
390
 
362
391
Files: demo/SubDomains.ufl
363
392
Copyright: 2008, Anders Logg <logg@simula.no> and Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>@tudelft.nl)
364
393
License: GPL-3+
365
394
 
366
 
Files: test/verify_tensors/test.py
367
 
Copyright: 2008, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
368
 
License: GPL-3+
369
 
 
370
 
Files: ffc/fem/dofrepresentation.py
371
 
Copyright: 2008, Marie Rognes <meg@math.uio.no>
372
 
License: GPL-3+
373
 
 
374
 
Files: ffc/compiler/tensor/monomialextraction.py
 
395
Files: ffc/tensor/monomialextraction.py
375
396
Copyright: 2008-2009, Anders Logg <logg@simula.no>
376
397
License: GPL-3+
377
398
 
378
 
Files: ffc/compiler/quadrature/reduce_operations.py
379
 
Copyright: 2008-2009, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
 
399
Files: ffc/quadrature/reduce_operations.py
 
400
Copyright: 2008-2010, Kristian B. Oelgaard <k.b.oelgaard@tudelft.nl>
380
401
License: GPL-3+
381
402
 
382
403
Files: demo/Normals.ufl
383
404
Copyright: 2009, Peter Brune (brune@uchicago.edu)
384
405
License: GPL-3+
385
406
 
 
407
Files: demo/FacetIntegrals.ufl
 
408
Copyright: 2009-2010, Anders Logg <logg@simula.no>
 
409
License: GPL-3+
 
410
 
386
411
Files: scripts/makedist
387
412
Copyright: Anders Logg <logg@simula.no> 2004-2008
388
413
License: GPL-3+