From 6664eed554974336909d3ffe03f20349cc4c38fd Mon Sep 17 00:00:00 2001 From: Henrik Nord Date: Tue, 15 Mar 2016 15:19:56 +0100 Subject: update copyright-year --- lib/megaco/src/tcp/Makefile | 2 +- lib/megaco/src/tcp/depend.mk | 2 +- lib/megaco/src/tcp/megaco_tcp.erl | 2 +- lib/megaco/src/tcp/megaco_tcp.hrl | 2 +- lib/megaco/src/tcp/megaco_tcp_accept.erl | 2 +- lib/megaco/src/tcp/megaco_tcp_accept_sup.erl | 2 +- lib/megaco/src/tcp/megaco_tcp_connection.erl | 2 +- lib/megaco/src/tcp/megaco_tcp_connection_sup.erl | 2 +- lib/megaco/src/tcp/megaco_tcp_sup.erl | 2 +- lib/megaco/src/tcp/modules.mk | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/megaco/src/tcp') diff --git a/lib/megaco/src/tcp/Makefile b/lib/megaco/src/tcp/Makefile index 0c546a881f..d07db3fa4b 100644 --- a/lib/megaco/src/tcp/Makefile +++ b/lib/megaco/src/tcp/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2000-2012. 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/megaco/src/tcp/depend.mk b/lib/megaco/src/tcp/depend.mk index a5f5f9b844..c775048534 100644 --- a/lib/megaco/src/tcp/depend.mk +++ b/lib/megaco/src/tcp/depend.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2007-2009. All Rights Reserved. +# Copyright Ericsson AB 2007-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/megaco/src/tcp/megaco_tcp.erl b/lib/megaco/src/tcp/megaco_tcp.erl index 25b7902c0b..1735439501 100644 --- a/lib/megaco/src/tcp/megaco_tcp.erl +++ b/lib/megaco/src/tcp/megaco_tcp.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/megaco/src/tcp/megaco_tcp.hrl b/lib/megaco/src/tcp/megaco_tcp.hrl index 37963a7099..0c01f36b55 100644 --- a/lib/megaco/src/tcp/megaco_tcp.hrl +++ b/lib/megaco/src/tcp/megaco_tcp.hrl @@ -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/megaco/src/tcp/megaco_tcp_accept.erl b/lib/megaco/src/tcp/megaco_tcp_accept.erl index f3e45d8cd4..5fcff200aa 100644 --- a/lib/megaco/src/tcp/megaco_tcp_accept.erl +++ b/lib/megaco/src/tcp/megaco_tcp_accept.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/megaco/src/tcp/megaco_tcp_accept_sup.erl b/lib/megaco/src/tcp/megaco_tcp_accept_sup.erl index 9a8369edd2..ecaad6769d 100644 --- a/lib/megaco/src/tcp/megaco_tcp_accept_sup.erl +++ b/lib/megaco/src/tcp/megaco_tcp_accept_sup.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/megaco/src/tcp/megaco_tcp_connection.erl b/lib/megaco/src/tcp/megaco_tcp_connection.erl index 962c5928c1..136bfda2e5 100644 --- a/lib/megaco/src/tcp/megaco_tcp_connection.erl +++ b/lib/megaco/src/tcp/megaco_tcp_connection.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/megaco/src/tcp/megaco_tcp_connection_sup.erl b/lib/megaco/src/tcp/megaco_tcp_connection_sup.erl index 7c9ed0b17e..19aeb6b714 100644 --- a/lib/megaco/src/tcp/megaco_tcp_connection_sup.erl +++ b/lib/megaco/src/tcp/megaco_tcp_connection_sup.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/megaco/src/tcp/megaco_tcp_sup.erl b/lib/megaco/src/tcp/megaco_tcp_sup.erl index aa8c9da539..8ec115dad8 100644 --- a/lib/megaco/src/tcp/megaco_tcp_sup.erl +++ b/lib/megaco/src/tcp/megaco_tcp_sup.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/megaco/src/tcp/modules.mk b/lib/megaco/src/tcp/modules.mk index eb21eef60f..f687b60ced 100644 --- a/lib/megaco/src/tcp/modules.mk +++ b/lib/megaco/src/tcp/modules.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2009. All Rights Reserved. +# Copyright Ericsson AB 2001-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. -- cgit v1.2.3