Skip to content

Commit 17cfe52

Browse files
committedJun 29, 2024
SPDX: Mark all documentation files as CC-BY-ND-4.0
1 parent 4e8f495 commit 17cfe52

19 files changed

+198
-1
lines changed
 

‎LICENSES/CC-BY-ND-4.0.txt

+154
Large diffs are not rendered by default.

‎doc/manual/dune-functions-bases.bib

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
% SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
% SPDX-License-Identifier: CC-BY-ND-4.0
13
24
@Book{braess:2013,
35
author = {Dietrich Braess},

‎doc/manual/dune-functions-bases.tex

+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: CC-BY-ND-4.0
6+
37
\pdfoutput=1
48
\documentclass[a4paper,10pt,headings=normal,bibliography=totoc]{scrartcl}
59

‎doc/manual/dune-functions-functions.bib

+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: CC-BY-ND-4.0
3+
14
@article{bastian_et_al:dune1:2008,
25
author = {Bastian, P. and Blatt, M. and Dedner, A. and Engwer, C. and Kl{\"o}fkorn, R. and Ohlberger, M. and Sander, O.},
36
title = {A Generic Grid Interface for Adaptive and Parallel Scientific Computing. {P}art {I}: Abstract Framework},

‎doc/manual/dune-functions-functions.tex

+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: CC-BY-ND-4.0
3+
14
\pdfoutput=1
25
\newif\ifpreprint
36
% \preprintfalse % ANS style

‎doc/manual/gfx/cc-by-nd.pdf.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: CC-BY-ND-4.0
+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: CC-BY-ND-4.0
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: CC-BY-ND-4.0
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: CC-BY-ND-4.0
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: CC-BY-ND-4.0
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: CC-BY-ND-4.0
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: CC-BY-ND-4.0
+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: CC-BY-ND-4.0
+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: CC-BY-ND-4.0
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: CC-BY-ND-4.0

‎doc/manual/src/README

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
3+
SPDX-License-Identifier: CC-BY-ND-4.0
4+
-->
5+
16
# Building and running the code
27

38
These are the build instructions for the code to reproduce

‎doc/manual/src/generate_plots.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: CC-BY-ND-4.0
23

34
################################################################################
45
echo "Generating plots for gcc"

‎doc/manual/src/plot.py

+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: CC-BY-ND-4.0
3+
14
import numpy
25
import matplotlib
36

‎doc/manual/src/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file AUTHORS.md
2+
# SPDX-License-Identifier: CC-BY-ND-4.0
13

24

35
################################################################################

0 commit comments

Comments
 (0)
Please sign in to comment.