Fix copyright message format error in skeleton (#4842)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
pull/4844/head
Matthew Skinner 2025-06-08 16:17:20 +10:00 committed by GitHub
parent a9069385e5
commit 4b81cb4078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
#set( $year = $dt.getYear() + 1900 )
#set( $copyright = "Contributors to the ${vendorName} project" )
/**
/*
* Copyright (c) ${startYear}-${year} ${copyright}
*
* See the NOTICE file(s) distributed with this work for additional

View File

@ -1,7 +1,7 @@
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
#set( $year = $dt.getYear() + 1900 )
#set( $copyright = "Contributors to the ${vendorName} project" )
/**
/*
* Copyright (c) ${startYear}-${year} ${copyright}
*
* See the NOTICE file(s) distributed with this work for additional

View File

@ -1,7 +1,7 @@
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
#set( $year = $dt.getYear() + 1900 )
#set( $copyright = "Contributors to the ${vendorName} project" )
/**
/*
* Copyright (c) ${startYear}-${year} ${copyright}
*
* See the NOTICE file(s) distributed with this work for additional

View File

@ -1,7 +1,7 @@
#set( $dt = $package.getClass().forName("java.util.Date").newInstance() )
#set( $year = $dt.getYear() + 1900 )
#set( $copyright = "Contributors to the ${vendorName} project" )
/**
/*
* Copyright (c) ${startYear}-${year} ${copyright}
*
* See the NOTICE file(s) distributed with this work for additional