Skip to content

Commit

Permalink
Add license header template for com.mycila:license-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 19, 2015
1 parent 8f1dd70 commit 5e53ecf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

Contains resources used during the build of other Hawkular projects:

* Configuration for Checkstyle in `src/main/resources/hawkular-checkstyle` directory
Also contains IDE configuration files. Import these in your IDE so your IDE can
format files according to Hawkular style rules.

* ide-configs/eclipse - Eclipse preferences for code style. The names of the files
in here indicates where you should import these files.
e.g, hawkular-eclipse-preferences-java-codestyle-cleanup.xml
should be imported in Preferences > Java > Code Style > Cleanup.
* The configuration for Checkstyle in `src/main/resources/hawkular-checkstyle` directory
* A license header template to be used by com.mycila:license-maven-plugin in
`src/main/resources/hawkular-license/jboss-apache-2-template.txt`
14 changes: 14 additions & 0 deletions src/main/resources/hawkular-license/jboss-apache-2-template.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright ${project.inceptionYear} Red Hat, Inc. and/or its affiliates and other contributors
as indicated by the @author tags.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

0 comments on commit 5e53ecf

Please sign in to comment.