From 2d58512c094e647e9652b6b8b75e215fc0c223c4 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 5 Aug 2024 18:42:04 +0100 Subject: [PATCH] JAL-1551 source formatting and header --- src/jalview/bin/GetdownLauncherUpdate.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/jalview/bin/GetdownLauncherUpdate.java b/src/jalview/bin/GetdownLauncherUpdate.java index be7862d..18eae7a 100644 --- a/src/jalview/bin/GetdownLauncherUpdate.java +++ b/src/jalview/bin/GetdownLauncherUpdate.java @@ -1,3 +1,23 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview 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. + * + * Jalview 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 Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.bin; import java.io.File; -- 1.7.10.2