diff options
author | Dwight <dwight@10gen.com> | 2012-09-17 11:49:24 -0400 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2012-09-17 11:49:29 -0400 |
commit | 6cbd30c06c3c2dc3aa3b51b7e47d84d26caf8e53 (patch) | |
tree | 7542b86aa2eef3eb08d249874d2cd28b46101511 /src/mongo/db/dbmessage.cpp | |
parent | ace5fac55b6ec2becf3758b8bdd4039438f23745 (diff) | |
download | mongo-6cbd30c06c3c2dc3aa3b51b7e47d84d26caf8e53.tar.gz |
fix licenses these should be apache
Diffstat (limited to 'src/mongo/db/dbmessage.cpp')
-rw-r--r-- | src/mongo/db/dbmessage.cpp | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/src/mongo/db/dbmessage.cpp b/src/mongo/db/dbmessage.cpp index 2e0edf4dc9a..8b27223ba45 100644 --- a/src/mongo/db/dbmessage.cpp +++ b/src/mongo/db/dbmessage.cpp @@ -1,20 +1,19 @@ // dbmessage.cpp -/** -* Copyright (C) 2008 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/>. -*/ +/* 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. + */ #include "pch.h" #include "dbmessage.h" |