Missing $OpenBSD$'s.
authorkrw <krw@openbsd.org>
Tue, 20 Jan 2015 04:41:01 +0000 (04:41 +0000)
committerkrw <krw@openbsd.org>
Tue, 20 Jan 2015 04:41:01 +0000 (04:41 +0000)
ok deraadt@

50 files changed:
distrib/common/elf32.c
distrib/common/elf64.c
lib/libm/arch/hppa/e_sqrt.c
lib/libm/arch/hppa/e_sqrtf.c
lib/libm/arch/hppa/s_ceil.c
lib/libm/arch/hppa/s_ceilf.c
lib/libm/arch/hppa/s_floor.c
lib/libm/arch/hppa/s_floorf.c
lib/libm/arch/hppa/s_rint.c
lib/libm/arch/hppa/s_rintf.c
lib/libm/arch/hppa/s_round.c
lib/libm/arch/hppa/s_roundf.c
lib/libm/arch/hppa/s_trunc.c
lib/libm/arch/hppa/s_truncf.c
lib/libm/src/s_signgam.c
lib/libsqlite3/src/fault.c
lib/libsqlite3/src/mem0.c
lib/libsqlite3/tsrc/pthread_stub.c
regress/lib/libc/setjmp-fpu/_setjmp.c
regress/lib/libc/setjmp-fpu/main.c
regress/lib/libc/setjmp-fpu/setjmp.c
regress/lib/libc/setjmp-fpu/sigsetjmp.c
regress/lib/libc/stdio_threading/fopen/fopen_test.c
regress/lib/libevent/test-init.c
regress/libexec/ld.so/edgecases/test1/libaa_b/aa.c
regress/libexec/ld.so/edgecases/test1/libaa_g/aa.c
regress/libexec/ld.so/initfirst/test1/libif2/lib.c
regress/libexec/ld.so/initfirst/test1/libif3/lib.c
regress/libexec/ld.so/initfirst/test1/libnormal/lib.c
regress/libexec/ld.so/randomdata/libaa/aa.c
regress/libexec/ld.so/randomdata/prog/prog.c
sys/arch/octeon/stand/boot/exec.c
sys/arch/socppc/stand/boot/time.c
sys/kern/exec_elf32.c
sys/kern/exec_elf64.c
sys/lib/libz/zopenbsd.c
usr.bin/gprof/alpha.c
usr.bin/gprof/amd64.c
usr.bin/gprof/hppa.c
usr.bin/gprof/hppa64.c
usr.bin/gprof/powerpc.c
usr.bin/gprof/sparc64.c
usr.bin/sudo/audit.c
usr.bin/sudo/def_data.c
usr.bin/sudo/zero_bytes.c
usr.sbin/mkuboot/copy_elf32.c
usr.sbin/mkuboot/copy_elf64.c
usr.sbin/unbound/iterator/iter_resptype.c
usr.sbin/unbound/services/outbound_list.c
usr.sbin/unbound/util/module.c

index 7ddf2db..f286eef 100644 (file)
@@ -1,2 +1,3 @@
+/*     $OpenBSD: elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
 #define ELFSIZE 32
 #include "elfrd_size.c"
index e5409d7..6c093bf 100644 (file)
@@ -1,2 +1,3 @@
+/*     $OpenBSD: elf64.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
 #define ELFSIZE 64
 #include "elfrd_size.c"
index 2f7ecae..b2b07ca 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: e_sqrt.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index d01c502..e522ac9 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: e_sqrtf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index c21cb83..0c6ee30 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_ceil.c,v 1.9 2015/01/20 04:41:01 krw Exp $  */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index 84ef3f1..f09ab33 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_ceilf.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index 8bfb3f9..a0b92a1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_floor.c,v 1.11 2015/01/20 04:41:01 krw Exp $        */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index 02f1fea..adea9ec 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_floorf.c,v 1.9 2015/01/20 04:41:01 krw Exp $        */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index 579422e..d1c4141 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_rint.c,v 1.11 2015/01/20 04:41:01 krw Exp $ */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index 48fbccb..773c892 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_rintf.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index d61502a..07a3bf3 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_round.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index cbc2629..4cc3de6 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_roundf.c,v 1.5 2015/01/20 04:41:01 krw Exp $        */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index bdcf87b..bb702db 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_trunc.c,v 1.7 2015/01/20 04:41:01 krw Exp $ */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index d9c1f6c..3901d22 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_truncf.c,v 1.5 2015/01/20 04:41:01 krw Exp $        */
 /*
  * Written by Michael Shalayeff. Public Domain
  */
