summaryrefslogtreecommitdiff
path: root/src/mongo/db/driverHelpers.cpp
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/driverHelpers.cpp
parentc56d69562434f15d5d9c42d6ba2314652bd60dcf (diff)
downloadmongo-c3ab85bc817ecea7f1591a7c200f79e6d5fab17b.tar.gz
fix a lot of copyright notices
Diffstat (limited to 'src/mongo/db/driverHelpers.cpp')
-rw-r--r--src/mongo/db/driverHelpers.cpp27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/mongo/db/driverHelpers.cpp b/src/mongo/db/driverHelpers.cpp
index 9d38ba1be95..d3f5a9e394e 100644
--- a/src/mongo/db/driverHelpers.cpp
+++ b/src/mongo/db/driverHelpers.cpp
@@ -1,19 +1,20 @@
// driverHelpers.cpp
/**
- *
- * 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/>.
- */
+* 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/>.
+*/
/**
this file has dbcommands that are for drivers