Skip to content

Commit

Permalink
Issue 3508: Add NOTICE file and updates checkstyle rule. (pravega#3559)
Browse files Browse the repository at this point in the history
- Adds a NOTICE file to state the coypright of the code contributed by Dell employees.
- Updates checkstyle rule to verify year of the copyright.

Signed-off-by: Flavio Junqueira (fpj) <[email protected]>
  • Loading branch information
fpj authored and andreipaduroiu committed Apr 8, 2019
1 parent 16b6967 commit 3fd167e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HEADER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright (c) 2017-2019 Dell Inc., or its subsidiaries. All Rights Reserved.
2 changes: 1 addition & 1 deletion checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- header -->
<module name="RegexpHeader">
<property name="header" value="/\*\*\n *"/>
<property name="header" value="/\*\*\n * Copyright \(c\)"/>
</module>
<module name="SuppressionFilter">
<property name="file" value="${suppressionsFile}"/>
Expand Down

0 comments on commit 3fd167e

Please sign in to comment.