From c3ab85bc817ecea7f1591a7c200f79e6d5fab17b Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Mon, 15 Oct 2012 14:50:58 -0400 Subject: fix a lot of copyright notices --- src/mongo/db/dur_stats.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/mongo/db/dur_stats.h') 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 . +*/ + namespace mongo { namespace dur { -- cgit v1.2.1