Skip to content

Commit a3f770a

Browse files
committed
more
1 parent bc6c1e1 commit a3f770a

178 files changed

Lines changed: 182 additions & 178 deletions

File tree

Some content is hidden

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

.devel/sphinx/weave/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
1+
# Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
22

33
FILES_RMD = \
44
example.Rmd \

.devel/tinytest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of the 'stringi' project.
2-
# Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
2+
# Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
33
# All rights reserved.
44

55
# Runs all unit tests for the package:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
1+
# Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
22

33
.PHONY: r check build clean purge html docs test
44

R/ICU_settings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate: default-dictionary en_US
22

33
## This file is part of the 'stringi' package for R.
4-
## Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
4+
## Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

R/compare.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate: default-dictionary en_US
22

33
## This file is part of the 'stringi' package for R.
4-
## Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
4+
## Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

R/encoding.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate: default-dictionary en_US
22

33
## This file is part of the 'stringi' package for R.
4-
## Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
4+
## Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

R/encoding_conversion.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate: default-dictionary en_US
22

33
## This file is part of the 'stringi' package for R.
4-
## Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
4+
## Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

R/encoding_detection.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate: default-dictionary en_US
22

33
## This file is part of the 'stringi' package for R.
4-
## Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
4+
## Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

R/encoding_management.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate: default-dictionary en_US
22

33
## This file is part of the 'stringi' package for R.
4-
## Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
4+
## Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

R/escape.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kate: default-dictionary en_US
22

33
## This file is part of the 'stringi' package for R.
4-
## Copyright (c) 2013-2025, Marek Gagolewski <https://www.gagolewski.com/>
4+
## Copyright (c) 2013-2026, Marek Gagolewski <https://www.gagolewski.com/>
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)