diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-01-22 22:38:57 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-13 12:48:35 +0100 |
commit | 3a05700dc874f377b13e4368550e8c7228826ab4 (patch) | |
tree | aee7e5a05678d74a3b724fb088a3ed60b4509caa /Documentation/DocBook | |
parent | 39cc344acd414eda231f612325cf824b976025e5 (diff) | |
download | linux-3a05700dc874f377b13e4368550e8c7228826ab4.tar.gz linux-3a05700dc874f377b13e4368550e8c7228826ab4.tar.bz2 linux-3a05700dc874f377b13e4368550e8c7228826ab4.zip |
drm/doc: Update copyright
I've done quite a bit of cleanups, clarifications and mostly
integrating kerneldoc. So I guess I should add myself.
Also split up the copyright notices per holder to make it clear which
year ranges are covered.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index f83622ebda9d..dd2a955031a7 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -29,12 +29,26 @@ </address> </affiliation> </author> + <author> + <firstname>Daniel</firstname> + <surname>Vetter</surname> + <contrib>Contributions all over the place</contrib> + <affiliation> + <orgname>Intel Corporation</orgname> + <address> + <email>daniel.vetter@ffwll.ch</email> + </address> + </affiliation> + </author> </authorgroup> <copyright> <year>2008-2009</year> - <year>2012</year> + <year>2013-2014</year> <holder>Intel Corporation</holder> + </copyright> + <copyright> + <year>2012</year> <holder>Laurent Pinchart</holder> </copyright> |