summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2013-06-10 14:07:21 -0400
committerTad Marshall <tad@10gen.com>2013-07-29 12:06:41 -0400
commit0356d2623bee3b768ddd89e0d083d6c4314a69fe (patch)
treeeaa42ee25d70255751afb9c9ba37182364c3e00b
parent07fd444dd6d3be33223b0324a78570b75c8d3d31 (diff)
downloadmongo-0356d2623bee3b768ddd89e0d083d6c4314a69fe.tar.gz
SERVER-9894 Add license headers to stacktrace.{cpp,h}
-rw-r--r--src/mongo/util/stacktrace.cpp15
-rw-r--r--src/mongo/util/stacktrace.h15
2 files changed, 28 insertions, 2 deletions
diff --git a/src/mongo/util/stacktrace.cpp b/src/mongo/util/stacktrace.cpp
index 37783fc0ef4..c1348a00240 100644
--- a/src/mongo/util/stacktrace.cpp
+++ b/src/mongo/util/stacktrace.cpp
@@ -1,4 +1,17 @@
-// Copyright 2009. 10gen, Inc.
+/* 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 "mongo/util/stacktrace.h"
diff --git a/src/mongo/util/stacktrace.h b/src/mongo/util/stacktrace.h
index 1a5d62dcdf1..f1cd6279107 100644
--- a/src/mongo/util/stacktrace.h
+++ b/src/mongo/util/stacktrace.h
@@ -1,4 +1,17 @@
-// Copyright 2009. 10gen, Inc.
+/* 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.
+ */
/**
* Tools for working with in-process stack traces.