summaryrefslogtreecommitdiff
path: root/src/mongo/util/mongoutils
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/util/mongoutils
parentc56d69562434f15d5d9c42d6ba2314652bd60dcf (diff)
downloadmongo-c3ab85bc817ecea7f1591a7c200f79e6d5fab17b.tar.gz
fix a lot of copyright notices
Diffstat (limited to 'src/mongo/util/mongoutils')
-rw-r--r--src/mongo/util/mongoutils/html.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/mongo/util/mongoutils/html.h b/src/mongo/util/mongoutils/html.h
index d1c96c549b1..5c76afff1a8 100644
--- a/src/mongo/util/mongoutils/html.h
+++ b/src/mongo/util/mongoutils/html.h
@@ -1,5 +1,21 @@
// @file html.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/>.
+*/
+
#pragma once
/* Things in the mongoutils namespace
@@ -9,21 +25,6 @@
(4) are clean and easy to use in any c++ project without pulling in lots of other stuff
*/
-/* Copyright 2010 10gen Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
#include <sstream>
namespace mongoutils {