diff options
author | Henrik Nord <[email protected]> | 2016-03-15 15:19:56 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2016-03-15 15:19:56 +0100 |
commit | 6664eed554974336909d3ffe03f20349cc4c38fd (patch) | |
tree | 46cdf92b6accd879cf4af5b9453cf69326d08a2b /lib/ic/examples/all-against-all | |
parent | 12c3609f15dbe367684ecb506b61f07c15205c51 (diff) | |
download | otp-6664eed554974336909d3ffe03f20349cc4c38fd.tar.gz otp-6664eed554974336909d3ffe03f20349cc4c38fd.tar.bz2 otp-6664eed554974336909d3ffe03f20349cc4c38fd.zip |
update copyright-year
Diffstat (limited to 'lib/ic/examples/all-against-all')
-rw-r--r-- | lib/ic/examples/all-against-all/Makefile | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/Makefile.win32 | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/callbacks.c | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/client.c | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/client.erl | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/client.java | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/rmod_random_impl.erl | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/server.c | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/server.erl | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/server.java | 2 | ||||
-rw-r--r-- | lib/ic/examples/all-against-all/serverImpl.java | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/ic/examples/all-against-all/Makefile b/lib/ic/examples/all-against-all/Makefile index 8ce182c3e3..e772cab94e 100644 --- a/lib/ic/examples/all-against-all/Makefile +++ b/lib/ic/examples/all-against-all/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2009. All Rights Reserved. +# Copyright Ericsson AB 1999-2016. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/Makefile.win32 b/lib/ic/examples/all-against-all/Makefile.win32 index 6d79c8a094..a8e480fd1f 100644 --- a/lib/ic/examples/all-against-all/Makefile.win32 +++ b/lib/ic/examples/all-against-all/Makefile.win32 @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2000-2009. All Rights Reserved. +# Copyright Ericsson AB 2000-2016. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/callbacks.c b/lib/ic/examples/all-against-all/callbacks.c index 9ebba3422f..4e6edeb5e0 100644 --- a/lib/ic/examples/all-against-all/callbacks.c +++ b/lib/ic/examples/all-against-all/callbacks.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1999-2009. All Rights Reserved. + * Copyright Ericsson AB 1999-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/client.c b/lib/ic/examples/all-against-all/client.c index 492651af99..4f2f7e3eff 100644 --- a/lib/ic/examples/all-against-all/client.c +++ b/lib/ic/examples/all-against-all/client.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1999-2013. All Rights Reserved. + * Copyright Ericsson AB 1999-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/client.erl b/lib/ic/examples/all-against-all/client.erl index 656a84d56d..3c147037a0 100644 --- a/lib/ic/examples/all-against-all/client.erl +++ b/lib/ic/examples/all-against-all/client.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2009. All Rights Reserved. +%% Copyright Ericsson AB 1999-2016. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/client.java b/lib/ic/examples/all-against-all/client.java index f11b0388dc..48b5bc4f60 100644 --- a/lib/ic/examples/all-against-all/client.java +++ b/lib/ic/examples/all-against-all/client.java @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1999-2009. All Rights Reserved. + * Copyright Ericsson AB 1999-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/rmod_random_impl.erl b/lib/ic/examples/all-against-all/rmod_random_impl.erl index b0171715b9..36b280c0b2 100644 --- a/lib/ic/examples/all-against-all/rmod_random_impl.erl +++ b/lib/ic/examples/all-against-all/rmod_random_impl.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2000-2009. All Rights Reserved. +%% Copyright Ericsson AB 2000-2016. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/server.c b/lib/ic/examples/all-against-all/server.c index 6e74d32ca9..6d46ea7673 100644 --- a/lib/ic/examples/all-against-all/server.c +++ b/lib/ic/examples/all-against-all/server.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1999-2009. All Rights Reserved. + * Copyright Ericsson AB 1999-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/server.erl b/lib/ic/examples/all-against-all/server.erl index c086b53df4..c5fa2589ae 100644 --- a/lib/ic/examples/all-against-all/server.erl +++ b/lib/ic/examples/all-against-all/server.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2009. All Rights Reserved. +%% Copyright Ericsson AB 1999-2016. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/server.java b/lib/ic/examples/all-against-all/server.java index 2b5355fff7..79618ba8be 100644 --- a/lib/ic/examples/all-against-all/server.java +++ b/lib/ic/examples/all-against-all/server.java @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1999-2009. All Rights Reserved. + * Copyright Ericsson AB 1999-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lib/ic/examples/all-against-all/serverImpl.java b/lib/ic/examples/all-against-all/serverImpl.java index f5f345e93e..336bc7e327 100644 --- a/lib/ic/examples/all-against-all/serverImpl.java +++ b/lib/ic/examples/all-against-all/serverImpl.java @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1999-2009. All Rights Reserved. + * Copyright Ericsson AB 1999-2016. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |