Skip to content

Commit a12b8bd

Browse files
committed
update copyright dates
1 parent 4880710 commit a12b8bd

7 files changed

+7
-7
lines changed

lib/arg-utils.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arg-utils.rb -- simple methods for managing variable argument lists
22
#
3-
# Copyright 2013-2015, Alan K. Stebbens <[email protected]>
3+
# Copyright 2013-2017, Alan K. Stebbens <[email protected]>
44
#
55
#
66
# require 'arg-utils'

lib/cmd-utils.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cmd-utils.rb -- a collection of utilities for ruby command line tools
22
#
3-
# Copyright 2013-2015, Alan K. Stebbens <[email protected]>
3+
# Copyright 2013-2017, Alan K. Stebbens <[email protected]>
44
#
55
# require 'cmd-utils'
66
#

lib/error-utils.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# error-utils.rb -- simple utilities for managing errors to $stderr
22
#
3-
# Copyright 2013-2015, Alan K. Stebbens <[email protected]>
3+
# Copyright 2013-2017, Alan K. Stebbens <[email protected]>
44
#
55
#
66
# require 'error-utils'

lib/lookup.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lookup.rb -- simple keyword lookup routine
22
#
3-
# Copyright 2013-2015, Alan K. Stebbens <[email protected]>
3+
# Copyright 2013-2017, Alan K. Stebbens <[email protected]>
44
#
55
# require 'lookup'
66
#

lib/run-utils.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# run-utils.rb -- simple utilities for running commands
22
#
3-
# Copyright 2013-2015, Alan K. Stebbens <[email protected]>
3+
# Copyright 2013-2017, Alan K. Stebbens <[email protected]>
44
#
55
#
66
# require 'run-utils'

lib/ssh-utils.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# A module to define some routines for running commands across many systems
44
# using ssh
55
#
6-
# Copyright 2013-2015, Alan K. Stebbens <[email protected]>
6+
# Copyright 2013-2017, Alan K. Stebbens <[email protected]>
77
#
88
# Usage:
99
#

lib/talk-utils.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# talk-utils.rb -- simple utilties for "talking" to $stderr
22
#
3-
# Copyright 2013-2015, Alan K. Stebbens <[email protected]>
3+
# Copyright 2013-2017, Alan K. Stebbens <[email protected]>
44
#
55
# require 'talk-utils'
66
#

0 commit comments

Comments
 (0)