Browse Source

Updated/added copyright headers.

pull/47/merge
Murthy Narkedimilli 13 years ago
parent
commit
69d8812a61
  1. 2
      BUILD/Makefile.am
  2. 2
      BUILD/autorun.sh
  3. 2
      BUILD/compile-alpha-ccc
  4. 2
      BUILD/compile-alpha-cxx
  5. 2
      BUILD/compile-alpha-debug
  6. 2
      BUILD/compile-amd64-debug-max
  7. 2
      BUILD/compile-amd64-max
  8. 2
      BUILD/compile-darwin-mwcc
  9. 2
      BUILD/compile-hpux11-parisc2-aCC
  10. 2
      BUILD/compile-ia64-debug-max
  11. 2
      BUILD/compile-irix-mips64-mipspro
  12. 2
      BUILD/compile-pentium
  13. 2
      BUILD/compile-pentium-debug-max-no-embedded
  14. 2
      BUILD/compile-pentium-debug-openssl
  15. 2
      BUILD/compile-pentium-debug-yassl
  16. 2
      BUILD/compile-pentium-max
  17. 2
      BUILD/compile-pentium-pgcc
  18. 2
      BUILD/compile-ppc-debug
  19. 2
      BUILD/compile-ppc-debug-max
  20. 2
      BUILD/compile-ppc-debug-max-no-ndb
  21. 2
      BUILD/compile-ppc-max
  22. 2
      BUILD/compile-solaris-sparc-debug
  23. 2
      BUILD/compile-solaris-sparc-purify
  24. 2
      CMakeLists.txt
  25. 2
      Docs/Makefile.am
  26. 2
      Makefile.am
  27. 2
      client/completion_hash.cc
  28. 2
      client/completion_hash.h
  29. 2
      client/echo.c
  30. 2
      client/get_password.c
  31. 2
      client/mysqldump.c
  32. 2
      client/sql_string.cc
  33. 2
      cmd-line-utils/Makefile.am
  34. 2
      dbug/CMakeLists.txt
  35. 2
      extra/CMakeLists.txt
  36. 2
      extra/Makefile.am
  37. 2
      extra/charset2html.c
  38. 2
      extra/yassl/CMakeLists.txt
  39. 2
      extra/yassl/Makefile.am
  40. 2
      extra/yassl/examples/client/client.cpp
  41. 2
      extra/yassl/examples/echoclient/echoclient.cpp
  42. 2
      extra/yassl/examples/echoserver/echoserver.cpp
  43. 2
      extra/yassl/examples/server/server.cpp
  44. 2
      extra/yassl/include/buffer.hpp
  45. 3
      extra/yassl/include/cert_wrapper.hpp
  46. 2
      extra/yassl/include/lock.hpp
  47. 3
      extra/yassl/include/openssl/prefix_ssl.h
  48. 2
      extra/yassl/include/socket_wrapper.hpp
  49. 3
      extra/yassl/include/yassl_error.hpp
  50. 3
      extra/yassl/include/yassl_imp.hpp
  51. 2
      extra/yassl/include/yassl_int.hpp
  52. 3
      extra/yassl/include/yassl_types.hpp
  53. 3
      extra/yassl/src/buffer.cpp
  54. 3
      extra/yassl/src/cert_wrapper.cpp
  55. 2
      extra/yassl/src/crypto_wrapper.cpp
  56. 3
      extra/yassl/src/handshake.cpp
  57. 2
      extra/yassl/src/lock.cpp
  58. 2
      extra/yassl/src/make.bat
  59. 2
      extra/yassl/src/socket_wrapper.cpp
  60. 3
      extra/yassl/src/ssl.cpp
  61. 2
      extra/yassl/src/template_instnt.cpp
  62. 2
      extra/yassl/src/yassl.cpp
  63. 2
      extra/yassl/src/yassl_error.cpp
  64. 2
      extra/yassl/taocrypt/Makefile.am
  65. 2
      extra/yassl/taocrypt/benchmark/benchmark.cpp
  66. 2
      extra/yassl/taocrypt/benchmark/make.bat
  67. 2
      extra/yassl/taocrypt/include/aes.hpp
  68. 3
      extra/yassl/taocrypt/include/asn.hpp
  69. 3
      extra/yassl/taocrypt/include/block.hpp
  70. 2
      extra/yassl/taocrypt/include/blowfish.hpp
  71. 2
      extra/yassl/taocrypt/include/des.hpp
  72. 2
      extra/yassl/taocrypt/include/hash.hpp
  73. 2
      extra/yassl/taocrypt/include/hc128.hpp
  74. 2
      extra/yassl/taocrypt/include/integer.hpp
  75. 2
      extra/yassl/taocrypt/include/kernelc.hpp
  76. 2
      extra/yassl/taocrypt/include/misc.hpp
  77. 3
      extra/yassl/taocrypt/include/modes.hpp
  78. 2
      extra/yassl/taocrypt/include/pwdbased.hpp
  79. 2
      extra/yassl/taocrypt/include/rabbit.hpp
  80. 2
      extra/yassl/taocrypt/include/rsa.hpp
  81. 2
      extra/yassl/taocrypt/include/runtime.hpp
  82. 2
      extra/yassl/taocrypt/include/types.hpp
  83. 2
      extra/yassl/taocrypt/mySTL/stdexcept.hpp
  84. 2
      extra/yassl/taocrypt/mySTL/vector.hpp
  85. 2
      extra/yassl/taocrypt/src/Makefile.am
  86. 2
      extra/yassl/taocrypt/src/aes.cpp
  87. 2
      extra/yassl/taocrypt/src/aestables.cpp
  88. 2
      extra/yassl/taocrypt/src/algebra.cpp
  89. 2
      extra/yassl/taocrypt/src/arc4.cpp
  90. 2
      extra/yassl/taocrypt/src/blowfish.cpp
  91. 2
      extra/yassl/taocrypt/src/coding.cpp
  92. 2
      extra/yassl/taocrypt/src/dsa.cpp
  93. 2
      extra/yassl/taocrypt/src/hash.cpp
  94. 2
      extra/yassl/taocrypt/src/hc128.cpp
  95. 2
      extra/yassl/taocrypt/src/make.bat
  96. 2
      extra/yassl/taocrypt/src/md4.cpp
  97. 2
      extra/yassl/taocrypt/src/md5.cpp
  98. 2
      extra/yassl/taocrypt/src/misc.cpp
  99. 2
      extra/yassl/taocrypt/src/rabbit.cpp
  100. 2
      extra/yassl/taocrypt/src/random.cpp

