Merge lp:~stewart/percona-server/5.6-copyright into lp:percona-server/5.6

Proposed by Stewart Smith
Status: Superseded
Proposed branch: lp:~stewart/percona-server/5.6-copyright
Merge into: lp:percona-server/5.6
Diff against target: 79 lines (+31/-7)
4 files modified
Percona-Server/client/mysql.cc (+6/-7)
Percona-Server/include/welcome_copyright_notice.h (+2/-0)
doc/source/copyright.rst (+22/-0)
doc/source/index.rst (+1/-0)
To merge this branch: bzr merge lp:~stewart/percona-server/5.6-copyright
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Needs Fixing
Laurynas Biveinis (community) Approve
Review via email: mp+168600@code.launchpad.net

This proposal has been superseded by a proposal from 2013-06-12.

Description of the change

Update the user visible copyright notices in Percona Server.

http://jenkins.percona.com/view/PS%205.6/job/percona-server-5.6-param/135/

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve
Revision history for this message
Stewart Smith (stewart) wrote :

Fixed missing \ in welcome header file that led to build failures.

Updated jenkins run:
http://jenkins.percona.com/view/PS%205.6/job/percona-server-5.6-param/138/

Revision history for this message
Stewart Smith (stewart) wrote :
Revision history for this message
Alexey Kopytov (akopytov) wrote :

As there's no SHOW PATCHES in PS 5.5/5.6, we probably don't want to mention it in docs?

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Percona-Server/client/mysql.cc'
2--- Percona-Server/client/mysql.cc 2013-05-27 03:01:29 +0000
3+++ Percona-Server/client/mysql.cc 2013-06-12 05:41:33 +0000
4@@ -3293,13 +3293,12 @@
5 return com_server_help(buffer,line,help_arg);
6 }
7
8- put_info("\nFor information about MySQL products and services, visit:\n"
9- " http://www.mysql.com/\n"
10- "For developer information, including the MySQL Reference Manual, "
11- "visit:\n"
12- " http://dev.mysql.com/\n"
13- "To buy MySQL Enterprise support, training, or other products, visit:\n"
14- " https://shop.mysql.com/\n", INFO_INFO);
15+ put_info("\nFor information about Percona products and services, visit:\n"
16+ " http://www.percona.com/\n"
17+ "Percona Server manual: http://www.percona.com/doc/percona-server/5.1\n"
18+ "For the MySQL Reference Manual: http://dev.mysql.com/\n"
19+ "To buy Percona support, training, or other products, visit:\n"
20+ " https://www.percona.com/\n", INFO_INFO);
21 put_info("List of all MySQL commands:", INFO_INFO);
22 if (!named_cmds)
23 put_info("Note that all text commands must be first on line and end with ';'",INFO_INFO);
24
25=== modified file 'Percona-Server/include/welcome_copyright_notice.h'
26--- Percona-Server/include/welcome_copyright_notice.h 2013-02-26 05:45:28 +0000
27+++ Percona-Server/include/welcome_copyright_notice.h 2013-06-12 05:41:33 +0000
28@@ -24,10 +24,12 @@
29 */
30 #define ORACLE_WELCOME_COPYRIGHT_NOTICE(first_year) \
31 (strcmp(first_year, COPYRIGHT_NOTICE_CURRENT_YEAR) ? \
32+ "Copyright (c) 2009-" COPYRIGHT_NOTICE_CURRENT_YEAR " Percona Ireland Ltd.\n" \
33 "Copyright (c) " first_year ", " COPYRIGHT_NOTICE_CURRENT_YEAR ", " \
34 "Oracle and/or its affiliates. All rights reserved.\n\nOracle is a " \
35 "registered trademark of Oracle Corporation and/or its\naffiliates. " \
36 "Other names may be trademarks of their respective\nowners.\n" : \
37+ "Copyright (c) 2009-" COPYRIGHT_NOTICE_CURRENT_YEAR " Percona Ireland Ltd.\n" \
38 "Copyright (c) " first_year ", Oracle and/or its affiliates. " \
39 "All rights reserved.\n\nOracle is a registered trademark of " \
40 "Oracle Corporation and/or its\naffiliates. Other names may be " \
41
42=== added file 'doc/source/copyright.rst'
43--- doc/source/copyright.rst 1970-01-01 00:00:00 +0000
44+++ doc/source/copyright.rst 2013-06-12 05:41:33 +0000
45@@ -0,0 +1,22 @@
46+===================================
47+Copyright and Licensing Information
48+===================================
49+
50+
51+Documentation Licensing
52+=======================
53+
54+This software documentation is (C)2009-2013 Percona Ireland Ltd. and is distributed under the `Creative Commons Attribution-ShareAlike 2.0 Generic <http://creativecommons.org/licenses/by-sa/2.0/>`_ license.
55+
56+Software License
57+================
58+
59+Percona Server is built upon MySQL from Oracle. Along with making our own
60+modifications, we merge in changes from other sources such as community
61+contributions and changes from MariaDB.
62+
63+The original SHOW USER/TABLE/INDEX statistics code came from Google.
64+
65+Percona does not require copyright assignment.
66+
67+See the COPYING files accompanying the software distribution.
68
69=== modified file 'doc/source/index.rst'
70--- doc/source/index.rst 2013-06-03 17:44:39 +0000
71+++ doc/source/index.rst 2013-06-12 05:41:33 +0000
72@@ -145,6 +145,7 @@
73 trademark-policy
74 index_info_schema_tables
75 faq
76+ copyright
77 compatibility
78 release-notes/release-notes_index
79 glossary

Subscribers

People subscribed via source and target branches