diff options
author | Richard Hughes <richard@hughsie.com> | 2022-06-15 17:20:01 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2022-06-16 12:13:33 +0100 |
commit | c4996af7e2b128311d952a0b59c35e1542360896 (patch) | |
tree | d1397dabf932dd3d55453d3c3c0d1f73158b6240 /gusb/gusb-version.h.in | |
parent | df0640f1a35f36d923cf11b2b778a5fbbe47f40f (diff) | |
download | gusb-c4996af7e2b128311d952a0b59c35e1542360896.tar.gz |
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.
Diffstat (limited to 'gusb/gusb-version.h.in')
-rw-r--r-- | gusb/gusb-version.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 <richard@hughsie.com> + * Copyright (C) 2010 Richard Hughes <richard@hughsie.com> * * SPDX-License-Identifier: LGPL-2.1+ */ |