* Update files * Update Checkstyle rule
Suggested header:
{code} /* * Hibernate OGM , Relational Persistence Domain model persistence for Idiomatic Java NoSQL datastores * * License: GNU Lesser General Public License (LGPL), version 2.1 or later * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. * */ {code}
The _maven-license-plugin_ can be used to update the headers in different kinds of files such as *.java, *.xml, *.properties etc., automatically using the correct comment delimiters.
|