diff options
author | Eliot Horowitz <eliot@10gen.com> | 2012-10-15 14:50:58 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2012-10-15 18:07:07 -0400 |
commit | c3ab85bc817ecea7f1591a7c200f79e6d5fab17b (patch) | |
tree | b671819ffb8c65f3581215b3da112fea3191104e /src/mongo/db/dur.h | |
parent | c56d69562434f15d5d9c42d6ba2314652bd60dcf (diff) | |
download | mongo-c3ab85bc817ecea7f1591a7c200f79e6d5fab17b.tar.gz |
fix a lot of copyright notices
Diffstat (limited to 'src/mongo/db/dur.h')
-rw-r--r-- | src/mongo/db/dur.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mongo/db/dur.h b/src/mongo/db/dur.h index 8c98ccff4f2..604ed2e23b1 100644 --- a/src/mongo/db/dur.h +++ b/src/mongo/db/dur.h @@ -1,5 +1,21 @@ // @file dur.h durability support +/** +* Copyright (C) 2009 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/>. +*/ + #pragma once #include "diskloc.h" |