Skip to content

Commit

Permalink
Fix the year range in the copyright statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jduck committed Mar 29, 2015
1 parent 591b3dc commit c059300
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion display.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# list.rb - list which android devices are plugged in ($devices and adb_devices)
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# init.rb - generate devices-orig.rb based on 'adb devices'
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion lib/devices-orig.rb.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Android Cluster Toolkit - devices-orig.rb
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

$devices = [
Expand Down
2 changes: 1 addition & 1 deletion lib/madb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# shared implementation of multi-adb scripts
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

require 'open3'
Expand Down
2 changes: 1 addition & 1 deletion mbb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# mbb - execute a command on the selected device(s) using busybox
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion mcmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# mcmd - execute a command on the selected device(s)
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion mdo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# mdo - execute an ADB command on the selected device(s)
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion mpull
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# mpull - pull a path from the selected device(s)
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion reconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# reconfig.rb - generate devices.rb based on 'adb devices' and 'devices-orig.rb'
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion scan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# scan.rb - scan for new android devices (not in $devices)
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down
2 changes: 1 addition & 1 deletion shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# shell.rb - spawn a shell for the specified device
#
# (c) 2012-2014 Joshua J. Drake (jduck)
# (c) 2012-2015 Joshua J. Drake (jduck)
#

bfn = __FILE__
Expand Down

0 comments on commit c059300

Please sign in to comment.