summaryrefslogtreecommitdiff
path: root/db/common.cpp
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-06-04 10:25:07 -0400
committerRichard Kreuter <richard@10gen.com>2010-06-04 10:27:35 -0400
commite79e21e2e90209d9e1626ba7ddcac188a8fd4c32 (patch)
tree794612dc12e9b9a9d3938c0d8d49e5a75ccdd425 /db/common.cpp
parentbc96f84e6c9ad4bc43b07945929f60ec575ad306 (diff)
downloadmongo-e79e21e2e90209d9e1626ba7ddcac188a8fd4c32.tar.gz
Add license headers for some files.
Diffstat (limited to 'db/common.cpp')
-rw-r--r--db/common.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/db/common.cpp b/db/common.cpp
index aa2eaac8ca8..b7883f5e425 100644
--- a/db/common.cpp
+++ b/db/common.cpp
@@ -1,4 +1,19 @@
// common.cpp
+/*
+ * Copyright (C) 2010 10gen Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License, version 3,
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include "pch.h"
#include "concurrency.h"