Skip to content

Commit e7d9da9

Browse files
committed
Update copyright end year to 2026
1 parent b9ee229 commit e7d9da9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+142
-142
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2018-2025
1+
YEAR: 2018-2026
22
COPYRIGHT HOLDER: Posit Software, PBC

LICENSE.md

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

3-
Copyright (c) 2018-2025 Posit Software, PBC
3+
Copyright (c) 2018-2026 Posit Software, PBC
44

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

R/as_data_frame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/build_data.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html
@@ -98,10 +98,10 @@ build_data <- function(data, context) {
9898
# for vec_*() functions
9999
# only build the body correctly.
100100
build_data_body <- function(data, context) {
101-
101+
102102
data <- dt_body_build(data = data)
103103
data <- render_formats(data = data, skip_compat_check = TRUE, context = context)
104104
data <- migrate_unformatted_to_output(data = data, context = context)
105-
105+
106106
data
107107
}

R/cols_add.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/cols_align.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/cols_align_decimal.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/cols_hide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/cols_label.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

R/cols_merge.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# This file is part of the 'rstudio/gt' project.
1616
#
17-
# Copyright (c) 2018-2025 gt authors
17+
# Copyright (c) 2018-2026 gt authors
1818
#
1919
# For full copyright and license information, please look at
2020
# https://gt.rstudio.com/LICENSE.html

0 commit comments

Comments
 (0)