Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangch29 committed Dec 5, 2024
1 parent 03ddb25 commit 3ea5f1f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/include/concurrency/watermark.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
//===----------------------------------------------------------------------===//
//
// BusTub
//
// transaction_manager.h
//
// Identification: src/include/concurrency/watermark.h
//
// Copyright (c) 2015-2019, Carnegie Mellon University Database Group
//
//===----------------------------------------------------------------------===//

#pragma once

#include <unordered_map>
Expand Down

0 comments on commit 3ea5f1f

Please sign in to comment.