From 62cc4b468b4e8653d8ef523fc4081572c6c1c7d8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 1 Mar 2025 00:27:14 +0100 Subject: Add BSD-3 license --- asl/synchronization/BUILD.bazel | 4 ++++ asl/synchronization/atomic.hpp | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'asl/synchronization') diff --git a/asl/synchronization/BUILD.bazel b/asl/synchronization/BUILD.bazel index 29e0a62..5c11b28 100644 --- a/asl/synchronization/BUILD.bazel +++ b/asl/synchronization/BUILD.bazel @@ -1,3 +1,7 @@ +# Copyright 2025 Steven Le Rouzic +# +# SPDX-License-Identifier: BSD-3-Clause + cc_library( name = "atomic", hdrs = [ diff --git a/asl/synchronization/atomic.hpp b/asl/synchronization/atomic.hpp index 528a6fa..c3f3ade 100644 --- a/asl/synchronization/atomic.hpp +++ b/asl/synchronization/atomic.hpp @@ -1,3 +1,7 @@ +// Copyright 2025 Steven Le Rouzic +// +// SPDX-License-Identifier: BSD-3-Clause + #pragma once #include "asl/base/meta.hpp" -- cgit