summaryrefslogtreecommitdiff
path: root/util/password.h
diff options
context:
space:
mode:
authorRichard Kreuter <richard@10gen.com>2010-06-04 10:25:07 -0400
committerRichard Kreuter <richard@10gen.com>2010-06-04 10:27:35 -0400
commite79e21e2e90209d9e1626ba7ddcac188a8fd4c32 (patch)
tree794612dc12e9b9a9d3938c0d8d49e5a75ccdd425 /util/password.h
parentbc96f84e6c9ad4bc43b07945929f60ec575ad306 (diff)
downloadmongo-e79e21e2e90209d9e1626ba7ddcac188a8fd4c32.tar.gz
Add license headers for some files.
Diffstat (limited to 'util/password.h')
-rw-r--r--util/password.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/util/password.h b/util/password.h
index 7b5e9f546b4..18294b2bd0b 100644
--- a/util/password.h
+++ b/util/password.h
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
+
#pragma once