summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-31 23:42:05 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-31 23:42:05 +0000
commit53f11ac28d64e0bec05c6cec4bc03a87e3a2666b (patch)
tree3248e0a8f511281af960d8eb68886fd48e80253e /usr.bin
parent0ab62f4832a08e6e55e6f1b4aa2a1f22c6a6bcca (diff)
Correct Copyright lines in the rarely touched files:
* add missing years (only where substantial changes were committed) * update Kristaps' email address in the remaining places No code changes.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mandoc/arch.c4
-rw-r--r--usr.bin/mandoc/arch.in6
-rw-r--r--usr.bin/mandoc/att.c4
-rw-r--r--usr.bin/mandoc/att.in4
-rw-r--r--usr.bin/mandoc/lib.c4
-rw-r--r--usr.bin/mandoc/man_argv.c4
-rw-r--r--usr.bin/mandoc/man_hash.c4
-rw-r--r--usr.bin/mandoc/mdoc_hash.c4
-rw-r--r--usr.bin/mandoc/mdoc_strings.c4
-rw-r--r--usr.bin/mandoc/msec.in4
-rw-r--r--usr.bin/mandoc/st.c4
-rw-r--r--usr.bin/mandoc/st.in6
-rw-r--r--usr.bin/mandoc/vol.c4
-rw-r--r--usr.bin/mandoc/vol.in4
14 files changed, 32 insertions, 28 deletions
diff --git a/usr.bin/mandoc/arch.c b/usr.bin/mandoc/arch.c
index 14aeb3a499d..0e0d94408e9 100644
--- a/usr.bin/mandoc/arch.c
+++ b/usr.bin/mandoc/arch.c
@@ -1,6 +1,6 @@
-/* $Id: arch.c,v 1.4 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: arch.c,v 1.5 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/arch.in b/usr.bin/mandoc/arch.in
index 27f1db92ad7..c7a09e42b13 100644
--- a/usr.bin/mandoc/arch.in
+++ b/usr.bin/mandoc/arch.in
@@ -1,6 +1,6 @@
-/* $Id: arch.in,v 1.3 2010/02/26 12:51:25 schwarze Exp $ */
+/* $Id: arch.in,v 1.4 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -22,6 +22,8 @@
* formatted output.
*
* Be sure to escape strings.
+ *
+ * REMEMBER TO ADD NEW ARCHITECTURES TO MDOC.7!
*/
LINE("alpha", "Alpha")
diff --git a/usr.bin/mandoc/att.c b/usr.bin/mandoc/att.c
index f6d1fbae9d1..03086eddf22 100644
--- a/usr.bin/mandoc/att.c
+++ b/usr.bin/mandoc/att.c
@@ -1,6 +1,6 @@
-/* $Id: att.c,v 1.4 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: att.c,v 1.5 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/att.in b/usr.bin/mandoc/att.in
index c0efe3d5b3a..0dbde4fea1e 100644
--- a/usr.bin/mandoc/att.in
+++ b/usr.bin/mandoc/att.in
@@ -1,6 +1,6 @@
-/* $Id: att.in,v 1.2 2009/06/14 23:00:57 schwarze Exp $ */
+/* $Id: att.in,v 1.3 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/lib.c b/usr.bin/mandoc/lib.c
index eb112062094..79c70a821f9 100644
--- a/usr.bin/mandoc/lib.c
+++ b/usr.bin/mandoc/lib.c
@@ -1,6 +1,6 @@
-/* $Id: lib.c,v 1.4 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: lib.c,v 1.5 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/man_argv.c b/usr.bin/mandoc/man_argv.c
index cf415249cb8..60fd3d42b22 100644
--- a/usr.bin/mandoc/man_argv.c
+++ b/usr.bin/mandoc/man_argv.c
@@ -1,6 +1,6 @@
-/* $Id: man_argv.c,v 1.2 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: man_argv.c,v 1.3 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/man_hash.c b/usr.bin/mandoc/man_hash.c
index ed2306359df..4397c552281 100644
--- a/usr.bin/mandoc/man_hash.c
+++ b/usr.bin/mandoc/man_hash.c
@@ -1,6 +1,6 @@
-/* $Id: man_hash.c,v 1.12 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: man_hash.c,v 1.13 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/mdoc_hash.c b/usr.bin/mandoc/mdoc_hash.c
index 99163d8195b..8d816e9ad9f 100644
--- a/usr.bin/mandoc/mdoc_hash.c
+++ b/usr.bin/mandoc/mdoc_hash.c
@@ -1,6 +1,6 @@
-/* $Id: mdoc_hash.c,v 1.10 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: mdoc_hash.c,v 1.11 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/mdoc_strings.c b/usr.bin/mandoc/mdoc_strings.c
index df389ba862a..7da283221e2 100644
--- a/usr.bin/mandoc/mdoc_strings.c
+++ b/usr.bin/mandoc/mdoc_strings.c
@@ -1,6 +1,6 @@
-/* $Id: mdoc_strings.c,v 1.18 2010/05/23 22:45:00 schwarze Exp $ */
+/* $Id: mdoc_strings.c,v 1.19 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/msec.in b/usr.bin/mandoc/msec.in
index 9112c44abdd..8bb397a9208 100644
--- a/usr.bin/mandoc/msec.in
+++ b/usr.bin/mandoc/msec.in
@@ -1,6 +1,6 @@
-/* $Id: msec.in,v 1.3 2009/06/18 21:29:32 schwarze Exp $ */
+/* $Id: msec.in,v 1.4 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/st.c b/usr.bin/mandoc/st.c
index 19716aa4baf..b316e377180 100644
--- a/usr.bin/mandoc/st.c
+++ b/usr.bin/mandoc/st.c
@@ -1,6 +1,6 @@
-/* $Id: st.c,v 1.4 2010/05/23 22:45:01 schwarze Exp $ */
+/* $Id: st.c,v 1.5 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/st.in b/usr.bin/mandoc/st.in
index 074619b5929..f6f76b037e0 100644
--- a/usr.bin/mandoc/st.in
+++ b/usr.bin/mandoc/st.in
@@ -1,6 +1,6 @@
-/* $Id: st.in,v 1.6 2010/05/08 00:48:07 schwarze Exp $ */
+/* $Id: st.in,v 1.7 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -22,6 +22,8 @@
* the formatted output string.
*
* Be sure to escape strings.
+ *
+ * REMEMBER TO ADD NEW STANDARDS TO MDOC.7!
*/
LINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX\\(rq)")
diff --git a/usr.bin/mandoc/vol.c b/usr.bin/mandoc/vol.c
index 49828986542..117dc42172b 100644
--- a/usr.bin/mandoc/vol.c
+++ b/usr.bin/mandoc/vol.c
@@ -1,6 +1,6 @@
-/* $Id: vol.c,v 1.4 2010/05/23 22:45:01 schwarze Exp $ */
+/* $Id: vol.c,v 1.5 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/mandoc/vol.in b/usr.bin/mandoc/vol.in
index 4f2d346a3cd..98134cdc950 100644
--- a/usr.bin/mandoc/vol.in
+++ b/usr.bin/mandoc/vol.in
@@ -1,6 +1,6 @@
-/* $Id: vol.in,v 1.2 2009/06/14 23:00:57 schwarze Exp $ */
+/* $Id: vol.in,v 1.3 2010/07/31 23:42:04 schwarze Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above