diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-04-28 17:22:05 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-04-28 17:22:05 +0200 |
commit | 7edc10541a273acebf185ee486a133205a176bef (patch) | |
tree | 24377fa4866a4a31c3621b0514d2a72122159ed8 /src/com.example.portfolio2 | |
parent | d749964ee5c7f1950f8163d1e158336fdcbf6af6 (diff) |
fix drop copyright and licensing statements from code received from lecture
Diffstat (limited to 'src/com.example.portfolio2')
-rw-r--r-- | src/com.example.portfolio2/com/example/portfolio2/MyDb.java | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/com.example.portfolio2/com/example/portfolio2/MyDb.java b/src/com.example.portfolio2/com/example/portfolio2/MyDb.java index 895d7f5..3bb188a 100644 --- a/src/com.example.portfolio2/com/example/portfolio2/MyDb.java +++ b/src/com.example.portfolio2/com/example/portfolio2/MyDb.java @@ -1,8 +1,3 @@ -// 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; import java.sql.Connection; @@ -12,7 +7,8 @@ import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; -class MyDB { // MyDB is all standard Database configuration that was gotten from Mads +// standard Database configuration provided at lecture +class MyDB { Connection conn = null; MyDB() { |