Skip to content

Commit 9f9b8c7

Browse files
committedJan 12, 2018
Add lines to COPYING [skip ci]
1 parent 81fcdf1 commit 9f9b8c7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎COPYING

+6
Original file line numberDiff line numberDiff line change
@@ -672,3 +672,9 @@ may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674674
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
675+
676+
677+
Note: Individual files contain the following tag instead of the full license text.
678+
679+
SPDX-License-Identifier: LGPL-3.0-or-later
680+
This enables machine processing of license information based on the SPDX License Identifiers that are here available: http://spdx.org/licenses/

‎dolfin/common/ArrayView.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This file is part of DOLFIN (www.fenicsproject.org)
44
//
5-
// SPDX-License-Identifier: LGPL-3.0-or-later
5+
// SPDX-License-Identifier: LGPL-3.0-or-later
66

77
#pragma once
88

0 commit comments

Comments
 (0)
Please sign in to comment.