Skip to content

Commit 9af753f

Browse files
committed
Add MIT License
1 parent bceb2fa commit 9af753f

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ dev$
1313
^cran-comments\.md$
1414
^Dockerfile$
1515
^\.dockerignore$
16+
^LICENSE\.md$

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Authors@R: c(person(
2121
Description: Shiny UI to identify cliques of related constructs in repertory grid data.
2222
See Burr, King, & Heckmann (2020) <doi:10.1080/14780887.2020.1794088> for a description
2323
of the interpretive clustering (IC) method.
24-
Version: 0.5.1.9000
25-
Date: 2021-06-27
24+
Version: 0.5.2
25+
Date: 2022-04-24
2626
Imports:
2727
graphics,
2828
grDevices,

LICENSE

Lines changed: 0 additions & 2 deletions
This file was deleted.

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MIT License
2+
3+
Copyright (c) 2022 OpenRepGrid.ic authors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NEWS.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ output: html_document
44
---
55

66

7+
## v0.5.2
8+
9+
* Added MIT License
10+
711
## v0.5.1
812

913
* breaking changes in shinyDashboardPlus 2.0.0 integrated

0 commit comments

Comments
 (0)