Skip to content

Commit

Permalink
Update copyrights to -2016.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sandve Alnæs committed Oct 13, 2016
1 parent b1c77f9 commit 142304c
Show file tree
Hide file tree
Showing 93 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion ufl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
- derivative
"""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algebra.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"Basic algebra operations."

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# flake8: noqa
"This module collects algorithms and utility functions operating on UFL objects."

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/ad.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Front-end for AD routines."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/analysis.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Utility algorithms for inspection of and information extraction from UFL objects in various ways."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/apply_algebra_lowering.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Algorithm for expanding compound expressions into
equivalent representations using basic operators."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/apply_derivatives.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""This module contains the apply_derivatives algorithm which computes the derivatives of a form of expression."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/apply_function_pullbacks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Algorithm for replacing gradients in an expression with reference gradients and coordinate mappings."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/apply_geometry_lowering.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
of mostly the Jacobian and reference cell data.
"""

# Copyright (C) 2013-2015 Martin Sandve Alnæs
# Copyright (C) 2013-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/apply_integral_scaling.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Algorithm for replacing gradients in an expression with reference gradients and coordinate mappings."""

# Copyright (C) 2013-2015 Martin Sandve Alnæs
# Copyright (C) 2013-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/apply_restrictions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""This module contains the apply_restrictions algorithm which propagates restrictions in a form towards the terminals."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/change_to_reference.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Algorithm for replacing gradients in an expression with reference gradients and coordinate mappings."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/check_restrictions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"Algorithms related to restrictions."

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/checks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Functions to check the validity of forms."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/compute_form_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
will typically call prior to code generation to preprocess/simplify a
raw input form given by a user."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/domain_analysis.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Algorithms for building canonical data structure for integrals over subdomains."""

# Copyright (C) 2009-2015 Anders Logg and Martin Sandve Alnæs
# Copyright (C) 2009-2016 Anders Logg and Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/estimate_degrees.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Algorithms for estimating polynomial degrees of expressions."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/expand_compounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Algorithm for expanding compound expressions into
equivalent representations using basic operators."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/expand_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
for expanding free indices in expressions to explicit fixed
indices only."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/formdata.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""FormData class easy for collecting of various data about a form."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/formfiles.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""A collection of utility algorithms for handling UFL files."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/formtransformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""This module defines utilities for transforming
complete Forms into new related Forms."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/map_integrands.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Basic algorithms for applying functions to subexpressions."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/renumbering.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"Algorithms for renumbering of counted objects, currently variables and indices."

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/replace.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Algorithm for replacing terminals in an expression."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/signature.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Signature computation for forms."""

# Copyright (C) 2012-2015 Martin Sandve Alnæs
# Copyright (C) 2012-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
as well as some utilities for easier application of such
algorithms."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/algorithms/traversal.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""This module contains algorithms for traversing expression trees in different ways."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/argument.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""This module defines the class Argument and a number of related
classes (functions), including TestFunction and TrialFunction."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/assertions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""This module provides assertion functions used by the UFL implementation."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/cell.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"Types for representing a cell."

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/checks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Utility functions for checking properties of expressions."""

# Copyright (C) 2013-2015 Martin Sandve Alnæs
# Copyright (C) 2013-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
It also contains functionality used by algorithms for dealing with groups
of classes, and for mapping types to different handler functions."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/coefficient.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""This module defines the Coefficient class and a number
of related classes, including Constant."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/compound_expressions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Functions implementing compound expressions as equivalent representations using basic operators."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/conditional.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""This module defines classes for conditional expressions."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/constantvalue.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"This module defines classes representing constant values."

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/core/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
This is to avoid circular dependencies between ``Expr`` and its subclasses.
"""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/core/multiindex.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""This module defines the single index types and some internal index utilities."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs and Anders Logg
# Copyright (C) 2008-2016 Martin Sandve Alnæs and Anders Logg
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/core/operator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/core/terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""This module defines the ``Terminal`` class, the superclass
for all types that are terminal nodes in an expression tree."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/core/ufl_id.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"Utilites for types with a globally counted unique id attached to each object."

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/core/ufl_type.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down
2 changes: 1 addition & 1 deletion ufl/corealg/multifunction.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Base class for multifunctions with UFL ``Expr`` type dispatch."""

# Copyright (C) 2008-2015 Martin Sandve Alnæs
# Copyright (C) 2008-2016 Martin Sandve Alnæs
#
# This file is part of UFL.
#
Expand Down

0 comments on commit 142304c

Please sign in to comment.