Skip to content

Commit

Permalink
Project Description and Docs : Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DuBelko committed Dec 21, 2018
1 parent 340cde7 commit 027df0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion python/Gaffer/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -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() :
Expand Down

0 comments on commit 027df0f

Please sign in to comment.