You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,24 @@ mvn antrun:run@detekt
55
55
56
56
Please add appropriate javadocs in the source code and ask the maintainers to update the wiki with any relevant information.
57
57
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
0 commit comments