From d482d9eed3c227f1f325f5ba61e30cef1cb06056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sat, 4 Aug 2018 01:36:49 +0200 Subject: [PATCH] update copyright information --- src/86box.h | 2 +- src/config.c | 4 +++- src/machine/m_europc.c | 2 +- src/machine/m_xt_t1000.c | 2 +- src/nvr.c | 6 ++++-- src/nvr.h | 6 ++++-- src/nvr_at.c | 2 +- src/pc.c | 2 +- src/win/86Box.rc | 4 +++- src/win/resource.h | 4 +++- src/win/win_settings.c | 6 ++++-- 11 files changed, 26 insertions(+), 14 deletions(-) diff --git a/src/86box.h b/src/86box.h index ffd4ec002..cfff2409b 100644 --- a/src/86box.h +++ b/src/86box.h @@ -8,7 +8,7 @@ * * Main include file for the application. * - * Version: @(#)86box.h 1.0.23 2018/05/25 + * Version: @(#)86box.h 1.0.24 2018/08/04 * * Authors: Miran Grca, * Fred N. van Kempen, diff --git a/src/config.c b/src/config.c index ff45cfbd8..11a7e748a 100644 --- a/src/config.c +++ b/src/config.c @@ -8,16 +8,18 @@ * * Configuration file handler. * - * Version: @(#)config.c 1.0.48 2018/05/25 + * Version: @(#)config.c 1.0.49 2018/08/04 * * Authors: Sarah Walker, * Miran Grca, * Fred N. van Kempen, * Overdoze, + * David Hrdlička, * * Copyright 2008-2018 Sarah Walker. * Copyright 2016-2018 Miran Grca. * Copyright 2017,2018 Fred N. van Kempen. + * Copyright 2018 David Hrdlička. * * NOTE: Forcing config files to be in Unicode encoding breaks * it on Windows XP, and possibly also Vista. Use the diff --git a/src/machine/m_europc.c b/src/machine/m_europc.c index 022152553..6ef985396 100644 --- a/src/machine/m_europc.c +++ b/src/machine/m_europc.c @@ -68,7 +68,7 @@ * * WARNING THIS IS A WORK-IN-PROGRESS MODULE. USE AT OWN RISK. * - * Version: @(#)europc.c 1.0.6 2018/04/29 + * Version: @(#)europc.c 1.0.7 2018/08/04 * * Author: Fred N. van Kempen, * diff --git a/src/machine/m_xt_t1000.c b/src/machine/m_xt_t1000.c index 4ff7aa41b..0df32c704 100644 --- a/src/machine/m_xt_t1000.c +++ b/src/machine/m_xt_t1000.c @@ -51,7 +51,7 @@ * NOTE: Still need to figure out a way to load/save ConfigSys and * HardRAM stuff. Needs to be linked in to the NVR code. * - * Version: @(#)m_xt_t1000.c 1.0.6 2018/04/29 + * Version: @(#)m_xt_t1000.c 1.0.7 2018/08/04 * * Authors: Fred N. van Kempen, * Miran Grca, diff --git a/src/nvr.c b/src/nvr.c index a35f75559..e9e6def69 100644 --- a/src/nvr.c +++ b/src/nvr.c @@ -8,11 +8,13 @@ * * Implement a generic NVRAM/CMOS/RTC device. * - * Version: @(#)nvr.c 1.0.10 2018/06/08 + * Version: @(#)nvr.c 1.0.11 2018/08/04 * - * Author: Fred N. van Kempen, + * Authors: Fred N. van Kempen, , + * David Hrdlička, * * Copyright 2017,2018 Fred N. van Kempen. + * Copyright 2018 David Hrdlička. * * Redistribution and use in source and binary forms, with * or without modification, are permitted provided that the diff --git a/src/nvr.h b/src/nvr.h index 7928a4a7c..fedb652e4 100644 --- a/src/nvr.h +++ b/src/nvr.h @@ -8,11 +8,13 @@ * * Definitions for the generic NVRAM/CMOS driver. * - * Version: @(#)nvr.h 1.0.7 2018/06/08 + * Version: @(#)nvr.h 1.0.8 2018/08/04 * - * Author: Fred N. van Kempen, + * Author: Fred N. van Kempen, , + * David Hrdlička, * * Copyright 2017,2018 Fred N. van Kempen. + * Copyright 2018 David Hrdlička. * * Redistribution and use in source and binary forms, with * or without modification, are permitted provided that the diff --git a/src/nvr_at.c b/src/nvr_at.c index 29e5e5bcb..07257d66a 100644 --- a/src/nvr_at.c +++ b/src/nvr_at.c @@ -189,7 +189,7 @@ * including the later update (DS12887A) which implemented a * "century" register to be compatible with Y2K. * - * Version: @(#)nvr_at.c 1.0.9 2018/05/10 + * Version: @(#)nvr_at.c 1.0.10 2018/08/04 * * Authors: Fred N. van Kempen, * Miran Grca, diff --git a/src/pc.c b/src/pc.c index 659f3778c..25edae69a 100644 --- a/src/pc.c +++ b/src/pc.c @@ -8,7 +8,7 @@ * * Main emulator module where most things are controlled. * - * Version: @(#)pc.c 1.0.73 2018/06/02 + * Version: @(#)pc.c 1.0.74 2018/08/04 * * Authors: Sarah Walker, * Miran Grca, diff --git a/src/win/86Box.rc b/src/win/86Box.rc index c2416ace0..d119bffc1 100644 --- a/src/win/86Box.rc +++ b/src/win/86Box.rc @@ -8,12 +8,14 @@ * * Application resource script for Windows. * - * Version: @(#)86Box.rc 1.0.39 2018/07/28 + * Version: @(#)86Box.rc 1.0.40 2018/08/04 * * Authors: Miran Grca, * Fred N. van Kempen, + * David Hrdlička, * * Copyright 2016-2018 Miran Grca. + * Copyright 2018 David Hrdlička. */ #include #define IN_RESOURCE_H diff --git a/src/win/resource.h b/src/win/resource.h index 125de4d6e..db21beaab 100644 --- a/src/win/resource.h +++ b/src/win/resource.h @@ -8,14 +8,16 @@ * * Windows resource defines. * - * Version: @(#)resource.h 1.0.26 2018/07/19 + * Version: @(#)resource.h 1.0.27 2018/08/04 * * Authors: Sarah Walker, * Miran Grca, * Fred N. van Kempen, + * David Hrdlička, * * Copyright 2008-2018 Sarah Walker. * Copyright 2016-2018 Miran Grca. + * Copyright 2018 David Hrdlička. */ #ifndef WIN_RESOURCE_H # define WIN_RESOURCE_H diff --git a/src/win/win_settings.c b/src/win/win_settings.c index f177a01b8..3e5481da1 100644 --- a/src/win/win_settings.c +++ b/src/win/win_settings.c @@ -8,11 +8,13 @@ * * Windows 86Box Settings dialog handler. * - * Version: @(#)win_settings.c 1.0.51 2018/05/25 + * Version: @(#)win_settings.c 1.0.52 2018/08/04 * - * Author: Miran Grca, + * Authors: Miran Grca, + * David Hrdlička, * * Copyright 2016-2018 Miran Grca. + * Copyright 2018 David Hrdlička. */ #define UNICODE #define BITMAP WINDOWS_BITMAP