treewide: Add missing license boilerplate

Add missing license boilerplate to include headers
This commit is contained in:
Ernest Zaslavsky
2025-09-01 10:09:25 +03:00
parent 19345e539f
commit 0e4292adb4
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/*
* Copyright (C) 2024-present ScyllaDB
*/
/*
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0
*/
#pragma once

View File

@@ -1,3 +1,11 @@
/*
* Copyright (C) 2024-present ScyllaDB
*/
/*
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0
*/
#pragma once
#include <seastar/core/abort_source.hh>