From bb03f5af18d588b51fc00e6f372a8af0c33a13ee Mon Sep 17 00:00:00 2001 From: Craig Schardt Date: Thu, 21 Dec 2023 10:43:21 -0600 Subject: [PATCH] One day I'll remember the copyright notice --- .../common/configuration/SqlMigrations.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java b/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java index 6d0ab38cca..c11563ce3e 100644 --- a/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java +++ b/photon-core/src/main/java/org/photonvision/common/configuration/SqlMigrations.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) Photon Vision. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ package org.photonvision.common.configuration; /*