index d67d591..cec0a5a 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: s_signgam.c,v 1.2 2015/01/20 04:41:01 krw Exp $       */
 #include "math.h"
 #include "math_private.h"
 int signgam = 0;
index c3028c4..3ef9cfb 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: fault.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
 /*
 ** 2008 Jan 22
 **
index 0d0b666..0e810cb 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: mem0.c,v 1.2 2015/01/20 04:41:01 krw Exp $    */
 /*
 ** 2008 October 28
 **
index 995c9ca..8c93071 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: pthread_stub.c,v 1.2 2015/01/20 04:41:01 krw Exp $    */
 /* stubs for pthreads function, quick and dirty */
 #if SQLITE_THREADSAFE && !defined(SQLITE_TEST)
 
index a10b582..9131c7e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: _setjmp.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */
 #define        SETJMP(env, savemask)   _setjmp(env)
 #define        LONGJMP(env, val)       _longjmp(env, val)
 #define        TEST_SETJMP             test__setjmp
index 43f9b62..5050fee 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: main.c,v 1.2 2015/01/20 04:41:01 krw Exp $    */
 int    test__setjmp(void);
 int    test_setjmp(void);
 int    test_sigsetjmp(void);
index 04de1df..fe4acd1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: setjmp.c,v 1.2 2015/01/20 04:41:01 krw Exp $  */
 #define        SETJMP(env, savemask)   setjmp(env)
 #define        LONGJMP(env, val)       longjmp(env, val)
 #define        TEST_SETJMP             test_setjmp
index 8ba80e2..6ce4cae 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: sigsetjmp.c,v 1.2 2015/01/20 04:41:01 krw Exp $       */
 #define        SETJMP(env, savemask)   sigsetjmp(env, savemask)
 #define        LONGJMP(env, val)       siglongjmp(env, val)
 #define        TEST_SETJMP             test_sigsetjmp
