From 20d268acdbc6a1be49445d80cbd2d19d161875e7 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 18 Sep 2016 08:01:13 +0200 Subject: [PATCH] Remove last traces of our old custom serial code This is just to make future merges easier. There were nothing left of Claudiu's code in those files, so thats why i removed the copyright lines. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- include/libdivecomputer/descriptor.h | 3 +-- include/libdivecomputer/device.h | 2 -- include/libdivecomputer/hw_ostc3.h | 1 - include/libdivecomputer/shearwater_petrel.h | 1 - include/libdivecomputer/shearwater_predator.h | 1 - src/device.c | 1 - src/hw_ostc3.c | 1 - src/shearwater_common.c | 1 - src/shearwater_common.h | 1 - src/shearwater_petrel.c | 1 - src/shearwater_predator.c | 1 - 11 files changed, 1 insertion(+), 13 deletions(-) diff --git a/include/libdivecomputer/descriptor.h b/include/libdivecomputer/descriptor.h index b227973..1df5b12 100644 --- a/include/libdivecomputer/descriptor.h +++ b/include/libdivecomputer/descriptor.h @@ -33,8 +33,7 @@ typedef enum dc_transport_t { DC_TRANSPORT_NONE, DC_TRANSPORT_SERIAL, DC_TRANSPORT_USB, - DC_TRANSPORT_IRDA, - DC_TRANSPORT_BLUETOOTH + DC_TRANSPORT_IRDA } dc_transport_t; typedef struct dc_descriptor_t dc_descriptor_t; diff --git a/include/libdivecomputer/device.h b/include/libdivecomputer/device.h index 008d3c2..7ba4bd6 100644 --- a/include/libdivecomputer/device.h +++ b/include/libdivecomputer/device.h @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2008 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -42,7 +41,6 @@ typedef enum dc_event_type_t { } dc_event_type_t; typedef struct dc_device_t dc_device_t; -typedef struct dc_serial_t dc_serial_t; typedef struct dc_event_progress_t { unsigned int current; diff --git a/include/libdivecomputer/hw_ostc3.h b/include/libdivecomputer/hw_ostc3.h index 4c4a8e4..1011f06 100644 --- a/include/libdivecomputer/hw_ostc3.h +++ b/include/libdivecomputer/hw_ostc3.h @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2013 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/libdivecomputer/shearwater_petrel.h b/include/libdivecomputer/shearwater_petrel.h index f1fe8b0..18a4bce 100644 --- a/include/libdivecomputer/shearwater_petrel.h +++ b/include/libdivecomputer/shearwater_petrel.h @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2013 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/libdivecomputer/shearwater_predator.h b/include/libdivecomputer/shearwater_predator.h index 8939c6c..28163e2 100644 --- a/include/libdivecomputer/shearwater_predator.h +++ b/include/libdivecomputer/shearwater_predator.h @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2012 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/device.c b/src/device.c index 56a2422..3edb807 100644 --- a/src/device.c +++ b/src/device.c @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2008 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/hw_ostc3.c b/src/hw_ostc3.c index f4f2c10..0fee734 100644 --- a/src/hw_ostc3.c +++ b/src/hw_ostc3.c @@ -3,7 +3,6 @@ * * Copyright (C) 2013 Jef Driesen * Copyright (C) 2014 Anton Lundin - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/shearwater_common.c b/src/shearwater_common.c index 7493161..2546998 100644 --- a/src/shearwater_common.c +++ b/src/shearwater_common.c @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2013 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/shearwater_common.h b/src/shearwater_common.h index 0b49c59..b93f973 100644 --- a/src/shearwater_common.h +++ b/src/shearwater_common.h @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2013 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/shearwater_petrel.c b/src/shearwater_petrel.c index 06fba30..b791388 100644 --- a/src/shearwater_petrel.c +++ b/src/shearwater_petrel.c @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2013 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/shearwater_predator.c b/src/shearwater_predator.c index f018885..7975b8f 100644 --- a/src/shearwater_predator.c +++ b/src/shearwater_predator.c @@ -2,7 +2,6 @@ * libdivecomputer * * Copyright (C) 2012 Jef Driesen - * Copyright (C) 2015 Claudiu Olteanu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public