Merge lp:~ignacio-nin/percona-xtrabackup/2.1-bug1222777 into lp:percona-xtrabackup/2.1

Proposed by Ignacio Nin
Status: Work in progress
Proposed branch: lp:~ignacio-nin/percona-xtrabackup/2.1-bug1222777
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 619 lines (+48/-48)
47 files modified
COPYING (+2/-2)
src/changed_page_bitmap.cc (+1/-1)
src/changed_page_bitmap.h (+1/-1)
src/common.h (+1/-1)
src/compact.cc (+1/-1)
src/compact.h (+1/-1)
src/datasink.c (+1/-1)
src/datasink.h (+1/-1)
src/ds_archive.c (+1/-1)
src/ds_archive.h (+1/-1)
src/ds_buffer.c (+1/-1)
src/ds_buffer.h (+1/-1)
src/ds_compress.c (+1/-1)
src/ds_compress.h (+1/-1)
src/ds_encrypt.c (+1/-1)
src/ds_encrypt.h (+1/-1)
src/ds_local.c (+1/-1)
src/ds_local.h (+1/-1)
src/ds_stdout.c (+1/-1)
src/ds_stdout.h (+1/-1)
src/ds_tmpfile.c (+1/-1)
src/ds_tmpfile.h (+1/-1)
src/ds_xbstream.c (+1/-1)
src/ds_xbstream.h (+1/-1)
src/fil_cur.cc (+1/-1)
src/fil_cur.h (+1/-1)
src/innodb_int.cc (+1/-1)
src/innodb_int.h (+1/-1)
src/read_filt.cc (+1/-1)
src/read_filt.h (+1/-1)
src/write_filt.cc (+1/-1)
src/write_filt.h (+1/-1)
src/xb0xb.h (+1/-1)
src/xb_regex.h (+1/-1)
src/xbcrypt.c (+1/-1)
src/xbcrypt.h (+1/-1)
src/xbcrypt_common.c (+1/-1)
src/xbcrypt_read.c (+1/-1)
src/xbcrypt_write.c (+1/-1)
src/xbstream.c (+1/-1)
src/xbstream.h (+1/-1)
src/xbstream_read.c (+1/-1)
src/xbstream_write.c (+1/-1)
src/xtrabackup.cc (+1/-1)
src/xtrabackup.h (+1/-1)
test/python/subunit/tests/TestUtil.py (+1/-1)
utils/debian/copyright (+1/-1)
To merge this branch: bzr merge lp:~ignacio-nin/percona-xtrabackup/2.1-bug1222777
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Needs Fixing
Review via email: mp+184637@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Same comment as in the 2.0 MP.

review: Needs Fixing

Unmerged revisions

676. By Ignacio Nin

Update FSF's street address

The copyright notices were showing an outdated FSF's street address.
Update to the new address as per http://www.gnu.org/licenses/gpl-2.0.html

