Skip to content

Commit ec866fb

Browse files
committed
Fix LICENSE for dashHtmlComponents install on Windows (#150)
* license fixes for R * update manifest
1 parent e47b527 commit ec866fb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

packages/dash-html-components/.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ MANIFEST.in
2929
CHANGELOG.md
3030
test/
3131
# CRAN has weird LICENSE requirements
32-
LICENSE.txt
32+
LICENSE.md
3333
^.*\.Rproj$
3434
^\.Rproj\.user$

packages/dash-html-components/LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/dash-html-components/LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2020
2+
COPYRIGHT HOLDER: Plotly, Inc.

packages/dash-html-components/LICENSE.txt renamed to packages/dash-html-components/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Plotly
3+
Copyright (c) 2020 Plotly
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dash-html-components/MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ include dash_html_components/dash_html_components.min.js
22
include dash_html_components/dash_html_components.min.js.map
33
include dash_html_components/metadata.json
44
include dash_html_components/package-info.json
5-
include LICENSE
5+
include LICENSE.md
66
include README.md
7-
include package.json
7+
include package.json

0 commit comments

Comments
 (0)