Skip to content

Commit

Permalink
fix: fixed bug in LICENSE, added buildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
m-jahn committed Apr 17, 2024
1 parent 90cb08b commit 735f1ff
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
^LICENSE\.md$
^CODE_OF_CONDUCT\.md$
^CONTRIBUTING\.md$
^README\.Rmd$
^cran-comments\.md$
^CRAN-SUBMISSION$
^_pkgdown\.yml$
^docs$
^vignettes/CustomizeThePlot\.Rmd$
^vignettes/TimeAndMemory\.Rmd$
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
inst/doc
.Rhistory
.Rbuildignore
.Rproj*
.Rproj.user
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2022
COPYRIGHT HOLDER: ggtrack authors
YEAR: 2022-2024
COPYRIGHT HOLDER: ggcoverage authors
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) 2022 ggcoverage authors
Copyright (c) 2022-2024 ggcoverage authors

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

0 comments on commit 735f1ff

Please sign in to comment.