summaryrefslogtreecommitdiff
path: root/db/concurrency.h
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-02-09 16:48:21 -0500
committerRichard Kreuter <richard@10gen.com>2010-02-09 16:48:21 -0500
commitb96e4b297600dc47b921d204e7f2f45226f7ca16 (patch)
treea2858de5fb9d0a5f5f7bdd147d1081afb571461f /db/concurrency.h
parent18562c9ea76f125d93f513224f54c117cfcd080e (diff)
downloadmongo-b96e4b297600dc47b921d204e7f2f45226f7ca16.tar.gz
Add license headers to .cpp & .h files that lacked them. MINOR
Diffstat (limited to 'db/concurrency.h')
-rw-r--r--db/concurrency.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/db/concurrency.h b/db/concurrency.h
index 0faa064bb24..14aa33be19e 100644
--- a/db/concurrency.h
+++ b/db/concurrency.h
@@ -1,3 +1,19 @@
+/*
+ * 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/>.
+ */
+
/* concurrency.h
mongod concurrency rules & notes will be placed here.