diff options
author | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-02-25 15:26:00 +0100 |
---|---|---|
committer | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-02-25 15:26:00 +0100 |
commit | 69d8812a617a450e7188b17be818b7aa9d878cfc (patch) | |
tree | 502b7ff1474b87d65f629e4757907b361ee69b55 /vio | |
parent | 5b7f1c50de531a550366dc0c544e7f6c3e25e997 (diff) | |
download | mariadb-git-69d8812a617a450e7188b17be818b7aa9d878cfc.tar.gz |
Updated/added copyright headers.
Diffstat (limited to 'vio')
-rwxr-xr-x | vio/CMakeLists.txt | 2 | ||||
-rw-r--r-- | vio/test-ssl.c | 2 | ||||
-rw-r--r-- | vio/test-sslclient.c | 2 | ||||
-rw-r--r-- | vio/test-sslserver.c | 2 | ||||
-rw-r--r-- | vio/viosocket.c | 2 | ||||
-rw-r--r-- | vio/viossl.c | 2 | ||||
-rw-r--r-- | vio/viosslfactories.c | 3 | ||||
-rw-r--r-- | vio/viotest-ssl.c | 2 |
8 files changed, 8 insertions, 9 deletions
diff --git a/vio/CMakeLists.txt b/vio/CMakeLists.txt index 164bcde7c4b..9a275fac3c9 100755 --- a/vio/CMakeLists.txt +++ b/vio/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2006 MySQL AB +# Copyright (c) 2006-2008 MySQL AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/vio/test-ssl.c b/vio/test-ssl.c index 855dc5fbb3e..a74c6739ee0 100644 --- a/vio/test-ssl.c +++ b/vio/test-ssl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000-2007 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/vio/test-sslclient.c b/vio/test-sslclient.c index e1b8461397b..4bfd2ca32a3 100644 --- a/vio/test-sslclient.c +++ b/vio/test-sslclient.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000-2003, 2005-2007 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/vio/test-sslserver.c b/vio/test-sslserver.c index f55b5bae53a..ea92946c9fe 100644 --- a/vio/test-sslserver.c +++ b/vio/test-sslserver.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000-2004, 2006, 2007 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/vio/viosocket.c b/vio/viosocket.c index 9633a01f689..c969a14bd34 100644 --- a/vio/viosocket.c +++ b/vio/viosocket.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/vio/viossl.c b/vio/viossl.c index 143d108d3d7..0ac96387bef 100644 --- a/vio/viossl.c +++ b/vio/viossl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000-2008 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/vio/viosslfactories.c b/vio/viosslfactories.c index 037c34802e9..5d31d1dde56 100644 --- a/vio/viosslfactories.c +++ b/vio/viosslfactories.c @@ -1,6 +1,5 @@ /* - Copyright (c) 2000-2008 MySQL AB, 2009 Sun Microsystems, Inc. - Use is subject to license terms. + Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/vio/viotest-ssl.c b/vio/viotest-ssl.c index b8abbac4ed6..7fe652d118e 100644 --- a/vio/viotest-ssl.c +++ b/vio/viotest-ssl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000-2003, 2007 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |