Skip to content

Commit 69b9e0f

Browse files
Jiayue Baofacebook-github-bot
authored andcommitted
Update license headers from Facebook to Meta Platforms
Summary: Auto-fix most of the files. Manually fix the following files: - CountMinSketchBenchmark.cpp - FindGlog.cmake - allocator/tests/Cache.h - allocator/tests/CacheAllocatorTestWrapper.h - allocator/tests/NvmAdmissionPolicyTest.cpp - cachebench/cache/Cache.cpp - cachebench/cache/CacheValue.h - cachebench/cache/ItemRecords.h - cachebench/cache/TimeStampTicker.cpp - cachebench/cache/TimeStampTicker.h - cachebench/cache/tests/TimeStampTickerTest.cpp - cachebench/util/tests/NandWritesTest.cpp - common/AccessTracker-inl.h - common/AccessTracker.h - common/CountDownLatch.cpp - common/CountDownLatch.h - common/Ticker.h - common/tests/AccessTrackerTest.cpp - common/tests/CountDownLatchTest.cpp - persistence/PersistenceManager.cpp - persistence/PersistenceManager.h - persistence/tests/PersistenceCache.h - persistence/tests/PersistenceManagerMock.h - persistence/tests/PersistenceManagerMockTest.cpp - persistence/tests/PersistenceManagerTest.cpp - cmake/cachelib-config.cmake.in - cachebench/vizualize/gnuplot_latency.plt - cmake/Makefile.tests.in - public_tld/.github/... - MemoryTierCacheConfig.h Reviewed By: therealgymmy, jaesoo-fb Differential Revision: D40968108 fbshipit-source-id: 1d5020bb46478a2cfa17fe6628f47ebb608c2255
1 parent 55c6799 commit 69b9e0f

File tree

556 files changed

+755
-622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

556 files changed

+755
-622
lines changed

.github/workflows/build-cachelib-centos-8-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-centos-8-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-debian-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-fedora-36.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-rockylinux-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-rockylinux-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-ubuntu-18.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-ubuntu-20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/build-cachelib-ubuntu-22.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

cachelib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Facebook, Inc. and its affiliates.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)