diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:09:37 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-30 16:09:37 -0400 |
commit | bda71a2e22997e09f82d4ea33ccef03c0afc667b (patch) | |
tree | 510139243961308e624bde5a0a92e8a7a6f2a586 /vms | |
parent | a9762c867aa96caa1419b65e7398fd21586baee6 (diff) | |
parent | db17f0d20a03bd851e8e4f005eb6304ad6a93c12 (diff) | |
download | egawk-bda71a2e22997e09f82d4ea33ccef03c0afc667b.tar.gz egawk-bda71a2e22997e09f82d4ea33ccef03c0afc667b.tar.bz2 egawk-bda71a2e22997e09f82d4ea33ccef03c0afc667b.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'vms')
-rw-r--r-- | vms/generate_config_vms_h_gawk.com | 2 | ||||
-rw-r--r-- | vms/vms_args.c | 3 | ||||
-rw-r--r-- | vms/vms_cli.c | 3 | ||||
-rw-r--r-- | vms/vms_fwrite.c | 3 |
4 files changed, 7 insertions, 4 deletions
diff --git a/vms/generate_config_vms_h_gawk.com b/vms/generate_config_vms_h_gawk.com index 83a64636..a6a37434 100644 --- a/vms/generate_config_vms_h_gawk.com +++ b/vms/generate_config_vms_h_gawk.com @@ -13,7 +13,7 @@ $! This generates a []config.h file and also a config_vms.h file, $! which is used to supplement that file. $! $! -$! Copyright (C) 2014 the Free Software Foundation, Inc. +$! Copyright (C) 2014, 2016 the Free Software Foundation, Inc. $! $! This file is part of GAWK, the GNU implementation of the $! AWK Progamming Language. diff --git a/vms/vms_args.c b/vms/vms_args.c index de94b641..1a9eb956 100644 --- a/vms/vms_args.c +++ b/vms/vms_args.c @@ -1,7 +1,8 @@ /* vms_args.c -- command line parsing, to emulate shell i/o redirection. [ Escape sequence parsing now suppressed. ] - Copyright (C) 1991-1996, 1997, 2011, 2014 the Free Software Foundation, Inc. + Copyright (C) 1991-1996, 1997, 2011, 2014, 2016 + the Free Software Foundation, Inc. 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/vms/vms_cli.c b/vms/vms_cli.c index 13c7979d..521a0c9f 100644 --- a/vms/vms_cli.c +++ b/vms/vms_cli.c @@ -1,6 +1,7 @@ /* vms_cli.c -- interface to CLI$xxx routines for fetching command line components - Copyright (C) 1991-1993, 2003, 2011, 2014 the Free Software Foundation, Inc. + Copyright (C) 1991-1993, 2003, 2011, 2014, 2016 + the Free Software Foundation, Inc. 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/vms/vms_fwrite.c b/vms/vms_fwrite.c index 76eec6bd..644f62d2 100644 --- a/vms/vms_fwrite.c +++ b/vms/vms_fwrite.c @@ -1,6 +1,7 @@ /* vms_fwrite.c - augmentation for the fwrite() function. - Copyright (C) 1991-1996, 2010, 2011, 2014 the Free Software Foundation, Inc. + Copyright (C) 1991-1996, 2010, 2011, 2014, 2016 + the Free Software Foundation, Inc. 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 |