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

Commit

Permalink
gc: Update Copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-lucarella-sociomantic committed May 31, 2013
1 parent 587fa65 commit 7e23835
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/gc/gc.d
@@ -1,12 +1,12 @@
/**
* Contains the external GC interface.
*
* Copyright: Copyright Digital Mars 2005 - 2009.
* Copyright: Copyright Digital Mars 2005 - 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, Sean Kelly
*/

/* Copyright Digital Mars 2005 - 2009.
/* Copyright Digital Mars 2005 - 2013.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at
* http://www.boost.org/LICENSE_1_0.txt)
Expand Down
4 changes: 2 additions & 2 deletions src/gc/gcbits.d
@@ -1,12 +1,12 @@
/**
* Contains a bitfield used by the GC.
*
* Copyright: Copyright Digital Mars 2005 - 2009.
* Copyright: Copyright Digital Mars 2005 - 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, David Friedman, Sean Kelly
*/

/* Copyright Digital Mars 2005 - 2009.
/* Copyright Digital Mars 2005 - 2013.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at
* http://www.boost.org/LICENSE_1_0.txt)
Expand Down
4 changes: 2 additions & 2 deletions src/gc/gcstats.d
@@ -1,12 +1,12 @@
/**
* Contains a struct for storing GC statistics.
*
* Copyright: Copyright Digital Mars 2005 - 2009.
* Copyright: Copyright Digital Mars 2005 - 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, Sean Kelly
*/

/* Copyright Digital Mars 2005 - 2009.
/* Copyright Digital Mars 2005 - 2013.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at
* http://www.boost.org/LICENSE_1_0.txt)
Expand Down
4 changes: 2 additions & 2 deletions src/gc/gcx.d
@@ -1,12 +1,12 @@
/**
* Contains the garbage collector implementation.
*
* Copyright: Copyright Digital Mars 2001 - 2009.
* Copyright: Copyright Digital Mars 2001 - 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, David Friedman, Sean Kelly
*/

/* Copyright Digital Mars 2001 - 2009.
/* Copyright Digital Mars 2001 - 2013.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at
* http://www.boost.org/LICENSE_1_0.txt)
Expand Down

0 comments on commit 7e23835

Please sign in to comment.