Showing with 10 additions and 15 deletions.
  1. +2 −3 std/container/array.d
  2. +2 −3 std/container/binaryheap.d
  3. +2 −3 std/container/dlist.d
  4. +2 −3 std/container/slist.d
  5. +2 −3 std/container/util.d
5 changes: 2 additions & 3 deletions std/container/array.d
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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