diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2020-02-12 02:21:21 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2020-02-12 02:21:21 +0000 |
commit | ff448436b2b70771d09b8d5ff34a509dcf02f81b (patch) | |
tree | 2f7abbba7198a4e1c4a23955bc3a539db5a7d999 /misc/tdlint | |
parent | f6d73a10a980bc78969c3af93665cbe7d06c3646 (diff) | |
download | ncurses-ff448436b2b70771d09b8d5ff34a509dcf02f81b.tar.gz |
ncurses-6.2ncurses-6.2
Diffstat (limited to 'misc/tdlint')
-rwxr-xr-x | misc/tdlint | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/tdlint b/misc/tdlint index c0e652b..71b0d89 100755 --- a/misc/tdlint +++ b/misc/tdlint @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 1998 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998,2000 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -29,7 +30,7 @@ # # Author: Thomas E. Dickey <dickey@clark.net> 1996 # -# $Id: tdlint,v 1.5 2000/10/28 20:53:36 tom Exp $ +# $Id: tdlint,v 1.7 2020/02/02 23:34:34 tom Exp $ # # Lint-script that allows user's own lint libraries, in addition to the ones # installed in the system. |