diff options
author | Dwight <dmerriman@gmail.com> | 2008-07-26 14:28:48 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2008-07-26 14:28:48 -0400 |
commit | 3fbf00615f92dfa37b48b7f0f97b561c97874929 (patch) | |
tree | 113735b51efad3db3690a8cd96daa856c375b133 /db/json.cpp | |
parent | 61621194a37dfd1a10f9af4af3d26c2abb4b9715 (diff) | |
parent | 1a5d90cc9d0c3c42dd5396e7ecdaae1d7c22d293 (diff) | |
download | mongo-r0.0.9_rc1.tar.gz |
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pr0.0.9_rc1
Diffstat (limited to 'db/json.cpp')
-rw-r--r-- | db/json.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/db/json.cpp b/db/json.cpp index 6c875ab95d4..cdf72b508c4 100644 --- a/db/json.cpp +++ b/db/json.cpp @@ -1,5 +1,21 @@ // json.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/>. +*/ + #include "stdafx.h" #include "json.h" #include "../util/builder.h" |