From c38ed925b05169b362d3308c320d2e250fb91c52 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej <schlej@live.de> Date: Mon, 14 Apr 2025 17:58:23 +0700 Subject: [PATCH] Add missing header comments to goto*dialog.h --- UEFITool/gotoaddressdialog.h | 13 +++++++++++++ UEFITool/gotobasedialog.h | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/UEFITool/gotoaddressdialog.h b/UEFITool/gotoaddressdialog.h index 403c6e7..1d2948a 100644 --- a/UEFITool/gotoaddressdialog.h +++ b/UEFITool/gotoaddressdialog.h @@ -1,3 +1,16 @@ +/* gotoaddressdialog.h + + Copyright (c) 2018, Nikolaj Schlej. All rights reserved. + This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + + */ + #ifndef GOTOADDRESSDIALOG_H #define GOTOADDRESSDIALOG_H diff --git a/UEFITool/gotobasedialog.h b/UEFITool/gotobasedialog.h index 8023e86..806eedf 100644 --- a/UEFITool/gotobasedialog.h +++ b/UEFITool/gotobasedialog.h @@ -1,3 +1,16 @@ +/* gotobasedialog.h + + Copyright (c) 2018, Nikolaj Schlej. All rights reserved. + This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + + */ + #ifndef GOTOBASEDIALOG_H #define GOTOBASEDIALOG_H