Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ compile_commands.json
/docs/adoc/
/build/
/installtest/.build/

.idea
2 changes: 0 additions & 2 deletions include/beman/optional/detail/stl_interfaces/config.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// include/beman/optional/detail/stl_interfaces/config.hpp -*-C++-*-
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

// Copyright (C) 2020 T. Zachary Laine
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 0 additions & 2 deletions include/beman/optional/detail/stl_interfaces/fwd.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// include/beman/optional/detail/stl_interfaces/fwd.hpp -*-C++-*-
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

// Copyright (C) 2019 T. Zachary Laine
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// include/beman/optional/detail/stl_interfaces/iterator_interface.hpp -*-C++-*-
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

// Copyright (C) 2019 T. Zachary Laine
Copy link
Copy Markdown
Member

@neatudarius neatudarius Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contribution Andrei! It seems we havr an unexpected case here, I didn't anticipate these files need to be updated.

We need to remove these lines to be Beman Standard compliant with include/. I'm not sure if we can legally do this with the this header which was copied from @tzlaine . @steve-downey ?

v1: directly remove the copyright line
v2: move stl interfaces into a special whitelisted directory (e.g., external/, deps/)

//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down