mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Fix copyright message format error in skeleton (#4842)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
+1
-1
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user