diff --git a/LICENSE b/LICENSE index 47dea66..ea3a439 100644 --- a/LICENSE +++ b/LICENSE @@ -13,4 +13,4 @@ You should have received a copy of the GNU General Public License along with VIT. If not, see . Copyright 2012 - 2013, Steve Rader -Copyright 2013 - 2018, Scott Kostyshak +Copyright 2013 - 2019, Scott Kostyshak diff --git a/args.pl b/args.pl index cd3ac69..314f738 100644 --- a/args.pl +++ b/args.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub parse_args { while ( @ARGV ) { diff --git a/cmdline.pl b/cmdline.pl index f6402ba..ec2cf0f 100644 --- a/cmdline.pl +++ b/cmdline.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub cmd_line { &audit("Inside of cmd_line"); diff --git a/cmds.pl b/cmds.pl index 0368b4f..16725d7 100644 --- a/cmds.pl +++ b/cmds.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak #------------------------------------------------------------------ diff --git a/color.pl b/color.pl index 540511b..3a67e7f 100644 --- a/color.pl +++ b/color.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub parse_report_line { my ($l,$str) = @_; diff --git a/curses.pl b/curses.pl index 355e3e4..f1095b8 100644 --- a/curses.pl +++ b/curses.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub init_curses { my $m = $_[0]; diff --git a/draw.pl b/draw.pl index 94761ba..28b133e 100644 --- a/draw.pl +++ b/draw.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub draw_header_line { my ($row,$lhs,$rhs) = @_; diff --git a/env.pl b/env.pl index 4eb9dc8..312ae9f 100644 --- a/env.pl +++ b/env.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub init_shell_env { if ( $ENV{'TERM'} =~ /^(xterm|screen)/ ) { diff --git a/exec.pl b/exec.pl index 849282c..bd48ab0 100644 --- a/exec.pl +++ b/exec.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub task_exec { my ($cmd) = @_; diff --git a/getch.pl b/getch.pl index e6b40bb..4e6f5ad 100644 --- a/getch.pl +++ b/getch.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub getch_loop { while (1) { diff --git a/misc.pl b/misc.pl index 51f9bc9..ffe7176 100644 --- a/misc.pl +++ b/misc.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub audit { if ( $audit ) { diff --git a/prompt.pl b/prompt.pl index 3c85759..320f83b 100644 --- a/prompt.pl +++ b/prompt.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub prompt_y { my $ch = &prompt_chr(@_); diff --git a/read.pl b/read.pl index 14b8e1f..06cb08b 100644 --- a/read.pl +++ b/read.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub read_report { my ($mode) = @_; diff --git a/screen.pl b/screen.pl index 24e79d1..a7cbc4a 100644 --- a/screen.pl +++ b/screen.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub draw_screen { my ($x,$t,$fg,$bg,$cp,$str); diff --git a/search.pl b/search.pl index 8c2c566..a4e621f 100644 --- a/search.pl +++ b/search.pl @@ -1,5 +1,5 @@ # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub start_search { my $ch = $_[0]; diff --git a/vit.1 b/vit.1 index 6d8798b..7072112 100644 --- a/vit.1 +++ b/vit.1 @@ -90,7 +90,7 @@ User configuration file. .PP Copyright (C) 2012 - 2013, Steve Rader .br -Copyright (C) 2013 - 2018, Scott Kostyshak +Copyright (C) 2013 - 2019, Scott Kostyshak VIT is distributed under GNU General Public License version 3 or (at your diff --git a/vit.pl b/vit.pl index d9f1b9b..dd52ed8 100755 --- a/vit.pl +++ b/vit.pl @@ -5,7 +5,7 @@ # %BUILD% # # Copyright 2012 - 2013, Steve Rader -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak use strict; use Curses; diff --git a/vitrc.5 b/vitrc.5 index e3a2f44..5eed070 100644 --- a/vitrc.5 +++ b/vitrc.5 @@ -118,7 +118,7 @@ Disables whatever the Q key is bound to internally in VIT, which is a quick quit .PP Copyright (C) 2012 - 2013, Steve Rader .br -Copyright (C) 2013 - 2018, Scott Kostyshak +Copyright (C) 2013 - 2019, Scott Kostyshak VIT is distributed under GNU General Public License version 3 or (at your diff --git a/vitrc.pl b/vitrc.pl index 5fc0601..4b4e734 100644 --- a/vitrc.pl +++ b/vitrc.pl @@ -1,4 +1,4 @@ -# Copyright 2013 - 2018, Scott Kostyshak +# Copyright 2013 - 2019, Scott Kostyshak sub parse_vitrc { my $vitrc = glob("~/.vitrc");