Skip to content

Commit

Permalink
Hard-code year in debian package copyright file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjssilva committed Dec 17, 2018
1 parent 36f68de commit 146cea2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1435,16 +1435,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<!-- ***************************** -->


<tstamp>
<format property="time.year" pattern="yyyy" />
<format property="time.month" pattern="mm" />
<format property="time.day" pattern="dd" />
<format property="time.dayOfWeek" pattern="EEE" />
<format property="time.dayTime" pattern="HH:mm:ss" />
<format property="time.timeZone" pattern="HH:mm:ss" />
</tstamp>


<target name="-prepare-rpm-deb-commercial-props" if="${com.mysql.cj.build.commercial}">
<echo>Using Commercial settings</echo>
<property name="deb_version_suffix" value="+commercial" />
Expand Down Expand Up @@ -1556,7 +1546,6 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
<filterset>
<filter token="PRODUCT" value="${com.mysql.cj.build.driver.displayName} ${com.mysql.cj.build.driver.version.series}" />
<filter token="WITH_JARDEPS" value="${com.mysql.cj.extra.libs}" />
<filter token="YEAR" value="${time.year}" />
<filter token="PACKAGE_TIMESTAMP" value="${time.deb.packageTimeStamp}" />
<filter token="ID_RELEASE" value="${id_release}" />
<filter token="CODENAME" value="${codename}" />
Expand Down
2 changes: 1 addition & 1 deletion src/build/misc/debian.in/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Upstream-Contact: MySQL Release Engineering <[email protected]>
Source: http://dev.mysql.com/

Files: *
Copyright: @YEAR@, Oracle and/or its affiliates. All rights reserved.
Copyright: 2002, 2018, Oracle and/or its affiliates. All rights reserved.
License:
For licensing information see the LICENSE file in this distribution.

0 comments on commit 146cea2

Please sign in to comment.