about summary refs log tree commit diff stats
path: root/PACKAGE
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-02-05 09:58:06 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-02-05 09:58:06 +0000
commit9194f6cf75175976385fb46cf5721b28f397f433 (patch)
tree94af9ce025fb9144ffaa6d3343fb5945ad2204d2 /PACKAGE
parent0ed78bbfb21693e3ff7885eba22de47b41a9860f (diff)
downloadlynx-snapshots-9194f6cf75175976385fb46cf5721b28f397f433.tar.gz
snapshot of project "lynx", label v2-8-9dev_16e
Diffstat (limited to 'PACKAGE')
-rw-r--r--PACKAGE/debian/copyright6
-rw-r--r--PACKAGE/lynx.iss4
-rw-r--r--PACKAGE/lynx.nsi4
3 files changed, 7 insertions, 7 deletions
diff --git a/PACKAGE/debian/copyright b/PACKAGE/debian/copyright
index 7832befd..74db3b29 100644
--- a/PACKAGE/debian/copyright
+++ b/PACKAGE/debian/copyright
@@ -4,7 +4,7 @@ Current maintainer: Thomas Dickey <dickey@invisible-island.net>
 
 -------------------------------------------------------------------------------
 
-Copyright 1997-2016,2017 Thomas E. Dickey
+Copyright 1997-2017,2018 Thomas E. Dickey
 Copyright (C) 1995 University of Kansas.
 
 Most of the content of the lynx release (and corresponding copyright) is
@@ -26,7 +26,7 @@ or to the maintainer (Thomas E. Dickey):
 
 Files: aclocal.m4
 License: other-BSD
-Copyright: 1997-2016,2017 by Thomas E. Dickey
+Copyright: 1997-2017,2018 by Thomas E. Dickey
     Permission to use, copy, modify, and distribute this software and its
     documentation for any purpose and without fee is hereby granted,
     provided that the above copyright notice appear in all copies and that
@@ -80,7 +80,7 @@ License: other-BSD
     shared with many OS's install programs.
 
 Files: debian/*
-Copyright:  2010-2016,2017 Thomas E. Dickey
+Copyright:  2010-2017,2018 Thomas E. Dickey
 License: other-BSD
     Permission to use, copy, modify, and distribute this software and its
     documentation for any purpose and without fee is hereby granted,
diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss
index d5c44b85..9f8c3e93 100644
--- a/PACKAGE/lynx.iss
+++ b/PACKAGE/lynx.iss
@@ -1,4 +1,4 @@
-; $LynxId: lynx.iss,v 1.17 2017/01/02 02:22:38 tom Exp $

+; $LynxId: lynx.iss,v 1.18 2018/02/05 09:42:33 tom Exp $

 ; vile:ts=2 sw=2 notabinsert

 ;

 ; This is the BASE script for different flavors of the installer for Lynx.

@@ -90,7 +90,7 @@ AppName={#MyAppName}
 #emit 'VersionInfoVersion=' + LYNX_TARGET1

 AppVerName={#MyAppVerName}

 AppPublisher={#MyAppPublisher}

-AppCopyright=© 1997-2016,2017, Thomas E. Dickey

+AppCopyright=© 1997-2017,2018, Thomas E. Dickey

 AppPublisherURL={#MyAppURL}

 AppSupportURL={#MyAppURL}

 AppUpdatesURL={#MyAppURL}

diff --git a/PACKAGE/lynx.nsi b/PACKAGE/lynx.nsi
index 591c16c3..091969ef 100644
--- a/PACKAGE/lynx.nsi
+++ b/PACKAGE/lynx.nsi
@@ -1,4 +1,4 @@
-; $LynxId: lynx.nsi,v 1.38 2017/08/08 22:32:03 tom Exp $

+; $LynxId: lynx.nsi,v 1.39 2018/02/05 09:42:44 tom Exp $

 ; Script originally generated with the Venis Install Wizard, but customized.

 ; The Inno Setup script is preferred; but this can be built via cross-compiling.

 

@@ -28,7 +28,7 @@ SetCompressor /SOLID lzma
 

 VIAddVersionKey ProductName "${SUBKEY}"

 VIAddVersionKey CompanyName "http://invisible-island.net/lynx"

-VIAddVersionKey LegalCopyright "© 1997-2016,2017, Thomas E. Dickey"

+VIAddVersionKey LegalCopyright "© 1997-2017,2018, Thomas E. Dickey"

 VIAddVersionKey FileDescription "Lynx Installer (MinGW)"

 VIAddVersionKey FileVersion "${VERSION}"

 VIAddVersionKey ProductVersion "${VERSION}"