Skip to content

Commit 4e8f495

Browse files
committed
Add SPDX header stating the licenses for code
1 parent ff5cb53 commit 4e8f495

File tree

170 files changed

+627
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+627
-1
lines changed

Diff for: .git-blame-ignore-revs

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# Reindentation of a large code block
25
142d56951733f3ef6259565d660490c9a7e14d29

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# ignore all build folders
25
/build*/
36
# ignore backup files

Diff for: .gitlab-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
---
25
include:
36
- project: 'core/ci-config'

Diff for: CHANGELOG.md

+5

Diff for: CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
cmake_minimum_required(VERSION 3.16)
25
project(dune-functions CXX)
36

Diff for: README.md

+5

Diff for: TODO.md

+5

Diff for: config.h.cmake

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
/* begin dune-functions
25
put the definitions for config.h specific to
36
your project here. Everything above will be

Diff for: doc/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
add_subdirectory("doxygen")
25
add_subdirectory("manual")

Diff for: doc/doxygen/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
Doxyfile
25
Doxyfile.in
36

Diff for: doc/doxygen/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# shortcut for creating the Doxyfile.in and Doxyfile
25
add_doxygen_target()

Diff for: doc/doxygen/Doxylocal

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# This file contains local changes to the doxygen configuration
25
# please us '+=' to add file/directories to the lists
36

@@ -32,4 +35,4 @@ USE_MDFILE_AS_MAINPAGE = @top_srcdir@/doc/doxygen/mainpage.md
3235
# IMAGE_PATH += @top_srcdir@/dune/functions/pics
3336

3437
# Generate documentation for friend functions
35-
HIDE_FRIEND_COMPOUNDS = NO
38+
HIDE_FRIEND_COMPOUNDS = NO

Diff for: doc/doxygen/mainpage.md

+5

Diff for: doc/gfx/dune-functions-taylor-hood-tree.svg.license

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later

Diff for: doc/manual/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
*.atfi
25
*.aux
36
*.bbl

Diff for: doc/manual/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
dune_add_latex_document(
25
SOURCE dune-functions-bases.tex
36
FATHER_TARGET doc

Diff for: dune-functions.pc.in

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
prefix=@prefix@
25
exec_prefix=@exec_prefix@
36
libdir=@libdir@

Diff for: dune.module

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# Dune module information file
25

36
Module: dune-functions

Diff for: dune/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
add_subdirectory(functions)
25

36
if( DUNE_ENABLE_PYTHONBINDINGS )

Diff for: dune/functions/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
#install headers
25

36
add_subdirectory(analyticfunctions)

Diff for: dune/functions/analyticfunctions/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
add_subdirectory("test")
25

36
install(FILES

Diff for: dune/functions/analyticfunctions/polynomial.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_ANALYTICFUNCTIONS_POLYNOMIAL_HH
48
#define DUNE_FUNCTIONS_ANALYTICFUNCTIONS_POLYNOMIAL_HH
59

Diff for: dune/functions/analyticfunctions/test/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# tests that should build and run successfully
25

36
dune_add_test(SOURCES polynomialtest.cc LABELS quick)

Diff for: dune/functions/analyticfunctions/test/polynomialtest.cc

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#include <config.h>
48

59
#include <iostream>

Diff for: dune/functions/analyticfunctions/trigonometricfunction.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_ANALYTICFUNCTIONS_TRIGONOMETRICFUNCTION_HH
48
#define DUNE_FUNCTIONS_ANALYTICFUNCTIONS_TRIGONOMETRICFUNCTION_HH
59

Diff for: dune/functions/backends/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
add_subdirectory("test")
25

36
install(FILES

Diff for: dune/functions/backends/concepts.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_BACKEND_CONCEPTS_HH
48
#define DUNE_FUNCTIONS_BACKEND_CONCEPTS_HH
59

Diff for: dune/functions/backends/istlvectorbackend.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_FUNCTIONSPACEBASES_ISTLVECTORBACKEND_HH
48
#define DUNE_FUNCTIONS_FUNCTIONSPACEBASES_ISTLVECTORBACKEND_HH
59

Diff for: dune/functions/backends/test/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# temporary files generated by the test system
25
*.log
36
*.trs

Diff for: dune/functions/backends/test/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
# tests that should build and run successfully
25

36
dune_add_test(SOURCES istlvectorbackendtest.cc LABELS quick)

Diff for: dune/functions/backends/test/istlvectorbackendtest.cc

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#include <config.h>
48

59
#include <vector>

Diff for: dune/functions/common/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
3+
14
add_subdirectory("test")
25

36
install(FILES

Diff for: dune/functions/common/defaultderivativetraits.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_DEFAULT_DERIVATIVE_TRAITS_HH
48
#define DUNE_FUNCTIONS_COMMON_DEFAULT_DERIVATIVE_TRAITS_HH
59

Diff for: dune/functions/common/differentiablefunction.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_DIFFERENTIABLE_FUNCTION_HH
48
#define DUNE_FUNCTIONS_COMMON_DIFFERENTIABLE_FUNCTION_HH
59

Diff for: dune/functions/common/differentiablefunction_imp.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_DIFFERENTIABLE_FUNCTION_IMP_HH
48
#define DUNE_FUNCTIONS_COMMON_DIFFERENTIABLE_FUNCTION_IMP_HH
59

Diff for: dune/functions/common/differentiablefunctionfromcallables.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_DIFFEREENTIONABEFUNCTIONFROMCALLABLES_HH
48
#define DUNE_FUNCTIONS_COMMON_DIFFEREENTIONABEFUNCTIONFROMCALLABLES_HH
59

Diff for: dune/functions/common/functionconcepts.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_FUNCTIONCONCEPT_HH
48
#define DUNE_FUNCTIONS_COMMON_FUNCTIONCONCEPT_HH
59

Diff for: dune/functions/common/indexaccess.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_INDEX_ACCESS_HH
48
#define DUNE_FUNCTIONS_COMMON_INDEX_ACCESS_HH
59

Diff for: dune/functions/common/interfaces.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_INTERFACES_HH
48
#define DUNE_FUNCTIONS_COMMON_INTERFACES_HH
59

Diff for: dune/functions/common/localfunction.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_LOCAL_FUNCTION_HH
48
#define DUNE_FUNCTIONS_COMMON_LOCAL_FUNCTION_HH
59

Diff for: dune/functions/common/localfunction_imp.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_LOCALFUNCTION_FUNCTION_IMP_HH
48
#define DUNE_FUNCTIONS_COMMON_LOCALFUNCTION_FUNCTION_IMP_HH
59

Diff for: dune/functions/common/multiindex.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_MULTIINDEX_HH
48
#define DUNE_FUNCTIONS_COMMON_MULTIINDEX_HH
59

Diff for: dune/functions/common/overflowarray.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_OVERFLOWARRAY_HH
48
#define DUNE_FUNCTIONS_COMMON_OVERFLOWARRAY_HH
59

Diff for: dune/functions/common/polymorphicsmallobject.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_POLYMORPHICSMALLOBJECT_HH
48
#define DUNE_FUNCTIONS_COMMON_POLYMORPHICSMALLOBJECT_HH
59

Diff for: dune/functions/common/reserveddeque.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_RESERVEDDEQUE_HH
48
#define DUNE_FUNCTIONS_COMMON_RESERVEDDEQUE_HH
59

Diff for: dune/functions/common/signature.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_SIGNATURE_HH
48
#define DUNE_FUNCTIONS_COMMON_SIGNATURE_HH
59

Diff for: dune/functions/common/staticforloop.hh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
22
// vi: set et ts=4 sw=2 sts=2:
3+
4+
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
5+
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception OR LGPL-3.0-or-later
6+
37
#ifndef DUNE_FUNCTIONS_COMMON_STATICFORLOOP_HH
48
#define DUNE_FUNCTIONS_COMMON_STATICFORLOOP_HH
59

0 commit comments

Comments
 (0)