]> source.dussan.org Git - sonarqube.git/commitdiff
Enforce build reproducibility by fixing year in copyright headers
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 9 Jan 2019 15:32:17 +0000 (16:32 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 16 Jan 2019 08:42:58 +0000 (09:42 +0100)
HEADER
build.gradle

diff --git a/HEADER b/HEADER
index 6ad8cb3c0d3e1bf9ebbd7036ca3727290f30b6af..2de93e505411c0ce87c630f8ac848d5ceec96ed9 100644 (file)
--- a/HEADER
+++ b/HEADER
@@ -1,5 +1,5 @@
 SonarQube
-Copyright (C) 2009-${year} SonarSource SA
+Copyright (C) 2009-2019 SonarSource SA
 mailto:info AT sonarsource DOT com
 
 This program is free software; you can redistribute it and/or
@@ -14,4 +14,4 @@ Lesser General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with this program; if not, write to the Free Software Foundation,
-Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
\ No newline at end of file
+Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
index 4a77204c672820f0d99ab98184c38b4481d661dd..2435486fce34741014c7ec49fd0d2e4736010d6d 100644 (file)
@@ -341,7 +341,6 @@ subprojects {
 
   license {
     header = rootProject.file('HEADER')
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
     strictCheck true
     mapping {
       java = 'SLASHSTAR_STYLE'