diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-05-11 19:15:57 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2019-05-11 19:15:57 +0300 |
commit | f177f125d4bfa8817833960286a5f18efe2fef1f (patch) | |
tree | 12c6aa853460beb2ff9510d0547c55586dccfa83 /libservices | |
parent | 3e8cab51cb78f3e60e139af944eef8f25502fc81 (diff) | |
parent | 15f1e03d46dfa704beeed4880ed72c0163869dc3 (diff) | |
download | mariadb-git-f177f125d4bfa8817833960286a5f18efe2fef1f.tar.gz |
Merge branch '5.5' into 10.1
Diffstat (limited to 'libservices')
-rw-r--r-- | libservices/logger_service.c | 2 | ||||
-rw-r--r-- | libservices/progress_report_service.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libservices/logger_service.c b/libservices/logger_service.c index 7d2ab40a7c5..36ba00916c0 100644 --- a/libservices/logger_service.c +++ b/libservices/logger_service.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ #include <service_versions.h> diff --git a/libservices/progress_report_service.c b/libservices/progress_report_service.c index cbae2d67426..02e8c7dc410 100644 --- a/libservices/progress_report_service.c +++ b/libservices/progress_report_service.c @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ #include <service_versions.h> SERVICE_VERSION progress_report_service= (void*)VERSION_progress_report; |