Skip to content

Commit 8a5d263

Browse files
committed
Update copyright year in MIT header
1 parent 02900f7 commit 8a5d263

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/BasicGamepad/BasicGamepad.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Project Arduino XInput Library
33
* @author David Madison
44
* @link github.com/dmadison/ArduinoXInput
5-
* @license MIT - Copyright (c) 2018 David Madison
5+
* @license MIT - Copyright (c) 2019 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal

examples/Blink/Blink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Project Arduino XInput Library
33
* @author David Madison
44
* @link github.com/dmadison/ArduinoXInput
5-
* @license MIT - Copyright (c) 2018 David Madison
5+
* @license MIT - Copyright (c) 2019 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal

examples/TestAll/TestAll.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Project Arduino XInput Library
33
* @author David Madison
44
* @link github.com/dmadison/ArduinoXInput
5-
* @license MIT - Copyright (c) 2018 David Madison
5+
* @license MIT - Copyright (c) 2019 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal

examples/WiiClassicController/WiiClassicController.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Project Arduino XInput Library
33
* @author David Madison
44
* @link github.com/dmadison/ArduinoXInput
5-
* @license MIT - Copyright (c) 2018 David Madison
5+
* @license MIT - Copyright (c) 2019 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal

src/XInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Project Arduino XInput Library
33
* @author David Madison
44
* @link github.com/dmadison/ArduinoXInput
5-
* @license MIT - Copyright (c) 2018 David Madison
5+
* @license MIT - Copyright (c) 2019 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal

src/XInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Project Arduino XInput Library
33
* @author David Madison
44
* @link github.com/dmadison/ArduinoXInput
5-
* @license MIT - Copyright (c) 2018 David Madison
5+
* @license MIT - Copyright (c) 2019 David Madison
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)