diff options
Diffstat (limited to 'lib/orber/examples')
-rw-r--r-- | lib/orber/examples/Makefile | 2 | ||||
-rw-r--r-- | lib/orber/examples/Stack/Makefile | 2 | ||||
-rw-r--r-- | lib/orber/examples/Stack/StackClient.java | 2 | ||||
-rw-r--r-- | lib/orber/examples/Stack/StackModule_StackFactory_impl.erl | 2 | ||||
-rw-r--r-- | lib/orber/examples/Stack/StackModule_Stack_impl.erl | 2 | ||||
-rw-r--r-- | lib/orber/examples/Stack/stack_client.erl | 2 | ||||
-rw-r--r-- | lib/orber/examples/Stack/stack_factory.erl | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/orber/examples/Makefile b/lib/orber/examples/Makefile index 06b0be9c4d..bf1ff13707 100644 --- a/lib/orber/examples/Makefile +++ b/lib/orber/examples/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2009. All Rights Reserved. +# Copyright Ericsson AB 1997-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/orber/examples/Stack/Makefile b/lib/orber/examples/Stack/Makefile index abdd65823f..5348c624e3 100644 --- a/lib/orber/examples/Stack/Makefile +++ b/lib/orber/examples/Stack/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2012. All Rights Reserved. +# Copyright Ericsson AB 1997-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/orber/examples/Stack/StackClient.java b/lib/orber/examples/Stack/StackClient.java index 55c9c258bd..55e967a330 100644 --- a/lib/orber/examples/Stack/StackClient.java +++ b/lib/orber/examples/Stack/StackClient.java @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1997-2009. All Rights Reserved. + * Copyright Ericsson AB 1997-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/orber/examples/Stack/StackModule_StackFactory_impl.erl b/lib/orber/examples/Stack/StackModule_StackFactory_impl.erl index 1fc1f6fa8e..76e449971f 100644 --- a/lib/orber/examples/Stack/StackModule_StackFactory_impl.erl +++ b/lib/orber/examples/Stack/StackModule_StackFactory_impl.erl @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2009. All Rights Reserved. +%% Copyright Ericsson AB 1997-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/orber/examples/Stack/StackModule_Stack_impl.erl b/lib/orber/examples/Stack/StackModule_Stack_impl.erl index 5b882badec..ff4dc90829 100644 --- a/lib/orber/examples/Stack/StackModule_Stack_impl.erl +++ b/lib/orber/examples/Stack/StackModule_Stack_impl.erl @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2009. All Rights Reserved. +%% Copyright Ericsson AB 1997-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/orber/examples/Stack/stack_client.erl b/lib/orber/examples/Stack/stack_client.erl index 4b508ace8d..6e32195b1b 100644 --- a/lib/orber/examples/Stack/stack_client.erl +++ b/lib/orber/examples/Stack/stack_client.erl @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2009. All Rights Reserved. +%% Copyright Ericsson AB 1997-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/orber/examples/Stack/stack_factory.erl b/lib/orber/examples/Stack/stack_factory.erl index 7f9cfb7196..b5b455ae5a 100644 --- a/lib/orber/examples/Stack/stack_factory.erl +++ b/lib/orber/examples/Stack/stack_factory.erl @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2009. All Rights Reserved. +%% Copyright Ericsson AB 1997-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. |