diff --git a/dasdfmt/dasdfmt.c b/dasdfmt/dasdfmt.c index cd0d2d3b..6043872e 100644 --- a/dasdfmt/dasdfmt.c +++ b/dasdfmt/dasdfmt.c @@ -42,7 +42,7 @@ static const struct util_prg prg = { { .owner = "IBM Corp.", .pub_first = 1999, - .pub_last = 2016, + .pub_last = 2017, }, UTIL_PRG_COPYRIGHT_END } diff --git a/dump2tar/src/dump2tar.c b/dump2tar/src/dump2tar.c index 798c63e9..6d0fe6b2 100644 --- a/dump2tar/src/dump2tar.c +++ b/dump2tar/src/dump2tar.c @@ -47,7 +47,7 @@ static const struct util_prg dump2tar_prg = { "in uncompressed tar format.", .args = "SPECS", .copyright_vec = { - { "IBM Corp.", 2016, 2016 }, + { "IBM Corp.", 2016, 2017 }, UTIL_PRG_COPYRIGHT_END }, }; diff --git a/fdasd/fdasd.c b/fdasd/fdasd.c index ecff8e83..67e36b9f 100644 --- a/fdasd/fdasd.c +++ b/fdasd/fdasd.c @@ -130,7 +130,7 @@ static const struct util_prg prg = { { .owner = "IBM Corp.", .pub_first = 2001, - .pub_last = 2011, + .pub_last = 2017, }, UTIL_PRG_COPYRIGHT_END } diff --git a/libutil/util_path_example.c b/libutil/util_path_example.c index 40e424aa..2e450472 100644 --- a/libutil/util_path_example.c +++ b/libutil/util_path_example.c @@ -26,7 +26,7 @@ const struct util_prg prg = { { .owner = "IBM Corp.", .pub_first = 2001, - .pub_last = 2016, + .pub_last = 2017, }, UTIL_PRG_COPYRIGHT_END } diff --git a/libutil/util_prg_example.c b/libutil/util_prg_example.c index bee2be5c..6595c314 100644 --- a/libutil/util_prg_example.c +++ b/libutil/util_prg_example.c @@ -23,12 +23,12 @@ const struct util_prg prg = { { .owner = "IBM Corp.", .pub_first = 2001, - .pub_last = 2016, + .pub_last = 2017, }, { .owner = "Another Corp.", - .pub_first = 2016, - .pub_last = 2016, + .pub_first = 2017, + .pub_last = 2017, }, UTIL_PRG_COPYRIGHT_END } diff --git a/tunedasd/src/tunedasd.c b/tunedasd/src/tunedasd.c index c2b6bc53..3c14eb8c 100644 --- a/tunedasd/src/tunedasd.c +++ b/tunedasd/src/tunedasd.c @@ -31,7 +31,7 @@ static const struct util_prg prg = { { .owner = "IBM Corp.", .pub_first = 1999, - .pub_last = 2006, + .pub_last = 2017, }, UTIL_PRG_COPYRIGHT_END }