diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2022-09-05 14:06:46 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2022-09-05 14:12:47 +0200 |
| commit | f47773b631c26a6bd87d34fad3f971c90d1a1db8 (patch) | |
| tree | c6fb3e27ddd3560e05210e8ef7d5debad33fbf3a /bin | |
| parent | 52984ba99853d2a15ba2bd60bdc64cce6b335cdd (diff) | |
| download | dotfiles-f47773b631c26a6bd87d34fad3f971c90d1a1db8.tar.gz dotfiles-f47773b631c26a6bd87d34fad3f971c90d1a1db8.zip | |
Cleaning some things up
I forgot to update the year on the license script itself (sorta did but
never bothered to push it on git), and removed emoji support in GNU
Emacs since it can be a pain when starting in daemon mode for the first
time (it asks for downloading the emojis but you don't really read it
when starting on this way).
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/license | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/license b/bin/license index 4478039..606d03d 100755 --- a/bin/license +++ b/bin/license @@ -65,7 +65,7 @@ my $name = 'Miquel'; # The current year. I previously thought to be clever and set it to `date +%Y`, # but then I decided that I didn't want to be clever here to avoid problems and # be more flexible. -my $current_year = '2021'; +my $current_year = '2022'; # The command that feeds this command if no command line argument was given. my $default_cmd = "git grep -l 'Copyright' | xargs"; |
