aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window')
-rw-r--r--usr.bin/window/alias.h1
-rw-r--r--usr.bin/window/char.c1
-rw-r--r--usr.bin/window/char.h1
-rw-r--r--usr.bin/window/cmd.c1
-rw-r--r--usr.bin/window/cmd1.c1
-rw-r--r--usr.bin/window/cmd2.c1
-rw-r--r--usr.bin/window/cmd4.c1
-rw-r--r--usr.bin/window/cmd5.c1
-rw-r--r--usr.bin/window/compress.c1
-rw-r--r--usr.bin/window/context.h1
-rw-r--r--usr.bin/window/defs.h1
-rw-r--r--usr.bin/window/error.c1
-rw-r--r--usr.bin/window/lcmd.c1
-rw-r--r--usr.bin/window/lcmd.h1
-rw-r--r--usr.bin/window/local.h1
-rw-r--r--usr.bin/window/mloop.c1
-rw-r--r--usr.bin/window/parser1.c1
-rw-r--r--usr.bin/window/parser2.c1
-rw-r--r--usr.bin/window/parser3.c1
-rw-r--r--usr.bin/window/parser4.c1
-rw-r--r--usr.bin/window/parser5.c1
-rw-r--r--usr.bin/window/scanner.c1
-rw-r--r--usr.bin/window/startup.c1
-rw-r--r--usr.bin/window/token.h1
-rw-r--r--usr.bin/window/tt.h1
-rw-r--r--usr.bin/window/ttf100.c1
-rw-r--r--usr.bin/window/ttgeneric.c1
-rw-r--r--usr.bin/window/tth19.c1
-rw-r--r--usr.bin/window/tth29.c1
-rw-r--r--usr.bin/window/ttinit.c1
-rw-r--r--usr.bin/window/ttoutput.c3
-rw-r--r--usr.bin/window/tttermcap.c1
-rw-r--r--usr.bin/window/tttvi925.c1
-rw-r--r--usr.bin/window/ttwyse60.c1
-rw-r--r--usr.bin/window/ttwyse75.c1
-rw-r--r--usr.bin/window/ttzapple.c1
-rw-r--r--usr.bin/window/ttzentec.c1
-rw-r--r--usr.bin/window/value.h1
-rw-r--r--usr.bin/window/var.h1
-rw-r--r--usr.bin/window/win.c1
-rw-r--r--usr.bin/window/wwadd.c1
-rw-r--r--usr.bin/window/wwalloc.c1
-rw-r--r--usr.bin/window/wwbox.c1
-rw-r--r--usr.bin/window/wwchild.c3
-rw-r--r--usr.bin/window/wwclose.c1
-rw-r--r--usr.bin/window/wwclreol.c1
-rw-r--r--usr.bin/window/wwclreos.c1
-rw-r--r--usr.bin/window/wwcursor.c1
-rw-r--r--usr.bin/window/wwdata.c1
-rw-r--r--usr.bin/window/wwdelchar.c1
-rw-r--r--usr.bin/window/wwdelete.c1
-rw-r--r--usr.bin/window/wwdelline.c1
-rw-r--r--usr.bin/window/wwdump.c1
-rw-r--r--usr.bin/window/wwend.c1
-rw-r--r--usr.bin/window/wwerror.c3
-rw-r--r--usr.bin/window/wwflush.c1
-rw-r--r--usr.bin/window/wwframe.c1
-rw-r--r--usr.bin/window/wwgets.c1
-rw-r--r--usr.bin/window/wwinit.c1
-rw-r--r--usr.bin/window/wwinschar.c1
-rw-r--r--usr.bin/window/wwinsline.c1
-rw-r--r--usr.bin/window/wwiomux.c1
-rw-r--r--usr.bin/window/wwlabel.c1
-rw-r--r--usr.bin/window/wwmisc.c1
-rw-r--r--usr.bin/window/wwmove.c1
-rw-r--r--usr.bin/window/wwopen.c1
-rw-r--r--usr.bin/window/wwprintf.c1
-rw-r--r--usr.bin/window/wwpty.c1
-rw-r--r--usr.bin/window/wwputc.c1
-rw-r--r--usr.bin/window/wwputs.c1
-rw-r--r--usr.bin/window/wwredraw.c1
-rw-r--r--usr.bin/window/wwredrawwin.c1
-rw-r--r--usr.bin/window/wwrint.c1
-rw-r--r--usr.bin/window/wwscroll.c1
-rw-r--r--usr.bin/window/wwsize.c1
-rw-r--r--usr.bin/window/wwspawn.c1
-rw-r--r--usr.bin/window/wwsuspend.c1
-rw-r--r--usr.bin/window/wwtty.c1
-rw-r--r--usr.bin/window/wwunframe.c1
-rw-r--r--usr.bin/window/wwupdate.c1
-rw-r--r--usr.bin/window/wwwrite.c1
-rw-r--r--usr.bin/window/xx.c1
-rw-r--r--usr.bin/window/xx.h1
-rw-r--r--usr.bin/window/xxflush.c1
84 files changed, 84 insertions, 6 deletions
diff --git a/usr.bin/window/alias.h b/usr.bin/window/alias.h
index ea63b493ac37..8b6aba37b7c5 100644
--- a/usr.bin/window/alias.h
+++ b/usr.bin/window/alias.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)alias.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#define alias var
diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c
index 670d5f1afe08..8680cd40b128 100644
--- a/usr.bin/window/char.c
+++ b/usr.bin/window/char.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "char.h"
diff --git a/usr.bin/window/char.h b/usr.bin/window/char.h
index fc05cfa668ff..c4b957c6f84e 100644
--- a/usr.bin/window/char.h
+++ b/usr.bin/window/char.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)char.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
/*
diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c
index 391e34664130..66e5359d89a4 100644
--- a/usr.bin/window/cmd.c
+++ b/usr.bin/window/cmd.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c
index 6fdc9dad3bab..9b632e641d5e 100644
--- a/usr.bin/window/cmd1.c
+++ b/usr.bin/window/cmd1.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c
index f6239e9f4ad2..da5aa9f41897 100644
--- a/usr.bin/window/cmd2.c
+++ b/usr.bin/window/cmd2.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c
index 5dca8f8bff10..b4e32713b3b6 100644
--- a/usr.bin/window/cmd4.c
+++ b/usr.bin/window/cmd4.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd4.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c
index 456fdb9cc1df..50e9b7ebc3bd 100644
--- a/usr.bin/window/cmd5.c
+++ b/usr.bin/window/cmd5.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd5.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c
index d71b5106dde0..76e2a4d5eee8 100644
--- a/usr.bin/window/compress.c
+++ b/usr.bin/window/compress.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)compress.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/context.h b/usr.bin/window/context.h
index 4863abef0eaf..df82b2707aed 100644
--- a/usr.bin/window/context.h
+++ b/usr.bin/window/context.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)context.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/usr.bin/window/defs.h b/usr.bin/window/defs.h
index 59eb729d7c96..6601e5d95500 100644
--- a/usr.bin/window/defs.h
+++ b/usr.bin/window/defs.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)defs.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#include "ww.h"
diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c
index 63e061424154..3d098ed23c8f 100644
--- a/usr.bin/window/error.c
+++ b/usr.bin/window/error.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)error.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c
index 3938aa7508c2..822198d8c917 100644
--- a/usr.bin/window/lcmd.c
+++ b/usr.bin/window/lcmd.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)lcmd.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/lcmd.h b/usr.bin/window/lcmd.h
index b3d1394f49ff..6c58e2d54719 100644
--- a/usr.bin/window/lcmd.h
+++ b/usr.bin/window/lcmd.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)lcmd.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#define LCMD_NARG 20 /* maximum number of arguments */
diff --git a/usr.bin/window/local.h b/usr.bin/window/local.h
index 90378d80cfa7..685e320dc9f2 100644
--- a/usr.bin/window/local.h
+++ b/usr.bin/window/local.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)local.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
/*
diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c
index 68584e7b8f8c..c33d0d7b48b2 100644
--- a/usr.bin/window/mloop.c
+++ b/usr.bin/window/mloop.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)mloop.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c
index 9cc97904ed6d..dbae10753778 100644
--- a/usr.bin/window/parser1.c
+++ b/usr.bin/window/parser1.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "parser.h"
diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c
index e9b2f550aac6..1e8c82f52c33 100644
--- a/usr.bin/window/parser2.c
+++ b/usr.bin/window/parser2.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "parser.h"
diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c
index d4aa80da44b5..628f80bfc24a 100644
--- a/usr.bin/window/parser3.c
+++ b/usr.bin/window/parser3.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)parser3.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "parser.h"
diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c
index 1b1e7e948e0b..dafa3c18a997 100644
--- a/usr.bin/window/parser4.c
+++ b/usr.bin/window/parser4.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <string.h>
diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c
index b1797561faff..43ca689ec326 100644
--- a/usr.bin/window/parser5.c
+++ b/usr.bin/window/parser5.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)parser5.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "parser.h"
diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c
index 9bf691b35e7c..23b8a12f48cf 100644
--- a/usr.bin/window/scanner.c
+++ b/usr.bin/window/scanner.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)scanner.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <ctype.h>
diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c
index d0926c0bf3f8..cbb2faa79371 100644
--- a/usr.bin/window/startup.c
+++ b/usr.bin/window/startup.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/token.h b/usr.bin/window/token.h
index a37b23b9c458..5e3f72c0ac1e 100644
--- a/usr.bin/window/token.h
+++ b/usr.bin/window/token.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)token.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
#define token (cx.x_token)
diff --git a/usr.bin/window/tt.h b/usr.bin/window/tt.h
index bd19bb337b4e..53fe7b3efa4a 100644
--- a/usr.bin/window/tt.h
+++ b/usr.bin/window/tt.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)tt.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
/*
diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c
index 2b152f223572..30e598e3ed5b 100644
--- a/usr.bin/window/ttf100.c
+++ b/usr.bin/window/ttf100.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c
index 704cb305fba0..f74ea9ae7f44 100644
--- a/usr.bin/window/ttgeneric.c
+++ b/usr.bin/window/ttgeneric.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c
index b6dbcfe420e0..2c589f8d1c94 100644
--- a/usr.bin/window/tth19.c
+++ b/usr.bin/window/tth19.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)tth19.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c
index 2482abf6fb88..7c5dba0a754c 100644
--- a/usr.bin/window/tth29.c
+++ b/usr.bin/window/tth29.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)tth29.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c
index eac904c285a6..f29289e65372 100644
--- a/usr.bin/window/ttinit.c
+++ b/usr.bin/window/ttinit.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c
index 6a2a36e1c1b3..cbefc294ccd2 100644
--- a/usr.bin/window/ttoutput.c
+++ b/usr.bin/window/ttoutput.c
@@ -32,12 +32,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#ifndef lint
static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c
index a1e85084ab84..500fe6bf5a86 100644
--- a/usr.bin/window/tttermcap.c
+++ b/usr.bin/window/tttermcap.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)tttermcap.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "tt.h"
diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c
index 4f9ae2fb5d95..680f996b97e1 100644
--- a/usr.bin/window/tttvi925.c
+++ b/usr.bin/window/tttvi925.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)tttvi925.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c
index 8efff5512434..523ead6c94d8 100644
--- a/usr.bin/window/ttwyse60.c
+++ b/usr.bin/window/ttwyse60.c
@@ -43,6 +43,7 @@
#ifndef lint
static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c
index 8424d0d184a5..01aeb60d4b1a 100644
--- a/usr.bin/window/ttwyse75.c
+++ b/usr.bin/window/ttwyse75.c
@@ -43,6 +43,7 @@
#ifndef lint
static char sccsid[] = "@(#)ttwyse75.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c
index a285712f8bb5..43d6dfc4c775 100644
--- a/usr.bin/window/ttzapple.c
+++ b/usr.bin/window/ttzapple.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)ttzapple.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c
index 97fbb0745ddc..b7d2976a9ef6 100644
--- a/usr.bin/window/ttzentec.c
+++ b/usr.bin/window/ttzentec.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)ttzentec.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/value.h b/usr.bin/window/value.h
index 28a11621cd69..b55e210b6ba5 100644
--- a/usr.bin/window/value.h
+++ b/usr.bin/window/value.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)value.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
struct value {
diff --git a/usr.bin/window/var.h b/usr.bin/window/var.h
index 95fd6111c9da..645d2da4b10d 100644
--- a/usr.bin/window/var.h
+++ b/usr.bin/window/var.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)var.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
struct var {
diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c
index 7eabf2371fbc..d0b4f7bffc07 100644
--- a/usr.bin/window/win.c
+++ b/usr.bin/window/win.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c
index 377464aa3a92..699500d0e170 100644
--- a/usr.bin/window/wwadd.c
+++ b/usr.bin/window/wwadd.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwadd.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c
index c083acfb190e..7f05d88c06cf 100644
--- a/usr.bin/window/wwalloc.c
+++ b/usr.bin/window/wwalloc.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <stdlib.h>
diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c
index f4dd52b180aa..1403f9aca39a 100644
--- a/usr.bin/window/wwbox.c
+++ b/usr.bin/window/wwbox.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwbox.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c
index 0e9646657df4..9ffc5d00b4bb 100644
--- a/usr.bin/window/wwchild.c
+++ b/usr.bin/window/wwchild.c
@@ -32,12 +32,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#ifndef lint
static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c
index a27aed9f447e..0d9e3330b6f8 100644
--- a/usr.bin/window/wwclose.c
+++ b/usr.bin/window/wwclose.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c
index 5f3f64a1da70..49075bde1554 100644
--- a/usr.bin/window/wwclreol.c
+++ b/usr.bin/window/wwclreol.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwclreol.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c
index f3d462c0cc6e..0cba5a2ab831 100644
--- a/usr.bin/window/wwclreos.c
+++ b/usr.bin/window/wwclreos.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwclreos.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c
index cd9cdba5453e..3959d64482c2 100644
--- a/usr.bin/window/wwcursor.c
+++ b/usr.bin/window/wwcursor.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c
index 12805894a72b..6efee9ce6b1b 100644
--- a/usr.bin/window/wwdata.c
+++ b/usr.bin/window/wwdata.c
@@ -36,4 +36,5 @@
#ifndef lint
static char sccsid[] = "@(#)wwdata.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c
index cd5883334251..c03378f07b20 100644
--- a/usr.bin/window/wwdelchar.c
+++ b/usr.bin/window/wwdelchar.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwdelchar.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c
index f659736ef897..d284d65e3a14 100644
--- a/usr.bin/window/wwdelete.c
+++ b/usr.bin/window/wwdelete.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwdelete.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c
index f2aef72e7449..c3040d01cd2d 100644
--- a/usr.bin/window/wwdelline.c
+++ b/usr.bin/window/wwdelline.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwdelline.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c
index 4a8482bfbd3e..dd2d5df1e5df 100644
--- a/usr.bin/window/wwdump.c
+++ b/usr.bin/window/wwdump.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <string.h>
diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c
index b984d2d20c30..211058ddbe1e 100644
--- a/usr.bin/window/wwend.c
+++ b/usr.bin/window/wwend.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <signal.h>
diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c
index c2b971c9f48e..7e02209d543c 100644
--- a/usr.bin/window/wwerror.c
+++ b/usr.bin/window/wwerror.c
@@ -32,12 +32,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
#ifndef lint
static char sccsid[] = "@(#)wwerror.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <errno.h>
diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c
index 6a853bc19f7c..0576ebd2cb67 100644
--- a/usr.bin/window/wwflush.c
+++ b/usr.bin/window/wwflush.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c
index bb0badd91756..d1a26dae74b8 100644
--- a/usr.bin/window/wwframe.c
+++ b/usr.bin/window/wwframe.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c
index a7223b7064dd..527763b6abc3 100644
--- a/usr.bin/window/wwgets.c
+++ b/usr.bin/window/wwgets.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwgets.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c
index 0c7c2032c02c..174e381d5b3d 100644
--- a/usr.bin/window/wwinit.c
+++ b/usr.bin/window/wwinit.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c
index b283f999b016..7884d94ee0e1 100644
--- a/usr.bin/window/wwinschar.c
+++ b/usr.bin/window/wwinschar.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c
index acdeb269b08d..09dc3b85a204 100644
--- a/usr.bin/window/wwinsline.c
+++ b/usr.bin/window/wwinsline.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwinsline.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c
index ce6978b7b7a1..b6ea6b891bba 100644
--- a/usr.bin/window/wwiomux.c
+++ b/usr.bin/window/wwiomux.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c
index d4cc99ebec3d..f3f8b2cf3614 100644
--- a/usr.bin/window/wwlabel.c
+++ b/usr.bin/window/wwlabel.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c
index 3fca477ad57a..2e77578a978f 100644
--- a/usr.bin/window/wwmisc.c
+++ b/usr.bin/window/wwmisc.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwmisc.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c
index 65440d1bd12d..0e23983f9bb9 100644
--- a/usr.bin/window/wwmove.c
+++ b/usr.bin/window/wwmove.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwmove.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c
index 8a8be2a412be..ca77d16cc90b 100644
--- a/usr.bin/window/wwopen.c
+++ b/usr.bin/window/wwopen.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwopen.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c
index 8df9d13a83ef..400b526a3adf 100644
--- a/usr.bin/window/wwprintf.c
+++ b/usr.bin/window/wwprintf.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c
index a515beb7a673..19df1ece0476 100644
--- a/usr.bin/window/wwpty.c
+++ b/usr.bin/window/wwpty.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c
index af614b2b7445..9d94a5d40812 100644
--- a/usr.bin/window/wwputc.c
+++ b/usr.bin/window/wwputc.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c
index 2584da2de926..d5d673a3f192 100644
--- a/usr.bin/window/wwputs.c
+++ b/usr.bin/window/wwputs.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwputs.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c
index 2a980128a504..32a23055da59 100644
--- a/usr.bin/window/wwredraw.c
+++ b/usr.bin/window/wwredraw.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwredraw.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c
index 36590dfcbfe1..4e12f18074a0 100644
--- a/usr.bin/window/wwredrawwin.c
+++ b/usr.bin/window/wwredrawwin.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c
index 0cd0901f044a..2fdc39e4b2da 100644
--- a/usr.bin/window/wwrint.c
+++ b/usr.bin/window/wwrint.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwrint.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c
index 806e3986a0d0..0afd91faa013 100644
--- a/usr.bin/window/wwscroll.c
+++ b/usr.bin/window/wwscroll.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c
index 86e46987becf..295c8a5717fc 100644
--- a/usr.bin/window/wwsize.c
+++ b/usr.bin/window/wwsize.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include <stdlib.h>
diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c
index 57e2f666ef62..71c3db668a2a 100644
--- a/usr.bin/window/wwspawn.c
+++ b/usr.bin/window/wwspawn.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c
index 3c2f90b0c7f7..d3de5edba48f 100644
--- a/usr.bin/window/wwsuspend.c
+++ b/usr.bin/window/wwsuspend.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c
index 244038904d47..0545d5f8664d 100644
--- a/usr.bin/window/wwtty.c
+++ b/usr.bin/window/wwtty.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c
index 6945ffae56d0..4641e8b6c8da 100644
--- a/usr.bin/window/wwunframe.c
+++ b/usr.bin/window/wwunframe.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwunframe.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c
index f13453d609f4..f780716992be 100644
--- a/usr.bin/window/wwupdate.c
+++ b/usr.bin/window/wwupdate.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwupdate.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c
index 98804606470d..cc6f7bc49d37 100644
--- a/usr.bin/window/wwwrite.c
+++ b/usr.bin/window/wwwrite.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c
index a5a1cc14f947..5a188da3786b 100644
--- a/usr.bin/window/xx.c
+++ b/usr.bin/window/xx.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)xx.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"
diff --git a/usr.bin/window/xx.h b/usr.bin/window/xx.h
index 2c54589fa8a5..e49b85ededbb 100644
--- a/usr.bin/window/xx.h
+++ b/usr.bin/window/xx.h
@@ -34,6 +34,7 @@
* SUCH DAMAGE.
*
* @(#)xx.h 8.1 (Berkeley) 6/6/93
+ * $FreeBSD$
*/
struct xx {
diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c
index 5b095795a641..e119cd67634a 100644
--- a/usr.bin/window/xxflush.c
+++ b/usr.bin/window/xxflush.c
@@ -36,6 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)xxflush.c 8.1 (Berkeley) 6/6/93";
+static char rcsid[] = "@(#)$FreeBSD$";
#endif /* not lint */
#include "ww.h"