Skip to content

Commit

Permalink
I'm not the author of most of these, just RBTree.
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed Sep 13, 2016
1 parent 96f092b commit 75627dd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
5 changes: 2 additions & 3 deletions std/container/array.d
Expand Up @@ -6,14 +6,13 @@ This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_array.d)
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Copyright: 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
License: Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at $(HTTP
boost.org/LICENSE_1_0.txt)).
Authors: Steven Schveighoffer, $(HTTP erdani.com, Andrei Alexandrescu)
Authors: $(HTTP erdani.com, Andrei Alexandrescu)
*/
module std.container.array;

Expand Down
5 changes: 2 additions & 3 deletions std/container/binaryheap.d
Expand Up @@ -6,14 +6,13 @@ This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_binaryheap.d)
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Copyright: 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
License: Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at $(HTTP
boost.org/LICENSE_1_0.txt)).
Authors: Steven Schveighoffer, $(HTTP erdani.com, Andrei Alexandrescu)
Authors: $(HTTP erdani.com, Andrei Alexandrescu)
*/
module std.container.binaryheap;

Expand Down
5 changes: 2 additions & 3 deletions std/container/dlist.d
Expand Up @@ -6,14 +6,13 @@ This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_dlist.d)
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Copyright: 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
License: Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at $(HTTP
boost.org/LICENSE_1_0.txt)).
Authors: Steven Schveighoffer, $(HTTP erdani.com, Andrei Alexandrescu)
Authors: $(HTTP erdani.com, Andrei Alexandrescu)
*/
module std.container.dlist;

Expand Down
5 changes: 2 additions & 3 deletions std/container/slist.d
Expand Up @@ -6,14 +6,13 @@ This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_slist.d)
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Copyright: 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
License: Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at $(HTTP
boost.org/LICENSE_1_0.txt)).
Authors: Steven Schveighoffer, $(HTTP erdani.com, Andrei Alexandrescu)
Authors: $(HTTP erdani.com, Andrei Alexandrescu)
*/
module std.container.slist;

Expand Down
5 changes: 2 additions & 3 deletions std/container/util.d
Expand Up @@ -5,14 +5,13 @@ This module is a submodule of $(MREF std, container).
Source: $(PHOBOSSRC std/container/_util.d)
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
Copyright: 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
License: Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at $(HTTP
boost.org/LICENSE_1_0.txt)).
Authors: Steven Schveighoffer, $(HTTP erdani.com, Andrei Alexandrescu)
Authors: $(HTTP erdani.com, Andrei Alexandrescu)
*/
module std.container.util;

Expand Down

0 comments on commit 75627dd

Please sign in to comment.