Fix copyright message format error in skeleton (#4842)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
Matthew Skinner
2025-06-08 08:17:20 +02:00
committed by GitHub
parent a9069385e5
commit 4b81cb4078
4 changed files with 4 additions and 4 deletions
@@ -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
@@ -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
@@ -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
@@ -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