Skip to content

Commit 4953cda

Browse files
authored
Merge pull request #40 from nrennie/develop
update license
2 parents 0fc0c71 + 0b7dda4 commit 4953cda

File tree

8 files changed

+50
-13
lines changed

8 files changed

+50
-13
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ aRt.png
66
^docs$
77
^pkgdown$
88
^\.github$
9+
^LICENSE\.md$

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package: aRt
22
Title: Generative Art with R
3-
Version: 1.1.8
3+
Version: 1.1.9
44
Authors@R:
55
person(given = "Nicola",
66
family = "Rennie",
77
role = c("aut", "cre"),
88
email = "[email protected]")
99
Description: Creates generative art using R.
10-
License: GPL (>= 2)
10+
License: MIT + file LICENSE
1111
Encoding: UTF-8
1212
LazyData: true
1313
Roxygen: list(markdown = TRUE)

LICENSE

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2022
2+
COPYRIGHT HOLDER: aRt authors

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MIT License
2+
3+
Copyright (c) 2022 aRt 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.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,48 @@
1-
# aRt
1+
## aRt 1.1.9
22

3-
# aRt 1.1.8
3+
* update license
4+
5+
## aRt 1.1.8
46

57
* add `sunbursts()` function
68
* add panel function
79
* add {pkgdown website}
810

9-
# aRt 1.1.7
11+
## aRt 1.1.7
1012

1113
* add GitHub actions
1214
* fix CI
1315

14-
# aRt 1.1.6
16+
## aRt 1.1.6
1517

1618
* Fix issues with `flow_fields()` rendering
1719
* Add custom `ggplot2` theme
1820
* add aRtData dependency
1921
* add `blending()` function
2022

21-
# aRt 1.1.5
23+
## aRt 1.1.5
2224

2325
* Switch `flow_fields()` to cartesian coords
2426

25-
# aRt 1.1.4
27+
## aRt 1.1.4
2628

2729
* Add `flow_fields()`
2830
* Fix missing `ggplot2::` in circles
2931
* Fix `no visible binding for global variable "new_group"`
3032

31-
# aRt 1.1.3
33+
## aRt 1.1.3
3234

3335
* Installation bug fix
3436

35-
# aRt 1.1.2
37+
## aRt 1.1.2
3638

3739
* `bubbles()` function fixed
3840

39-
# aRt 1.1.1
41+
## aRt 1.1.1
4042

4143
* `bubbles()` has been added.
4244

43-
# aRt 1.1.0
45+
## aRt 1.1.0
4446

4547
* `rectangles()` has been added.
4648
* News.md file now included.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aRt <img src="https://github.com/nrennie/aRt/blob/main/man/figures/aRt.png?raw=true" align="right" width="120" />
1+
# aRt <img src="man/figures/logo.png" align="right" width="120" />
22

33

44
aRt is an R package to create generative art.

_pkgdown.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
url: https://nrennie.github.io/aRt/
22
template:
33
bootstrap: 5
4+
authors:
5+
Nicola Rennie:
6+
href: https://nrennie.rbind.io/
7+
home:
8+
links:
9+
- text: Home
10+
href: https://nrennie.github.io/
11+
- text: Website
12+
href: https://nrennie.rbind.io/
13+
- text: Twitter
14+
href: https://twitter.com/nrennie35
415

File renamed without changes.

0 commit comments

Comments
 (0)