Skip to content

Commit 4577196

Browse files
committed
docs: add copyright block
[skip ci]
1 parent 406a47e commit 4577196

32 files changed

+64
-0
lines changed

src/functions/extract_domain.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#include "extract_domain.hpp"
24

35
#include <regex>

src/functions/extract_domain.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#pragma once
24

35
#include "duckdb.hpp"

src/functions/extract_extension.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#include "extract_extension.hpp"
24

35
#include <regex>

src/functions/extract_extension.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#pragma once
24

35
#include "duckdb.hpp"

src/functions/extract_host.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#include "extract_host.hpp"
24

35
#include <regex>

src/functions/extract_host.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#pragma once
24

35
#include "duckdb.hpp"

src/functions/extract_path.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#include "extract_path.hpp"
24

35
#include <regex>

src/functions/extract_path.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#pragma once
24

35
#include "duckdb.hpp"

src/functions/extract_port.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#include "extract_port.hpp"
24

35
#include <regex>

src/functions/extract_port.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025 Arash Hatami
2+
13
#pragma once
24

35
#include "duckdb.hpp"

0 commit comments

Comments
 (0)