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
1=== modified file 'COPYING'
2--- COPYING 2010-10-01 05:14:47 +0000
3+++ COPYING 2013-09-09 17:43:06 +0000
4@@ -2,7 +2,7 @@
5 Version 2, June 1991
6
7 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
8- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
9+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
10
11 Everyone is permitted to copy and distribute verbatim copies
12 of this license document, but changing it is not allowed.
13@@ -316,7 +316,7 @@
14
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20 Also add information on how to contact you by electronic and paper mail.
21
22
23=== modified file 'src/changed_page_bitmap.cc'
24--- src/changed_page_bitmap.cc 2013-07-29 10:39:08 +0000
25+++ src/changed_page_bitmap.cc 2013-09-09 17:43:06 +0000
26@@ -16,7 +16,7 @@
27
28 You should have received a copy of the GNU General Public License
29 along with this program; if not, write to the Free Software
30-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
31+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
32
33 *******************************************************/
34
35
36=== modified file 'src/changed_page_bitmap.h'
37--- src/changed_page_bitmap.h 2013-04-16 10:35:58 +0000
38+++ src/changed_page_bitmap.h 2013-09-09 17:43:06 +0000
39@@ -16,7 +16,7 @@
40
41 You should have received a copy of the GNU General Public License
42 along with this program; if not, write to the Free Software
43-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
44+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
45
46 *******************************************************/
47
48
49=== modified file 'src/common.h'
50--- src/common.h 2013-08-18 06:54:14 +0000
51+++ src/common.h 2013-09-09 17:43:06 +0000
52@@ -14,7 +14,7 @@
53
54 You should have received a copy of the GNU General Public License
55 along with this program; if not, write to the Free Software
56-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
57+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
58
59 *******************************************************/
60
61
62=== modified file 'src/compact.cc'
63--- src/compact.cc 2013-08-21 07:45:08 +0000
64+++ src/compact.cc 2013-09-09 17:43:06 +0000
65@@ -16,7 +16,7 @@
66
67 You should have received a copy of the GNU General Public License
68 along with this program; if not, write to the Free Software
69-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
70+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
71
72 *******************************************************/
73
74
75=== modified file 'src/compact.h'
76--- src/compact.h 2013-08-18 06:54:14 +0000
77+++ src/compact.h 2013-09-09 17:43:06 +0000
78@@ -16,7 +16,7 @@
79
80 You should have received a copy of the GNU General Public License
81 along with this program; if not, write to the Free Software
82-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
83+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
84
85 *******************************************************/
86
87
88=== modified file 'src/datasink.c'
89--- src/datasink.c 2013-08-18 06:54:14 +0000
90+++ src/datasink.c 2013-09-09 17:43:06 +0000
91@@ -14,7 +14,7 @@
92
93 You should have received a copy of the GNU General Public License
94 along with this program; if not, write to the Free Software
95-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
96+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
97
98 *******************************************************/
99
100
101=== modified file 'src/datasink.h'
102--- src/datasink.h 2013-08-18 06:54:14 +0000
103+++ src/datasink.h 2013-09-09 17:43:06 +0000
104@@ -14,7 +14,7 @@
105
106 You should have received a copy of the GNU General Public License
107 along with this program; if not, write to the Free Software
108-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
109+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
110
111 *******************************************************/
112
113
114=== modified file 'src/ds_archive.c'
115--- src/ds_archive.c 2013-08-18 06:54:14 +0000
116+++ src/ds_archive.c 2013-09-09 17:43:06 +0000
117@@ -14,7 +14,7 @@
118
119 You should have received a copy of the GNU General Public License
120 along with this program; if not, write to the Free Software
121-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
122+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
123
124 *******************************************************/
125
126
127=== modified file 'src/ds_archive.h'
128--- src/ds_archive.h 2013-08-18 06:54:14 +0000
129+++ src/ds_archive.h 2013-09-09 17:43:06 +0000
130@@ -14,7 +14,7 @@
131
132 You should have received a copy of the GNU General Public License
133 along with this program; if not, write to the Free Software
134-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
135+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
136
137 *******************************************************/
138
139
140=== modified file 'src/ds_buffer.c'
141--- src/ds_buffer.c 2013-08-18 06:54:14 +0000
142+++ src/ds_buffer.c 2013-09-09 17:43:06 +0000
143@@ -14,7 +14,7 @@
144
145 You should have received a copy of the GNU General Public License
146 along with this program; if not, write to the Free Software
147-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
148+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
149
150 *******************************************************/
151
152
153=== modified file 'src/ds_buffer.h'
154--- src/ds_buffer.h 2013-08-18 06:54:14 +0000
155+++ src/ds_buffer.h 2013-09-09 17:43:06 +0000
156@@ -14,7 +14,7 @@
157
158 You should have received a copy of the GNU General Public License
159 along with this program; if not, write to the Free Software
160-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
161+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
162
163 *******************************************************/
164
165
166=== modified file 'src/ds_compress.c'
167--- src/ds_compress.c 2013-08-18 06:54:14 +0000
168+++ src/ds_compress.c 2013-09-09 17:43:06 +0000
169@@ -14,7 +14,7 @@
170
171 You should have received a copy of the GNU General Public License
172 along with this program; if not, write to the Free Software
173-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
174+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
175
176 *******************************************************/
177
178
179=== modified file 'src/ds_compress.h'
180--- src/ds_compress.h 2013-08-18 06:54:14 +0000
181+++ src/ds_compress.h 2013-09-09 17:43:06 +0000
182@@ -14,7 +14,7 @@
183
184 You should have received a copy of the GNU General Public License
185 along with this program; if not, write to the Free Software
186-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
187+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
188
189 *******************************************************/
190
191
192=== modified file 'src/ds_encrypt.c'
193--- src/ds_encrypt.c 2013-08-18 06:54:14 +0000
194+++ src/ds_encrypt.c 2013-09-09 17:43:06 +0000
195@@ -14,7 +14,7 @@
196
197 You should have received a copy of the GNU General Public License
198 along with this program; if not, write to the Free Software
199-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
200+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
201
202 *******************************************************/
203
204
205=== modified file 'src/ds_encrypt.h'
206--- src/ds_encrypt.h 2013-08-18 06:54:14 +0000
207+++ src/ds_encrypt.h 2013-09-09 17:43:06 +0000
208@@ -14,7 +14,7 @@
209
210 You should have received a copy of the GNU General Public License
211 along with this program; if not, write to the Free Software
212-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
213+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
214
215 *******************************************************/
216
217
218=== modified file 'src/ds_local.c'
219--- src/ds_local.c 2013-08-18 06:54:14 +0000
220+++ src/ds_local.c 2013-09-09 17:43:06 +0000
221@@ -14,7 +14,7 @@
222
223 You should have received a copy of the GNU General Public License
224 along with this program; if not, write to the Free Software
225-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
226+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
227
228 *******************************************************/
229
230
231=== modified file 'src/ds_local.h'
232--- src/ds_local.h 2013-08-18 06:54:14 +0000
233+++ src/ds_local.h 2013-09-09 17:43:06 +0000
234@@ -14,7 +14,7 @@
235
236 You should have received a copy of the GNU General Public License
237 along with this program; if not, write to the Free Software
238-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
239+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
240
241 *******************************************************/
242
243
244=== modified file 'src/ds_stdout.c'
245--- src/ds_stdout.c 2013-08-18 06:54:14 +0000
246+++ src/ds_stdout.c 2013-09-09 17:43:06 +0000
247@@ -14,7 +14,7 @@
248
249 You should have received a copy of the GNU General Public License
250 along with this program; if not, write to the Free Software
251-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
252+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
253
254 *******************************************************/
255
256
257=== modified file 'src/ds_stdout.h'
258--- src/ds_stdout.h 2013-08-18 06:54:14 +0000
259+++ src/ds_stdout.h 2013-09-09 17:43:06 +0000
260@@ -14,7 +14,7 @@
261
262 You should have received a copy of the GNU General Public License
263 along with this program; if not, write to the Free Software
264-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
265+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
266
267 *******************************************************/
268
269
270=== modified file 'src/ds_tmpfile.c'
271--- src/ds_tmpfile.c 2013-08-18 06:54:14 +0000
272+++ src/ds_tmpfile.c 2013-09-09 17:43:06 +0000
273@@ -14,7 +14,7 @@
274
275 You should have received a copy of the GNU General Public License
276 along with this program; if not, write to the Free Software
277-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
278+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
279
280 *******************************************************/
281
282
283=== modified file 'src/ds_tmpfile.h'
284--- src/ds_tmpfile.h 2013-08-18 06:54:14 +0000
285+++ src/ds_tmpfile.h 2013-09-09 17:43:06 +0000
286@@ -14,7 +14,7 @@
287
288 You should have received a copy of the GNU General Public License
289 along with this program; if not, write to the Free Software
290-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
291+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
292
293 *******************************************************/
294
295
296=== modified file 'src/ds_xbstream.c'
297--- src/ds_xbstream.c 2013-08-18 06:54:14 +0000
298+++ src/ds_xbstream.c 2013-09-09 17:43:06 +0000
299@@ -14,7 +14,7 @@
300
301 You should have received a copy of the GNU General Public License
302 along with this program; if not, write to the Free Software
303-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
304+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
305
306 *******************************************************/
307
308
309=== modified file 'src/ds_xbstream.h'
310--- src/ds_xbstream.h 2013-08-18 06:54:14 +0000
311+++ src/ds_xbstream.h 2013-09-09 17:43:06 +0000
312@@ -14,7 +14,7 @@
313
314 You should have received a copy of the GNU General Public License
315 along with this program; if not, write to the Free Software
316-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
317+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
318
319 *******************************************************/
320
321
322=== modified file 'src/fil_cur.cc'
323--- src/fil_cur.cc 2013-08-18 06:54:14 +0000
324+++ src/fil_cur.cc 2013-09-09 17:43:06 +0000
325@@ -16,7 +16,7 @@
326
327 You should have received a copy of the GNU General Public License
328 along with this program; if not, write to the Free Software
329-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
330+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
331
332 *******************************************************/
333
334
335=== modified file 'src/fil_cur.h'
336--- src/fil_cur.h 2013-08-18 06:54:14 +0000
337+++ src/fil_cur.h 2013-09-09 17:43:06 +0000
338@@ -16,7 +16,7 @@
339
340 You should have received a copy of the GNU General Public License
341 along with this program; if not, write to the Free Software
342-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
343+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
344
345 *******************************************************/
346
347
348=== modified file 'src/innodb_int.cc'
349--- src/innodb_int.cc 2013-08-18 06:54:14 +0000
350+++ src/innodb_int.cc 2013-09-09 17:43:06 +0000
351@@ -16,7 +16,7 @@
352
353 You should have received a copy of the GNU General Public License
354 along with this program; if not, write to the Free Software
355-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
356+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
357
358 *******************************************************/
359
360
361=== modified file 'src/innodb_int.h'
362--- src/innodb_int.h 2013-08-18 06:54:14 +0000
363+++ src/innodb_int.h 2013-09-09 17:43:06 +0000
364@@ -16,7 +16,7 @@
365
366 You should have received a copy of the GNU General Public License
367 along with this program; if not, write to the Free Software
368-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
369+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
370
371 *******************************************************/
372
373
374=== modified file 'src/read_filt.cc'
375--- src/read_filt.cc 2013-04-16 10:35:58 +0000
376+++ src/read_filt.cc 2013-09-09 17:43:06 +0000
377@@ -16,7 +16,7 @@
378
379 You should have received a copy of the GNU General Public License
380 along with this program; if not, write to the Free Software
381-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
382+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
383
384 *******************************************************/
385
386
387=== modified file 'src/read_filt.h'
388--- src/read_filt.h 2013-04-16 10:35:58 +0000
389+++ src/read_filt.h 2013-09-09 17:43:06 +0000
390@@ -16,7 +16,7 @@
391
392 You should have received a copy of the GNU General Public License
393 along with this program; if not, write to the Free Software
394-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
395+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
396
397 *******************************************************/
398
399
400=== modified file 'src/write_filt.cc'
401--- src/write_filt.cc 2013-08-18 06:54:14 +0000
402+++ src/write_filt.cc 2013-09-09 17:43:06 +0000
403@@ -16,7 +16,7 @@
404
405 You should have received a copy of the GNU General Public License
406 along with this program; if not, write to the Free Software
407-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
408+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
409
410 *******************************************************/
411
412
413=== modified file 'src/write_filt.h'
414--- src/write_filt.h 2013-08-18 06:54:14 +0000
415+++ src/write_filt.h 2013-09-09 17:43:06 +0000
416@@ -16,7 +16,7 @@
417
418 You should have received a copy of the GNU General Public License
419 along with this program; if not, write to the Free Software
420-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
421+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
422
423 *******************************************************/
424
425
426=== modified file 'src/xb0xb.h'
427--- src/xb0xb.h 2013-08-18 06:54:14 +0000
428+++ src/xb0xb.h 2013-09-09 17:43:06 +0000
429@@ -14,7 +14,7 @@
430
431 You should have received a copy of the GNU General Public License
432 along with this program; if not, write to the Free Software
433-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
434+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
435
436 *******************************************************/
437
438
439=== modified file 'src/xb_regex.h'
440--- src/xb_regex.h 2013-08-18 06:53:11 +0000
441+++ src/xb_regex.h 2013-09-09 17:43:06 +0000
442@@ -12,7 +12,7 @@
443
444 You should have received a copy of the GNU General Public License
445 along with this program; if not, write to the Free Software
446-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
447+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
448
449 *******************************************************/
450
451
452=== modified file 'src/xbcrypt.c'
453--- src/xbcrypt.c 2013-08-18 06:54:14 +0000
454+++ src/xbcrypt.c 2013-09-09 17:43:06 +0000
455@@ -14,7 +14,7 @@
456
457 You should have received a copy of the GNU General Public License
458 along with this program; if not, write to the Free Software
459-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
460+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
461
462 *******************************************************/
463
464
465=== modified file 'src/xbcrypt.h'
466--- src/xbcrypt.h 2013-08-18 06:54:14 +0000
467+++ src/xbcrypt.h 2013-09-09 17:43:06 +0000
468@@ -14,7 +14,7 @@
469
470 You should have received a copy of the GNU General Public License
471 along with this program; if not, write to the Free Software
472-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
473+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
474
475 *******************************************************/
476
477
478=== modified file 'src/xbcrypt_common.c'
479--- src/xbcrypt_common.c 2013-08-18 06:54:14 +0000
480+++ src/xbcrypt_common.c 2013-09-09 17:43:06 +0000
481@@ -14,7 +14,7 @@
482
483 You should have received a copy of the GNU General Public License
484 along with this program; if not, write to the Free Software
485-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
486+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
487
488 *******************************************************/
489
490
491=== modified file 'src/xbcrypt_read.c'
492--- src/xbcrypt_read.c 2013-08-18 06:54:14 +0000
493+++ src/xbcrypt_read.c 2013-09-09 17:43:06 +0000
494@@ -14,7 +14,7 @@
495
496 You should have received a copy of the GNU General Public License
497 along with this program; if not, write to the Free Software
498-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
499+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
500
501 *******************************************************/
502
503
504=== modified file 'src/xbcrypt_write.c'
505--- src/xbcrypt_write.c 2013-08-18 06:54:14 +0000
506+++ src/xbcrypt_write.c 2013-09-09 17:43:06 +0000
507@@ -14,7 +14,7 @@
508
509 You should have received a copy of the GNU General Public License
510 along with this program; if not, write to the Free Software
511-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
512+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
513
514 *******************************************************/
515
516
517=== modified file 'src/xbstream.c'
518--- src/xbstream.c 2013-08-18 06:54:14 +0000
519+++ src/xbstream.c 2013-09-09 17:43:06 +0000
520@@ -14,7 +14,7 @@
521
522 You should have received a copy of the GNU General Public License
523 along with this program; if not, write to the Free Software
524-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
525+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
526
527 *******************************************************/
528
529
530=== modified file 'src/xbstream.h'
531--- src/xbstream.h 2013-08-18 06:54:14 +0000
532+++ src/xbstream.h 2013-09-09 17:43:06 +0000
533@@ -14,7 +14,7 @@
534
535 You should have received a copy of the GNU General Public License
536 along with this program; if not, write to the Free Software
537-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
538+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
539
540 *******************************************************/
541
542
543=== modified file 'src/xbstream_read.c'
544--- src/xbstream_read.c 2013-08-18 06:54:14 +0000
545+++ src/xbstream_read.c 2013-09-09 17:43:06 +0000
546@@ -14,7 +14,7 @@
547
548 You should have received a copy of the GNU General Public License
549 along with this program; if not, write to the Free Software
550-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
551+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
552
553 *******************************************************/
554
555
556=== modified file 'src/xbstream_write.c'
557--- src/xbstream_write.c 2013-08-18 06:54:14 +0000
558+++ src/xbstream_write.c 2013-09-09 17:43:06 +0000
559@@ -14,7 +14,7 @@
560
561 You should have received a copy of the GNU General Public License
562 along with this program; if not, write to the Free Software
563-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
564+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
565
566 *******************************************************/
567
568
569=== modified file 'src/xtrabackup.cc'
570--- src/xtrabackup.cc 2013-08-26 06:59:09 +0000
571+++ src/xtrabackup.cc 2013-09-09 17:43:06 +0000
572@@ -16,7 +16,7 @@
573
574 You should have received a copy of the GNU General Public License
575 along with this program; if not, write to the Free Software
576-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
577+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
578
579 *******************************************************
580
581
582=== modified file 'src/xtrabackup.h'
583--- src/xtrabackup.h 2013-08-18 06:54:14 +0000
584+++ src/xtrabackup.h 2013-09-09 17:43:06 +0000
585@@ -14,7 +14,7 @@
586
587 You should have received a copy of the GNU General Public License
588 along with this program; if not, write to the Free Software
589-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
590+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
591
592 *******************************************************/
593
594
595=== modified file 'test/python/subunit/tests/TestUtil.py'
596--- test/python/subunit/tests/TestUtil.py 2011-06-10 07:21:52 +0000
597+++ test/python/subunit/tests/TestUtil.py 2013-09-09 17:43:06 +0000
598@@ -13,7 +13,7 @@
599 #
600 # You should have received a copy of the GNU General Public License
601 # along with this program; if not, write to the Free Software
602-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
603+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
604 #
605
606 import sys
607
608=== modified file 'utils/debian/copyright'
609--- utils/debian/copyright 2013-08-18 06:54:14 +0000
610+++ utils/debian/copyright 2013-09-09 17:43:06 +0000
611@@ -932,7 +932,7 @@
612 .
613 You should have received a copy of the GNU General Public License
614 along with this program; if not, write to the Free Software
615- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
616+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
617 .
618 Copyright (c) 1997, 1999 Kungliga Tekniska Högskolan
619 (Royal Institute of Technology, Stockholm, Sweden).

Subscribers

People subscribed via source and target branches