Skip to content

Commit

Permalink
clarify license information; fix tail
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Feb 2, 2022
1 parent ad6b3c1 commit 229e78b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sandpaper
Title: Create and Curate Carpentries Lessons
Version: 0.1.2
Version: 0.1.3
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2020
COPYRIGHT HOLDER: RStudio
COPYRIGHT HOLDER: The Carpentries
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2020 RStudio
Copyright (c) 2020 The Carpentries

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ export(work_with_cache)
importFrom(assertthat,validate_that)
importFrom(utils,modifyList)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# sandpaper 0.1.1
# sandpaper 0.1.3

MISC
----

* Clarify license information to specify the copyright is held by The Carpentries

# sandpaper 0.1.2

BUG FIX
-------
Expand Down
1 change: 1 addition & 0 deletions R/sandpaper-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
#' @importFrom utils read.table
#' @importFrom utils write.table
#' @importFrom utils modifyList
#' @importFrom utils tail
## usethis namespace: end
NULL

0 comments on commit 229e78b

Please sign in to comment.