Adding copyright notices to new header files.

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-01-26 00:29:28 -08:00
parent a15797d50e
commit 63fe989148
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020-2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/* Proof-of-Concept for smart pointer interoperability.
High-level aspects:

View File

@ -1,3 +1,7 @@
// Copyright (c) 2020-2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#pragma once
#include "../cast.h"

View File

@ -1,3 +1,7 @@
// Copyright (c) 2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#pragma once
#include "detail/smart_holder_type_casters.h"