Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-28161

Incorrect Copyright years in META-INF/NOTICE files

    XMLWordPrintableJSON

Details

    Description

      The generated META-INF/NOTICE file which resides inside each jar produced by Hive has incorrect copyright years.

      Inside all jars the NOTICE file has the following incorrect content:

      Copyright 2020 The Apache Software Foundation
      

      The Copyright statement should include the timespan from the inception of the project to now.

      Copyright 2008-2024 The Apache Software Foundation
      

      The problem can be easily seen by inspecting the jar content after building the module or checking the previously published jars in Maven central.

      mvn clean install -DskipTests -pl common/
      jar xf common/target/hive-common-4.1.0-SNAPSHOT.jar META-INF
      cat META-INF/NOTICE 
      
      Hive Common
      Copyright 2020 The Apache Software Foundation
      
      This product includes software developed at
      The Apache Software Foundation (http://www.apache.org/).
      

      Attachments

        Issue Links

          Activity

            People

              zabetak Stamatis Zampetakis
              zabetak Stamatis Zampetakis
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: