Fix copyright dates

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
Michael Holzheu
2017-08-21 12:03:40 +02:00
parent f77e401cd2
commit da259a100c
6 changed files with 8 additions and 8 deletions

View File

@@ -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
}

View File

@@ -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
},
};

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}