Merge the fix from 2.0.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'COPYING'
--- COPYING 2010-10-01 05:14:47 +0000
+++ COPYING 2013-09-09 17:43:06 +0000
@@ -2,7 +2,7 @@
2 Version 2, June 19912 Version 2, June 1991
33
4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
66
7 Everyone is permitted to copy and distribute verbatim copies7 Everyone is permitted to copy and distribute verbatim copies
8 of this license document, but changing it is not allowed.8 of this license document, but changing it is not allowed.
@@ -316,7 +316,7 @@
316316
317 You should have received a copy of the GNU General Public License317 You should have received a copy of the GNU General Public License
318 along with this program; if not, write to the Free Software318 along with this program; if not, write to the Free Software
319 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.319 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
320320
321Also add information on how to contact you by electronic and paper mail.321Also add information on how to contact you by electronic and paper mail.
322322
323323
=== modified file 'src/changed_page_bitmap.cc'
--- src/changed_page_bitmap.cc 2013-07-29 10:39:08 +0000
+++ src/changed_page_bitmap.cc 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/changed_page_bitmap.h'
--- src/changed_page_bitmap.h 2013-04-16 10:35:58 +0000
+++ src/changed_page_bitmap.h 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/common.h'
--- src/common.h 2013-08-18 06:54:14 +0000
+++ src/common.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/compact.cc'
--- src/compact.cc 2013-08-21 07:45:08 +0000
+++ src/compact.cc 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/compact.h'
--- src/compact.h 2013-08-18 06:54:14 +0000
+++ src/compact.h 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/datasink.c'
--- src/datasink.c 2013-08-18 06:54:14 +0000
+++ src/datasink.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/datasink.h'
--- src/datasink.h 2013-08-18 06:54:14 +0000
+++ src/datasink.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_archive.c'
--- src/ds_archive.c 2013-08-18 06:54:14 +0000
+++ src/ds_archive.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_archive.h'
--- src/ds_archive.h 2013-08-18 06:54:14 +0000
+++ src/ds_archive.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_buffer.c'
--- src/ds_buffer.c 2013-08-18 06:54:14 +0000
+++ src/ds_buffer.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_buffer.h'
--- src/ds_buffer.h 2013-08-18 06:54:14 +0000
+++ src/ds_buffer.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_compress.c'
--- src/ds_compress.c 2013-08-18 06:54:14 +0000
+++ src/ds_compress.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_compress.h'
--- src/ds_compress.h 2013-08-18 06:54:14 +0000
+++ src/ds_compress.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_encrypt.c'
--- src/ds_encrypt.c 2013-08-18 06:54:14 +0000
+++ src/ds_encrypt.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_encrypt.h'
--- src/ds_encrypt.h 2013-08-18 06:54:14 +0000
+++ src/ds_encrypt.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_local.c'
--- src/ds_local.c 2013-08-18 06:54:14 +0000
+++ src/ds_local.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_local.h'
--- src/ds_local.h 2013-08-18 06:54:14 +0000
+++ src/ds_local.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_stdout.c'
--- src/ds_stdout.c 2013-08-18 06:54:14 +0000
+++ src/ds_stdout.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_stdout.h'
--- src/ds_stdout.h 2013-08-18 06:54:14 +0000
+++ src/ds_stdout.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_tmpfile.c'
--- src/ds_tmpfile.c 2013-08-18 06:54:14 +0000
+++ src/ds_tmpfile.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_tmpfile.h'
--- src/ds_tmpfile.h 2013-08-18 06:54:14 +0000
+++ src/ds_tmpfile.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_xbstream.c'
--- src/ds_xbstream.c 2013-08-18 06:54:14 +0000
+++ src/ds_xbstream.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/ds_xbstream.h'
--- src/ds_xbstream.h 2013-08-18 06:54:14 +0000
+++ src/ds_xbstream.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/fil_cur.cc'
--- src/fil_cur.cc 2013-08-18 06:54:14 +0000
+++ src/fil_cur.cc 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/fil_cur.h'
--- src/fil_cur.h 2013-08-18 06:54:14 +0000
+++ src/fil_cur.h 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/innodb_int.cc'
--- src/innodb_int.cc 2013-08-18 06:54:14 +0000
+++ src/innodb_int.cc 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/innodb_int.h'
--- src/innodb_int.h 2013-08-18 06:54:14 +0000
+++ src/innodb_int.h 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/read_filt.cc'
--- src/read_filt.cc 2013-04-16 10:35:58 +0000
+++ src/read_filt.cc 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/read_filt.h'
--- src/read_filt.h 2013-04-16 10:35:58 +0000
+++ src/read_filt.h 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/write_filt.cc'
--- src/write_filt.cc 2013-08-18 06:54:14 +0000
+++ src/write_filt.cc 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/write_filt.h'
--- src/write_filt.h 2013-08-18 06:54:14 +0000
+++ src/write_filt.h 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************/21*******************************************************/
2222
2323
=== modified file 'src/xb0xb.h'
--- src/xb0xb.h 2013-08-18 06:54:14 +0000
+++ src/xb0xb.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xb_regex.h'
--- src/xb_regex.h 2013-08-18 06:53:11 +0000
+++ src/xb_regex.h 2013-09-09 17:43:06 +0000
@@ -12,7 +12,7 @@
1212
13You should have received a copy of the GNU General Public License13You should have received a copy of the GNU General Public License
14along with this program; if not, write to the Free Software14along with this program; if not, write to the Free Software
15Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA15Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17*******************************************************/17*******************************************************/
1818
1919
=== modified file 'src/xbcrypt.c'
--- src/xbcrypt.c 2013-08-18 06:54:14 +0000
+++ src/xbcrypt.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbcrypt.h'
--- src/xbcrypt.h 2013-08-18 06:54:14 +0000
+++ src/xbcrypt.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbcrypt_common.c'
--- src/xbcrypt_common.c 2013-08-18 06:54:14 +0000
+++ src/xbcrypt_common.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbcrypt_read.c'
--- src/xbcrypt_read.c 2013-08-18 06:54:14 +0000
+++ src/xbcrypt_read.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbcrypt_write.c'
--- src/xbcrypt_write.c 2013-08-18 06:54:14 +0000
+++ src/xbcrypt_write.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbstream.c'
--- src/xbstream.c 2013-08-18 06:54:14 +0000
+++ src/xbstream.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbstream.h'
--- src/xbstream.h 2013-08-18 06:54:14 +0000
+++ src/xbstream.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbstream_read.c'
--- src/xbstream_read.c 2013-08-18 06:54:14 +0000
+++ src/xbstream_read.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xbstream_write.c'
--- src/xbstream_write.c 2013-08-18 06:54:14 +0000
+++ src/xbstream_write.c 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'src/xtrabackup.cc'
--- src/xtrabackup.cc 2013-08-26 06:59:09 +0000
+++ src/xtrabackup.cc 2013-09-09 17:43:06 +0000
@@ -16,7 +16,7 @@
1616
17You should have received a copy of the GNU General Public License17You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software18along with this program; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2020
21*******************************************************21*******************************************************
2222
2323
=== modified file 'src/xtrabackup.h'
--- src/xtrabackup.h 2013-08-18 06:54:14 +0000
+++ src/xtrabackup.h 2013-09-09 17:43:06 +0000
@@ -14,7 +14,7 @@
1414
15You should have received a copy of the GNU General Public License15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software16along with this program; if not, write to the Free Software
17Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19*******************************************************/19*******************************************************/
2020
2121
=== modified file 'test/python/subunit/tests/TestUtil.py'
--- test/python/subunit/tests/TestUtil.py 2011-06-10 07:21:52 +0000
+++ test/python/subunit/tests/TestUtil.py 2013-09-09 17:43:06 +0000
@@ -13,7 +13,7 @@
13#13#
14# You should have received a copy of the GNU General Public License14# You should have received a copy of the GNU General Public License
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17#17#
1818
19import sys19import sys
2020
=== modified file 'utils/debian/copyright'
--- utils/debian/copyright 2013-08-18 06:54:14 +0000
+++ utils/debian/copyright 2013-09-09 17:43:06 +0000
@@ -932,7 +932,7 @@
932 .932 .
933 You should have received a copy of the GNU General Public License933 You should have received a copy of the GNU General Public License
934 along with this program; if not, write to the Free Software934 along with this program; if not, write to the Free Software
935 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */935 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
936 .936 .
937 Copyright (c) 1997, 1999 Kungliga Tekniska Högskolan937 Copyright (c) 1997, 1999 Kungliga Tekniska Högskolan
938 (Royal Institute of Technology, Stockholm, Sweden). 938 (Royal Institute of Technology, Stockholm, Sweden).

Subscribers

People subscribed via source and target branches