Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit cd44ac9

Browse files
committed
GC: Remove duplicated copyright, update years and holders
1 parent 94d7c23 commit cd44ac9

File tree

6 files changed

+5
-35
lines changed

6 files changed

+5
-35
lines changed

src/core/internal/gc/bits.d

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
/**
22
* Contains a bitfield used by the GC.
33
*
4-
* Copyright: Copyright Digital Mars 2005 - 2013.
4+
* Copyright: D Language Foundation 2005 - 2021.
55
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
66
* Authors: Walter Bright, David Friedman, Sean Kelly
77
*/
8-
9-
/* Copyright Digital Mars 2005 - 2013.
10-
* Distributed under the Boost Software License, Version 1.0.
11-
* (See accompanying file LICENSE or copy at
12-
* http://www.boost.org/LICENSE_1_0.txt)
13-
*/
148
module core.internal.gc.bits;
159

1610

src/core/internal/gc/impl/conservative/gc.d

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
/**
22
* Contains the garbage collector implementation.
33
*
4-
* Copyright: Copyright Digital Mars 2001 - 2016.
4+
* Copyright: D Language Foundation 2001 - 2021.
55
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
66
* Authors: Walter Bright, David Friedman, Sean Kelly
77
*/
8-
9-
/* Copyright Digital Mars 2005 - 2016.
10-
* Distributed under the Boost Software License, Version 1.0.
11-
* (See accompanying file LICENSE or copy at
12-
* http://www.boost.org/LICENSE_1_0.txt)
13-
*/
148
module core.internal.gc.impl.conservative.gc;
159

1610
// D Programming Language Garbage Collector implementation

src/core/internal/gc/impl/manual/gc.d

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
1818
* Authors: Sean Kelly
1919
*/
20-
21-
/* Copyright Sean Kelly 2005 - 2016.
22-
* Distributed under the Boost Software License, Version 1.0.
23-
* (See accompanying file LICENSE or copy at
24-
* http://www.boost.org/LICENSE_1_0.txt)
25-
*/
2620
module core.internal.gc.impl.manual.gc;
2721

2822
import core.gc.gcinterface;

src/core/internal/gc/os.d

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
/**
22
* Contains OS-level routines needed by the garbage collector.
33
*
4-
* Copyright: Copyright Digital Mars 2005 - 2013.
4+
* Copyright: D Language Foundation 2005 - 2021.
55
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
66
* Authors: Walter Bright, David Friedman, Sean Kelly, Leandro Lucarella
77
*/
8-
9-
/* Copyright Digital Mars 2005 - 2013.
10-
* Distributed under the Boost Software License, Version 1.0.
11-
* (See accompanying file LICENSE or copy at
12-
* http://www.boost.org/LICENSE_1_0.txt)
13-
*/
148
module core.internal.gc.os;
159

1610

src/core/internal/gc/pooltable.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* A sorted array to quickly lookup pools.
33
*
4-
* Copyright: Copyright Digital Mars 2001 -.
4+
* Copyright: D Language Foundation 2001 - 2021
55
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
66
* Authors: Walter Bright, David Friedman, Sean Kelly, Martin Nowak
77
*/

src/core/internal/gc/proxy.d

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
/**
22
* Contains the external GC interface.
33
*
4-
* Copyright: Copyright Digital Mars 2005 - 2016.
4+
* Copyright: D Language Foundation 2005 - 2021.
55
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
66
* Authors: Walter Bright, Sean Kelly
77
*/
8-
9-
/* Copyright Digital Mars 2005 - 2016.
10-
* Distributed under the Boost Software License, Version 1.0.
11-
* (See accompanying file LICENSE or copy at
12-
* http://www.boost.org/LICENSE_1_0.txt)
13-
*/
148
module core.internal.gc.proxy;
159

1610
import core.internal.gc.impl.proto.gc;

0 commit comments

Comments
 (0)