Skip to content

Commit 1c19e26

Browse files
committed
Copyright year update in Deb and MSI
1 parent 0777e75 commit 1c19e26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packaging/WiX/custom_ui.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<Control Id="Back" Type="PushButton" X="156" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" Disabled="yes" />
3939
<Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgDescription)" />
4040
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
41-
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved." />
41+
<Control Id="CopyrightText" Type="Text" X="135" Y="200" Width="220" Height="40" Transparent="yes" Text="Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved." />
4242
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
4343
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
4444
</Dialog>

packaging/deb-in/copyright.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upstream-Contact: MySQL Release Engineering <[email protected]>
44
Source: https://dev.mysql.com/doc/connector-cpp/en/
55

66
Files: *
7-
Copyright: 2008, 2018, Oracle and/or its affiliates. All rights reserved.
7+
Copyright: 2008, 2019, Oracle and/or its affiliates. All rights reserved.
88
License: @DEB_LICENSENAME@
99
This is a release of MySQL Connector/C++, the C++ interface for communicating
1010
with MySQL servers.

packaging/mysql-connector-c++.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ rm %{buildroot}/usr/{INFO_SRC,INFO_BIN}
211211
%{_libdir}/libmysqlcppconn8.so.1*
212212

213213
%files jdbc
214-
%doc README.txt LICENSE.txt
214+
%doc README.txt LICENSE.txt INFO_SRC build-dynamic/INFO_BIN
215215
%{_libdir}/libmysqlcppconn.so.7*
216216

217217
%files devel
218-
%doc README.txt LICENSE.txt
218+
%doc README.txt LICENSE.txt INFO_SRC build-dynamic/INFO_BIN
219219
%{_libdir}/libmysqlcppconn.so
220220
%{_libdir}/libmysqlcppconn-static.a
221221
%{_libdir}/libmysqlcppconn8.so

0 commit comments

Comments
 (0)