From 0a475929b86575b762cd6e13e1009a0ba642cc51 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Mon, 6 May 2019 19:44:57 +0100 Subject: [PATCH] Update copyright notices. --- include/tclap/ArgException.h | 1 + include/tclap/ArgTraits.h | 1 + include/tclap/CmdLineInterface.h | 1 + include/tclap/CmdLineOutput.h | 1 + include/tclap/Constraint.h | 1 + include/tclap/DocBookOutput.h | 1 + include/tclap/MultiArg.h | 1 + include/tclap/MultiSwitchArg.h | 1 + include/tclap/StandardTraits.h | 1 + include/tclap/StdOutput.h | 1 + include/tclap/SwitchArg.h | 1 + include/tclap/UnlabeledMultiArg.h | 1 + include/tclap/UnlabeledValueArg.h | 1 + include/tclap/ValueArg.h | 1 + include/tclap/ValuesConstraint.h | 1 + include/tclap/Visitor.h | 1 + 16 files changed, 16 insertions(+) diff --git a/include/tclap/ArgException.h b/include/tclap/ArgException.h index f789d1c..2102095 100644 --- a/include/tclap/ArgException.h +++ b/include/tclap/ArgException.h @@ -5,6 +5,7 @@ * file: ArgException.h * * Copyright (c) 2003, Michael E. Smoot . + * Copyright (c) 2017 Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/ArgTraits.h b/include/tclap/ArgTraits.h index 7ae85a9..c947031 100644 --- a/include/tclap/ArgTraits.h +++ b/include/tclap/ArgTraits.h @@ -5,6 +5,7 @@ * file: ArgTraits.h * * Copyright (c) 2007, Daniel Aarno, Michael E. Smoot . + * Copyright (c) 2017 Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/CmdLineInterface.h b/include/tclap/CmdLineInterface.h index 8aa55f8..089274e 100644 --- a/include/tclap/CmdLineInterface.h +++ b/include/tclap/CmdLineInterface.h @@ -7,6 +7,7 @@ * * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/CmdLineOutput.h b/include/tclap/CmdLineOutput.h index a25bd37..cbc9a32 100644 --- a/include/tclap/CmdLineOutput.h +++ b/include/tclap/CmdLineOutput.h @@ -7,6 +7,7 @@ * file: CmdLineOutput.h * * Copyright (c) 2004, Michael E. Smoot + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/Constraint.h b/include/tclap/Constraint.h index 0816064..df732a3 100644 --- a/include/tclap/Constraint.h +++ b/include/tclap/Constraint.h @@ -6,6 +6,7 @@ * file: Constraint.h * * Copyright (c) 2005, Michael E. Smoot + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/DocBookOutput.h b/include/tclap/DocBookOutput.h index f023824..f7f17c3 100644 --- a/include/tclap/DocBookOutput.h +++ b/include/tclap/DocBookOutput.h @@ -5,6 +5,7 @@ * file: DocBookOutput.h * * Copyright (c) 2004, Michael E. Smoot + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/MultiArg.h b/include/tclap/MultiArg.h index dd41ebd..1b99291 100644 --- a/include/tclap/MultiArg.h +++ b/include/tclap/MultiArg.h @@ -6,6 +6,7 @@ * * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/MultiSwitchArg.h b/include/tclap/MultiSwitchArg.h index 51f5055..c066565 100644 --- a/include/tclap/MultiSwitchArg.h +++ b/include/tclap/MultiSwitchArg.h @@ -8,6 +8,7 @@ * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. * Copyright (c) 2005, Michael E. Smoot, Daniel Aarno, Erik Zeek. +* Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/StandardTraits.h b/include/tclap/StandardTraits.h index 75c9c64..74ceff1 100644 --- a/include/tclap/StandardTraits.h +++ b/include/tclap/StandardTraits.h @@ -5,6 +5,7 @@ * file: StandardTraits.h * * Copyright (c) 2007, Daniel Aarno, Michael E. Smoot . + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/StdOutput.h b/include/tclap/StdOutput.h index f224ea2..cfef79a 100644 --- a/include/tclap/StdOutput.h +++ b/include/tclap/StdOutput.h @@ -5,6 +5,7 @@ * file: StdOutput.h * * Copyright (c) 2004, Michael E. Smoot + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/SwitchArg.h b/include/tclap/SwitchArg.h index 972939c..a873791 100644 --- a/include/tclap/SwitchArg.h +++ b/include/tclap/SwitchArg.h @@ -7,6 +7,7 @@ * * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/UnlabeledMultiArg.h b/include/tclap/UnlabeledMultiArg.h index 6b406b8..48feb84 100644 --- a/include/tclap/UnlabeledMultiArg.h +++ b/include/tclap/UnlabeledMultiArg.h @@ -6,6 +6,7 @@ * file: UnlabeledMultiArg.h * * Copyright (c) 2003, Michael E. Smoot. + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/UnlabeledValueArg.h b/include/tclap/UnlabeledValueArg.h index 6fdbff3..341a3c0 100644 --- a/include/tclap/UnlabeledValueArg.h +++ b/include/tclap/UnlabeledValueArg.h @@ -7,6 +7,7 @@ * * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/ValueArg.h b/include/tclap/ValueArg.h index a97a918..2c2791d 100644 --- a/include/tclap/ValueArg.h +++ b/include/tclap/ValueArg.h @@ -6,6 +6,7 @@ * * Copyright (c) 2003, Michael E. Smoot . * Copyright (c) 2004, Michael E. Smoot, Daniel Aarno. + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/ValuesConstraint.h b/include/tclap/ValuesConstraint.h index a234297..052e2e2 100644 --- a/include/tclap/ValuesConstraint.h +++ b/include/tclap/ValuesConstraint.h @@ -7,6 +7,7 @@ * file: ValuesConstraint.h * * Copyright (c) 2005, Michael E. Smoot + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for diff --git a/include/tclap/Visitor.h b/include/tclap/Visitor.h index 935fddb..58c44d3 100644 --- a/include/tclap/Visitor.h +++ b/include/tclap/Visitor.h @@ -6,6 +6,7 @@ * file: Visitor.h * * Copyright (c) 2003, Michael E. Smoot . + * Copyright (c) 2017, Google LLC * All rights reserved. * * See the file COPYING in the top directory of this distribution for