diff options
author | Mathias Stearn <mathias@10gen.com> | 2012-11-13 23:59:10 -0500 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2012-11-14 01:02:04 -0500 |
commit | 0078f9cb5084e049f06a58fafa6dc6330cc2c076 (patch) | |
tree | 4afb5adf24d0cc3bbd02f78e45eaafb9868e02d3 /src/mongo/util | |
parent | 80aaf5e73a4223b506c1630d6a7f3959acb3d840 (diff) | |
download | mongo-0078f9cb5084e049f06a58fafa6dc6330cc2c076.tar.gz |
Add copyright notice to fix lint failure
Diffstat (limited to 'src/mongo/util')
-rw-r--r-- | src/mongo/util/descriptive_stats_test.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mongo/util/descriptive_stats_test.cpp b/src/mongo/util/descriptive_stats_test.cpp index 9f6955645cd..a2b4f58de92 100644 --- a/src/mongo/util/descriptive_stats_test.cpp +++ b/src/mongo/util/descriptive_stats_test.cpp @@ -1,4 +1,20 @@ /** + * Copyright (C) 2012 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/>. + */ + +/** * Tests for mongo/util/descriptive_stats.h */ |