summaryrefslogtreecommitdiff
path: root/include/welcome_copyright_notice.h
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * Update wrong zip-code
* Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
|\
| * Updated copyright year in user visible textmysql-5.5.59Balasubramanian Kandasamy2017-11-271-1/+1
| |
* | Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-3/+3
|\ \ | |/
| * Updated copyright year in user visible textBalasubramanian Kandasamy2017-01-061-2/+2
| |
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-3/+3
|\ \ | |/ | | | | | | reverted about half of commits as either not applicable or outright wrong
| * Updated copyright year in user visible textBjorn Munch2016-01-111-2/+2
| |
| * Raise version number after cloning 5.5.42Bala2015-01-051-2/+2
| |
* | Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42Sergei Golubchik2015-02-111-3/+3
|\ \
| * | Updated the copyright year in the welcome message for MySQLmysql-5.5.42Bala2015-01-061-2/+2
| |/
| * updating the current copyright year which reflects in the MySQL welcome message.Murthy Narkedimilli2014-01-091-2/+2
| |
| * Updated/added copyright headersMurthy Narkedimilli2013-02-261-1/+1
| |\
| | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| |/
| * Updated README and client executables copyright year to 2013Kent Boortz2013-01-011-2/+2
| |
| * Bug#13928675 MYSQL CLIENT COPYRIGHT NOTICE MUSTNirbhay Choubey2012-08-071-8/+13
| | | | | | | | | | | | | | | | | | | | SHOW 2012 INSTEAD OF 2011 * Added a new macro to hold the current year : COPYRIGHT_NOTICE_CURRENT_YEAR * Modified ORACLE_WELCOME_COPYRIGHT_NOTICE macro to take the initial year as parameter and pick current year from the above mentioned macro.
| * BUG#12695969: FIX OUTDATED COPYRIGHT NOTICES IN REPLACTIONLuis Soares2011-07-111-0/+31
| | | | | | | | | | | | CLIENT TOOLS The fix is to backport part of revision: - alexander.nozdrin@oracle.com-20101006150613-ls60rb2tq5dpyb5c from mysql-5.5. In detail, we add the oracle welcome notice header file proposed in the original patch and include/use it in client/mysqlbinlog.cc, replacing the existing and obsolete notice.
* MDEV-6891: Addendum, update company name in copyright noticeNirbhay Choubey2014-12-121-1/+1
|
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
|\ | | | | | | (without few incorrect bugfixes and with 1250 files where only a copyright year was changed)
| * Updating the current copyright year in the welcome message for MySQL.Murthy Narkedimilli2014-01-081-2/+2
| |
* | mysql-5.5.31 mergeSergei Golubchik2013-05-071-1/+1
|\ \ | |/
| * Updated/added copyright headersMurthy Narkedimilli2013-02-261-1/+1
| |\
| | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| |/
* | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-2/+2
|\ \ | |/
| * Updated README and client executables copyright year to 2013Kent Boortz2013-01-011-2/+2
| |
* | 5.3->5.5 mergeSergei Golubchik2012-11-221-1/+2
|\ \
| * \ Merge MySQL 5.1.66 -> MariaDB 5.1.65unknown2012-11-061-4/+6
| |\ \ | | |/
* | | mysql-5.5.28Sergei Golubchik2012-10-161-3/+6
|\ \ \ | | |/ | |/|
| * | Bug#13928675 MYSQL CLIENT COPYRIGHT NOTICE MUSTNirbhay Choubey2012-08-071-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHOW 2012 INSTEAD OF 2011 * Added a new macro to hold the current year : COPYRIGHT_NOTICE_CURRENT_YEAR * Modified ORACLE_WELCOME_COPYRIGHT_NOTICE macro to take the initial year as parameter and pick current year from the above mentioned macro.
* | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/suite/innodb/t/group_commit_crash.test: remove autoincrement to avoid rbr being used for insert ... select mysql-test/suite/innodb/t/group_commit_crash_no_optimize_thread.test: remove autoincrement to avoid rbr being used for insert ... select mysys/my_addr_resolve.c: a pointer to a buffer is returned to the caller -> the buffer cannot be on the stack mysys/stacktrace.c: my_vsnprintf() is ok here, in 5.5
| * | | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |/ /
* | | 5.3 mergeSergei Golubchik2012-01-131-6/+2
|\ \ \ | | |/ | |/|
| * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-6/+2
| |/ | | | | | | Fixed up copyright messages.
* | mysql-5.5.18 mergeSergei Golubchik2011-11-031-3/+3
|\ \ | |/
| * BUG#12695969: FIX OUTDATED COPYRIGHT NOTICES IN REPLACTIONLuis Soares2011-07-111-0/+31
| | | | | | | | | | | | | CLIENT TOOLS The fix is to backport part of revision: - alexander.nozdrin@oracle.com-20101006150613-ls60rb2tq5dpyb5c from mysql-5.5. In detail, we add the oracle welcome notice header file proposed in the original patch and include/use it in client/mysqlbinlog.cc, replacing the existing and obsolete notice.
* 5.5-mergeSergei Golubchik2011-07-021-4/+3
|
* Fix for Bug#57094 (Copyright notice incorrect?).Alexander Nozdrin2010-10-061-0/+31
The fix is to: - introduce ORACLE_WELCOME_COPYRIGHT_NOTICE define to have a single place to specify copyright notice; - replace custom copyright notices with ORACLE_WELCOME_COPYRIGHT_NOTICE in programs.