diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2016-04-12 15:46:20 +0000 |
|---|---|---|
| committer | Krzysztof Kosiński <tweenk.pl@gmail.com> | 2016-04-12 15:46:20 +0000 |
| commit | 85f115d1abec77f4e574b1e59c074509031f23a2 (patch) | |
| tree | 2c98025cf5beac29b5c323391ddee58272fc204f /src | |
| parent | desktop-widget: Fix deprecated gtk_widget_reparent usage #Hackfest2016 (diff) | |
| download | inkscape-85f115d1abec77f4e574b1e59c074509031f23a2.tar.gz inkscape-85f115d1abec77f4e574b1e59c074509031f23a2.zip | |
Update copyright notices on display/sp-canvas.(h|cpp)
(bzr r14798)
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 | ||||
| -rw-r--r-- | src/display/sp-canvas.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 2dced2512..8222f83ba 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -8,9 +8,11 @@ * fred * bbyak * Jon A. Cruz <jon@joncruz.org> + * Krzysztof Kosiński <tweenk.pl@gmail.com> * * Copyright (C) 1998 The Free Software Foundation * Copyright (C) 2002-2006 authors + * Copyright (C) 2016 Google * * Released under GNU GPL, read the file 'COPYING' for more information */ diff --git a/src/display/sp-canvas.h b/src/display/sp-canvas.h index 1f357a351..b626beedb 100644 --- a/src/display/sp-canvas.h +++ b/src/display/sp-canvas.h @@ -11,9 +11,11 @@ * Raph Levien <raph@gimp.org> * Lauris Kaplinski <lauris@kaplinski.com> * Jon A. Cruz <jon@joncruz.org> + * Krzysztof Kosiński <tweenk.pl@gmail.com> * * Copyright (C) 1998 The Free Software Foundation * Copyright (C) 2002 Lauris Kaplinski + * Copyright (C) 2016 Google * * Released under GNU GPL, read the file 'COPYING' for more information */ |
