summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2013-11-09 12:28:55 -0800
committerAliaksey Kandratsenka <alk@tut.by>2013-11-09 12:28:55 -0800
commitb3b19269783cf1ed163bdb447cef9ca11b10851c (patch)
tree22863ca1e77698f5902713ac244a5411c6652b33
parent7be35fb0d844c73f5c5301f62074294df5acbc5c (diff)
downloadgperftools-b3b19269783cf1ed163bdb447cef9ca11b10851c.tar.gz
issue-584: added license note to files without explicit license
As suggested at corresponding chromium issue discussion it's seemingly sufficient to simply refer to project-wide LICENSE file.
-rw-r--r--src/tests/page_heap_test.cc3
-rw-r--r--src/tests/profile-handler_unittest.cc4
-rw-r--r--src/tests/raw_printer_test.cc3
-rw-r--r--src/tests/stack_trace_table_test.cc4
-rw-r--r--src/windows/config.h6
5 files changed, 19 insertions, 1 deletions
diff --git a/src/tests/page_heap_test.cc b/src/tests/page_heap_test.cc
index 627f482..e82a1da 100644
--- a/src/tests/page_heap_test.cc
+++ b/src/tests/page_heap_test.cc
@@ -1,6 +1,9 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*-
// Copyright 2009 Google Inc. All Rights Reserved.
// Author: fikes@google.com (Andrew Fikes)
+//
+// Use of this source code is governed by a BSD-style license that can
+// be found in the LICENSE file.
#include "config_for_unittests.h"
#include "page_heap.h"
diff --git a/src/tests/profile-handler_unittest.cc b/src/tests/profile-handler_unittest.cc
index 81ac7f9..9f6b0af 100644
--- a/src/tests/profile-handler_unittest.cc
+++ b/src/tests/profile-handler_unittest.cc
@@ -3,6 +3,10 @@
// Author: Nabeel Mian (nabeelmian@google.com)
// Chris Demetriou (cgd@google.com)
//
+// Use of this source code is governed by a BSD-style license that can
+// be found in the LICENSE file.
+//
+//
// This file contains the unit tests for profile-handler.h interface.
//
// It is linked into three separate unit tests:
diff --git a/src/tests/raw_printer_test.cc b/src/tests/raw_printer_test.cc
index c719ee8..2c7be6a 100644
--- a/src/tests/raw_printer_test.cc
+++ b/src/tests/raw_printer_test.cc
@@ -1,6 +1,9 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*-
// Copyright 2009 Google Inc. All Rights Reserved.
// Author: sanjay@google.com (Sanjay Ghemawat)
+//
+// Use of this source code is governed by a BSD-style license that can
+// be found in the LICENSE file.
#include "raw_printer.h"
#include <stdio.h>
diff --git a/src/tests/stack_trace_table_test.cc b/src/tests/stack_trace_table_test.cc
index 5dd9632..3cacd2d 100644
--- a/src/tests/stack_trace_table_test.cc
+++ b/src/tests/stack_trace_table_test.cc
@@ -1,6 +1,10 @@
// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*-
// Copyright 2009 Google Inc. All Rights Reserved.
// Author: fikes@google.com (Andrew Fikes)
+//
+// Use of this source code is governed by a BSD-style license that can
+// be found in the LICENSE file.
+
#include "config_for_unittests.h"
#include <stdio.h> // for puts()
diff --git a/src/windows/config.h b/src/windows/config.h
index 5d49097..4cbace9 100644
--- a/src/windows/config.h
+++ b/src/windows/config.h
@@ -1,4 +1,8 @@
-/* A manual version of config.h fit for windows machines. */
+/* A manual version of config.h fit for windows machines.
+ *
+ * Use of this source code is governed by a BSD-style license that can
+ * be found in the LICENSE file.
+ */
/* Sometimes we accidentally #include this config.h instead of the one
in .. -- this is particularly true for msys/mingw, which uses the