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

Proposed by Stewart Smith
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 537
Proposed branch: lp:~stewart/percona-server/5.5-copyright
Merge into: lp:percona-server/5.5
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.5-copyright
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Vadim Tkachenko Pending
Laurynas Biveinis Pending
Review via email: mp+168853@code.launchpad.net

This proposal supersedes a proposal from 2013-06-11.

Description of the change

Update user visible Copyright notices for Percona Server 5.5

Fixed: not mentioning SHOW PATCHES in 5.5/5.6

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Posted in a previous version of this proposal

Leaving in Needs Review for Alexey and Vadim.

review: Approve
Revision history for this message
Stewart Smith (stewart) wrote : Posted in a previous version of this proposal

fixed missing \ in welcome header. new jenkins run:
http://jenkins.percona.com/view/PS%205.5/job/percona-server-5.5-param/759/

Revision history for this message
Alexey Kopytov (akopytov) wrote : Posted in a previous version of this proposal

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
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

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-04-04 10:52:26 +0000
3+++ Percona-Server/client/mysql.cc 2013-06-12 05:41:52 +0000
4@@ -2938,13 +2938,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:35:17 +0000
27+++ Percona-Server/include/welcome_copyright_notice.h 2013-06-12 05:41:52 +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:52 +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-05-24 11:15:16 +0000
71+++ doc/source/index.rst 2013-06-12 05:41:52 +0000
72@@ -174,6 +174,7 @@
73 upstream-bug-fixes
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