~percona-core/percona-xtrabackup/release-1.6

« back to all changes in this revision

Viewing changes to innobackupex

  • Committer: Alexey Kopytov
  • Date: 2013-01-11 12:38:26 UTC
  • Revision ID: akopytov@gmail.com-20130111123826-5zy99ulc3k8yzkvx
s/Percona Inc/Percona Ireland Ltd/g

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# A script for making backups of InnoDB and MyISAM tables, indexes and .frm
4
4
# files.
5
5
#
6
 
# Copyright 2003, 2009 Innobase Oy and Percona Inc 2009-2012. All Rights Reserved.
 
6
# Copyright 2003, 2009 Innobase Oy and Percona Ireland Ltd 2009-2012.
 
7
# All Rights Reserved.
7
8
#
8
9
 
9
10
use strict;
26
27
# copyright notice
27
28
my $copyright_notice =
28
29
"InnoDB Backup Utility v${innobackup_version}; Copyright 2003, 2009 Innobase Oy
29
 
and Percona Inc 2009-2012.  All Rights Reserved.
 
30
and Percona Ireland Ltd 2009-2012.  All Rights Reserved.
30
31
 
31
32
This software is published under
32
33
the GNU GENERAL PUBLIC LICENSE Version 2, June 1991.