summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/hashcmd.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/commands/hashcmd.cpp
parentc56d69562434f15d5d9c42d6ba2314652bd60dcf (diff)
downloadmongo-c3ab85bc817ecea7f1591a7c200f79e6d5fab17b.tar.gz
fix a lot of copyright notices
Diffstat (limited to 'src/mongo/db/commands/hashcmd.cpp')
-rw-r--r--src/mongo/db/commands/hashcmd.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mongo/db/commands/hashcmd.cpp b/src/mongo/db/commands/hashcmd.cpp
index f4f85c0e02b..6e99161ce96 100644
--- a/src/mongo/db/commands/hashcmd.cpp
+++ b/src/mongo/db/commands/hashcmd.cpp
@@ -1,8 +1,4 @@
-/* hashcmd.cpp
- *
- * Defines a shell command for hashing a BSONElement value
- */
-
+// hashcmd.cpp
/**
* Copyright (C) 2012 10gen Inc.
@@ -20,6 +16,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/*
+ * Defines a shell command for hashing a BSONElement value
+ */
+
+
#include "mongo/db/commands.h"
#include "mongo/db/hasher.h"