Skip to content

Commit 62afdc0

Browse files
committed
Adding copyright notices and minor colateral cleanup.
1 parent c56bd3a commit 62afdc0

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ set(PYBIND11_HEADERS
106106
include/pybind11/detail/init.h
107107
include/pybind11/detail/internals.h
108108
include/pybind11/detail/smart_holder_poc.h
109+
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
109110
include/pybind11/detail/smart_holder_type_casters.h
110111
include/pybind11/detail/typeid.h
111112
include/pybind11/attr.h

include/pybind11/detail/smart_holder_sfinae_hooks_only.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 The Pybind Development Team.
2+
// All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
#pragma once
26

37
#include "common.h"

include/pybind11/detail/smart_holder_type_casters.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
// Copyright (c) 2021 The Pybind Development Team.
2+
// All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
#pragma once
2-
#define PYBIND11_SMART_HOLDER_TYPE_CASTERS_H_IS_INCLUDED
36

47
#include "smart_holder_poc.h"
58
#include "smart_holder_sfinae_hooks_only.h"

tests/extra_python_package/test_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"include/pybind11/detail/init.h",
4545
"include/pybind11/detail/internals.h",
4646
"include/pybind11/detail/smart_holder_poc.h",
47+
"include/pybind11/detail/smart_holder_sfinae_hooks_only.h",
4748
"include/pybind11/detail/smart_holder_type_casters.h",
4849
"include/pybind11/detail/typeid.h",
4950
}

0 commit comments

Comments
 (0)