mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
[archetype] Fix copyright in archetype example java files (#765)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
This commit is contained in:
parent
25d7f14dfc
commit
bb86507871
@ -2,10 +2,10 @@
|
|||||||
#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
|
||||||
* information regarding copyright ownership.
|
* information.
|
||||||
*
|
*
|
||||||
* This program and the accompanying materials are made available under the
|
* This program and the accompanying materials are made available under the
|
||||||
* terms of the Eclipse Public License 2.0 which is available at
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
#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
|
||||||
* information regarding copyright ownership.
|
* information.
|
||||||
*
|
*
|
||||||
* This program and the accompanying materials are made available under the
|
* This program and the accompanying materials are made available under the
|
||||||
* terms of the Eclipse Public License 2.0 which is available at
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
#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
|
||||||
* information regarding copyright ownership.
|
* information.
|
||||||
*
|
*
|
||||||
* This program and the accompanying materials are made available under the
|
* This program and the accompanying materials are made available under the
|
||||||
* terms of the Eclipse Public License 2.0 which is available at
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
#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
|
||||||
* information regarding copyright ownership.
|
* information.
|
||||||
*
|
*
|
||||||
* This program and the accompanying materials are made available under the
|
* This program and the accompanying materials are made available under the
|
||||||
* terms of the Eclipse Public License 2.0 which is available at
|
* terms of the Eclipse Public License 2.0 which is available at
|
||||||
|
Loading…
Reference in New Issue
Block a user