Skip to content

Commit dbdf1d0

Browse files
Update copyright dates of source files
1 parent ae37104 commit dbdf1d0

32 files changed

Lines changed: 32 additions & 25 deletions

src/ccid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ccid.c: CCID common code
3-
Copyright (C) 2003-2010 Ludovic Rousseau
3+
Copyright (C) 2003-2024 Ludovic Rousseau
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/ccid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ccid.h: CCID structures
3-
Copyright (C) 2003-2010 Ludovic Rousseau
3+
Copyright (C) 2003-2025 Ludovic Rousseau
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/ccid_ifdhandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ccid_ifdhandler.h: non-generic ifdhandler functions
3-
Copyright (C) 2004-2010 Ludovic Rousseau
3+
Copyright (C) 2004-2016 Ludovic Rousseau
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/ccid_serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ccid_serial.c: communicate with a GemPC Twin smart card reader
3-
* Copyright (C) 2001-2010 Ludovic Rousseau <ludovic.rousseau@free.fr>
3+
* Copyright (C) 2001-2025 Ludovic Rousseau <ludovic.rousseau@free.fr>
44
*
55
* Thanks to Niki W. Waibel <niki.waibel@gmx.net> for a prototype version
66
*

src/ccid_serial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ccid_serial.h: Serial access routines
3-
Copyright (C) 2003-2008 Ludovic Rousseau
3+
Copyright (C) 2003-2021 Ludovic Rousseau
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/ccid_usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ccid_usb.c: USB access routines using the libusb library
3-
Copyright (C) 2003-2010 Ludovic Rousseau
3+
Copyright (C) 2003-2025 Ludovic Rousseau
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/ccid_usb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
ccid_usb.h: USB access routines using the libusb library
3-
Copyright (C) 2003-2010 Ludovic Rousseau
3+
Copyright (C) 2003-2021 Ludovic Rousseau
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/commands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
commands.c: Commands sent to the card
3-
Copyright (C) 2003-2010 Ludovic Rousseau
3+
Copyright (C) 2003-2025 Ludovic Rousseau
44
Copyright (C) 2005 Martin Paljak
55
66
This library is free software; you can redistribute it and/or

src/commands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
commands.h: Commands sent to the card
3-
Copyright (C) 2003-2009 Ludovic Rousseau
3+
Copyright (C) 2003-2025 Ludovic Rousseau
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

src/convert_version.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# convert_version.pl: generate a version integer from a version text
44
#
5-
# Copyright (C) 2006-2008 Ludovic Rousseau <ludovic.rousseau@free.fr>
5+
# Copyright (C) 2006-2010 Ludovic Rousseau <ludovic.rousseau@free.fr>
66
#
77
# This program is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)