Skip to content

Commit f757175

Browse files
committed
Change copyright header in .proto files
1 parent 408864a commit f757175

10 files changed

+140
-80
lines changed

src/mysqlxpb/mysqlx/protocol/mysqlx.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925

2026
// tell protobuf 3.0 to use protobuf 2.x rules

src/mysqlxpb/mysqlx/protocol/mysqlx_connection.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

src/mysqlxpb/mysqlx/protocol/mysqlx_crud.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

src/mysqlxpb/mysqlx/protocol/mysqlx_datatypes.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

src/mysqlxpb/mysqlx/protocol/mysqlx_expect.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

src/mysqlxpb/mysqlx/protocol/mysqlx_expr.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

src/mysqlxpb/mysqlx/protocol/mysqlx_notice.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925

2026
// tell protobuf 3.0 to use protobuf 2.x rules

src/mysqlxpb/mysqlx/protocol/mysqlx_resultset.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

src/mysqlxpb/mysqlx/protocol/mysqlx_session.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

src/mysqlxpb/mysqlx/protocol/mysqlx_sql.proto

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
/*
2-
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* MySQL Connector/Python - MySQL driver written in Python.
3+
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
34
*
4-
* This program is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU General Public License as
6-
* published by the Free Software Foundation; version 2 of the
7-
* License.
5+
* MySQL Connector/Python is licensed under the terms of the GPLv2
6+
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
7+
* MySQL Connectors. There are special exceptions to the terms and
8+
* conditions of the GPLv2 as it is applied to this software, see the
9+
* FOSS License Exception
10+
* <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
11+
*
12+
* This program is free software; you can redistribute it and/or modify
13+
* it under the terms of the GNU General Public License as published by
14+
* the Free Software Foundation.
815
*
916
* This program is distributed in the hope that it will be useful,
1017
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1219
* GNU General Public License for more details.
1320
*
1421
* You should have received a copy of the GNU General Public License
1522
* along with this program; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17-
* 02110-1301 USA
23+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1824
*/
1925
syntax = "proto2";
2026

0 commit comments

Comments
 (0)