diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-28 17:14:19 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-28 17:14:19 +0200 |
commit | 98f916d653994a69749cfaac4f978fd863f54ffd (patch) | |
tree | dda5bd5ea4fffbbcd7d586f33fcddd2ce2b637e0 | |
parent | 06814e728e8e45280c0f2169b73e3020bb8fc8b1 (diff) |
add SPDX license notices: GPL-3+
4 files changed, 4 insertions, 0 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/Controller.java b/src/com.example.portfolio2/com/example/portfolio2/Controller.java index 503ea9b..7dafe72 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/Controller.java +++ b/src/com.example.portfolio2/com/example/portfolio2/Controller.java @@ -1,6 +1,7 @@ // SPDX-FileCopyrightText: <Alexander Marthin Klemensen stud-marthin@ruc.dk> // SPDX-FileCopyrightText: <Ian Valentin Christensen stud-ianc@ruc.dk> // SPDX-FileCopyrightText: <Zahed Noos zahed@ruc.dk> +// SPDX-License-Identifier: GPL-3.0-or-later package com.example.portfolio2; diff --git a/src/com.example.portfolio2/com/example/portfolio2/HelloApplication.java b/src/com.example.portfolio2/com/example/portfolio2/HelloApplication.java index 9fada8b..1a79300 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/HelloApplication.java +++ b/src/com.example.portfolio2/com/example/portfolio2/HelloApplication.java @@ -1,6 +1,7 @@ // SPDX-FileCopyrightText: <Alexander Marthin Klemensen stud-marthin@ruc.dk> // SPDX-FileCopyrightText: <Ian Valentin Christensen stud-ianc@ruc.dk> // SPDX-FileCopyrightText: <Zahed Noos zahed@ruc.dk> +// SPDX-License-Identifier: GPL-3.0-or-later package com.example.portfolio2; diff --git a/src/com.example.portfolio2/com/example/portfolio2/Model.java b/src/com.example.portfolio2/com/example/portfolio2/Model.java index 4fef19c..73f2f6b 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/Model.java +++ b/src/com.example.portfolio2/com/example/portfolio2/Model.java @@ -1,6 +1,7 @@ // SPDX-FileCopyrightText: <Alexander Marthin Klemensen stud-marthin@ruc.dk> // SPDX-FileCopyrightText: <Ian Valentin Christensen stud-ianc@ruc.dk> // SPDX-FileCopyrightText: <Zahed Noos zahed@ruc.dk> +// SPDX-License-Identifier: GPL-3.0-or-later package com.example.portfolio2; diff --git a/src/com.example.portfolio2/com/example/portfolio2/MyDb.java b/src/com.example.portfolio2/com/example/portfolio2/MyDb.java index 78d08f0..fc60199 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/MyDb.java +++ b/src/com.example.portfolio2/com/example/portfolio2/MyDb.java @@ -1,6 +1,7 @@ // SPDX-FileCopyrightText: <Alexander Marthin Klemensen stud-marthin@ruc.dk> // SPDX-FileCopyrightText: <Ian Valentin Christensen stud-ianc@ruc.dk> // SPDX-FileCopyrightText: <Zahed Noos zahed@ruc.dk> +// SPDX-License-Identifier: GPL-3.0-or-later package com.example.portfolio2; |