Skip to content

Commit 25a5da1

Browse files
committed
chore: update copyright years for 2023
1 parent e2e4da7 commit 25a5da1

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2021 Josh Swan
1+
Copyright (c) 2016-2023 Josh Swan
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ const MyLatLngMatcher = { ...LatLngMatcher, onPress: () => alert('LatLng pressed
409409
## License
410410

411411
```text
412-
Copyright (c) 2016-2021 Josh Swan
412+
Copyright (c) 2016-2023 Josh Swan
413413
414414
Licensed under the The MIT License (MIT) (the "License");
415415
you may not use this file except in compliance with the License.

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

src/Autolink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

src/__tests__/Autolink.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

src/matchers/__tests__/location.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

src/matchers/__tests__/phone.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

src/matchers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* React Native Autolink
33
*
4-
* Copyright 2016-2021 Josh Swan
4+
* Copyright 2016-2023 Josh Swan
55
* Released under the MIT license
66
* https://github.com/joshswan/react-native-autolink/blob/master/LICENSE
77
*/

0 commit comments

Comments
 (0)