Skip to content

Commit 81fcdf1

Browse files
example SPDX [skip ci]
1 parent ba26a03 commit 81fcdf1

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

dolfin/common/ArrayView.h

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
// Copyright (C) 2015 Garth N. Wells
22
//
3-
// This file is part of DOLFIN.
3+
// This file is part of DOLFIN (www.fenicsproject.org)
44
//
5-
// DOLFIN is free software: you can redistribute it and/or modify
6-
// it under the terms of the GNU Lesser General Public License as published by
7-
// the Free Software Foundation, either version 3 of the License, or
8-
// (at your option) any later version.
9-
//
10-
// DOLFIN is distributed in the hope that it will be useful,
11-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
// GNU Lesser General Public License for more details.
14-
//
15-
// You should have received a copy of the GNU Lesser General Public License
16-
// along with DOLFIN. If not, see <http://www.gnu.org/licenses/>.
5+
// SPDX-License-Identifier: LGPL-3.0-or-later
176

18-
#ifndef __DOLFIN_ARRAYVIEW_H
19-
#define __DOLFIN_ARRAYVIEW_H
7+
#pragma once
208

219
#include <cstddef>
2210
#include <dolfin/log/log.h>
@@ -112,5 +100,3 @@ class ArrayView
112100
T* _x;
113101
};
114102
}
115-
116-
#endif

0 commit comments

Comments
 (0)