Skip to content

Commit c4d4864

Browse files
authored
chore: Add "lintr authors" to LICENSE, LICENSE.md, and DESCRIPTION (#108)
1 parent 8887138 commit c4d4864

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Type: Package
33
Title: Find and Fix Lints in R Code
44
Version: 0.5.0.9000
55
Authors@R:
6-
person(given = "Etienne",
7-
family = "Bacher",
8-
role = c("aut", "cre", "cph"),
9-
email = "etienne.bacher@protonmail.com")
6+
c(person(given = "Etienne",
7+
family = "Bacher",
8+
role = c("aut", "cre", "cph"),
9+
email = "etienne.bacher@protonmail.com"),
10+
person("lintr authors", role = "aut"))
1011
Description: Lints are code patterns that are not optimal because they are
1112
inefficient, forget corner cases, or are less readable. 'flir' provides a
1213
small set of functions to detect those lints and automatically fix them.

LICENSE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
YEAR: 2024
1+
YEAR: 2025
22
COPYRIGHT HOLDER: flir authors
3+
4+
YEAR: 2025
5+
COPYRIGHT HOLDER: lintr authors

LICENSE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MIT License
22

3-
Copyright (c) 2024 flir authors
3+
Copyright (c) 2025 flir authors
4+
Copyright (c) 2025 lintr authors
45

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

0 commit comments

Comments
 (0)