diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-26 10:07:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-26 10:07:20 +0000 |
commit | 0d9cb3fb61967f40900cc0dabad8c6cf6cfe8021 (patch) | |
tree | b3ede6c01d54c0cb7f2f96592d68a3b8f305ce77 /usr.bin/window | |
parent | 82cfc38d6c3b6c3fc2f69fa905662dd200648130 (diff) | |
download | FreeBSD-src-0d9cb3fb61967f40900cc0dabad8c6cf6cfe8021.zip FreeBSD-src-0d9cb3fb61967f40900cc0dabad8c6cf6cfe8021.tar.gz |
While I'm here and got caught by it, add FreeBSD IDs so the next guy
won't have trouble committing his bits.
Diffstat (limited to 'usr.bin/window')
84 files changed, 84 insertions, 6 deletions
diff --git a/usr.bin/window/alias.h b/usr.bin/window/alias.h index ea63b49..8b6aba3 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 670d5f1..8680cd4 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 fc05cfa..c4b957c 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 391e346..66e5359 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 6fdc9da..9b632e6 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 f6239e9..da5aa9f 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 5dca8f8..b4e3271 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 456fdb9..50e9b7e 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 d71b510..76e2a4d 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 4863abe..df82b27 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 59eb729..6601e5d 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 63e0614..3d098ed 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 3938aa7..822198d 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 b3d1394..6c58e2d 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 90378d8..685e320 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 68584e7..c33d0d7 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 9cc9790..dbae107 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 e9b2f55..1e8c82f 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 d4aa80d..628f80b 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 1b1e7e9..dafa3c1 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 b179756..43ca689 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 9bf691b..23b8a12 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 d0926c0..cbb2faa7 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 a37b23b..5e3f72c 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 bd19bb3..53fe7b3 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 2b152f2..30e598e 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 704cb30..f74ea9a 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 b6dbcfe..2c589f8 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 2482abf..7c5dba0 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 eac904c..f29289e 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 6a2a36e..cbefc29 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 a1e8508..500fe6b 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 4f9ae2f..680f996 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 8efff55..523ead6 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 8424d0d..01aeb60 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 a285712..43d6dfc 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 97fbb07..b7d2976 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 28a1162..b55e210 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 95fd611..645d2da 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 7eabf23..d0b4f7b 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 377464a..699500d 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 c083acf..7f05d88 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 f4dd52b..1403f9a 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 0e96466..9ffc5d0 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 a27aed9..0d9e333 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 5f3f64a..49075bd 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 f3d462c..0cba5a2 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 cd9cdba..3959d644 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 1280589..6efee9c 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 cd58833..c03378f 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 f659736..d284d65 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 f2aef72..c3040d01 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 4a8482b..dd2d5df 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 b984d2d..211058d 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 c2b971c..7e02209 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 6a853bc..0576ebd 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 bb0badd..d1a26da 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 a7223b7..527763b 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 0c7c203..174e381 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 b283f99..7884d94 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 acdeb26..09dc3b8 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 ce6978b..b6ea6b8 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 d4cc99e..f3f8b2c 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 3fca477..2e77578 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 65440d1..0e23983 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 8a8be2a..ca77d16 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 8df9d13..400b526 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 a515beb..19df1ec 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 af614b2..9d94a5d 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 2584da2..d5d673a 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 2a98012..32a2305 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 36590df..4e12f18 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 0cd0901..2fdc39e 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 806e398..0afd91f 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 86e4698..295c8a5 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 57e2f66..71c3db6 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 3c2f90b..d3de5ed 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 2440389..0545d5f 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 6945ffa..4641e8b 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 f13453d..f780716 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 9880460..cc6f7bc 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 a5a1cc1..5a188da 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 2c54589..e49b85e 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 5b09579..e119cd6 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" |