From 3d601956d7806ea2016e4127c415058ebd0c30b0 Mon Sep 17 00:00:00 2001 From: Mark Nudelman Date: Mon, 21 May 2012 17:23:54 +0000 Subject: [PATCH] Change to automated copyright message. --- LICENSE | 2 +- brac.c | 10 +--------- ch.c | 10 +--------- charset.c | 10 +--------- charset.h | 10 +--------- cmd.h | 10 +--------- cmdbuf.c | 10 +--------- command.c | 10 +--------- cvt.c | 10 +--------- decode.c | 10 +--------- defines.ds | 10 +--------- defines.o2 | 10 +--------- defines.o9 | 10 +--------- defines.wn | 10 +--------- doscreen.c | 10 +--------- edit.c | 10 +--------- filename.c | 10 +--------- forwback.c | 10 +--------- ifile.c | 10 +--------- input.c | 10 +--------- jump.c | 10 +--------- less.h | 10 +--------- less.nro.VER | 2 +- lessecho.c | 12 ++---------- lesskey.c | 10 +--------- lesskey.h | 10 +--------- lglob.h | 10 +--------- line.c | 10 +--------- linenum.c | 10 +--------- lsystem.c | 10 +--------- main.c | 10 +--------- mark.c | 10 +--------- mkhelp.c | 10 +--------- optfunc.c | 10 +--------- option.c | 10 +--------- option.h | 10 +--------- opttbl.c | 10 +--------- os.c | 10 +--------- output.c | 10 +--------- pattern.c | 10 +--------- pattern.h | 10 +--------- pckeys.h | 10 +--------- position.c | 10 +--------- position.h | 10 +--------- prompt.c | 10 +--------- screen.c | 10 +--------- scrsize.c | 10 +--------- search.c | 10 +--------- signal.c | 10 +--------- tags.c | 10 +--------- ttyin.c | 10 +--------- version.c | 10 +--------- 52 files changed, 53 insertions(+), 453 deletions(-) diff --git a/LICENSE b/LICENSE index c7168e71..3fe715f1 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ ------------ Less -Copyright (C) 1984-2011 Mark Nudelman +Copyright (C) 1984-2012 Mark Nudelman Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/brac.c b/brac.c index 22c71ebf..b411d7ca 100644 --- a/brac.c +++ b/brac.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/ch.c b/ch.c index 7ab85d7d..2af8f152 100644 --- a/ch.c +++ b/ch.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/charset.c b/charset.c index 12b59d6b..363281fb 100644 --- a/charset.c +++ b/charset.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/charset.h b/charset.h index 8ccf748d..e4eedba1 100644 --- a/charset.h +++ b/charset.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 2005-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #define IS_ASCII_OCTET(c) (((c) & 0x80) == 0) #define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80) diff --git a/cmd.h b/cmd.h index a89abff5..9ba045fc 100644 --- a/cmd.h +++ b/cmd.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #define MAX_USERCMD 500 diff --git a/cmdbuf.c b/cmdbuf.c index 5f56f334..94d9a2f8 100644 --- a/cmdbuf.c +++ b/cmdbuf.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/command.c b/command.c index ce8bba2c..6621a006 100644 --- a/command.c +++ b/command.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/cvt.c b/cvt.c index f518c066..5e41dca2 100644 --- a/cvt.c +++ b/cvt.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* * Routines to convert text in various ways. Used by search. diff --git a/decode.c b/decode.c index 7452508b..eab5a584 100644 --- a/decode.c +++ b/decode.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/defines.ds b/defines.ds index 4dbbd651..f3243008 100644 --- a/defines.ds +++ b/defines.ds @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* DOS definition file for less. */ diff --git a/defines.o2 b/defines.o2 index 0fd8cc73..6fabb2b6 100644 --- a/defines.o2 +++ b/defines.o2 @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* OS/2 definition file for less. */ diff --git a/defines.o9 b/defines.o9 index 3bb1d2cb..7ad7c9a2 100644 --- a/defines.o9 +++ b/defines.o9 @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* OS/9 definition file for less. */ diff --git a/defines.wn b/defines.wn index 416a548e..a7f0b819 100644 --- a/defines.wn +++ b/defines.wn @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* Windows definition file for less. */ diff --git a/doscreen.c b/doscreen.c index cfe7d761..c9091c33 100644 --- a/doscreen.c +++ b/doscreen.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2002 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/edit.c b/edit.c index 1c9b077e..56d28a5f 100644 --- a/edit.c +++ b/edit.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #include "less.h" diff --git a/filename.c b/filename.c index c638c73c..3846a23d 100644 --- a/filename.c +++ b/filename.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/forwback.c b/forwback.c index ebe422d9..50f16739 100644 --- a/forwback.c +++ b/forwback.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/ifile.c b/ifile.c index 971e3b5e..af7ac878 100644 --- a/ifile.c +++ b/ifile.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/input.c b/input.c index b82868bc..1e3f9efa 100644 --- a/input.c +++ b/input.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/jump.c b/jump.c index d7ec7704..c52cb250 100644 --- a/jump.c +++ b/jump.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/less.h b/less.h index 043365ba..a8c49e72 100644 --- a/less.h +++ b/less.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #define NEWBOT 1 diff --git a/less.nro.VER b/less.nro.VER index 53580f59..378f34c8 100644 --- a/less.nro.VER +++ b/less.nro.VER @@ -1716,7 +1716,7 @@ The name of the editor (used for the v command). lesskey(1) .SH COPYRIGHT -Copyright (C) 1984-2011 Mark Nudelman +Copyright (C) 1984-2012 Mark Nudelman .PP less is part of the GNU project and is free software. You can redistribute it and/or modify it diff --git a/lessecho.c b/lessecho.c index 58e3e3b8..f200416d 100644 --- a/lessecho.c +++ b/lessecho.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* @@ -28,7 +20,7 @@ #include "less.h" -static char *version = "$Revision: 1.13 $"; +static char *version = "$Revision: 1.14 $"; static int quote_all = 0; static char openquote = '"'; diff --git a/lesskey.c b/lesskey.c index 2e7f181f..d42bcf77 100644 --- a/lesskey.c +++ b/lesskey.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/lesskey.h b/lesskey.h index 9a457a92..4dda15e1 100644 --- a/lesskey.h +++ b/lesskey.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/lglob.h b/lglob.h index e2427e3a..58785acb 100644 --- a/lglob.h +++ b/lglob.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/line.c b/line.c index 4c5a9ca8..472c1c68 100644 --- a/line.c +++ b/line.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/linenum.c b/linenum.c index 4369f87b..a92f7687 100644 --- a/linenum.c +++ b/linenum.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/lsystem.c b/lsystem.c index 0a8ca52e..3114e9df 100644 --- a/lsystem.c +++ b/lsystem.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/main.c b/main.c index 0af17629..0029715a 100644 --- a/main.c +++ b/main.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/mark.c b/mark.c index 585b412b..7c34056c 100644 --- a/mark.c +++ b/mark.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #include "less.h" diff --git a/mkhelp.c b/mkhelp.c index 4aa8cbda..7f3946bb 100644 --- a/mkhelp.c +++ b/mkhelp.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/optfunc.c b/optfunc.c index 9db7f668..9fbfa0dd 100644 --- a/optfunc.c +++ b/optfunc.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/option.c b/option.c index acb89625..d4947970 100644 --- a/option.c +++ b/option.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/option.h b/option.h index a32139ee..40739c42 100644 --- a/option.h +++ b/option.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #define END_OPTION_STRING ('$') diff --git a/opttbl.c b/opttbl.c index 63f68899..9f5a4f17 100644 --- a/opttbl.c +++ b/opttbl.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/os.c b/os.c index dbb52fe3..491fad9e 100644 --- a/os.c +++ b/os.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/output.c b/output.c index 2cdd2451..ed07e775 100644 --- a/output.c +++ b/output.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/pattern.c b/pattern.c index b55fd697..70047b5b 100644 --- a/pattern.c +++ b/pattern.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* * Routines to do pattern matching. diff --git a/pattern.h b/pattern.h index cae37a02..3bc50d8e 100644 --- a/pattern.h +++ b/pattern.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #if HAVE_GNU_REGEX #define __USE_GNU 1 diff --git a/pckeys.h b/pckeys.h index 3708d85f..7b06e1b6 100644 --- a/pckeys.h +++ b/pckeys.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/position.c b/position.c index 8c05c5dd..a94ad708 100644 --- a/position.c +++ b/position.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/position.h b/position.h index 146972ca..3126eaac 100644 --- a/position.h +++ b/position.h @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/prompt.c b/prompt.c index e8110107..57384b7d 100644 --- a/prompt.c +++ b/prompt.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/screen.c b/screen.c index b8bc6667..e8ca772a 100644 --- a/screen.c +++ b/screen.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/scrsize.c b/scrsize.c index 05d041ee..cc25c75a 100644 --- a/scrsize.c +++ b/scrsize.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* * This program is used to determine the screen dimensions on OS/2 systems. diff --git a/search.c b/search.c index 6fd229f8..9bc43f08 100644 --- a/search.c +++ b/search.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/signal.c b/signal.c index 0fbaf7e6..60fcff09 100644 --- a/signal.c +++ b/signal.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/tags.c b/tags.c index c00f9d48..390c9b98 100644 --- a/tags.c +++ b/tags.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ #include "less.h" diff --git a/ttyin.c b/ttyin.c index 00f2c9e4..7564eaf7 100644 --- a/ttyin.c +++ b/ttyin.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /* diff --git a/version.c b/version.c index aa93eac8..edc92fbf 100644 --- a/version.c +++ b/version.c @@ -1,12 +1,4 @@ -/* - * Copyright (C) 1984-2011 Mark Nudelman - * - * You may distribute under the terms of either the GNU General Public - * License or the Less License, as specified in the README file. - * - * For more information about less, or for information on how to - * contact the author, see the README file. - */ +/*@@copyright@@*/ /*