diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-26 10:07:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-26 10:07:20 +0000 |
commit | 9e1ade7750536b2a3c7d9697572918a3760a96a3 (patch) | |
tree | f3cb21d3e8877cbcbc70b483da355d5a53cef246 | |
parent | e218b63212e0698ca73953f276748e8074412fad (diff) |
Notes
84 files changed, 84 insertions, 6 deletions
diff --git a/usr.bin/window/alias.h b/usr.bin/window/alias.h index ea63b493ac37d..8b6aba37b7c52 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 670d5f1afe084..8680cd40b1283 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 fc05cfa668ffb..c4b957c6f84e9 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 391e34664130c..66e5359d89a4f 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 6fdc9dad3bab8..9b632e641d5e4 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 f6239e9f4ad20..da5aa9f418973 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 5dca8f8bff105..b4e32713b3b64 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 456fdb9cc1dfd..50e9b7ebc3bd5 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 d71b5106dde0b..76e2a4d5eee8a 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 4863abef0eaf6..df82b2707aed9 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 59eb729d7c96f..6601e5d955008 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 63e061424154f..3d098ed23c8fd 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 3938aa7508c2f..822198d8c917c 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 b3d1394f49ff9..6c58e2d547197 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 90378d80cfa7f..685e320dc9f2a 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 68584e7b8f8cf..c33d0d7b48b2b 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 9cc97904ed6d0..dbae107537787 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 e9b2f550aac67..1e8c82f52c331 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 d4aa80da44b5f..628f80bfc24ac 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 1b1e7e948e0b8..dafa3c18a9975 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 b1797561fafff..43ca689ec3267 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 9bf691b35e7cd..23b8a12f48cf3 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 d0926c0bf3f8c..cbb2faa79371a 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 a37b23b9c4588..5e3f72c0ac1e3 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 bd19bb337b4e8..53fe7b3efa4a6 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 2b152f223572b..30e598e3ed5b5 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 704cb305fba0a..f74ea9ae7f445 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 b6dbcfe420e03..2c589f8d1c941 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 2482abf6fb881..7c5dba0a754cf 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 eac904c285a61..f29289e653726 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 6a2a36e1c1b30..cbefc294ccd21 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 a1e85084ab849..500fe6bf5a868 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 4f9ae2fb5d95a..680f996b97e12 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 8efff5512434c..523ead6c94d84 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 8424d0d184a5c..01aeb60d4b1a2 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 a285712f8bb58..43d6dfc4c7751 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 97fbb0745ddc7..b7d2976a9ef68 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 28a11621cd696..b55e210b6ba5a 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 95fd6111c9dae..645d2da4b10d4 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 7eabf2371fbc0..d0b4f7bffc071 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 377464aa3a92a..699500d0e1701 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 c083acfb190eb..7f05d88c06cf9 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 f4dd52b180aa8..1403f9aca39a3 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 0e9646657df48..9ffc5d00b4bb3 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 a27aed9f447e9..0d9e3330b6f83 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 5f3f64a1da70e..49075bde1554d 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 f3d462c0cc6ee..0cba5a2ab831e 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 cd9cdba5453eb..3959d64482c24 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 12805894a72b9..6efee9ce6b1b3 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 cd58833342510..c03378f07b205 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 f659736ef897b..d284d65e3a146 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 f2aef72e74491..c3040d01cd2d1 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 4a8482bfbd3e6..dd2d5df1e5dfd 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 b984d2d20c308..211058ddbe1ec 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 c2b971c9f48e7..7e02209d543c2 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 6a853bc19f7c2..0576ebd2cb67c 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 bb0badd917561..d1a26dae74b8d 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 a7223b7064dd9..527763b6abc35 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 0c7c2032c02c1..174e381d5b3d0 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 b283f999b0164..7884d94ee0e15 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 acdeb269b08d0..09dc3b85a204b 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 ce6978b7b7a1c..b6ea6b891bbac 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 d4cc99ebec3d3..f3f8b2cf3614a 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 3fca477ad57a0..2e77578a978fe 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 65440d1bd12da..0e23983f9bb94 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 8a8be2a412bef..ca77d16cc90b9 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 8df9d13a83ef4..400b526a3adf5 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 a515beb7a673a..19df1ece04761 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 af614b2b74451..9d94a5d40812b 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 2584da2de9267..d5d673a3f1920 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 2a980128a5049..32a23055da597 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 36590dfcbfe1a..4e12f18074a0c 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 0cd0901f044af..2fdc39e4b2dad 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 806e3986a0d01..0afd91faa0134 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 86e46987becfb..295c8a5717fce 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 57e2f666ef621..71c3db668a2a6 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 3c2f90b0c7f73..d3de5edba48f6 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 244038904d479..0545d5f8664d6 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 6945ffae56d0b..4641e8b6c8daa 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 f13453d609f4f..f780716992be5 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 98804606470d4..cc6f7bc49d370 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 a5a1cc14f947c..5a188da3786b0 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 2c54589fa8a5f..e49b85ededbbb 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 5b095795a641c..e119cd67634a7 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" |