diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-20 08:24:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-20 08:24:53 (GMT) |
commit | ef7a8aec00a2a78b52cf7d706f7e0d89b9f0b7e1 (patch) | |
tree | 889994c610b3522820d5ef184aab4184e7c62028 /generic/tclGetDate.y | |
parent | 17e7dbc31ae557458ad1179bf72e38a1f71b61b2 (diff) | |
download | tcl-ef7a8aec00a2a78b52cf7d706f7e0d89b9f0b7e1.zip tcl-ef7a8aec00a2a78b52cf7d706f7e0d89b9f0b7e1.tar.gz tcl-ef7a8aec00a2a78b52cf7d706f7e0d89b9f0b7e1.tar.bz2 |
Use '&' in stead of 'and' in copyright statements consistantly
Diffstat (limited to 'generic/tclGetDate.y')
-rw-r--r-- | generic/tclGetDate.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclGetDate.y b/generic/tclGetDate.y index 65a3f86..e6748a4 100644 --- a/generic/tclGetDate.y +++ b/generic/tclGetDate.y @@ -7,7 +7,7 @@ * only used when doing free-form date parsing, an ill-defined process * anyway. * - * Copyright (c) 1992-1995 Karl Lehenbauer and Mark Diekhans. + * Copyright (c) 1992-1995 Karl Lehenbauer & Mark Diekhans. * Copyright (c) 1995-1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of @@ -27,7 +27,7 @@ * This file is generated from a yacc grammar defined in the file * tclGetDate.y. It should not be edited directly. * - * Copyright (c) 1992-1995 Karl Lehenbauer and Mark Diekhans. + * Copyright (c) 1992-1995 Karl Lehenbauer & Mark Diekhans. * Copyright (c) 1995-1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution of |