Skip to content

Commit 3f194f2

Browse files
smyrickdariuszkuc
authored andcommitted
Update CONTRIBUTING.md with license header (#348)
1 parent cb1cc33 commit 3f194f2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,24 @@ mvn antrun:run@detekt
5555

5656
Please add appropriate javadocs in the source code and ask the maintainers to update the wiki with any relevant information.
5757

58+
## Add license information
59+
All source files must contain the following license header. If you are using an IDE please add this as a copyright template for this project so that it will be added automatically.
60+
61+
```
62+
Copyright $today.year Expedia, Inc
63+
64+
Licensed under the Apache License, Version 2.0 (the "License");
65+
you may not use this file except in compliance with the License.
66+
You may obtain a copy of the License at
67+
68+
https://www.apache.org/licenses/LICENSE-2.0
69+
70+
Unless required by applicable law or agreed to in writing, software
71+
distributed under the License is distributed on an "AS IS" BASIS,
72+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73+
See the License for the specific language governing permissions and
74+
limitations under the License.
75+
```
5876

5977
## Merging your contribution
6078

0 commit comments

Comments
 (0)