aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2020-10-12 08:55:20 +0000
committerGuillaume Chatelet <gchatelet@google.com>2020-10-12 08:55:20 +0000
commit3cc8f310d950b44cc6d2ead8057cf43330a726fd (patch)
tree22770d071d59b96f4e23b701b0d7225e482fe18a
parentc0885fec9b0eefd76a829db3d39e39f9eda06a99 (diff)
downloadcpu_features-3cc8f310d950b44cc6d2ead8057cf43330a726fd.tar.gz
[NFC] Update copyright from Google Inc. to Google LLC
-rw-r--r--include/cpu_features_cache_info.h2
-rw-r--r--include/cpu_features_macros.h2
-rw-r--r--include/cpuinfo_aarch64.h2
-rw-r--r--include/cpuinfo_arm.h2
-rw-r--r--include/cpuinfo_mips.h2
-rw-r--r--include/cpuinfo_x86.h2
-rw-r--r--include/internal/bit_utils.h2
-rw-r--r--include/internal/cpuid_x86.h2
-rw-r--r--include/internal/filesystem.h2
-rw-r--r--include/internal/hwcaps.h2
-rw-r--r--include/internal/stack_line_reader.h2
-rw-r--r--include/internal/string_view.h2
-rw-r--r--include/internal/unix_features_aggregator.h2
-rw-r--r--src/cpuinfo_aarch64.c2
-rw-r--r--src/cpuinfo_arm.c2
-rw-r--r--src/cpuinfo_mips.c2
-rw-r--r--src/cpuinfo_x86.c2
-rw-r--r--src/filesystem.c2
-rw-r--r--src/hwcaps.c2
-rw-r--r--src/stack_line_reader.c2
-rw-r--r--src/string_view.c2
-rw-r--r--src/unix_features_aggregator.c2
-rw-r--r--src/utils/list_cpu_features.c2
-rw-r--r--test/bit_utils_test.cc2
-rw-r--r--test/cpuinfo_aarch64_test.cc2
-rw-r--r--test/cpuinfo_arm_test.cc2
-rw-r--r--test/cpuinfo_mips_test.cc2
-rw-r--r--test/cpuinfo_x86_test.cc2
-rw-r--r--test/filesystem_for_testing.cc2
-rw-r--r--test/filesystem_for_testing.h2
-rw-r--r--test/hwcaps_for_testing.cc2
-rw-r--r--test/hwcaps_for_testing.h2
-rw-r--r--test/stack_line_reader_test.cc2
-rw-r--r--test/string_view_test.cc2
-rw-r--r--test/unix_features_aggregator_test.cc2
35 files changed, 35 insertions, 35 deletions
diff --git a/include/cpu_features_cache_info.h b/include/cpu_features_cache_info.h
index b7cc046..1a61ee1 100644
--- a/include/cpu_features_cache_info.h
+++ b/include/cpu_features_cache_info.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/cpu_features_macros.h b/include/cpu_features_macros.h
index 86c4968..4b231a1 100644
--- a/include/cpu_features_macros.h
+++ b/include/cpu_features_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/cpuinfo_aarch64.h b/include/cpuinfo_aarch64.h
index bc2a5dc..d85d46d 100644
--- a/include/cpuinfo_aarch64.h
+++ b/include/cpuinfo_aarch64.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/cpuinfo_arm.h b/include/cpuinfo_arm.h
index 97a105c..0952d7c 100644
--- a/include/cpuinfo_arm.h
+++ b/include/cpuinfo_arm.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/cpuinfo_mips.h b/include/cpuinfo_mips.h
index 642fd9e..9e5e7fc 100644
--- a/include/cpuinfo_mips.h
+++ b/include/cpuinfo_mips.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/cpuinfo_x86.h b/include/cpuinfo_x86.h
index c21a46a..8d40f71 100644
--- a/include/cpuinfo_x86.h
+++ b/include/cpuinfo_x86.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
// Copyright 2020 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/include/internal/bit_utils.h b/include/internal/bit_utils.h
index ae313b5..3467ff9 100644
--- a/include/internal/bit_utils.h
+++ b/include/internal/bit_utils.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/internal/cpuid_x86.h b/include/internal/cpuid_x86.h
index 6f53875..33327a4 100644
--- a/include/internal/cpuid_x86.h
+++ b/include/internal/cpuid_x86.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/internal/filesystem.h b/include/internal/filesystem.h
index d9cdafc..d8f2f6a 100644
--- a/include/internal/filesystem.h
+++ b/include/internal/filesystem.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/internal/hwcaps.h b/include/internal/hwcaps.h
index 8716eb8..1c99e7b 100644
--- a/include/internal/hwcaps.h
+++ b/include/internal/hwcaps.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/internal/stack_line_reader.h b/include/internal/stack_line_reader.h
index c540f6b..39c1b8b 100644
--- a/include/internal/stack_line_reader.h
+++ b/include/internal/stack_line_reader.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/internal/string_view.h b/include/internal/string_view.h
index 5044dc8..64fed40 100644
--- a/include/internal/string_view.h
+++ b/include/internal/string_view.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/internal/unix_features_aggregator.h b/include/internal/unix_features_aggregator.h
index c20f154..56abd6c 100644
--- a/include/internal/unix_features_aggregator.h
+++ b/include/internal/unix_features_aggregator.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/cpuinfo_aarch64.c b/src/cpuinfo_aarch64.c
index 1e60652..195f96f 100644
--- a/src/cpuinfo_aarch64.c
+++ b/src/cpuinfo_aarch64.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/cpuinfo_arm.c b/src/cpuinfo_arm.c
index ba27971..0895a53 100644
--- a/src/cpuinfo_arm.c
+++ b/src/cpuinfo_arm.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/cpuinfo_mips.c b/src/cpuinfo_mips.c
index 1b2df9e..055cf21 100644
--- a/src/cpuinfo_mips.c
+++ b/src/cpuinfo_mips.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/cpuinfo_x86.c b/src/cpuinfo_x86.c
index 62a8e95..9254413 100644
--- a/src/cpuinfo_x86.c
+++ b/src/cpuinfo_x86.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
// Copyright 2020 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/src/filesystem.c b/src/filesystem.c
index 2f7083b..46c9906 100644
--- a/src/filesystem.c
+++ b/src/filesystem.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/hwcaps.c b/src/hwcaps.c
index 920e2f3..1592d17 100644
--- a/src/hwcaps.c
+++ b/src/hwcaps.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/stack_line_reader.c b/src/stack_line_reader.c
index dd29781..ffc778d 100644
--- a/src/stack_line_reader.c
+++ b/src/stack_line_reader.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/string_view.c b/src/string_view.c
index 856731c..dc3158f 100644
--- a/src/string_view.c
+++ b/src/string_view.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/unix_features_aggregator.c b/src/unix_features_aggregator.c
index 2f51ae4..cc79d14 100644
--- a/src/unix_features_aggregator.c
+++ b/src/unix_features_aggregator.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/utils/list_cpu_features.c b/src/utils/list_cpu_features.c
index 5058df4..c80ffc5 100644
--- a/src/utils/list_cpu_features.c
+++ b/src/utils/list_cpu_features.c
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/bit_utils_test.cc b/test/bit_utils_test.cc
index 9c8c1bb..3874e13 100644
--- a/test/bit_utils_test.cc
+++ b/test/bit_utils_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/cpuinfo_aarch64_test.cc b/test/cpuinfo_aarch64_test.cc
index 10e037a..5afaaa8 100644
--- a/test/cpuinfo_aarch64_test.cc
+++ b/test/cpuinfo_aarch64_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/cpuinfo_arm_test.cc b/test/cpuinfo_arm_test.cc
index 5dc73e4..e0b08a4 100644
--- a/test/cpuinfo_arm_test.cc
+++ b/test/cpuinfo_arm_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/cpuinfo_mips_test.cc b/test/cpuinfo_mips_test.cc
index fce9949..d734058 100644
--- a/test/cpuinfo_mips_test.cc
+++ b/test/cpuinfo_mips_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/cpuinfo_x86_test.cc b/test/cpuinfo_x86_test.cc
index 9dae540..636d0f9 100644
--- a/test/cpuinfo_x86_test.cc
+++ b/test/cpuinfo_x86_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/filesystem_for_testing.cc b/test/filesystem_for_testing.cc
index 0a11416..648a53e 100644
--- a/test/filesystem_for_testing.cc
+++ b/test/filesystem_for_testing.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/filesystem_for_testing.h b/test/filesystem_for_testing.h
index 7474b5f..ef717fd 100644
--- a/test/filesystem_for_testing.h
+++ b/test/filesystem_for_testing.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/hwcaps_for_testing.cc b/test/hwcaps_for_testing.cc
index 39a8472..a8086a0 100644
--- a/test/hwcaps_for_testing.cc
+++ b/test/hwcaps_for_testing.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/hwcaps_for_testing.h b/test/hwcaps_for_testing.h
index 0d03777..bcab82e 100644
--- a/test/hwcaps_for_testing.h
+++ b/test/hwcaps_for_testing.h
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/stack_line_reader_test.cc b/test/stack_line_reader_test.cc
index 629122a..9ac5388 100644
--- a/test/stack_line_reader_test.cc
+++ b/test/stack_line_reader_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/string_view_test.cc b/test/string_view_test.cc
index 962f417..ca3e023 100644
--- a/test/string_view_test.cc
+++ b/test/string_view_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test/unix_features_aggregator_test.cc b/test/unix_features_aggregator_test.cc
index 20d146c..3a36804 100644
--- a/test/unix_features_aggregator_test.cc
+++ b/test/unix_features_aggregator_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2017 Google Inc.
+// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.