Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit bb13ac9

Browse files
committed
Update main LICENSE copyright year, fix the github repository pointer for the mysql_sys_schema.sql file generation script.
1 parent b2e02e0 commit bb13ac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
22

33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by

generate_sql_file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ then
165165
echo "" >> $OUTPUTFILE
166166
echo "--" >> $OUTPUTFILE
167167
echo "-- WARNING: THIS IS A GENERATED FILE, CHANGES NEED TO BE MADE ON THE UPSTREAM MYSQL-SYS REPOSITORY AS WELL" >> $OUTPUTFILE
168-
echo "-- PLEASE SUBMIT A PULL REQUEST TO https://github.com/MarkLeith/mysql-sys" >> $OUTPUTFILE
168+
echo "-- PLEASE SUBMIT A PULL REQUEST TO https://github.com/mysql/mysql-sys" >> $OUTPUTFILE
169169
echo "--" >> $OUTPUTFILE
170170
echo "" >> $OUTPUTFILE
171171

0 commit comments

Comments
 (0)