Skip to content

Commit

Permalink
Update tslint file header autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Apr 1, 2019
1 parent cbc7be3 commit 5c1309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"file-header": {
"options": [
"Copyright \\d{4} Palantir Technologies, Inc\\. All rights reserved.",
"Copyright 2018 Palantir Technologies, Inc. All rights reserved.\n\nLicensed under the terms of the LICENSE file distributed with this project."
"Copyright 2019 Palantir Technologies, Inc. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."
]
},
// TODO: test dependencies are only declared at root but used in all packages.
Expand Down

1 comment on commit 5c1309c

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update tslint file header autofix

Previews: documentation | landing | table

Please sign in to comment.