Skip to content

Commit

Permalink
Replace instances of @@copyright@@ macro with real copyright message.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed May 22, 2021
1 parent 2c1174a commit da59176
Show file tree
Hide file tree
Showing 51 changed files with 397 additions and 53 deletions.
9 changes: 8 additions & 1 deletion brac.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion ch.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion charset.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion charset.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/

#define IS_ASCII_OCTET(c) (((c) & 0x80) == 0)
#define IS_UTF8_TRAIL(c) (((c) & 0xC0) == 0x80)
Expand Down
9 changes: 8 additions & 1 deletion cmd.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


#define MAX_USERCMD 1000
Expand Down
9 changes: 8 additions & 1 deletion cmdbuf.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion command.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion cvt.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/

/*
* Routines to convert text in various ways. Used by search.
Expand Down
9 changes: 8 additions & 1 deletion decode.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion defines.ds
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/* DOS definition file for less. */
Expand Down
9 changes: 8 additions & 1 deletion defines.o2
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/* OS/2 definition file for less. */
Expand Down
9 changes: 8 additions & 1 deletion defines.o9
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/* OS/9 definition file for less. */
Expand Down
9 changes: 8 additions & 1 deletion defines.wn
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/* Windows definition file for less. */
Expand Down
9 changes: 8 additions & 1 deletion edit.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


#include "less.h"
Expand Down
9 changes: 8 additions & 1 deletion filename.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion forwback.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion ifile.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion input.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/

/*
* High level routines dealing with getting lines of input
Expand Down
9 changes: 8 additions & 1 deletion jump.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion less.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/

#define NEWBOT 1

Expand Down
2 changes: 1 addition & 1 deletion less.nro.VER
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ The name of the editor (used for the v command).
.BR lesskey (1)
.
.SH COPYRIGHT
@@copyright_oneline@@
Copyright (C) 1984-2021 Mark Nudelman
.PP
less is part of the GNU project and is free software.
You can redistribute it and/or modify it
Expand Down
9 changes: 8 additions & 1 deletion lessecho.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion lesskey.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion lesskey.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
2 changes: 1 addition & 1 deletion lesskey.nro.VER
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ which start with a NUL character (0).
This NUL character should be represented as \e340 in a lesskey file.
.
.SH COPYRIGHT
@@copyright_oneline@@
Copyright (C) 1984-2021 Mark Nudelman
.PP
less is part of the GNU project and is free software.
You can redistribute it and/or modify it
Expand Down
9 changes: 9 additions & 0 deletions lesskey_parse.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (C) 1984-2021 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, see the README file.
*/

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Expand Down
9 changes: 8 additions & 1 deletion lglob.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion line.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/

/*
* Routines to manipulate the "line buffer".
Expand Down
9 changes: 8 additions & 1 deletion linenum.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion lsystem.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
9 changes: 8 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
/*@@copyright@@*/
/*
* Copyright (C) 1984-2021 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, see the README file.
*/


/*
Expand Down
Loading

0 comments on commit da59176

Please sign in to comment.