From eab2e46a562d591f0b4fb69430c154b8933ed344 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 17 Apr 2024 11:53:48 -0700 Subject: [PATCH] Mention that we modified SkipList.cpp --- SkipList.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SkipList.cpp b/SkipList.cpp index ea91c4d..76e4837 100644 --- a/SkipList.cpp +++ b/SkipList.cpp @@ -16,6 +16,8 @@ * 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. + * + * This source code is modified to compile outside of FoundationDB */ #include "ConflictSet.h"