From 6225f82aff0fa9fe1c7492705e0c340cbbef731c Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Mon, 6 Nov 2017 19:26:00 +0000 Subject: [PATCH] Updated copyright messages --- COPYING | 3 ++- src/adapters/adapter-an1388-uart.c | 1 + src/adapters/adapter-an1388.c | 1 + src/adapters/adapter-bitbang.c | 1 + src/adapters/adapter-hidboot.c | 1 + src/adapters/adapter-mpsse.c | 1 + src/adapters/adapter-pickit2.c | 1 + src/adapters/adapter-stk500v2.c | 1 + src/adapters/adapter-uhb.c | 1 + src/configure.c | 1 + src/families/family-mx1.c | 1 + src/families/family-mx3.c | 1 + src/families/family-mz.c | 1 + src/include/adapter.h | 1 + src/include/localize.h | 1 + src/include/pic32.h | 1 + src/include/pickit2.h | 1 + src/include/serial.h | 1 + src/include/target.h | 1 + src/pic32prog.c | 3 ++- src/serial.c | 1 + src/target.c | 1 + 22 files changed, 24 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index cd178b8..1d0eeb6 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,6 @@ -Programmer for Microchip PIC32 microcontrollers, Version 2.1.0 +Programmer for Microchip PIC32 microcontrollers, Version 2.1.33 Copyright: (C) 2011-2015 Serge Vakulenko. + Copyright: (C) 2015-2017 Majenko Technologies This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/adapters/adapter-an1388-uart.c b/src/adapters/adapter-an1388-uart.c index 0f6fbeb..d7148c7 100644 --- a/src/adapters/adapter-an1388-uart.c +++ b/src/adapters/adapter-an1388-uart.c @@ -2,6 +2,7 @@ * Interface to PIC32 Microchip AN1388 UART bootloader (new). * * Copyright (C) 2011-2015 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/adapters/adapter-an1388.c b/src/adapters/adapter-an1388.c index a7b7f4a..4f18bf7 100644 --- a/src/adapters/adapter-an1388.c +++ b/src/adapters/adapter-an1388.c @@ -2,6 +2,7 @@ * Interface to PIC32 Microchip AN1388 USB bootloader (new). * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/adapters/adapter-bitbang.c b/src/adapters/adapter-bitbang.c index a0853dd..15fc745 100644 --- a/src/adapters/adapter-bitbang.c +++ b/src/adapters/adapter-bitbang.c @@ -3,6 +3,7 @@ /* * Interface to PIC32 ICSP port using bitbang adapter. * Copyright (C) 2014 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * Additions for talking to ascii ICSP programmer Copyright (C) 2015 Robert Rozee * diff --git a/src/adapters/adapter-hidboot.c b/src/adapters/adapter-hidboot.c index 7055a5b..b31ab0e 100644 --- a/src/adapters/adapter-hidboot.c +++ b/src/adapters/adapter-hidboot.c @@ -2,6 +2,7 @@ * Interface to PIC32 Microchip USB HID bootloader (old). * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/adapters/adapter-mpsse.c b/src/adapters/adapter-mpsse.c index b6af398..29b7102 100644 --- a/src/adapters/adapter-mpsse.c +++ b/src/adapters/adapter-mpsse.c @@ -9,6 +9,7 @@ * - TinCanTools Flyswatter adapter * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/adapters/adapter-pickit2.c b/src/adapters/adapter-pickit2.c index 1b444c9..1447bda 100644 --- a/src/adapters/adapter-pickit2.c +++ b/src/adapters/adapter-pickit2.c @@ -5,6 +5,7 @@ * using free PICkit 3 Scripting Tool from Microchip. * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/adapters/adapter-stk500v2.c b/src/adapters/adapter-stk500v2.c index 0253a9f..efff2b3 100644 --- a/src/adapters/adapter-stk500v2.c +++ b/src/adapters/adapter-stk500v2.c @@ -2,6 +2,7 @@ * Interface to PIC32 bootloader with serial STK500v2 protocol. * * Copyright (C) 2014-2015 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/adapters/adapter-uhb.c b/src/adapters/adapter-uhb.c index c37f1ad..538ab26 100644 --- a/src/adapters/adapter-uhb.c +++ b/src/adapters/adapter-uhb.c @@ -2,6 +2,7 @@ * Interface to mikroE USB HID Bootloader (UHB). * * Copyright (C) 2014 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/configure.c b/src/configure.c index 6cca3af..c8a537d 100644 --- a/src/configure.c +++ b/src/configure.c @@ -2,6 +2,7 @@ * Parse INI-style configuration file. * * Copyright (C) 2015 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/families/family-mx1.c b/src/families/family-mx1.c index 75e7e24..7ba3699 100644 --- a/src/families/family-mx1.c +++ b/src/families/family-mx1.c @@ -2,6 +2,7 @@ * Routines specific for PIC32 MX1/2 family. * * Copyright (C) 2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/families/family-mx3.c b/src/families/family-mx3.c index 868900f..613e965 100644 --- a/src/families/family-mx3.c +++ b/src/families/family-mx3.c @@ -2,6 +2,7 @@ * Routines specific for PIC32 MX3/4/5/6/7 family. * * Copyright (C) 2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/families/family-mz.c b/src/families/family-mz.c index 5abea9c..769d5a9 100644 --- a/src/families/family-mz.c +++ b/src/families/family-mz.c @@ -2,6 +2,7 @@ * Routines specific for PIC32 MZ family. * * Copyright (C) 2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/include/adapter.h b/src/include/adapter.h index 42fb006..df3cab1 100644 --- a/src/include/adapter.h +++ b/src/include/adapter.h @@ -2,6 +2,7 @@ * Generic interface to a debug port adapter. * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/include/localize.h b/src/include/localize.h index fcb5697..d2e0544 100644 --- a/src/include/localize.h +++ b/src/include/localize.h @@ -2,6 +2,7 @@ * Localization using gettext. * * Copyright (C) 2010-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/include/pic32.h b/src/include/pic32.h index bd926c1..e9f6c86 100644 --- a/src/include/pic32.h +++ b/src/include/pic32.h @@ -2,6 +2,7 @@ * Microchip PIC32 jtag definitions. * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/include/pickit2.h b/src/include/pickit2.h index 264dd02..f675752 100644 --- a/src/include/pickit2.h +++ b/src/include/pickit2.h @@ -3,6 +3,7 @@ * Low-level interface. * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/include/serial.h b/src/include/serial.h index c920350..7a87c57 100644 --- a/src/include/serial.h +++ b/src/include/serial.h @@ -2,6 +2,7 @@ * Interface to serial port. * * Copyright (C) 2015 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/include/target.h b/src/include/target.h index db98b2f..b84f5c7 100644 --- a/src/include/target.h +++ b/src/include/target.h @@ -2,6 +2,7 @@ * Generic debug interface to a target microcontroller. * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/pic32prog.c b/src/pic32prog.c index a244818..d069218 100644 --- a/src/pic32prog.c +++ b/src/pic32prog.c @@ -2,6 +2,7 @@ * Flash memory programmer for Microchip PIC32 microcontrollers. * * Copyright (C) 2011-2014 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). @@ -723,7 +724,7 @@ int main(int argc, char **argv) setvbuf(stdout, (char *)NULL, _IOLBF, 0); setvbuf(stderr, (char *)NULL, _IOLBF, 0); progname = argv[0]; - copyright = _(" Copyright: (C) 2011-2015 Serge Vakulenko"); + copyright = _(" Copyright: (C) 2011-2015 Serge Vakulenko\n 2016-2017 Majenko Technologies"); signal(SIGINT, interrupted); #ifdef __linux__ signal(SIGHUP, interrupted); diff --git a/src/serial.c b/src/serial.c index 8ce6d8f..1d0d817 100644 --- a/src/serial.c +++ b/src/serial.c @@ -2,6 +2,7 @@ * Interface to serial port. * * Copyright (C) 2015 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL). diff --git a/src/target.c b/src/target.c index a7c63ff..1a1abe5 100644 --- a/src/target.c +++ b/src/target.c @@ -2,6 +2,7 @@ * Interface to PIC32 microcontroller via debug port. * * Copyright (C) 2011-2013 Serge Vakulenko + * Copyright (C) 2015-2017 Majenko Technologies * * This file is part of PIC32PROG project, which is distributed * under the terms of the GNU General Public License (GPL).