From 7edc10541a273acebf185ee486a133205a176bef Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Mon, 28 Apr 2025 17:22:05 +0200
Subject: fix drop copyright and licensing statements from code received from
 lecture

---
 src/com.example.portfolio2/com/example/portfolio2/MyDb.java | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

(limited to 'src/com.example.portfolio2/com')

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() {
-- 
cgit v1.2.3