summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/cc/ccom
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/pcc/cc/ccom')
-rw-r--r--usr.bin/pcc/cc/ccom/ccom.12
-rw-r--r--usr.bin/pcc/cc/ccom/cgram.y2
-rw-r--r--usr.bin/pcc/cc/ccom/gcc_compat.c2
-rw-r--r--usr.bin/pcc/cc/ccom/init.c2
-rw-r--r--usr.bin/pcc/cc/ccom/inline.c2
-rw-r--r--usr.bin/pcc/cc/ccom/main.c2
-rw-r--r--usr.bin/pcc/cc/ccom/optim.c2
-rw-r--r--usr.bin/pcc/cc/ccom/pass1.h2
-rw-r--r--usr.bin/pcc/cc/ccom/pftn.c2
-rw-r--r--usr.bin/pcc/cc/ccom/scan.l2
-rw-r--r--usr.bin/pcc/cc/ccom/stabs.c2
-rw-r--r--usr.bin/pcc/cc/ccom/symtabs.c2
-rw-r--r--usr.bin/pcc/cc/ccom/trees.c2
13 files changed, 14 insertions, 12 deletions
diff --git a/usr.bin/pcc/cc/ccom/ccom.1 b/usr.bin/pcc/cc/ccom/ccom.1
index 3205366a5a7..eb39b05569e 100644
--- a/usr.bin/pcc/cc/ccom/ccom.1
+++ b/usr.bin/pcc/cc/ccom/ccom.1
@@ -1,3 +1,5 @@
+.\" $OpenBSD: ccom.1,v 1.2 2007/09/15 22:04:38 ray Exp $
+.\"
.\" Copyright (c) 2007 Jeremy C. Reed <reed@reedmedia.net>
.\" Permission to use, copy, modify, and/or distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/pcc/cc/ccom/cgram.y b/usr.bin/pcc/cc/ccom/cgram.y
index 3393bf6e13b..28d169d0409 100644
--- a/usr.bin/pcc/cc/ccom/cgram.y
+++ b/usr.bin/pcc/cc/ccom/cgram.y
@@ -1,4 +1,4 @@
-/* $Id: cgram.y,v 1.1 2007/09/15 18:12:33 otto Exp $ */
+/* $OpenBSD: cgram.y,v 1.2 2007/09/15 22:04:38 ray Exp $ */
/*
* Copyright (c) 2003 Anders Magnusson (ragge@ludd.luth.se).
diff --git a/usr.bin/pcc/cc/ccom/gcc_compat.c b/usr.bin/pcc/cc/ccom/gcc_compat.c
index 56de6783bf0..29a8cfabdd9 100644
--- a/usr.bin/pcc/cc/ccom/gcc_compat.c
+++ b/usr.bin/pcc/cc/ccom/gcc_compat.c
@@ -1,4 +1,4 @@
-/* $Id: gcc_compat.c,v 1.1 2007/09/15 18:12:33 otto Exp $ */
+/* $OpenBSD: gcc_compat.c,v 1.2 2007/09/15 22:04:38 ray Exp $ */
/*
* Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se).
* All rights reserved.
diff --git a/usr.bin/pcc/cc/ccom/init.c b/usr.bin/pcc/cc/ccom/init.c
index 58084f966f4..bca2c4227fe 100644
--- a/usr.bin/pcc/cc/ccom/init.c
+++ b/usr.bin/pcc/cc/ccom/init.c
@@ -1,4 +1,4 @@
-/* $Id: init.c,v 1.1 2007/09/15 18:12:33 otto Exp $ */
+/* $OpenBSD: init.c,v 1.2 2007/09/15 22:04:38 ray Exp $ */
/*
* Copyright (c) 2004, 2007 Anders Magnusson (ragge@ludd.ltu.se).
diff --git a/usr.bin/pcc/cc/ccom/inline.c b/usr.bin/pcc/cc/ccom/inline.c
index b0567573487..9d7b2eebc89 100644
--- a/usr.bin/pcc/cc/ccom/inline.c
+++ b/usr.bin/pcc/cc/ccom/inline.c
@@ -1,4 +1,4 @@
-/* $Id: inline.c,v 1.1 2007/09/15 18:12:33 otto Exp $ */
+/* $OpenBSD: inline.c,v 1.2 2007/09/15 22:04:38 ray Exp $ */
/*
* Copyright (c) 2003 Anders Magnusson (ragge@ludd.luth.se).
* All rights reserved.
diff --git a/usr.bin/pcc/cc/ccom/main.c b/usr.bin/pcc/cc/ccom/main.c
index 40560e455d0..31b1f559c26 100644
--- a/usr.bin/pcc/cc/ccom/main.c
+++ b/usr.bin/pcc/cc/ccom/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.1 2007/09/15 18:12:33 otto Exp $ */
+/* $OpenBSD: main.c,v 1.2 2007/09/15 22:04:38 ray Exp $ */
/*
* Copyright (c) 2002 Anders Magnusson. All rights reserved.
diff --git a/usr.bin/pcc/cc/ccom/optim.c b/usr.bin/pcc/cc/ccom/optim.c
index 848e8535659..c06a5b94671 100644
--- a/usr.bin/pcc/cc/ccom/optim.c
+++ b/usr.bin/pcc/cc/ccom/optim.c
@@ -1,4 +1,4 @@
-/* $Id: optim.c,v 1.1 2007/09/15 18:12:34 otto Exp $ */
+/* $OpenBSD: optim.c,v 1.2 2007/09/15 22:04:38 ray Exp $ */
/*
* Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
*
diff --git a/usr.bin/pcc/cc/ccom/pass1.h b/usr.bin/pcc/cc/ccom/pass1.h
index 8513888fff5..247fa0e3cec 100644
--- a/usr.bin/pcc/cc/ccom/pass1.h
+++ b/usr.bin/pcc/cc/ccom/pass1.h
@@ -1,4 +1,4 @@
-/* $Id: pass1.h,v 1.1 2007/09/15 18:12:34 otto Exp $ */
+/* $OpenBSD: pass1.h,v 1.2 2007/09/15 22:04:38 ray Exp $ */
/*
* Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
*
diff --git a/usr.bin/pcc/cc/ccom/pftn.c b/usr.bin/pcc/cc/ccom/pftn.c
index f5be111dc2c..f709122a539 100644
--- a/usr.bin/pcc/cc/ccom/pftn.c
+++ b/usr.bin/pcc/cc/ccom/pftn.c
@@ -1,4 +1,4 @@
-/* $Id: pftn.c,v 1.1 2007/09/15 18:12:34 otto Exp $ */
+/* $OpenBSD: pftn.c,v 1.2 2007/09/15 22:04:39 ray Exp $ */
/*
* Copyright (c) 2003 Anders Magnusson (ragge@ludd.luth.se).
* All rights reserved.
diff --git a/usr.bin/pcc/cc/ccom/scan.l b/usr.bin/pcc/cc/ccom/scan.l
index 0a5470bb829..09a23ea4f50 100644
--- a/usr.bin/pcc/cc/ccom/scan.l
+++ b/usr.bin/pcc/cc/ccom/scan.l
@@ -1,5 +1,5 @@
%{
-/* $Id: scan.l,v 1.1 2007/09/15 18:12:34 otto Exp $ */
+/* $OpenBSD: scan.l,v 1.2 2007/09/15 22:04:39 ray Exp $ */
/*
* Copyright (c) 2002 Anders Magnusson. All rights reserved.
diff --git a/usr.bin/pcc/cc/ccom/stabs.c b/usr.bin/pcc/cc/ccom/stabs.c
index 122da85d3f3..19190bca8ba 100644
--- a/usr.bin/pcc/cc/ccom/stabs.c
+++ b/usr.bin/pcc/cc/ccom/stabs.c
@@ -1,4 +1,4 @@
-/* $Id: stabs.c,v 1.1 2007/09/15 18:12:34 otto Exp $ */
+/* $OpenBSD: stabs.c,v 1.2 2007/09/15 22:04:39 ray Exp $ */
/*
* Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se).
diff --git a/usr.bin/pcc/cc/ccom/symtabs.c b/usr.bin/pcc/cc/ccom/symtabs.c
index 1f96d5dc86a..6ef6bab9999 100644
--- a/usr.bin/pcc/cc/ccom/symtabs.c
+++ b/usr.bin/pcc/cc/ccom/symtabs.c
@@ -1,4 +1,4 @@
-/* $Id: symtabs.c,v 1.1 2007/09/15 18:12:35 otto Exp $ */
+/* $OpenBSD: symtabs.c,v 1.2 2007/09/15 22:04:39 ray Exp $ */
/*
* Copyright (c) 2003 Anders Magnusson (ragge@ludd.luth.se).
* All rights reserved.
diff --git a/usr.bin/pcc/cc/ccom/trees.c b/usr.bin/pcc/cc/ccom/trees.c
index c45a1767eac..c25bb27e85f 100644
--- a/usr.bin/pcc/cc/ccom/trees.c
+++ b/usr.bin/pcc/cc/ccom/trees.c
@@ -1,4 +1,4 @@
-/* $Id: trees.c,v 1.1 2007/09/15 18:12:35 otto Exp $ */
+/* $OpenBSD: trees.c,v 1.2 2007/09/15 22:04:39 ray Exp $ */
/*
* Copyright (c) 2003 Anders Magnusson (ragge@ludd.luth.se).
* All rights reserved.