From 027df0fd01b656692238b49cff86e254a54eaf7c Mon Sep 17 00:00:00 2001 From: Michael DuBelko Date: Fri, 21 Dec 2018 10:04:34 -0800 Subject: [PATCH] Project Description and Docs : Update copyright year --- LICENSE | 4 ++-- README.md | 4 ++-- python/Gaffer/About.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index f629137e8f4..7f315cbaef7 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2011-2018 John Haddon. All rights reserved. -Copyright (c) 2011-2018 Image Engine Design Inc. All rights reserved. +Copyright (c) 2011-2019 John Haddon. All rights reserved. +Copyright (c) 2011-2019 Image Engine Design Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/README.md b/README.md index bec8a1ab4b0..6e904945b75 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ Please see the project's [contribution guidelines](https://github.com/GafferHQ/g ## Copyright and License ## -© 2018 John Haddon. All rights reserved. +© 2011–2019 John Haddon. All rights reserved. -© 2018 Image Engine Design Inc. All rights reserved. +© 2011–2019 Image Engine Design Inc. All rights reserved. Distributed under the [BSD license](https://github.com/GafferHQ/gaffer/blob/master/LICENSE). diff --git a/python/Gaffer/About.py b/python/Gaffer/About.py index 543f5234d2a..3a858528713 100644 --- a/python/Gaffer/About.py +++ b/python/Gaffer/About.py @@ -76,7 +76,7 @@ def versionString() : @staticmethod def copyright() : - return "Copyright (c) 2011-2018 John Haddon, Copyright (c) 2011-2018 Image Engine Design Inc." + return "Copyright (c) 2011-2019 John Haddon, Copyright (c) 2011-2019 Image Engine Design Inc." @staticmethod def license() :