diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-02 22:10:05 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-02 22:10:05 +0900 |
| commit | 531dd6fb4f8cbc981fbeb2a1649bbb5bb9e701a4 (patch) | |
| tree | fa1b3bdd4e984009eb5b59a859839058881b8ad2 | |
| parent | ba035f2a7649ab2c66ae320ef9a6e11e64813f9b (diff) | |
| download | fzf-531dd6fb4f8cbc981fbeb2a1649bbb5bb9e701a4.tar.gz | |
Update copyright year
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README-VIM.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | doc/fzf.txt | 2 | ||||
| -rw-r--r-- | man/man1/fzf-tmux.1 | 2 | ||||
| -rw-r--r-- | man/man1/fzf.1 | 2 | ||||
| -rw-r--r-- | plugin/fzf.vim | 2 | ||||
| -rw-r--r-- | src/LICENSE | 2 |
8 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2024 Junegunn Choi +Copyright (c) 2013-2025 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README-VIM.md b/README-VIM.md index a2559843..86651f94 100644 --- a/README-VIM.md +++ b/README-VIM.md @@ -493,4 +493,4 @@ autocmd FileType fzf set laststatus=0 noshowmode noruler The MIT License (MIT) -Copyright (c) 2013-2024 Junegunn Choi +Copyright (c) 2013-2025 Junegunn Choi @@ -981,7 +981,7 @@ https://github.com/junegunn/fzf/wiki/Related-projects The MIT License (MIT) -Copyright (c) 2013-2024 Junegunn Choi +Copyright (c) 2013-2025 Junegunn Choi Sponsors :heart: ---------------- diff --git a/doc/fzf.txt b/doc/fzf.txt index c8de4b92..1a92eb5f 100644 --- a/doc/fzf.txt +++ b/doc/fzf.txt @@ -503,7 +503,7 @@ LICENSE *fzf-license* The MIT License (MIT) -Copyright (c) 2013-2024 Junegunn Choi +Copyright (c) 2013-2025 Junegunn Choi ============================================================================== vim:tw=78:sw=2:ts=2:ft=help:norl:nowrap: diff --git a/man/man1/fzf-tmux.1 b/man/man1/fzf-tmux.1 index e6b984b2..7b97b367 100644 --- a/man/man1/fzf-tmux.1 +++ b/man/man1/fzf-tmux.1 @@ -1,7 +1,7 @@ .ig The MIT License (MIT) -Copyright (c) 2013-2024 Junegunn Choi +Copyright (c) 2013-2025 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 3ae172e0..0cf9f242 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1,7 +1,7 @@ .ig The MIT License (MIT) -Copyright (c) 2013-2024 Junegunn Choi +Copyright (c) 2013-2025 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 254e69d7..f2066996 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -1,4 +1,4 @@ -" Copyright (c) 2013-2024 Junegunn Choi +" Copyright (c) 2013-2025 Junegunn Choi " " MIT License " diff --git a/src/LICENSE b/src/LICENSE index e0da9468..44331ac4 100644 --- a/src/LICENSE +++ b/src/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2024 Junegunn Choi +Copyright (c) 2013-2025 Junegunn Choi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |
