summaryrefslogtreecommitdiff
path: root/build_posix
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-02-16 16:15:04 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-02-16 16:15:04 +1100
commit4cf87d06a4fefb9062508d2dd3fe8ec569b5371e (patch)
tree7d3b9b7ac004df28e7b9db2a9337fc3cfb100fcf /build_posix
parentccf431cdc39846407776e64e5e92d1b17a9bf2c2 (diff)
downloadmongo-4cf87d06a4fefb9062508d2dd3fe8ec569b5371e.tar.gz
Remove '$Id$ from sources, add more file to the list for s_copyright to check.
Diffstat (limited to 'build_posix')
-rw-r--r--build_posix/aclocal/options.m44
-rw-r--r--build_posix/aclocal/types.m44
-rw-r--r--build_posix/configure.ac3
-rw-r--r--build_posix/makemake2
-rw-r--r--build_posix/reconf2
5 files changed, 4 insertions, 11 deletions
diff --git a/build_posix/aclocal/options.m4 b/build_posix/aclocal/options.m4
index 66a3bfbf1cb..7f07eee4773 100644
--- a/build_posix/aclocal/options.m4
+++ b/build_posix/aclocal/options.m4
@@ -1,7 +1,5 @@
-# Copyright (c) 2008 WiredTiger Software.
+# Copyright (c) 2008-2011 WiredTiger Software.
# All rights reserved.
-#
-# $Id$
# Optional configuration.
AC_DEFUN([AM_OPTIONS], [
diff --git a/build_posix/aclocal/types.m4 b/build_posix/aclocal/types.m4
index 6920a438c91..1633fdf0cdb 100644
--- a/build_posix/aclocal/types.m4
+++ b/build_posix/aclocal/types.m4
@@ -1,7 +1,5 @@
-# Copyright (c) 2008 WiredTiger Software.
+# Copyright (c) 2008-2011 WiredTiger Software.
# All rights reserved.
-#
-# $Id$
# AM_SIGNED_TYPES, AM_UNSIGNED_TYPES --
# Search standard type names for something of the same size and
diff --git a/build_posix/configure.ac b/build_posix/configure.ac
index baadb332899..b2ca510810b 100644
--- a/build_posix/configure.ac
+++ b/build_posix/configure.ac
@@ -1,4 +1,5 @@
-# $Id$
+# Copyright (c) 2008-2011 WiredTiger Software.
+# All rights reserved.
PACKAGE=wiredtiger
AC_INIT(WiredTiger, [__EDIT_WIREDTIGER_VERSION__],
diff --git a/build_posix/makemake b/build_posix/makemake
index 8e08c561f49..72833c74206 100644
--- a/build_posix/makemake
+++ b/build_posix/makemake
@@ -2,8 +2,6 @@
#
# Copyright (c) 2008-2010 WiredTiger, Inc.
# All rights reserved.
-#
-# $Id$
# Build Makefile.am
filelist=../dist/filelist
diff --git a/build_posix/reconf b/build_posix/reconf
index 3829370b4d1..ad8a2926860 100644
--- a/build_posix/reconf
+++ b/build_posix/reconf
@@ -2,8 +2,6 @@
#
# Copyright (c) 2008-2010 WiredTiger, Inc.
# All rights reserved.
-#
-# $Id$
t=/tmp/__configure.$$
trap 'rm -f $t; exit 0' 0 1 2 3 13 15