summaryrefslogtreecommitdiff
path: root/src/schema
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-01-04 14:07:56 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-01-04 14:07:56 -0500
commit1f9098871a9148f2b1f6dd49aec01418c95ddf5c (patch)
tree4d080d856a829508a317793731dde501f2a93ed8 /src/schema
parenta013404d35734e10d84e8a7c939597913714aaf5 (diff)
downloadmongo-1f9098871a9148f2b1f6dd49aec01418c95ddf5c.tar.gz
Copyright notices: add MongoDB, update to 2015.
Diffstat (limited to 'src/schema')
-rw-r--r--src/schema/schema_create.c1
-rw-r--r--src/schema/schema_drop.c1
-rw-r--r--src/schema/schema_list.c1
-rw-r--r--src/schema/schema_open.c1
-rw-r--r--src/schema/schema_plan.c1
-rw-r--r--src/schema/schema_project.c1
-rw-r--r--src/schema/schema_rename.c1
-rw-r--r--src/schema/schema_stat.c1
-rw-r--r--src/schema/schema_truncate.c1
-rw-r--r--src/schema/schema_util.c1
-rw-r--r--src/schema/schema_worker.c1
11 files changed, 11 insertions, 0 deletions
diff --git a/src/schema/schema_create.c b/src/schema/schema_create.c
index 7a1cf757093..2915718383c 100644
--- a/src/schema/schema_create.c
+++ b/src/schema/schema_create.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_drop.c b/src/schema/schema_drop.c
index 9a74b26ffec..dfac4a172ef 100644
--- a/src/schema/schema_drop.c
+++ b/src/schema/schema_drop.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_list.c b/src/schema/schema_list.c
index 1fbc52821a6..9d70e5b943a 100644
--- a/src/schema/schema_list.c
+++ b/src/schema/schema_list.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_open.c b/src/schema/schema_open.c
index 4699fdeee02..2dc5cd1100a 100644
--- a/src/schema/schema_open.c
+++ b/src/schema/schema_open.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_plan.c b/src/schema/schema_plan.c
index efd5f8d69b7..918cbe68fcc 100644
--- a/src/schema/schema_plan.c
+++ b/src/schema/schema_plan.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_project.c b/src/schema/schema_project.c
index 9aff4c8dded..c9b69b3c922 100644
--- a/src/schema/schema_project.c
+++ b/src/schema/schema_project.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_rename.c b/src/schema/schema_rename.c
index 549ccd130e5..398dce4703a 100644
--- a/src/schema/schema_rename.c
+++ b/src/schema/schema_rename.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_stat.c b/src/schema/schema_stat.c
index 06b3ac5ca6e..a705d5371c5 100644
--- a/src/schema/schema_stat.c
+++ b/src/schema/schema_stat.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_truncate.c b/src/schema/schema_truncate.c
index 6fca7628cae..383e860cc7b 100644
--- a/src/schema/schema_truncate.c
+++ b/src/schema/schema_truncate.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_util.c b/src/schema/schema_util.c
index 263f56f1c41..480217bd0f8 100644
--- a/src/schema/schema_util.c
+++ b/src/schema/schema_util.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*
diff --git a/src/schema/schema_worker.c b/src/schema/schema_worker.c
index 7660a9b5054..94eb3170175 100644
--- a/src/schema/schema_worker.c
+++ b/src/schema/schema_worker.c
@@ -1,4 +1,5 @@
/*-
+ * Copyright (c) 2014-2015 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*