NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1625 (closed enhancement: invalid)

Opened 2013-01-10T15:58:48-06:00

Last modified 2014-05-01T15:18:15-05:00

Fix maven-license-plugin to be able to update the year range

Reported by: dscho Owned by: curtis
Priority: minor Milestone: imagej-2.0.0
Component: Build System Version:
Severity: minor Keywords:
Cc: Blocked By:
Blocking: #1597

Description

At the moment, all of our license headers show a year range 2009-2012, but it is already 2013. Rather than having to change all the license.txt files in  http://code.imagej.net/licenses/, it would be nice if we could update the year range automatically.

Change History

comment:1 Changed 2014-05-01T15:16:50-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to invalid

Yay, this ticket is now obsolete thanks to license-maven-plugin version 1.6, and the fact that we no longer need custom license resolvers at all!

comment:2 Changed 2014-05-01T15:18:15-05:00 by curtis

(For anyone interested, the BSD license templates were added thanks to  this ticket.)