diff options
| author | Vito Caputo <vcaputo@pengaru.com> | 2019-05-07 17:43:25 -0700 | 
|---|---|---|
| committer | Vito Caputo <vcaputo@pengaru.com> | 2019-05-07 17:43:25 -0700 | 
| commit | ae4c6d5504355669d41452a63787d1bfb03d1137 (patch) | |
| tree | 4e0f30f2d9f2fe72259ce1d3c4db4183693613fd | |
| parent | e46a14e914fe8eaa7087154cf32cb9c86c0aa023 (diff) | |
libstage: update copyright lines
| -rw-r--r-- | src/stage.c | 2 | ||||
| -rw-r--r-- | src/stage.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/stage.c b/src/stage.c index b35abda..3d6f77c 100644 --- a/src/stage.c +++ b/src/stage.c @@ -1,5 +1,5 @@  /* - *  Copyright (C) 2018  Vito Caputo - <vcaputo@pengaru.com> + *  Copyright (C) 2018-2019 - Vito Caputo - <vcaputo@pengaru.com>   *   *  This program is free software: you can redistribute it and/or modify it   *  under the terms of the GNU General Public License version 3 as published diff --git a/src/stage.h b/src/stage.h index 9f27d68..942174a 100644 --- a/src/stage.h +++ b/src/stage.h @@ -1,5 +1,5 @@  /* - *  Copyright (C) 2018  Vito Caputo - <vcaputo@pengaru.com> + *  Copyright (C) 2018-2019 - Vito Caputo - <vcaputo@pengaru.com>   *   *  This program is free software: you can redistribute it and/or modify it   *  under the terms of the GNU General Public License version 3 as published | 
