Skip to content

Commit

Permalink
Update copyright to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
scottkosty committed Mar 9, 2019
1 parent 1a0e52c commit 50416bf
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ You should have received a copy of the GNU General Public License along
with VIT. If not, see <http://www.gnu.org/licenses/>.

Copyright 2012 - 2013, Steve Rader
Copyright 2013 - 2018, Scott Kostyshak
Copyright 2013 - 2019, Scott Kostyshak
2 changes: 1 addition & 1 deletion args.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2012 - 2013, Steve Rader
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

sub parse_args {
while ( @ARGV ) {
Expand Down
2 changes: 1 addition & 1 deletion cmdline.pl
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
2 changes: 1 addition & 1 deletion cmds.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2012 - 2013, Steve Rader
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

#------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion color.pl
Original file line number Diff line number Diff line change
@@ -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) = @_;
Expand Down
2 changes: 1 addition & 1 deletion curses.pl
Original file line number Diff line number Diff line change
@@ -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];
Expand Down
2 changes: 1 addition & 1 deletion draw.pl
Original file line number Diff line number Diff line change
@@ -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) = @_;
Expand Down
2 changes: 1 addition & 1 deletion env.pl
Original file line number Diff line number Diff line change
@@ -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)/ ) {
Expand Down
2 changes: 1 addition & 1 deletion exec.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2012 - 2013, Steve Rader
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

sub task_exec {
my ($cmd) = @_;
Expand Down
2 changes: 1 addition & 1 deletion getch.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2012 - 2013, Steve Rader
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

sub getch_loop {
while (1) {
Expand Down
2 changes: 1 addition & 1 deletion misc.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2012 - 2013, Steve Rader
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

sub audit {
if ( $audit ) {
Expand Down
2 changes: 1 addition & 1 deletion prompt.pl
Original file line number Diff line number Diff line change
@@ -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(@_);
Expand Down
2 changes: 1 addition & 1 deletion read.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2012 - 2013, Steve Rader
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

sub read_report {
my ($mode) = @_;
Expand Down
2 changes: 1 addition & 1 deletion screen.pl
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion search.pl
Original file line number Diff line number Diff line change
@@ -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];
Expand Down
2 changes: 1 addition & 1 deletion vit.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# %BUILD%
#
# Copyright 2012 - 2013, Steve Rader
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

use strict;
use Curses;
Expand Down
2 changes: 1 addition & 1 deletion vitrc.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vitrc.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2013 - 2018, Scott Kostyshak
# Copyright 2013 - 2019, Scott Kostyshak

sub parse_vitrc {
my $vitrc = glob("~/.vitrc");
Expand Down

0 comments on commit 50416bf

Please sign in to comment.