Fix copyright message format error in skeleton (#4842)
Signed-off-by: Matthew Skinner <matt@pcmus.com>pull/4844/head
parent
a9069385e5
commit
4b81cb4078
|
@ -1,7 +1,7 @@
|
||||||
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
||||||
#set( $year = $dt.getYear() + 1900 )
|
#set( $year = $dt.getYear() + 1900 )
|
||||||
#set( $copyright = "Contributors to the ${vendorName} project" )
|
#set( $copyright = "Contributors to the ${vendorName} project" )
|
||||||
/**
|
/*
|
||||||
* Copyright (c) ${startYear}-${year} ${copyright}
|
* Copyright (c) ${startYear}-${year} ${copyright}
|
||||||
*
|
*
|
||||||
* See the NOTICE file(s) distributed with this work for additional
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
||||||
#set( $year = $dt.getYear() + 1900 )
|
#set( $year = $dt.getYear() + 1900 )
|
||||||
#set( $copyright = "Contributors to the ${vendorName} project" )
|
#set( $copyright = "Contributors to the ${vendorName} project" )
|
||||||
/**
|
/*
|
||||||
* Copyright (c) ${startYear}-${year} ${copyright}
|
* Copyright (c) ${startYear}-${year} ${copyright}
|
||||||
*
|
*
|
||||||
* See the NOTICE file(s) distributed with this work for additional
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
||||||
#set( $year = $dt.getYear() + 1900 )
|
#set( $year = $dt.getYear() + 1900 )
|
||||||
#set( $copyright = "Contributors to the ${vendorName} project" )
|
#set( $copyright = "Contributors to the ${vendorName} project" )
|
||||||
/**
|
/*
|
||||||
* Copyright (c) ${startYear}-${year} ${copyright}
|
* Copyright (c) ${startYear}-${year} ${copyright}
|
||||||
*
|
*
|
||||||
* See the NOTICE file(s) distributed with this work for additional
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
|
||||||
#set( $year = $dt.getYear() + 1900 )
|
#set( $year = $dt.getYear() + 1900 )
|
||||||
#set( $copyright = "Contributors to the ${vendorName} project" )
|
#set( $copyright = "Contributors to the ${vendorName} project" )
|
||||||
/**
|
/*
|
||||||
* Copyright (c) ${startYear}-${year} ${copyright}
|
* Copyright (c) ${startYear}-${year} ${copyright}
|
||||||
*
|
*
|
||||||
* See the NOTICE file(s) distributed with this work for additional
|
* See the NOTICE file(s) distributed with this work for additional
|
||||||
|
|
Loading…
Reference in New Issue