summaryrefslogtreecommitdiff
path: root/src/mongo/db/lockstat.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-04-28 01:21:17 -0400
committerEliot Horowitz <eliot@10gen.com>2012-05-07 10:35:36 -0400
commit57ce7507c8407d002ab8f87754a180247cd7482f (patch)
treee84774ccf148209734e8955db5b224ae400c89bc /src/mongo/db/lockstat.cpp
parentea480461f0ba0af13d0849f9a3427a0150e57082 (diff)
downloadmongo-57ce7507c8407d002ab8f87754a180247cd7482f.tar.gz
add copyright
Diffstat (limited to 'src/mongo/db/lockstat.cpp')
-rw-r--r--src/mongo/db/lockstat.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mongo/db/lockstat.cpp b/src/mongo/db/lockstat.cpp
index 4bc34d35ecb..a0c5537ac00 100644
--- a/src/mongo/db/lockstat.cpp
+++ b/src/mongo/db/lockstat.cpp
@@ -1,5 +1,22 @@
// lockstat.cpp
+/**
+* Copyright (C) 2008 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 "mongo/pch.h"
#include "lockstat.h"
#include "mongo/db/jsobj.h"