"example/example-modules.py" did not exist on "38bd71134a428d641d8ca34b3ea94358a387703d"
Commit 6f6a1ad4 authored by Ralf W. Grosse-Kunstleve's avatar Ralf W. Grosse-Kunstleve
Browse files

Adding copyright notices to new header files.

parent b1ef8b64
// 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. /* Proof-of-Concept for smart pointer interoperability.
High-level aspects: High-level aspects:
......
// 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 #pragma once
#include "../cast.h" #include "../cast.h"
......
// 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 #pragma once
#include "detail/smart_holder_type_casters.h" #include "detail/smart_holder_type_casters.h"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment