From c4996af7e2b128311d952a0b59c35e1542360896 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 15 Jun 2022 17:20:01 +0100 Subject: Only include the start year in the copyright header The end year is legally and functionally redundant, and more importantly causes cherry-pick conflicts when trying to maintain old branches. --- gusb/gusb-context.c | 2 +- gusb/gusb-context.h | 2 +- gusb/gusb-device-list.c | 2 +- gusb/gusb-device-list.h | 2 +- gusb/gusb-device.c | 2 +- gusb/gusb-device.h | 2 +- gusb/gusb-source.c | 2 +- gusb/gusb-source.h | 2 +- gusb/gusb-version.h.in | 2 +- gusb/gusb.h | 2 +- tools/gusb-main.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/gusb/gusb-context.c b/gusb/gusb-context.c index d9af5e6..898b3b7 100644 --- a/gusb/gusb-context.c +++ b/gusb/gusb-context.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2011-2016 Richard Hughes + * Copyright (C) 2011 Richard Hughes * Copyright (C) 2011 Hans de Goede * * SPDX-License-Identifier: LGPL-2.1+ diff --git a/gusb/gusb-context.h b/gusb/gusb-context.h index b4436d2..0790cd8 100644 --- a/gusb/gusb-context.h +++ b/gusb/gusb-context.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2011-2016 Richard Hughes + * Copyright (C) 2011 Richard Hughes * Copyright (C) 2011 Hans de Goede * * SPDX-License-Identifier: LGPL-2.1+ diff --git a/gusb/gusb-device-list.c b/gusb/gusb-device-list.c index 2005982..35379c7 100644 --- a/gusb/gusb-device-list.c +++ b/gusb/gusb-device-list.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2011 Hans de Goede - * Copyright (C) 2011-2014 Richard Hughes + * Copyright (C) 2011 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ diff --git a/gusb/gusb-device-list.h b/gusb/gusb-device-list.h index cbc735b..eecc7cf 100644 --- a/gusb/gusb-device-list.h +++ b/gusb/gusb-device-list.h @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2011 Hans de Goede - * Copyright (C) 2011-2014 Richard Hughes + * Copyright (C) 2011 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ diff --git a/gusb/gusb-device.c b/gusb/gusb-device.c index 184bc39..81593d2 100644 --- a/gusb/gusb-device.c +++ b/gusb/gusb-device.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2010-2015 Richard Hughes + * Copyright (C) 2010 Richard Hughes * Copyright (C) 2011 Hans de Goede * Copyright (C) 2011 Debarshi Ray * diff --git a/gusb/gusb-device.h b/gusb/gusb-device.h index 722104a..4a2d671 100644 --- a/gusb/gusb-device.h +++ b/gusb/gusb-device.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2010-2015 Richard Hughes + * Copyright (C) 2010 Richard Hughes * Copyright (C) 2011 Hans de Goede * * SPDX-License-Identifier: LGPL-2.1+ diff --git a/gusb/gusb-source.c b/gusb/gusb-source.c index 0ff603b..4cfb826 100644 --- a/gusb/gusb-source.c +++ b/gusb/gusb-source.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2010-2014 Richard Hughes + * Copyright (C) 2010 Richard Hughes * Copyright (C) 2011 Hans de Goede * * SPDX-License-Identifier: LGPL-2.1+ diff --git a/gusb/gusb-source.h b/gusb/gusb-source.h index 060cf21..2c2b8bb 100644 --- a/gusb/gusb-source.h +++ b/gusb/gusb-source.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2010-2014 Richard Hughes + * Copyright (C) 2010 Richard Hughes * Copyright (C) 2011 Hans de Goede * * SPDX-License-Identifier: LGPL-2.1+ diff --git a/gusb/gusb-version.h.in b/gusb/gusb-version.h.in index cbede81..f2510c2 100644 --- a/gusb/gusb-version.h.in +++ b/gusb/gusb-version.h.in @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2010-2018 Richard Hughes + * Copyright (C) 2010 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ diff --git a/gusb/gusb.h b/gusb/gusb.h index e547285..96f860c 100644 --- a/gusb/gusb.h +++ b/gusb/gusb.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2010-2011 Richard Hughes + * Copyright (C) 2010 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ diff --git a/tools/gusb-main.c b/tools/gusb-main.c index 5bafa0e..55be333 100644 --- a/tools/gusb-main.c +++ b/tools/gusb-main.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * - * Copyright (C) 2011-2016 Richard Hughes + * Copyright (C) 2011 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ -- cgit v1.2.1