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 /src/com.example.portfolio2/com/example/portfolio2/MyDb.java | |
parent | 06814e728e8e45280c0f2169b73e3020bb8fc8b1 (diff) |
add SPDX license notices: GPL-3+
Diffstat (limited to 'src/com.example.portfolio2/com/example/portfolio2/MyDb.java')
-rw-r--r-- | src/com.example.portfolio2/com/example/portfolio2/MyDb.java | 1 |
1 files changed, 1 insertions, 0 deletions
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; |