diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-18 21:55:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-18 21:55:17 +0200 |
commit | e29498dcb6a94edadf3d3ad3f631331c7ee40a33 (patch) | |
tree | 0d488b26bb3716e78fc8e6d27a73fc977dc44c3d /config.guess | |
parent | 69b9c6bec08738933d79010ad8c9347e36d19bed (diff) | |
parent | 480aca31c7772dafeb1b97cd7a768bca2f49d3c7 (diff) | |
download | egawk-e29498dcb6a94edadf3d3ad3f631331c7ee40a33.tar.gz egawk-e29498dcb6a94edadf3d3ad3f631331c7ee40a33.tar.bz2 egawk-e29498dcb6a94edadf3d3ad3f631331c7ee40a33.zip |
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.guess b/config.guess index 6c32c864..dbfb9786 100755 --- a/config.guess +++ b/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2014 Free Software Foundation, Inc. +# Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2014-11-04' +timestamp='2015-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2014 Free Software Foundation, Inc. +Copyright 1992-2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |