Skip to content

Commit 3ae0880

Browse files
committed
update years of copyright and cut release 2.1.1
1 parent 5861a51 commit 3ae0880

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ Release 2.1.0 (2020-05-22)
5353
release 1.7.1 of the libnfc.
5454
R adapt Go modules and discontinue the subdirectory scheme.
5555

56-
Release 2.2.0 (upcoming)
56+
Release 2.1.1 (2020-05-22)
5757
N Provide Device.InitiatorPollTarget wrapping nfc_initiator_poll_target.
5858
N Add support for Thinfilm NFC Barcode targets
5959
N Add support for NFC ISO14443BiClass, i.e. HID iClass (Picopass) targets
6060
I Due to upstream changes, the value of the modulation type enumeration
61-
constants has changed.
61+
constants has changed. This has been forgotton for the 2.1.0 release
62+
which is why this patch release is needed.

device.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014, 2015 Robert Clausecker <[email protected]>
1+
// Copyright (c) 2014, 2015, 2019, 2020 Robert Clausecker <[email protected]>
22
//
33
// This program is free software: you can redistribute it and/or modify it
44
// under the terms of the GNU Lesser General Public License as published by the

initiator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014, 2015 Robert Clausecker <[email protected]>
1+
// Copyright (c) 2014--2016 Robert Clausecker <[email protected]>
22
//
33
// This program is free software: you can redistribute it and/or modify it
44
// under the terms of the GNU Lesser General Public License as published by the

marshall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2014, Robert Clausecker <[email protected]>
2+
* Copyright (c) 2014, 2020, Robert Clausecker <[email protected]>
33
*
44
* This program is free software: you can redistribute it and/or modify it
55
* under the terms of the GNU Lesser General Public License as published by the

marshall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-
2-
* Copyright (c) 2014, Robert Clausecker <[email protected]>
2+
* Copyright (c) 2014, 2020, Robert Clausecker <[email protected]>
33
*
44
* This program is free software: you can redistribute it and/or modify it
55
* under the terms of the GNU Lesser General Public License as published by the

nfc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014, Robert Clausecker <[email protected]>
1+
// Copyright (c) 2014, 2020 Robert Clausecker <[email protected]>
22
//
33
// This program is free software: you can redistribute it and/or modify it
44
// under the terms of the GNU Lesser General Public License as published by the

target.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014, Robert Clausecker <[email protected]>
1+
// Copyright (c) 2014, 2020, Robert Clausecker <[email protected]>
22
//
33
// This program is free software: you can redistribute it and/or modify it
44
// under the terms of the GNU Lesser General Public License as published by the

0 commit comments

Comments
 (0)