index 72359bb..89172d9 100755 (executable)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: fopen_test.c,v 1.2 2015/01/20 04:41:01 krw Exp $      */
 /*
  * Copyright (c) 2008 Bret S. Lambert <blambert@openbsd.org>
  *
index d60aa36..3deba3f 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: test-init.c,v 1.2 2015/01/20 04:41:01 krw Exp $       */
 /*
  * Compile with:
  * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
index d21680f..59755f1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: aa.c,v 1.2 2015/01/20 04:41:01 krw Exp $      */
 /* the point of this library is to not define function ad() */
 ad_notdefine()
 {
index 0b7bcbb..45c1a95 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: aa.c,v 1.2 2015/01/20 04:41:01 krw Exp $      */
 ad()
 {
 }
index 656cd11..7929c6c 100644 (file)
@@ -1,2 +1,3 @@
+/*     $OpenBSD: lib.c,v 1.2 2015/01/20 04:41:01 krw Exp $     */
 #define NAME "if2"
 #include "../lib.c"
index 52ea747..110fe37 100644 (file)
@@ -1,2 +1,3 @@
+/*     $OpenBSD: lib.c,v 1.2 2015/01/20 04:41:01 krw Exp $     */
 #define NAME "if3"
 #include "../lib.c"
index 4018c03..2abfd97 100644 (file)
@@ -1,2 +1,3 @@
+/*     $OpenBSD: lib.c,v 1.2 2015/01/20 04:41:01 krw Exp $     */
 #define NAME "normal"
 #include "../lib.c"
index bc0047f..c0bd2bc 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: aa.c,v 1.2 2015/01/20 04:41:01 krw Exp $      */
 #include <sys/types.h>
 
 static int64_t aavalue __attribute__((section(".openbsd.randomdata")));
index c5f27a9..34b8f3e 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: prog.c,v 1.2 2015/01/20 04:41:01 krw Exp $    */
 #include <sys/types.h>
 #include <assert.h>
 
index 2bd6454..592de9c 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: exec.c,v 1.2 2015/01/20 04:41:01 krw Exp $    */
 #include <sys/param.h>
 #include "libsa.h"
 #include <lib/libsa/loadfile.h>
index f2e8ad2..18c7021 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: time.c,v 1.3 2015/01/20 04:41:01 krw Exp $    */
 #include <sys/types.h>
 
 #include "libsa.h"
index 0ee5272..584667f 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: exec_elf32.c,v 1.3 2015/01/20 04:41:01 krw Exp $      */
 /*
  * Public domain. Author: Artur Grabowski <art@openbsd.org>
  */
index 4ea7648..517ee5d 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: exec_elf64.c,v 1.21 2015/01/20 04:41:01 krw Exp $     */
 /*
  * Public domain. Author: Artur Grabowski <art@openbsd.org>
  */
index 10d3845..61e33f5 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: zopenbsd.c,v 1.4 2015/01/20 04:41:01 krw Exp $        */
 #include <sys/types.h>
 #include <sys/malloc.h>
 #include <lib/libz/zutil.h>
index 4586923..b45660d 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: alpha.c,v 1.6 2015/01/20 04:41:01 krw Exp $   */
 #include        "gprof.h"
 
 void
index 4586923..67b3430 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: amd64.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
 #include        "gprof.h"
 
 void
index 4586923..a3e135d 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: hppa.c,v 1.4 2015/01/20 04:41:01 krw Exp $    */
 #include        "gprof.h"
 
 void
index 4586923..1d62d21 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: hppa64.c,v 1.2 2015/01/20 04:41:01 krw Exp $  */
 #include        "gprof.h"
 
 void
index 4586923..df6e7e4 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: powerpc.c,v 1.5 2015/01/20 04:41:01 krw Exp $ */
 #include        "gprof.h"
 
 void
index 4586923..aeedea1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: sparc64.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */
 #include        "gprof.h"
 
 void
index 59ea526..da712b1 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: audit.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
 /*
  * Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
  *
index 8498464..8b53c67 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: def_data.c,v 1.10 2015/01/20 04:41:01 krw Exp $       */
 static struct def_values def_data_lecture[] = {
     { "never", never },
     { "once", once },
index 7391780..95f1694 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: zero_bytes.c,v 1.6 2015/01/20 04:41:01 krw Exp $      */
 /*
  * Copyright (c) 2003-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *
index 3d1aaf5..b4ef6b4 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: copy_elf32.c,v 1.2 2015/01/20 04:41:01 krw Exp $      */
 /* Public domain - not significant enough to copyright */
 #define ELFSIZE 32
 #include "copy_elf.c"
index 6e0f294..eddfc25 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: copy_elf64.c,v 1.2 2015/01/20 04:41:01 krw Exp $      */
 /* Public domain - not significant enough to copyright */
 #define ELFSIZE 64
 #include "copy_elf.c"
index 45f9193..f89a3b4 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: iter_resptype.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
 /*
  * iterator/iter_resptype.c - response type information and classification.
  *
index ad73380..fe396e3 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: outbound_list.c,v 1.2 2015/01/20 04:41:01 krw Exp $   */
 /*
  * services/outbound_list.c - keep list of outbound serviced queries.
  *
index 09e276c..5eaee5b 100644 (file)
@@ -1,3 +1,4 @@
+/*     $OpenBSD: module.c,v 1.2 2015/01/20 04:41:01 krw Exp $  */
 /*
  * util/module.c - module interface
  *