diff options
author | Simon Marlow <simonmarhaskell@gmail.com> | 2008-04-16 23:23:55 +0000 |
---|---|---|
committer | Simon Marlow <simonmarhaskell@gmail.com> | 2008-04-16 23:23:55 +0000 |
commit | a370654a872838c43e63bdd6cc279c0ee9913cdf (patch) | |
tree | d8b7d46ad1564c83fc3db28d70590b559ca5ff1b /rts/sm/MBlock.c | |
parent | f86e7206ea94b48b94fb61007a1c5d55b8c60f45 (diff) | |
download | haskell-a370654a872838c43e63bdd6cc279c0ee9913cdf.tar.gz |
update copyrights in rts/sm
Diffstat (limited to 'rts/sm/MBlock.c')
-rw-r--r-- | rts/sm/MBlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/MBlock.c b/rts/sm/MBlock.c index 901ad6920d..f302f844e9 100644 --- a/rts/sm/MBlock.c +++ b/rts/sm/MBlock.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team 1998-2007 + * (c) The GHC Team 1998-2008 * * MegaBlock Allocator Interface. This file contains all the dirty * architecture-dependent hackery required to get a chunk of aligned |