Skip to content

Commit 30aef2e

Browse files
committed
Switch to SPDX, typo.
1 parent 3958654 commit 30aef2e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ffcx/codegeneration/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (C) 2025 Paul T. Kühner
22
#
3-
# This file is part of FFCx.(https://www.fenicsproject.org)
3+
# This file is part of FFCx. (https://www.fenicsproject.org)
44
#
55
# SPDX-License-Identifier: LGPL-3.0-or-later
66

ffcx/codegeneration/ufcx.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/// This is UFCx
2-
/// This software is released under the terms of the unlicense (see the file
3-
/// UNLICENSE).
4-
///
5-
/// The FEniCS Project (http://www.fenicsproject.org/) 2006-2021.
6-
///
1+
// Copyright (C) 2006-2021 The FEniCS Project
2+
//
3+
// This file is part of FFCx. (https://www.fenicsproject.org)
4+
//
5+
// SPDX-License-Identifier: Unlicense
6+
77
/// UFCx defines the interface between code generated by FFCx and the
88
/// DOLFINx C++ library. Changes here must be reflected both in the FFCx
99
/// code generation and in the DOLFINx library calls.

0 commit comments

Comments
 (0)