Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8f732210
Commit
8f732210
authored
Feb 26, 2013
by
Murthy Narkedimilli
Browse files
Options
Browse Files
Download
Plain Diff
Updated/added copyright headers
parents
13058fd5
053d7e77
Changes
120
Show whitespace changes
Inline
Side-by-side
Showing
120 changed files
with
147 additions
and
132 deletions
+147
-132
BUILD/compile-alpha-debug
BUILD/compile-alpha-debug
+2
-1
BUILD/compile-amd64-debug-max
BUILD/compile-amd64-debug-max
+2
-1
BUILD/compile-amd64-max
BUILD/compile-amd64-max
+2
-1
BUILD/compile-darwin-mwcc
BUILD/compile-darwin-mwcc
+2
-1
BUILD/compile-hpux11-parisc2-aCC
BUILD/compile-hpux11-parisc2-aCC
+2
-1
BUILD/compile-irix-mips64-mipspro
BUILD/compile-irix-mips64-mipspro
+2
-1
BUILD/compile-ndb-autotest
BUILD/compile-ndb-autotest
+1
-1
BUILD/compile-pentium
BUILD/compile-pentium
+2
-1
BUILD/compile-pentium-debug-max-no-embedded
BUILD/compile-pentium-debug-max-no-embedded
+2
-1
BUILD/compile-pentium-debug-max-no-ndb
BUILD/compile-pentium-debug-max-no-ndb
+1
-1
BUILD/compile-pentium-max
BUILD/compile-pentium-max
+2
-1
BUILD/compile-pentium-pgcc
BUILD/compile-pentium-pgcc
+2
-1
BUILD/compile-ppc-debug
BUILD/compile-ppc-debug
+2
-1
BUILD/compile-ppc-debug-max
BUILD/compile-ppc-debug-max
+2
-1
BUILD/compile-ppc-debug-max-no-ndb
BUILD/compile-ppc-debug-max-no-ndb
+2
-1
BUILD/compile-ppc-max
BUILD/compile-ppc-max
+2
-1
BUILD/compile-solaris-sparc-debug
BUILD/compile-solaris-sparc-debug
+2
-1
BUILD/compile-solaris-sparc-purify
BUILD/compile-solaris-sparc-purify
+2
-1
client/client_priv.h
client/client_priv.h
+1
-1
client/completion_hash.h
client/completion_hash.h
+2
-1
client/echo.c
client/echo.c
+2
-1
client/get_password.c
client/get_password.c
+2
-1
client/mysqlcheck.c
client/mysqlcheck.c
+1
-1
client/mysqldump.c
client/mysqldump.c
+1
-1
client/sql_string.cc
client/sql_string.cc
+1
-1
cmake/configure.pl
cmake/configure.pl
+1
-1
cmake/create_initial_db.cmake.in
cmake/create_initial_db.cmake.in
+1
-1
cmake/make_dist.cmake.in
cmake/make_dist.cmake.in
+1
-1
cmake/mysql_version.cmake
cmake/mysql_version.cmake
+1
-1
cmake/package_name.cmake
cmake/package_name.cmake
+1
-1
cmake/plugin.cmake
cmake/plugin.cmake
+1
-1
cmake/ssl.cmake
cmake/ssl.cmake
+1
-1
configure.cmake
configure.cmake
+1
-1
extra/charset2html.c
extra/charset2html.c
+2
-1
extra/yassl/CMakeLists.txt
extra/yassl/CMakeLists.txt
+1
-1
extra/yassl/examples/client/client.cpp
extra/yassl/examples/client/client.cpp
+1
-1
extra/yassl/examples/echoclient/echoclient.cpp
extra/yassl/examples/echoclient/echoclient.cpp
+1
-1
extra/yassl/examples/echoserver/echoserver.cpp
extra/yassl/examples/echoserver/echoserver.cpp
+1
-1
extra/yassl/examples/server/server.cpp
extra/yassl/examples/server/server.cpp
+1
-1
extra/yassl/include/buffer.hpp
extra/yassl/include/buffer.hpp
+1
-1
extra/yassl/include/cert_wrapper.hpp
extra/yassl/include/cert_wrapper.hpp
+1
-2
extra/yassl/include/lock.hpp
extra/yassl/include/lock.hpp
+1
-1
extra/yassl/include/openssl/prefix_ssl.h
extra/yassl/include/openssl/prefix_ssl.h
+1
-2
extra/yassl/include/socket_wrapper.hpp
extra/yassl/include/socket_wrapper.hpp
+1
-1
extra/yassl/include/yassl_error.hpp
extra/yassl/include/yassl_error.hpp
+1
-2
extra/yassl/include/yassl_imp.hpp
extra/yassl/include/yassl_imp.hpp
+1
-2
extra/yassl/include/yassl_int.hpp
extra/yassl/include/yassl_int.hpp
+1
-1
extra/yassl/include/yassl_types.hpp
extra/yassl/include/yassl_types.hpp
+1
-2
extra/yassl/src/buffer.cpp
extra/yassl/src/buffer.cpp
+1
-2
extra/yassl/src/cert_wrapper.cpp
extra/yassl/src/cert_wrapper.cpp
+1
-2
extra/yassl/src/crypto_wrapper.cpp
extra/yassl/src/crypto_wrapper.cpp
+1
-1
extra/yassl/src/handshake.cpp
extra/yassl/src/handshake.cpp
+1
-2
extra/yassl/src/lock.cpp
extra/yassl/src/lock.cpp
+1
-1
extra/yassl/src/make.bat
extra/yassl/src/make.bat
+1
-1
extra/yassl/src/socket_wrapper.cpp
extra/yassl/src/socket_wrapper.cpp
+1
-1
extra/yassl/src/ssl.cpp
extra/yassl/src/ssl.cpp
+1
-2
extra/yassl/src/template_instnt.cpp
extra/yassl/src/template_instnt.cpp
+2
-1
extra/yassl/src/yassl.cpp
extra/yassl/src/yassl.cpp
+1
-1
extra/yassl/src/yassl_error.cpp
extra/yassl/src/yassl_error.cpp
+1
-1
extra/yassl/taocrypt/benchmark/benchmark.cpp
extra/yassl/taocrypt/benchmark/benchmark.cpp
+1
-1
extra/yassl/taocrypt/benchmark/make.bat
extra/yassl/taocrypt/benchmark/make.bat
+1
-1
extra/yassl/taocrypt/include/aes.hpp
extra/yassl/taocrypt/include/aes.hpp
+1
-1
extra/yassl/taocrypt/include/asn.hpp
extra/yassl/taocrypt/include/asn.hpp
+1
-2
extra/yassl/taocrypt/include/block.hpp
extra/yassl/taocrypt/include/block.hpp
+1
-2
extra/yassl/taocrypt/include/blowfish.hpp
extra/yassl/taocrypt/include/blowfish.hpp
+1
-1
extra/yassl/taocrypt/include/des.hpp
extra/yassl/taocrypt/include/des.hpp
+1
-1
extra/yassl/taocrypt/include/hash.hpp
extra/yassl/taocrypt/include/hash.hpp
+1
-1
extra/yassl/taocrypt/include/hc128.hpp
extra/yassl/taocrypt/include/hc128.hpp
+1
-1
extra/yassl/taocrypt/include/integer.hpp
extra/yassl/taocrypt/include/integer.hpp
+1
-1
extra/yassl/taocrypt/include/kernelc.hpp
extra/yassl/taocrypt/include/kernelc.hpp
+1
-1
extra/yassl/taocrypt/include/misc.hpp
extra/yassl/taocrypt/include/misc.hpp
+1
-1
extra/yassl/taocrypt/include/modes.hpp
extra/yassl/taocrypt/include/modes.hpp
+1
-2
extra/yassl/taocrypt/include/pwdbased.hpp
extra/yassl/taocrypt/include/pwdbased.hpp
+1
-1
extra/yassl/taocrypt/include/rabbit.hpp
extra/yassl/taocrypt/include/rabbit.hpp
+1
-1
extra/yassl/taocrypt/include/rsa.hpp
extra/yassl/taocrypt/include/rsa.hpp
+1
-1
extra/yassl/taocrypt/include/runtime.hpp
extra/yassl/taocrypt/include/runtime.hpp
+1
-1
extra/yassl/taocrypt/include/types.hpp
extra/yassl/taocrypt/include/types.hpp
+1
-1
extra/yassl/taocrypt/mySTL/stdexcept.hpp
extra/yassl/taocrypt/mySTL/stdexcept.hpp
+1
-1
extra/yassl/taocrypt/mySTL/vector.hpp
extra/yassl/taocrypt/mySTL/vector.hpp
+1
-1
extra/yassl/taocrypt/src/aes.cpp
extra/yassl/taocrypt/src/aes.cpp
+1
-1
extra/yassl/taocrypt/src/aestables.cpp
extra/yassl/taocrypt/src/aestables.cpp
+1
-1
extra/yassl/taocrypt/src/algebra.cpp
extra/yassl/taocrypt/src/algebra.cpp
+1
-1
extra/yassl/taocrypt/src/arc4.cpp
extra/yassl/taocrypt/src/arc4.cpp
+1
-1
extra/yassl/taocrypt/src/blowfish.cpp
extra/yassl/taocrypt/src/blowfish.cpp
+1
-1
extra/yassl/taocrypt/src/coding.cpp
extra/yassl/taocrypt/src/coding.cpp
+1
-1
extra/yassl/taocrypt/src/dsa.cpp
extra/yassl/taocrypt/src/dsa.cpp
+1
-1
extra/yassl/taocrypt/src/hash.cpp
extra/yassl/taocrypt/src/hash.cpp
+1
-1
extra/yassl/taocrypt/src/hc128.cpp
extra/yassl/taocrypt/src/hc128.cpp
+1
-1
extra/yassl/taocrypt/src/make.bat
extra/yassl/taocrypt/src/make.bat
+1
-1
extra/yassl/taocrypt/src/md4.cpp
extra/yassl/taocrypt/src/md4.cpp
+1
-1
extra/yassl/taocrypt/src/md5.cpp
extra/yassl/taocrypt/src/md5.cpp
+1
-1
extra/yassl/taocrypt/src/misc.cpp
extra/yassl/taocrypt/src/misc.cpp
+1
-1
extra/yassl/taocrypt/src/rabbit.cpp
extra/yassl/taocrypt/src/rabbit.cpp
+1
-1
extra/yassl/taocrypt/src/random.cpp
extra/yassl/taocrypt/src/random.cpp
+1
-1
extra/yassl/taocrypt/src/ripemd.cpp
extra/yassl/taocrypt/src/ripemd.cpp
+1
-1
extra/yassl/taocrypt/src/rsa.cpp
extra/yassl/taocrypt/src/rsa.cpp
+1
-1
extra/yassl/taocrypt/src/sha.cpp
extra/yassl/taocrypt/src/sha.cpp
+1
-1
extra/yassl/taocrypt/src/template_instnt.cpp
extra/yassl/taocrypt/src/template_instnt.cpp
+1
-1
extra/yassl/taocrypt/src/twofish.cpp
extra/yassl/taocrypt/src/twofish.cpp
+1
-1
extra/yassl/taocrypt/test/make.bat
extra/yassl/taocrypt/test/make.bat
+1
-1
extra/yassl/taocrypt/test/memory.cpp
extra/yassl/taocrypt/test/memory.cpp
+1
-1
extra/yassl/taocrypt/test/test.cpp
extra/yassl/taocrypt/test/test.cpp
+1
-1
extra/yassl/testsuite/make.bat
extra/yassl/testsuite/make.bat
+1
-1
extra/yassl/testsuite/test.hpp
extra/yassl/testsuite/test.hpp
+1
-1
extra/yassl/testsuite/testsuite.cpp
extra/yassl/testsuite/testsuite.cpp
+1
-1
include/base64.h
include/base64.h
+2
-1
include/ft_global.h
include/ft_global.h
+1
-1
include/m_ctype.h
include/m_ctype.h
+1
-1
include/m_string.h
include/m_string.h
+1
-1
include/my_md5.h
include/my_md5.h
+2
-1
include/my_sys.h
include/my_sys.h
+1
-1
include/my_user.h
include/my_user.h
+2
-1
include/my_xml.h
include/my_xml.h
+2
-1
include/myisampack.h
include/myisampack.h
+1
-1
include/mysql.h
include/mysql.h
+1
-1
include/mysql/service_my_snprintf.h
include/mysql/service_my_snprintf.h
+1
-1
include/mysql/thread_pool_priv.h
include/mysql/thread_pool_priv.h
+1
-1
include/mysql_time.h
include/mysql_time.h
+2
-1
include/mysql_version.h.in
include/mysql_version.h.in
+2
-1
include/welcome_copyright_notice.h
include/welcome_copyright_notice.h
+1
-1
No files found.
BUILD/compile-alpha-debug
View file @
8f732210
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000, 2001, 2005-2007 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-amd64-debug-max
View file @
8f732210
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-amd64-max
View file @
8f732210
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-darwin-mwcc
View file @
8f732210
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-hpux11-parisc2-aCC
View file @
8f732210
#!/bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004, 2005, 2007 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-irix-mips64-mipspro
View file @
8f732210
#!/bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004, 2005, 2007 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-ndb-autotest
View file @
8f732210
#! /bin/sh
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, 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
...
...
BUILD/compile-pentium
View file @
8f732210
#! /bin/sh
# Copyright (C) 2000, 2002 MySQL AB
# Copyright (c) 2000-2002, 2007 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-pentium-debug-max-no-embedded
View file @
8f732210
#! /bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004-2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-pentium-debug-max-no-ndb
View file @
8f732210
#! /bin/sh
# Copyright (
C) 2005, 2007 MySQL AB
# Copyright (
c) 2005, 2010, 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
...
...
BUILD/compile-pentium-max
View file @
8f732210
#! /bin/sh
# Copyright (C) 2001, 2005 MySQL AB
# Copyright (c) 2001-2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-pentium-pgcc
View file @
8f732210
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000, 2001, 2005, 2007 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-ppc-debug
View file @
8f732210
#! /bin/sh
# Copyright (C) 2004 MySQL AB
# Copyright (c) 2004, 2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-ppc-debug-max
View file @
8f732210
#! /bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004-2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-ppc-debug-max-no-ndb
View file @
8f732210
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-ppc-max
View file @
8f732210
#! /bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004-2006 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-solaris-sparc-debug
View file @
8f732210
#!/bin/sh
# Copyright (C) 2001, 2005 MySQL AB
# Copyright (c) 2001, 2002, 2005-2007 MySQL AB
# Use is subject to license terms
#
# 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
...
...
BUILD/compile-solaris-sparc-purify
View file @
8f732210
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000-2002, 2005-2007 MySQL AB
# Use is subject to license terms
#
# 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
...
...
client/client_priv.h
View file @
8f732210
/*
Copyright (c) 2001, 201
1
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2001, 201
2
, 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
...
...
client/completion_hash.h
View file @
8f732210
/* Copyright (C) 2000-2002 MySQL AB
/* Copyright (c) 2000-2002, 2006 MySQL AB
Use is subject to license terms
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
...
...
client/echo.c
View file @
8f732210
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000, 2007 MySQL AB
Use is subject to license terms
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
...
...
client/get_password.c
View file @
8f732210
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000, 2001, 2003, 2006, 2008 MySQL AB
Use is subject to license terms
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
...
...
client/mysqlcheck.c
View file @
8f732210
/*
Copyright (c) 2001, 201
3
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2001, 201
2
, 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
...
...
client/mysqldump.c
View file @
8f732210
/*
Copyright (c) 2000, 201
2
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2000, 201
3
, 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
...
...
client/sql_string.cc
View file @
8f732210
/*
Copyright (c) 2000, 201
1
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2000, 201
3
, 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
...
...
cmake/configure.pl
View file @
8f732210
#!/usr/bin/perl
# Copyright (c) 2009, 201
1
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, 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
...
...
cmake/create_initial_db.cmake.in
View file @
8f732210
# Copyright (c) 2009, 201
0
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, 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
...
...
cmake/make_dist.cmake.in
View file @
8f732210
# Copyright (c) 2009, 201
1
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, 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
...
...
cmake/mysql_version.cmake
View file @
8f732210
# Copyright (c) 2009, 201
1
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, 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
...
...
cmake/package_name.cmake
View file @
8f732210
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2010,
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
...
...
cmake/plugin.cmake
View file @
8f732210
# Copyright (c) 2009, 201
1
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, 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
...
...
cmake/ssl.cmake
View file @
8f732210
# Copyright (c) 2009, 201
0
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, 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
...
...
configure.cmake
View file @
8f732210
# Copyright (c) 2009, 201
1
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2009, 201
2
, 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
...
...
extra/charset2html.c
View file @
8f732210
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000, 2002-2004, 2007, 2008 MySQL AB
Use is subject to license terms
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
...
...
extra/yassl/CMakeLists.txt
View file @
8f732210
# Copyright (c) 2006, 201
0
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2006, 201
2
, 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
...
...
extra/yassl/examples/client/client.cpp
View file @
8f732210
/*
Copyright (
C) 2006 MySQL AB
Copyright (
c) 2006, 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
...
...
extra/yassl/examples/echoclient/echoclient.cpp
View file @
8f732210
/*
Copyright (
C) 2006 MySQL AB
Copyright (
c) 2006, 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
...
...
extra/yassl/examples/echoserver/echoserver.cpp
View file @
8f732210
/*
Copyright (
C) 2006 MySQL AB
Copyright (
c) 2006, 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
...
...
extra/yassl/examples/server/server.cpp
View file @
8f732210
/*
Copyright (
C) 2006 MySQL AB
Copyright (
c) 2006, 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
...
...
extra/yassl/include/buffer.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/include/cert_wrapper.hpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2008 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/include/lock.hpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/include/openssl/prefix_ssl.h
View file @
8f732210
/*
Copyright (c) 2006, 2007 MySQL AB, 2008 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2006, 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
...
...
extra/yassl/include/socket_wrapper.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/include/yassl_error.hpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2010 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/include/yassl_imp.hpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2008 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/include/yassl_int.hpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/include/yassl_types.hpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2008 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/src/buffer.cpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/src/cert_wrapper.cpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/src/crypto_wrapper.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/src/handshake.cpp
View file @
8f732210
/*
Copyright (c) 2005-2008 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/src/lock.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/src/make.bat
View file @
8f732210
REM Copyright (
C) 2006, 2007 MySQL AB
REM Copyright (
c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
REM
REM This program is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
...
...
extra/yassl/src/socket_wrapper.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/src/ssl.cpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2008-2010 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/src/template_instnt.cpp
View file @
8f732210
/*
Copyright (C) 2000-2007 MySQL AB
Copyright (c) 2000-2008 MySQL AB
Use is subject to license terms
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
...
...
extra/yassl/src/yassl.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/src/yassl_error.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
1
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/benchmark/benchmark.cpp
View file @
8f732210
/*
Copyright (
C) 2006, 2007 MySQL AB
Copyright (
c) 2006, 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
...
...
extra/yassl/taocrypt/benchmark/make.bat
View file @
8f732210
REM Copyright (
C) 2006, 2007 MySQL AB
REM Copyright (
c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
REM
REM This program is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
...
...
extra/yassl/taocrypt/include/aes.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/include/asn.hpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2010 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/taocrypt/include/block.hpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/taocrypt/include/blowfish.hpp
View file @
8f732210
/*
Copyright (c) 2006, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 201
2
, 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
...
...
extra/yassl/taocrypt/include/des.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/include/hash.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/include/hc128.hpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/include/integer.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/include/kernelc.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/include/misc.hpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/include/modes.hpp
View file @
8f732210
/*
Copyright (c) 2005-2007 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
Copyright (c) 2005, 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
...
...
extra/yassl/taocrypt/include/pwdbased.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/include/rabbit.hpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/include/rsa.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/include/runtime.hpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/include/types.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/mySTL/stdexcept.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/mySTL/vector.hpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/aes.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/src/aestables.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/algebra.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/src/arc4.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/blowfish.cpp
View file @
8f732210
/*
Copyright (c) 2006, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 201
2
, 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
...
...
extra/yassl/taocrypt/src/coding.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/src/dsa.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/hash.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/hc128.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/src/make.bat
View file @
8f732210
REM Copyright (
C) 2006, 2007 MySQL AB
REM Copyright (
c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
REM
REM This program is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
...
...
extra/yassl/taocrypt/src/md4.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/md5.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/misc.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/src/rabbit.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/src/random.cpp
View file @
8f732210
/*
Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2005, 201
2
, 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
...
...
extra/yassl/taocrypt/src/ripemd.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/rsa.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/sha.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/template_instnt.cpp
View file @
8f732210
/*
Copyright (
C) 2000-2007 MySQL AB
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
...
...
extra/yassl/taocrypt/src/twofish.cpp
View file @
8f732210
/*
Copyright (c) 2006, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 201
2
, 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
...
...
extra/yassl/taocrypt/test/make.bat
View file @
8f732210
REM Copyright (
C) 2006, 2007 MySQL AB
REM Copyright (
c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
REM
REM This program is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
...
...
extra/yassl/taocrypt/test/memory.cpp
View file @
8f732210
/*
Copyright (c) 2006, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 201
2
, 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
...
...
extra/yassl/taocrypt/test/test.cpp
View file @
8f732210
/*
Copyright (
C) 2006, 2007 MySQL AB
Copyright (
c) 2006, 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
...
...
extra/yassl/testsuite/make.bat
View file @
8f732210
REM Copyright (
C) 2006, 2007 MySQL AB
REM Copyright (
c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
REM
REM This program is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
...
...
extra/yassl/testsuite/test.hpp
View file @
8f732210
/*
Copyright (c) 2006, 201
0
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 201
2
, 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
...
...
extra/yassl/testsuite/testsuite.cpp
View file @
8f732210
/*
Copyright (
C) 2006, 2007 MySQL AB
Copyright (
c) 2006, 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
...
...
include/base64.h
View file @
8f732210
/* Copyright (C) 2003 MySQL AB
/* Copyright (c) 2003-2006 MySQL AB
Use is subject to license terms
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
...
...
include/ft_global.h
View file @
8f732210
/* Copyright (c) 2000-2007 MySQL AB, 2009 Sun Microsystems, Inc.
/* Copyright (c) 2000-200
5, 200
7 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
...
...
include/m_ctype.h
View file @
8f732210
/* Copyright (c) 2000, 201
2
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2000, 201
3
, 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
...
...
include/m_string.h
View file @
8f732210
/*
Copyright (c) 2000, 201
1
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2000, 201
2
, 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
...
...
include/my_md5.h
View file @
8f732210
#ifndef MY_MD5_INCLUDED
#define MY_MD5_INCLUDED
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000, 2001, 2007 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms
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
...
...
include/my_sys.h
View file @
8f732210
/* Copyright (c) 2000, 201
1
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2000, 201
3
, 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
...
...
include/my_user.h
View file @
8f732210
/* Copyright (C) 2005 MySQL AB
/* Copyright (c) 2005-2007 MySQL AB
Use is subject to license terms
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
...
...
include/my_xml.h
View file @
8f732210
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000, 2002, 2003, 2005, 2007 MySQL AB
Use is subject to license terms
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
...
...
include/myisampack.h
View file @
8f732210
#ifndef MYISAMPACK_INCLUDED
#define MYISAMPACK_INCLUDED
/* Copyright (c) 2000-2002, 2004
, 2006
MySQL AB, 2009 Sun Microsystems, Inc.
/* Copyright (c) 2000-2002, 2004 MySQL AB, 2009 Sun Microsystems, Inc.
Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
...
...
include/mysql.h
View file @
8f732210
/* Copyright (c) 2000, 201
1
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2000, 201
2
, 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
...
...
include/mysql/service_my_snprintf.h
View file @
8f732210
#ifndef MYSQL_SERVICE_MY_SNPRINTF_INCLUDED
/* Copyright (c) 2009, 201
0
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 2009, 201
2
, 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
...
...
include/mysql/thread_pool_priv.h
View file @
8f732210
/*
Copyright (c) 2010, 201
1
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010, 201
2
, 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
...
...
include/mysql_time.h
View file @
8f732210
/* Copyright (C) 2004 MySQL AB
/* Copyright (c) 2004, 2006 MySQL AB
Use is subject to license terms
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
...
...
include/mysql_version.h.in
View file @
8f732210
/* Copyright Abandoned 1996, 1999, 2001 MySQL AB
/* Copyright (c) 1996, 1999-2004, 2007 MySQL AB
Use is subject to license terms
This file is public domain and comes with NO WARRANTY of any kind */
/* Version numbers for protocol & mysqld */
...
...
include/welcome_copyright_notice.h
View file @
8f732210
/* Copyright (c) 201
1, 2013
, Oracle and/or its affiliates. All rights reserved.
/* Copyright (c) 201
0, 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment