forked from boostorg/unordered
Update copyright notices
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/* Fast open-addressing concurrent hash table.
|
/* Fast open-addressing concurrent hash table.
|
||||||
*
|
*
|
||||||
* Copyright 2023 Joaquin M Lopez Munoz.
|
* Copyright 2023 Joaquin M Lopez Munoz.
|
||||||
|
* Copyright 2024 Braden Ganetsky.
|
||||||
* Distributed under the Boost Software License, Version 1.0.
|
* Distributed under the Boost Software License, Version 1.0.
|
||||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
* http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright 2022-2023 Joaquin M Lopez Munoz.
|
* Copyright 2022-2023 Joaquin M Lopez Munoz.
|
||||||
* Copyright 2023 Christian Mazakas.
|
* Copyright 2023 Christian Mazakas.
|
||||||
|
* Copyright 2024 Braden Ganetsky.
|
||||||
* Distributed under the Boost Software License, Version 1.0.
|
* Distributed under the Boost Software License, Version 1.0.
|
||||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
* http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
// Copyright (C) 2023 Christian Mazakas
|
// Copyright (C) 2023 Christian Mazakas
|
||||||
|
// Copyright (C) 2024 Braden Ganetsky
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
// Copyright (C) 2023 Christian Mazakas
|
// Copyright (C) 2023 Christian Mazakas
|
||||||
|
// Copyright (C) 2024 Braden Ganetsky
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright 2022-2023 Joaquin M Lopez Munoz.
|
* Copyright 2022-2023 Joaquin M Lopez Munoz.
|
||||||
* Copyright 2023 Christian Mazakas.
|
* Copyright 2023 Christian Mazakas.
|
||||||
|
* Copyright 2024 Braden Ganetsky.
|
||||||
* Distributed under the Boost Software License, Version 1.0.
|
* Distributed under the Boost Software License, Version 1.0.
|
||||||
* (See accompanying file LICENSE_1_0.txt or copy at
|
* (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
* http://www.boost.org/LICENSE_1_0.txt)
|
* http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
// Copyright (C) 2005-2016 Daniel James
|
// Copyright (C) 2005-2016 Daniel James
|
||||||
// Copyright (C) 2022-2023 Joaquin M Lopez Munoz.
|
// Copyright (C) 2022-2023 Joaquin M Lopez Munoz.
|
||||||
// Copyright (C) 2022-2023 Christian Mazakas
|
// Copyright (C) 2022-2023 Christian Mazakas
|
||||||
|
// Copyright (C) 2024 Braden Ganetsky
|
||||||
//
|
//
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
// Copyright (C) 2005-2016 Daniel James
|
// Copyright (C) 2005-2016 Daniel James
|
||||||
// Copyright (C) 2022 Christian Mazakas
|
// Copyright (C) 2022 Christian Mazakas
|
||||||
|
// Copyright (C) 2024 Braden Ganetsky
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
// Copyright (C) 2022-2023 Christian Mazakas
|
// Copyright (C) 2022-2023 Christian Mazakas
|
||||||
|
// Copyright (C) 2024 Braden Ganetsky
|
||||||
//
|
//
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
// Copyright (C) 2023 Christian Mazakas
|
// Copyright (C) 2023 Christian Mazakas
|
||||||
// Copyright (C) 2023 Joaquin M Lopez Munoz
|
// Copyright (C) 2023 Joaquin M Lopez Munoz
|
||||||
|
// Copyright (C) 2024 Braden Ganetsky
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
// Copyright (C) 2023 Christian Mazakas
|
// Copyright (C) 2023 Christian Mazakas
|
||||||
// Copyright (C) 2023 Joaquin M Lopez Munoz
|
// Copyright (C) 2023 Joaquin M Lopez Munoz
|
||||||
|
// Copyright (C) 2024 Braden Ganetsky
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
// Copyright 2008-2009 Daniel James.
|
// Copyright 2008-2009 Daniel James.
|
||||||
|
// Copyright 2024 Braden Ganetsky.
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
// file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
|
// file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// Copyright 2023 Braden Ganetsky.
|
// Copyright 2023-2024 Braden Ganetsky.
|
||||||
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
// 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)
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user