diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-03-30 14:46:02 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-03-30 14:46:02 +0200 |
commit | ce4431b33d18c04f4166def737b2aed582e4426a (patch) | |
tree | 25462df037dfe27e720c2d3d4dd6a3f532a99fa3 /lib/gs/contribs | |
parent | 9fde164b88d5cfda40b2547a3416abdeb3255e48 (diff) | |
download | otp-ce4431b33d18c04f4166def737b2aed582e4426a.tar.gz otp-ce4431b33d18c04f4166def737b2aed582e4426a.tar.bz2 otp-ce4431b33d18c04f4166def737b2aed582e4426a.zip |
Update copyright years
Diffstat (limited to 'lib/gs/contribs')
-rw-r--r-- | lib/gs/contribs/bonk/bonk.erl | 2 | ||||
-rw-r--r-- | lib/gs/contribs/cols/cols.erl | 2 | ||||
-rw-r--r-- | lib/gs/contribs/cols/highscore.erl | 2 | ||||
-rw-r--r-- | lib/gs/contribs/mandel/mandel.erl | 2 | ||||
-rw-r--r-- | lib/gs/contribs/othello/othello_board.erl | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/gs/contribs/bonk/bonk.erl b/lib/gs/contribs/bonk/bonk.erl index 7e68a4ddc5..3d1e8ce34b 100644 --- a/lib/gs/contribs/bonk/bonk.erl +++ b/lib/gs/contribs/bonk/bonk.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2010. All Rights Reserved. +%% Copyright Ericsson AB 1996-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/gs/contribs/cols/cols.erl b/lib/gs/contribs/cols/cols.erl index 9c44837f3e..d1a1b791c3 100644 --- a/lib/gs/contribs/cols/cols.erl +++ b/lib/gs/contribs/cols/cols.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2011. All Rights Reserved. +%% Copyright Ericsson AB 1996-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/gs/contribs/cols/highscore.erl b/lib/gs/contribs/cols/highscore.erl index 8f984aaa83..7f80debb07 100644 --- a/lib/gs/contribs/cols/highscore.erl +++ b/lib/gs/contribs/cols/highscore.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2009. All Rights Reserved. +%% Copyright Ericsson AB 1996-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/gs/contribs/mandel/mandel.erl b/lib/gs/contribs/mandel/mandel.erl index 6293f867e2..8ecd649532 100644 --- a/lib/gs/contribs/mandel/mandel.erl +++ b/lib/gs/contribs/mandel/mandel.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2011. All Rights Reserved. +%% Copyright Ericsson AB 1996-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in diff --git a/lib/gs/contribs/othello/othello_board.erl b/lib/gs/contribs/othello/othello_board.erl index c52211a495..aaa4062ba8 100644 --- a/lib/gs/contribs/othello/othello_board.erl +++ b/lib/gs/contribs/othello/othello_board.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2011. All Rights Reserved. +%% Copyright Ericsson AB 1996-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in |