Skip to content

Commit

Permalink
Minor - add licensing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
r1viollet committed Aug 31, 2023
1 parent 7e7682a commit 5a618aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/lib/address_bitset.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0. This product includes software
// developed at Datadog (https://www.datadoghq.com/). Copyright 2021-Present
// Datadog, Inc.
#pragma once

#include <array>
Expand Down
4 changes: 4 additions & 0 deletions src/lib/address_bitset.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0. This product includes software
// developed at Datadog (https://www.datadoghq.com/). Copyright 2021-Present
// Datadog, Inc.
#include "address_bitset.hpp"

#include <cassert>
Expand Down
4 changes: 4 additions & 0 deletions test/address_bitset-ut.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0. This product includes software
// developed at Datadog (https://www.datadoghq.com/). Copyright 2021-Present
// Datadog, Inc.
#include <gtest/gtest.h>

#include <random>
Expand Down

0 comments on commit 5a618aa

Please sign in to comment.