2
BUILD/Makefile.am

@ -1,4 +1,4 @@
# Copyright (C) 2002, 2004-2005 MySQL AB
# Copyright (c) 2002, 2004-2008 MySQL AB
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public

2
BUILD/autorun.sh

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005-2007 MySQL AB
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public

2
BUILD/compile-alpha-ccc

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000, 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

2
BUILD/compile-alpha-cxx

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000, 2001, 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

2
BUILD/compile-alpha-debug

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000, 2001, 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

2
BUILD/compile-amd64-debug-max

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 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

2
BUILD/compile-amd64-max

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 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

2
BUILD/compile-darwin-mwcc

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 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

2
BUILD/compile-hpux11-parisc2-aCC

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004, 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

2
BUILD/compile-ia64-debug-max

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2001, 2005 MySQL AB
# Copyright (c) 2001, 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

2
BUILD/compile-irix-mips64-mipspro

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004, 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

2
BUILD/compile-pentium

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2000, 2002 MySQL AB
# Copyright (c) 2000-2002, 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

2
BUILD/compile-pentium-debug-max-no-embedded

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004-2006 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

2
BUILD/compile-pentium-debug-openssl

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2001, 2003 MySQL AB
# Copyright (c) 2001, 2003, 2006 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

2
BUILD/compile-pentium-debug-yassl

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 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

2
BUILD/compile-pentium-max

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2001, 2005 MySQL AB
# Copyright (c) 2001-2006 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

2
BUILD/compile-pentium-pgcc

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000, 2001, 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

2
BUILD/compile-ppc-debug

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2004 MySQL AB
# Copyright (c) 2004, 2006 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

2
BUILD/compile-ppc-debug-max

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004-2006 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

2
BUILD/compile-ppc-debug-max-no-ndb

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2005 MySQL AB
# Copyright (c) 2005, 2006 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

2
BUILD/compile-ppc-max

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2004, 2005 MySQL AB
# Copyright (c) 2004-2006 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

2
BUILD/compile-solaris-sparc-debug

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2001, 2005 MySQL AB
# Copyright (c) 2001, 2002, 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

2
BUILD/compile-solaris-sparc-purify

@ -1,6 +1,6 @@
#! /bin/sh
# Copyright (C) 2000, 2005 MySQL AB
# Copyright (c) 2000-2002, 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

2
CMakeLists.txt

@ -1,4 +1,4 @@
# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
# 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

2
Docs/Makefile.am

@ -1,4 +1,4 @@
# Copyright (C) 2000-2006 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

2
Makefile.am

@ -1,4 +1,4 @@
# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
# 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

2
client/completion_hash.cc

