diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-08-31 14:48:46 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-08-31 14:48:46 +0200 |
commit | 2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630 (patch) | |
tree | 01338d996a09618cea4f7e3171517b12bb790093 /lib/megaco | |
parent | 07905276ce951d59b400516f9a4601d376b383b9 (diff) | |
download | otp-2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630.tar.gz otp-2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630.tar.bz2 otp-2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630.zip |
Update copyright years
Diffstat (limited to 'lib/megaco')
-rw-r--r-- | lib/megaco/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/doc/src/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/examples/meas/Makefile.in | 2 | ||||
-rw-r--r-- | lib/megaco/examples/simple/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/src/app/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/src/binary/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/src/engine/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/src/engine/modules.mk | 2 | ||||
-rw-r--r-- | lib/megaco/src/flex/Makefile.in | 2 | ||||
-rw-r--r-- | lib/megaco/src/tcp/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/src/text/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/src/udp/Makefile | 2 | ||||
-rw-r--r-- | lib/megaco/test/Makefile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/lib/megaco/Makefile b/lib/megaco/Makefile index fc8f408b0a..3bf502ba1c 100644 --- a/lib/megaco/Makefile +++ b/lib/megaco/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2011. All Rights Reserved. +# Copyright Ericsson AB 1999-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/megaco/doc/src/Makefile b/lib/megaco/doc/src/Makefile index 493304523e..f35413a4fd 100644 --- a/lib/megaco/doc/src/Makefile +++ b/lib/megaco/doc/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2000-2011. All Rights Reserved. +# Copyright Ericsson AB 2000-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/megaco/examples/meas/Makefile.in b/lib/megaco/examples/meas/Makefile.in index 607d81d440..c517fd21cf 100644 --- a/lib/megaco/examples/meas/Makefile.in +++ b/lib/megaco/examples/meas/Makefile.in @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2002-2011. All Rights Reserved. +# Copyright Ericsson AB 2002-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/megaco/examples/simple/Makefile b/lib/megaco/examples/simple/Makefile index 261acbb479..8ec9db71db 100644 --- a/lib/megaco/examples/simple/Makefile +++ b/lib/megaco/examples/simple/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2009. All Rights Reserved. +# Copyright Ericsson AB 2001-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/megaco/src/app/Makefile b/lib/megaco/src/app/Makefile index a7b458845d..42030c5b1c 100644 --- a/lib/megaco/src/app/Makefile +++ b/lib/megaco/src/app/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2007-2009. All Rights Reserved. +# Copyright Ericsson AB 2007-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/megaco/src/binary/Makefile b/lib/megaco/src/binary/Makefile index 77b06c81d3..695599b9dc 100644 --- a/lib/megaco/src/binary/Makefile +++ b/lib/megaco/src/binary/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2000-2009. All Rights Reserved. +# Copyright Ericsson AB 2000-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/megaco/src/engine/Makefile b/lib/megaco/src/engine/Makefile index ae2fadb3fc..7cecef1444 100644 --- a/lib/megaco/src/engine/Makefile +++ b/lib/megaco/src/engine/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2009. All Rights Reserved. +# Copyright Ericsson AB 1999-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/megaco/src/engine/modules.mk b/lib/megaco/src/engine/modules.mk index 6e2f9246f0..e6e5e29829 100644 --- a/lib/megaco/src/engine/modules.mk +++ b/lib/megaco/src/engine/modules.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2011. All Rights Reserved. +# Copyright Ericsson AB 2001-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/megaco/src/flex/Makefile.in b/lib/megaco/src/flex/Makefile.in index 976ecaa4f7..69c2425d05 100644 --- a/lib/megaco/src/flex/Makefile.in +++ b/lib/megaco/src/flex/Makefile.in @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2011. All Rights Reserved. +# Copyright Ericsson AB 2001-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/megaco/src/tcp/Makefile b/lib/megaco/src/tcp/Makefile index efc76bb2c5..0c30abae2c 100644 --- a/lib/megaco/src/tcp/Makefile +++ b/lib/megaco/src/tcp/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2000-2009. All Rights Reserved. +# Copyright Ericsson AB 2000-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/megaco/src/text/Makefile b/lib/megaco/src/text/Makefile index 2c7703cd33..cab4256e68 100644 --- a/lib/megaco/src/text/Makefile +++ b/lib/megaco/src/text/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2000-2009. All Rights Reserved. +# Copyright Ericsson AB 2000-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/megaco/src/udp/Makefile b/lib/megaco/src/udp/Makefile index db9bb72d82..9486804d38 100644 --- a/lib/megaco/src/udp/Makefile +++ b/lib/megaco/src/udp/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2000-2009. All Rights Reserved. +# Copyright Ericsson AB 2000-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/megaco/test/Makefile b/lib/megaco/test/Makefile index b1bca10ca8..b78f21f608 100644 --- a/lib/megaco/test/Makefile +++ b/lib/megaco/test/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1999-2010. All Rights Reserved. +# Copyright Ericsson AB 1999-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 |