From: Daniel Lenski Date: Mon, 24 Jan 2022 01:19:10 +0000 (-0800) Subject: Update copyright/origin notices in scripts X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cda38498bee5e21cb786f2c9e78ecab251c997c3;p=users%2Fdwmw2%2Fvpnc-scripts.git Update copyright/origin notices in scripts Signed-off-by: Daniel Lenski --- diff --git a/vpnc-script b/vpnc-script index e1934e7..385517e 100755 --- a/vpnc-script +++ b/vpnc-script @@ -2,7 +2,7 @@ # # Originally part of vpnc source code: # © 2005-2012 Maurice Massar, Jörg Mayer, Antonio Borneo et al. -# © 2009-2012 David Woodhouse +# © 2009-2022 David Woodhouse , Daniel Lenski et al. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/vpnc-script-win.js b/vpnc-script-win.js index 982ca6d..64ab610 100644 --- a/vpnc-script-win.js +++ b/vpnc-script-win.js @@ -1,5 +1,10 @@ // vpnc-script-win.js // +// Originally part of vpnc source code: +// © 2007-2008 Maurice Massar, Jörg Mayer, Antonio Borneo, et al. +// © 2014 David Woodhouse +// © 2020-2022 Daniel Lenski et al. +// // Routing, IP, and DNS configuration script for OpenConnect. // // Microsoft's "JScript" is what we're actually using here. It's