diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-06-03 14:03:10 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-06-03 15:54:20 -0400 |
commit | e0d5317f6b180a7ee0ff3e2c25b1f9beb4e9a5d4 (patch) | |
tree | 5c0155b2de63502914de23133eab2f5f1407712d /util | |
parent | 5e9fb25867a2eb87451e4cb878a4db74e95e82d8 (diff) | |
download | mongo-e0d5317f6b180a7ee0ff3e2c25b1f9beb4e9a5d4.tar.gz |
Licence for util/text.h
Diffstat (limited to 'util')
-rw-r--r-- | util/text.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/util/text.h b/util/text.h index ef3286bc398..feb6cd477b3 100644 --- a/util/text.h +++ b/util/text.h @@ -1,5 +1,20 @@ // text.h +/* Copyright 2009 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 namespace mongo { |