diff options
author | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-03-19 13:29:12 +0100 |
---|---|---|
committer | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-03-19 13:29:12 +0100 |
commit | d20a70fb55114bd858754a67d863cce573b8333d (patch) | |
tree | bf203ed572abaa822dee3f1a12d9d0796fe1f6a0 /vio | |
parent | 6b243ee935b7737a5499b86ca6d31384dc2b0e89 (diff) | |
download | mariadb-git-d20a70fb55114bd858754a67d863cce573b8333d.tar.gz |
Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER
Diffstat (limited to 'vio')
-rw-r--r-- | vio/Makefile.am | 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/viossl.c | 2 | ||||
-rw-r--r-- | vio/viotest-ssl.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/vio/Makefile.am b/vio/Makefile.am index 27596bb2fa4..e036754f224 100644 --- a/vio/Makefile.am +++ b/vio/Makefile.am @@ -11,7 +11,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \ $(openssl_includes) diff --git a/vio/test-ssl.c b/vio/test-ssl.c index a74c6739ee0..ed177bff006 100644 --- a/vio/test-ssl.c +++ b/vio/test-ssl.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <my_global.h> #if defined(HAVE_OPENSSL) && !defined(__NETWARE__) diff --git a/vio/test-sslclient.c b/vio/test-sslclient.c index 4bfd2ca32a3..ecc2a4d7849 100644 --- a/vio/test-sslclient.c +++ b/vio/test-sslclient.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <my_global.h> #ifdef HAVE_OPENSSL diff --git a/vio/test-sslserver.c b/vio/test-sslserver.c index ea92946c9fe..8c22f72dc54 100644 --- a/vio/test-sslserver.c +++ b/vio/test-sslserver.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <my_global.h> #ifdef HAVE_OPENSSL diff --git a/vio/viossl.c b/vio/viossl.c index 0ac96387bef..9d863853ac4 100644 --- a/vio/viossl.c +++ b/vio/viossl.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /* Note that we can't have assertion on file descriptors; The reason for diff --git a/vio/viotest-ssl.c b/vio/viotest-ssl.c index 7fe652d118e..1f30566275f 100644 --- a/vio/viotest-ssl.c +++ b/vio/viotest-ssl.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ #include <my_global.h> #ifdef HAVE_OPENSSL |