Skip to content

Commit c38ed92

Browse files
committed
Add missing header comments to goto*dialog.h
1 parent 22bb757 commit c38ed92

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

UEFITool/gotoaddressdialog.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/* gotoaddressdialog.h
2+
3+
Copyright (c) 2018, Nikolaj Schlej. All rights reserved.
4+
This program and the accompanying materials
5+
are licensed and made available under the terms and conditions of the BSD License
6+
which accompanies this distribution. The full text of the license may be found at
7+
http://opensource.org/licenses/bsd-license.php
8+
9+
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11+
12+
*/
13+
114
#ifndef GOTOADDRESSDIALOG_H
215
#define GOTOADDRESSDIALOG_H
316

UEFITool/gotobasedialog.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/* gotobasedialog.h
2+
3+
Copyright (c) 2018, Nikolaj Schlej. All rights reserved.
4+
This program and the accompanying materials
5+
are licensed and made available under the terms and conditions of the BSD License
6+
which accompanies this distribution. The full text of the license may be found at
7+
http://opensource.org/licenses/bsd-license.php
8+
9+
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11+
12+
*/
13+
114
#ifndef GOTOBASEDIALOG_H
215
#define GOTOBASEDIALOG_H
316

0 commit comments

Comments
 (0)