# HG changeset patch # User Paul Boddie # Date 1527682331 -7200 # Node ID bab304c3775eda10f1de735d461f5ce178b7bdd0 # Parent 88059eabab6d417993ef814427383927519a66a4 Fixed copyright notices to actually use the word "Copyright". diff -r 88059eabab6d -r bab304c3775e pkg/devices/backlight/include/backlight-client.h --- a/pkg/devices/backlight/include/backlight-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/backlight/include/backlight-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Backlight client to access backlight servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/backlight/include/backlight-ops.h --- a/pkg/devices/backlight/include/backlight-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/backlight/include/backlight-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Backlight server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/backlight/src/client/backlight-client.cc --- a/pkg/devices/backlight/src/client/backlight-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/backlight/src/client/backlight-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Backlight client to access backlight servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/backlight/src/pwm/backlight-pwm.cc --- a/pkg/devices/backlight/src/pwm/backlight-pwm.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/backlight/src/pwm/backlight-pwm.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Access a PWM server to update a display panel backlight. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/backlight/src/spi-ili8960/backlight-spi-ili8960.cc --- a/pkg/devices/backlight/src/spi-ili8960/backlight-spi-ili8960.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/backlight/src/spi-ili8960/backlight-spi-ili8960.cc Wed May 30 14:12:11 2018 +0200 @@ -5,7 +5,7 @@ * the Giantplus GPM940B0 panel datasheet also describes this controller * interface. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/cpm/include/cpm-client.h --- a/pkg/devices/cpm/include/cpm-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/cpm/include/cpm-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * CPM client to access CPM servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/cpm/include/cpm-ops.h --- a/pkg/devices/cpm/include/cpm-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/cpm/include/cpm-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * CPM server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/cpm/include/cpm-server.h --- a/pkg/devices/cpm/include/cpm-server.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/cpm/include/cpm-server.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common CPM server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/cpm/src/client/cpm-client.cc --- a/pkg/devices/cpm/src/client/cpm-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/cpm/src/client/cpm-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * CPM client to access CPM servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/cpm/src/server/cpm-server.cc --- a/pkg/devices/cpm/src/server/cpm-server.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/cpm/src/server/cpm-server.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common CPM server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/display/include/display-client.h --- a/pkg/devices/display/include/display-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/display/include/display-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Display client to access display servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/display/include/display-ops.h --- a/pkg/devices/display/include/display-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/display/include/display-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Display server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/display/src/client/display-client.cc --- a/pkg/devices/display/src/client/display-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/display/src/client/display-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Display client to access display servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/display/src/letux400/display-letux400.cc --- a/pkg/devices/display/src/letux400/display-letux400.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/display/src/letux400/display-letux400.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export Letux 400 display operations as a server. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/display/src/qi_lb60/display-qi_lb60.cc --- a/pkg/devices/display/src/qi_lb60/display-qi_lb60.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/display/src/qi_lb60/display-qi_lb60.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export Ben NanoNote display operations as a server. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/include/fb-client.h --- a/pkg/devices/fb/include/fb-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/include/fb-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Framebuffer client to access framebuffer servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/include/fb-lcd.h --- a/pkg/devices/fb/include/fb-lcd.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/include/fb-lcd.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD framebuffer server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/include/fb-ops.h --- a/pkg/devices/fb/include/fb-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/include/fb-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Framebuffer server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/include/fb-server.h --- a/pkg/devices/fb/include/fb-server.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/include/fb-server.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common framebuffer server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/src/client/fb-client.cc --- a/pkg/devices/fb/src/client/fb-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/src/client/fb-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Framebuffer client to access framebuffer servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/src/jz4740/fb-jz4740.cc --- a/pkg/devices/fb/src/jz4740/fb-jz4740.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/src/jz4740/fb-jz4740.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export the framebuffer for the Ben NanoNote via the "fb" capability. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/src/lcd/fb-lcd.cc --- a/pkg/devices/fb/src/lcd/fb-lcd.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/src/lcd/fb-lcd.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export the framebuffer as a data space accessible via the "fb" capability. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/fb/src/server/fb-server.cc --- a/pkg/devices/fb/src/server/fb-server.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/fb/src/server/fb-server.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common framebuffer server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/include/input-event-client.h --- a/pkg/devices/input/include/input-event-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/include/input-event-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Input event client to access input event servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/include/input-event-loop.h --- a/pkg/devices/input/include/input-event-loop.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/include/input-event-loop.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Input event loop functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/include/input-event-ops.h --- a/pkg/devices/input/include/input-event-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/include/input-event-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Input event server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/include/input-event-server.h --- a/pkg/devices/input/include/input-event-server.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/include/input-event-server.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common input event server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/include/input-keypad-client.h --- a/pkg/devices/input/include/input-keypad-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/include/input-keypad-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common keypad client functionality for input event generation. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/src/client/input-event-client.cc --- a/pkg/devices/input/src/client/input-event-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/src/client/input-event-client.cc Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * Input event client to access input event servers. This is a more narrow * alternative to the L4Re::Event interface. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/src/client/input-event-loop.cc --- a/pkg/devices/input/src/client/input-event-loop.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/src/client/input-event-loop.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Input event loop functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/src/keypad/input-keypad-client.cc --- a/pkg/devices/input/src/keypad/input-keypad-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/src/keypad/input-keypad-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common keypad client functionality for input event generation. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/src/letux400/input-keypad-letux400.cc --- a/pkg/devices/input/src/letux400/input-keypad-letux400.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/src/letux400/input-keypad-letux400.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export the keypad for the Letux 400 via the "ev" capability. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/src/qi_lb60/input-keypad-qi_lb60.cc --- a/pkg/devices/input/src/qi_lb60/input-keypad-qi_lb60.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/src/qi_lb60/input-keypad-qi_lb60.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export the keypad for the Ben NanoNote via the "ev" capability. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/input/src/server/input-keypad-server.cc --- a/pkg/devices/input/src/server/input-keypad-server.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/input/src/server/input-keypad-server.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Provide access to keypad events on the configured device. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/include/keypad-client.h --- a/pkg/devices/keypad/include/keypad-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/include/keypad-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Keypad client to access keypad servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/include/keypad-event-loop.h --- a/pkg/devices/keypad/include/keypad-event-loop.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/include/keypad-event-loop.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Keypad event loop functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/include/keypad-ops.h --- a/pkg/devices/keypad/include/keypad-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/include/keypad-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Keypad server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/include/keypad-server.h --- a/pkg/devices/keypad/include/keypad-server.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/include/keypad-server.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common keypad server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/src/client/keypad-client.cc --- a/pkg/devices/keypad/src/client/keypad-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/src/client/keypad-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Keypad client to access keypad servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/src/letux400/keypad-letux400.cc --- a/pkg/devices/keypad/src/letux400/keypad-letux400.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/src/letux400/keypad-letux400.cc Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * Export the keypad GPIOs on the Letux 400 as a data space accessible via the * "keypad" capability. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/src/qi_lb60/keypad-qi_lb60.cc --- a/pkg/devices/keypad/src/qi_lb60/keypad-qi_lb60.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/src/qi_lb60/keypad-qi_lb60.cc Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * Export the keypad GPIOs on the Ben NanoNote as a data space accessible via * the "keypad" capability. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/keypad/src/server/keypad-server.cc --- a/pkg/devices/keypad/src/server/keypad-server.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/keypad/src/server/keypad-server.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common keypad server functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lcd/include/lcd-device.h --- a/pkg/devices/lcd/include/lcd-device.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lcd/include/lcd-device.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD device support. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lcd/include/lcd-jz4740-device.h --- a/pkg/devices/lcd/include/lcd-jz4740-device.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lcd/include/lcd-jz4740-device.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD device support for the JZ4740 and related SoCs. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lcd/include/lcd-letux400.h --- a/pkg/devices/lcd/include/lcd-letux400.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lcd/include/lcd-letux400.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD device support for the Letux 400 notebook computer. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lcd/include/lcd-qi_lb60.h --- a/pkg/devices/lcd/include/lcd-qi_lb60.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lcd/include/lcd-qi_lb60.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD device support for the Ben NanoNote. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lcd/src/common/lcd-device.cc --- a/pkg/devices/lcd/src/common/lcd-device.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lcd/src/common/lcd-device.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common LCD device functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lcd/src/jz4740/lcd-jz4740-device.cc --- a/pkg/devices/lcd/src/jz4740/lcd-jz4740-device.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lcd/src/jz4740/lcd-jz4740-device.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Common LCD device support for the JZ4740 and related SoCs. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/cpm/include/cpm-jz4730.h --- a/pkg/devices/lib/cpm/include/cpm-jz4730.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/cpm/include/cpm-jz4730.h Wed May 30 14:12:11 2018 +0200 @@ -1,5 +1,5 @@ /* - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/cpm/include/cpm-jz4740.h --- a/pkg/devices/lib/cpm/include/cpm-jz4740.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/cpm/include/cpm-jz4740.h Wed May 30 14:12:11 2018 +0200 @@ -1,5 +1,5 @@ /* - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/cpm/include/cpm-jz4780.h --- a/pkg/devices/lib/cpm/include/cpm-jz4780.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/cpm/include/cpm-jz4780.h Wed May 30 14:12:11 2018 +0200 @@ -1,5 +1,5 @@ /* - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/cpm/include/cpm.h --- a/pkg/devices/lib/cpm/include/cpm.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/cpm/include/cpm.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Clock and power management (CPM) abstractions. * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/cpm/src/jz4730.cc --- a/pkg/devices/lib/cpm/src/jz4730.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/cpm/src/jz4730.cc Wed May 30 14:12:11 2018 +0200 @@ -3,7 +3,7 @@ * provided by the jz4730. The power management functionality could be exposed * using a separate driver. * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/cpm/src/jz4740.cc --- a/pkg/devices/lib/cpm/src/jz4740.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/cpm/src/jz4740.cc Wed May 30 14:12:11 2018 +0200 @@ -3,7 +3,7 @@ * provided by the jz4740 and related SoCs. The power management * functionality could be exposed using a separate driver. * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/cpm/src/jz4780.cc --- a/pkg/devices/lib/cpm/src/jz4780.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/cpm/src/jz4780.cc Wed May 30 14:12:11 2018 +0200 @@ -3,7 +3,7 @@ * provided by the jz4780 and related SoCs. The power management * functionality could be exposed using a separate driver. * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/gpio/include/gpio-jz4730.h --- a/pkg/devices/lib/gpio/include/gpio-jz4730.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/gpio/include/gpio-jz4730.h Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * GPIO driver for Ingenic JZ4730. * (See below for additional copyright and licensing notices.) * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/gpio/include/gpio-jz4740.h --- a/pkg/devices/lib/gpio/include/gpio-jz4740.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/gpio/include/gpio-jz4740.h Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * GPIO driver for Ingenic JZ4740. * (See below for additional copyright and licensing notices.) * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/gpio/include/gpio-jz4780.h --- a/pkg/devices/lib/gpio/include/gpio-jz4780.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/gpio/include/gpio-jz4780.h Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * GPIO driver for Ingenic JZ4780. * (See below for additional copyright and licensing notices.) * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/gpio/include/gpio.h --- a/pkg/devices/lib/gpio/include/gpio.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/gpio/include/gpio.h Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * GPIO driver definitions. * (See below for additional copyright and licensing notices.) * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/gpio/src/jz4730.cc --- a/pkg/devices/lib/gpio/src/jz4730.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/gpio/src/jz4730.cc Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * GPIO driver for Ingenic JZ4730. * (See below for additional copyright and licensing notices.) * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/gpio/src/jz4740.cc --- a/pkg/devices/lib/gpio/src/jz4740.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/gpio/src/jz4740.cc Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * GPIO driver for Ingenic JZ4740. * (See below for additional copyright and licensing notices.) * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/gpio/src/jz4780.cc --- a/pkg/devices/lib/gpio/src/jz4780.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/gpio/src/jz4780.cc Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * GPIO driver for Ingenic JZ4780. * (See below for additional copyright and licensing notices.) * - * (c) 2017 Paul Boddie + * Copyright (C) 2017 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/i2c/include/i2c-jz4780.h --- a/pkg/devices/lib/i2c/include/i2c-jz4780.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/i2c/include/i2c-jz4780.h Wed May 30 14:12:11 2018 +0200 @@ -1,5 +1,5 @@ /* - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/i2c/src/jz4780.cc --- a/pkg/devices/lib/i2c/src/jz4780.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/i2c/src/jz4780.cc Wed May 30 14:12:11 2018 +0200 @@ -1,5 +1,5 @@ /* - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/keypad/include/keypad.h --- a/pkg/devices/lib/keypad/include/keypad.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/keypad/include/keypad.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Keypad description access. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/keypad/src/common/keypad.cc --- a/pkg/devices/lib/keypad/src/common/keypad.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/keypad/src/common/keypad.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * General keypad mapping support. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/keypad/src/letux400/keypad-letux400.cc --- a/pkg/devices/lib/keypad/src/letux400/keypad-letux400.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/keypad/src/letux400/keypad-letux400.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Letux 400 key mapping. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/keypad/src/qi_lb60/keypad-qi_lb60.cc --- a/pkg/devices/lib/keypad/src/qi_lb60/keypad-qi_lb60.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/keypad/src/qi_lb60/keypad-qi_lb60.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Ben NanoNote key mapping. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/lcd/include/lcd-jz4740-config.h --- a/pkg/devices/lib/lcd/include/lcd-jz4740-config.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/lcd/include/lcd-jz4740-config.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD configuration value definitions for the JZ4740 and related SoCs. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/lcd/include/lcd-jz4740-panel.h --- a/pkg/devices/lib/lcd/include/lcd-jz4740-panel.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/lcd/include/lcd-jz4740-panel.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD panel definitions for the JZ4740 and related SoCs. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/lcd/include/lcd-jz4740.h --- a/pkg/devices/lib/lcd/include/lcd-jz4740.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/lcd/include/lcd-jz4740.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD peripheral support for the JZ4740 and related SoCs. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/lcd/include/lcd.h --- a/pkg/devices/lib/lcd/include/lcd.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/lcd/include/lcd.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * LCD peripheral support. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/panel/include/panel.h --- a/pkg/devices/lib/panel/include/panel.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/panel/include/panel.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Panel description access. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/panel/src/letux400/panel-letux400.c --- a/pkg/devices/lib/panel/src/letux400/panel-letux400.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/panel/src/letux400/panel-letux400.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export a panel structure for the Letux 400 notebook computer. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/panel/src/qi_lb60/panel-qi_lb60.c --- a/pkg/devices/lib/panel/src/qi_lb60/panel-qi_lb60.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/panel/src/qi_lb60/panel-qi_lb60.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export a panel structure for the Ben NanoNote. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/pwm/include/pwm-jz4730.h --- a/pkg/devices/lib/pwm/include/pwm-jz4730.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/pwm/include/pwm-jz4730.h Wed May 30 14:12:11 2018 +0200 @@ -1,5 +1,5 @@ /* - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/lib/pwm/src/jz4730.cc --- a/pkg/devices/lib/pwm/src/jz4730.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/lib/pwm/src/jz4730.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Pulse width modulation peripheral support. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/pwm/include/pwm-client.h --- a/pkg/devices/pwm/include/pwm-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/pwm/include/pwm-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * PWM client to access PWM servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/pwm/include/pwm-ops.h --- a/pkg/devices/pwm/include/pwm-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/pwm/include/pwm-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * PWM server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/pwm/src/client/pwm-client.cc --- a/pkg/devices/pwm/src/client/pwm-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/pwm/src/client/pwm-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * PWM client library to access PWM servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/pwm/src/jz4730/pwm-jz4730.cc --- a/pkg/devices/pwm/src/jz4730/pwm-jz4730.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/pwm/src/jz4730/pwm-jz4730.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export a JZ4730 PWM peripheral as a server. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/spi/include/spi-client.h --- a/pkg/devices/spi/include/spi-client.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/spi/include/spi-client.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * SPI client to access SPI servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/spi/include/spi-ops.h --- a/pkg/devices/spi/include/spi-ops.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/spi/include/spi-ops.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * SPI server operations. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/spi/src/client/spi-client.cc --- a/pkg/devices/spi/src/client/spi-client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/spi/src/client/spi-client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * SPI client library to access SPI servers. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/spi/src/jz4740/spi-jz4740.cc --- a/pkg/devices/spi/src/jz4740/spi-jz4740.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/spi/src/jz4740/spi-jz4740.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Export JZ4740 GPIO pins as a SPI server. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/util/include/event-loop.h --- a/pkg/devices/util/include/event-loop.h Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/util/include/event-loop.h Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Generic event loop functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/util/src/dl.cc --- a/pkg/devices/util/src/dl.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/util/src/dl.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Dynamic loading support. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/devices/util/src/event-loop.cc --- a/pkg/devices/util/src/event-loop.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/devices/util/src/event-loop.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Generic event loop functionality. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/ci20_cpm/ci20_cpm.c --- a/pkg/landfall-examples/ci20_cpm/ci20_cpm.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/ci20_cpm/ci20_cpm.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * (c) 2008-2009 Adam Lackorzynski * economic rights: Technische Universität Dresden (Germany) - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/ci20_i2c/ci20_i2c.c --- a/pkg/landfall-examples/ci20_i2c/ci20_i2c.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/ci20_i2c/ci20_i2c.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * (c) 2008-2009 Adam Lackorzynski * economic rights: Technische Universität Dresden (Germany) - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/ci20_leds/ci20_leds.c --- a/pkg/landfall-examples/ci20_leds/ci20_leds.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/ci20_leds/ci20_leds.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * (c) 2008-2009 Adam Lackorzynski * economic rights: Technische Universität Dresden (Germany) - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/dl_test/dl_test.c --- a/pkg/landfall-examples/dl_test/dl_test.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/dl_test/dl_test.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Test dynamic loading. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/dl_test_data/dl_test_data.c --- a/pkg/landfall-examples/dl_test_data/dl_test_data.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/dl_test_data/dl_test_data.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Test dynamic loading. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/input_event_client/input_event_client.cc --- a/pkg/landfall-examples/input_event_client/input_event_client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/input_event_client/input_event_client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Access an input device via a capability. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/jz4740_lcd_driver/jz4740_lcd_driver.c --- a/pkg/landfall-examples/jz4740_lcd_driver/jz4740_lcd_driver.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/jz4740_lcd_driver/jz4740_lcd_driver.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Access the LCD on JZ4740-based platforms. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/keypad_ds_client/keypad_ds_client.cc --- a/pkg/landfall-examples/keypad_ds_client/keypad_ds_client.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/keypad_ds_client/keypad_ds_client.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Display the keypad matrix using the specified dimensions. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/keypad_ds_client/keypad_ds_client_c.c --- a/pkg/landfall-examples/keypad_ds_client/keypad_ds_client_c.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/keypad_ds_client/keypad_ds_client_c.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Display the keypad matrix using the specified dimensions. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/letux400_backlight/letux400_backlight.cc --- a/pkg/landfall-examples/letux400_backlight/letux400_backlight.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/letux400_backlight/letux400_backlight.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Access the keypad to modify the backlight on the Letux 400. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/letux400_keypad/letux400_keypad.c --- a/pkg/landfall-examples/letux400_keypad/letux400_keypad.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/letux400_keypad/letux400_keypad.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Access the keypad GPIOs on the Letux 400 notebook computer. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/letux400_keypad_physical/letux400_keypad_physical.c --- a/pkg/landfall-examples/letux400_keypad_physical/letux400_keypad_physical.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/letux400_keypad_physical/letux400_keypad_physical.c Wed May 30 14:12:11 2018 +0200 @@ -2,7 +2,7 @@ * Display the physical keypad matrix layout for the Letux 400 notebook * computer. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/letux400_leds/letux400_leds.c --- a/pkg/landfall-examples/letux400_leds/letux400_leds.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/letux400_leds/letux400_leds.c Wed May 30 14:12:11 2018 +0200 @@ -6,7 +6,7 @@ * PC22 - Num Lock * PC30 - PWM backlight * - * (c) 2017, 2018 Paul Boddie + * Copyright (C) 2017, 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/qi_lb60_backlight/qi_lb60_backlight.cc --- a/pkg/landfall-examples/qi_lb60_backlight/qi_lb60_backlight.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/qi_lb60_backlight/qi_lb60_backlight.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Access the keypad to modify the backlight on the Ben NanoNote. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/qi_lb60_keypad/qi_lb60_keypad.c --- a/pkg/landfall-examples/qi_lb60_keypad/qi_lb60_keypad.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/qi_lb60_keypad/qi_lb60_keypad.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Access the keypad GPIOs on the Ben NanoNote. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/qi_lb60_keypad_physical/qi_lb60_keypad_physical.c --- a/pkg/landfall-examples/qi_lb60_keypad_physical/qi_lb60_keypad_physical.c Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/qi_lb60_keypad_physical/qi_lb60_keypad_physical.c Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Display the physical keypad matrix layout for the Ben NanoNote. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff -r 88059eabab6d -r bab304c3775e pkg/landfall-examples/vcon_test/vcon_test.cc --- a/pkg/landfall-examples/vcon_test/vcon_test.cc Tue May 29 23:50:25 2018 +0200 +++ b/pkg/landfall-examples/vcon_test/vcon_test.cc Wed May 30 14:12:11 2018 +0200 @@ -1,7 +1,7 @@ /* * Test a Vcon interface. * - * (c) 2018 Paul Boddie + * Copyright (C) 2018 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as