@ -1,4 +1,4 @@
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000-2002, 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

2
client/completion_hash.h

@ -1,4 +1,4 @@
/* Copyright (C) 2000-2002 MySQL AB
/* Copyright (c) 2000-2002, 2006 MySQL AB
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public

2
client/echo.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

2
client/get_password.c

@ -1,4 +1,4 @@
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000, 2001, 2003, 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

2
client/mysqldump.c

@ -1,5 +1,5 @@
/*
Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2000, 2013, 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

2
client/sql_string.cc

@ -1,5 +1,5 @@
/*
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2000, 2013, 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

2
cmd-line-utils/Makefile.am

@ -1,4 +1,4 @@
# Copyright (C) 2004 MySQL AB
# Copyright (c) 2003, 2004 MySQL AB
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public

2
dbug/CMakeLists.txt

@ -1,4 +1,4 @@
# Copyright (C) 2006 MySQL AB
# Copyright (c) 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

2
extra/CMakeLists.txt

@ -1,4 +1,4 @@
# Copyright (C) 2006 MySQL AB
# Copyright (c) 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

2
extra/Makefile.am

@ -1,4 +1,4 @@
# Copyright (C) 2000-2006 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

2
extra/charset2html.c

@ -1,4 +1,4 @@
/* Copyright (C) 2000 MySQL AB
/* Copyright (c) 2000, 2002-2004, 2007, 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

2
extra/yassl/CMakeLists.txt

@ -1,4 +1,4 @@
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
# 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

2
extra/yassl/Makefile.am

@ -1,4 +1,4 @@
# Copyright (C) 2005, 2006 MySQL AB
# Copyright (c) 2005, 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

2
extra/yassl/examples/client/client.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/examples/echoclient/echoclient.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/examples/echoserver/echoserver.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/examples/server/server.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/include/buffer.hpp

@ -1,5 +1,5 @@
/*
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

3
extra/yassl/include/cert_wrapper.hpp

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/include/lock.hpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

3
extra/yassl/include/openssl/prefix_ssl.h

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/include/socket_wrapper.hpp

@ -1,5 +1,5 @@
/*
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

3
extra/yassl/include/yassl_error.hpp

@ -1,6 +1,5 @@
/*
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

3
extra/yassl/include/yassl_imp.hpp

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/include/yassl_int.hpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

3
extra/yassl/include/yassl_types.hpp

@ -1,6 +1,5 @@
/*
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

3
extra/yassl/src/buffer.cpp

@ -1,6 +1,5 @@
/*
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

3
extra/yassl/src/cert_wrapper.cpp

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/src/crypto_wrapper.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

3
extra/yassl/src/handshake.cpp

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/src/lock.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/src/make.bat

@ -1,4 +1,4 @@
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

2
extra/yassl/src/socket_wrapper.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

3
extra/yassl/src/ssl.cpp

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/src/template_instnt.cpp

@ -1,5 +1,5 @@
/*
Copyright (C) 2000-2007 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

2
extra/yassl/src/yassl.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/src/yassl_error.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/Makefile.am

@ -1,4 +1,4 @@
# Copyright (C) 2005, 2006 MySQL AB
# Copyright (c) 2005, 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

2
extra/yassl/taocrypt/benchmark/benchmark.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/benchmark/make.bat

@ -1,4 +1,4 @@
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

2
extra/yassl/taocrypt/include/aes.hpp

@ -1,5 +1,5 @@
/*
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

3
extra/yassl/taocrypt/include/asn.hpp

@ -1,6 +1,5 @@
/*
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

3
extra/yassl/taocrypt/include/block.hpp

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/blowfish.hpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/include/des.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/hash.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/hc128.hpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/include/integer.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/kernelc.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/misc.hpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

3
extra/yassl/taocrypt/include/modes.hpp

@ -1,6 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/pwdbased.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/rabbit.hpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/include/rsa.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/include/runtime.hpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/include/types.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/mySTL/stdexcept.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/mySTL/vector.hpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/src/Makefile.am

@ -1,4 +1,4 @@
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
# 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

2
extra/yassl/taocrypt/src/aes.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/src/aestables.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/src/algebra.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/src/arc4.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/src/blowfish.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/src/coding.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/src/dsa.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/src/hash.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/src/hc128.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/src/make.bat

@ -1,4 +1,4 @@
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

2
extra/yassl/taocrypt/src/md4.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/src/md5.cpp

@ -1,5 +1,5 @@
/*
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

2
extra/yassl/taocrypt/src/misc.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/src/rabbit.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

2
extra/yassl/taocrypt/src/random.cpp

@ -1,5 +1,5 @@
/*
Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
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

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save