mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Fix copyright dates
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
},
|
||||
};
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user