summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur_stats.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-10-15 14:50:58 -0400
committerEliot Horowitz <eliot@10gen.com>2012-10-15 18:07:07 -0400
commitc3ab85bc817ecea7f1591a7c200f79e6d5fab17b (patch)
treeb671819ffb8c65f3581215b3da112fea3191104e /src/mongo/db/dur_stats.h
parentc56d69562434f15d5d9c42d6ba2314652bd60dcf (diff)
downloadmongo-c3ab85bc817ecea7f1591a7c200f79e6d5fab17b.tar.gz
fix a lot of copyright notices
Diffstat (limited to 'src/mongo/db/dur_stats.h')
-rw-r--r--src/mongo/db/dur_stats.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mongo/db/dur_stats.h b/src/mongo/db/dur_stats.h
index 50a26d1f215..a3b00952a97 100644
--- a/src/mongo/db/dur_stats.h
+++ b/src/mongo/db/dur_stats.h
@@ -1,5 +1,21 @@
// @file dur_stats.h
+/**
+* Copyright (C) 2012 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/>.
+*/
+
namespace mongo {
namespace dur {