Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit 40dcd6b

Browse files
committed
Update license years
1 parent f82eef0 commit 40dcd6b

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright (c) Facebook, Inc. and its affiliates.
3-
* Copyright (c) 2018-present, Matei Bogdan Radu <[email protected]>
3+
* Copyright (c) 2018-2020, Matei Bogdan Radu <[email protected]>
44
*
55
* This source code is licensed under the MIT license found in the LICENSE
66
* file in the root directory of this source tree.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-present Matei Bogdan Radu <[email protected]>
3+
Copyright (c) 2018-2020 Matei Bogdan Radu <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
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
@@ -223,7 +223,7 @@ yarn android # or yarn ios
223223

224224
## License
225225

226-
Copyright (c) 2018-present Matei Bogdan Radu.
226+
Copyright (c) 2018-2020 Matei Bogdan Radu.
227227

228228
This source code is licensed under the MIT license found in the
229229
[LICENSE][license] file in the root directory of this source tree.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-present, Matei Bogdan Radu <matei.radu.92@gmail.com>
2+
* Copyright (c) 2018-2020, Matei Bogdan Radu <matei.radu.92@gmail.com>
33
*
44
* This source code is licensed under the MIT license found in the LICENSE
55
* file in the root directory of this source tree.

android/src/main/kotlin/com/mattblock/reactnative/inappbrowser/RNInAppBrowserModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-present, Matei Bogdan Radu <[email protected]>
2+
* Copyright (c) 2018-2020, Matei Bogdan Radu <[email protected]>
33
*
44
* This source code is licensed under the MIT license found in the LICENSE
55
* file in the root directory of this source tree.

android/src/main/kotlin/com/mattblock/reactnative/inappbrowser/RNInAppBrowserPackage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-present, Matei Bogdan Radu <[email protected]>
2+
* Copyright (c) 2018-2020, Matei Bogdan Radu <[email protected]>
33
*
44
* This source code is licensed under the MIT license found in the LICENSE
55
* file in the root directory of this source tree.

ios/RNInAppBrowser/RNInAppBrowser-Bridging-Header.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-present, Matei Bogdan Radu <[email protected]>
2+
* Copyright (c) 2018-2020, Matei Bogdan Radu <[email protected]>
33
*
44
* This source code is licensed under the MIT license found in the LICENSE
55
* file in the root directory of this source tree.

ios/RNInAppBrowser/RNInAppBrowser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-present, Matei Bogdan Radu <[email protected]>
2+
* Copyright (c) 2018-2020, Matei Bogdan Radu <[email protected]>
33
*
44
* This source code is licensed under the MIT license found in the LICENSE
55
* file in the root directory of this source tree.

ios/RNInAppBrowser/RNInAppBrowserBridge.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-present, Matei Bogdan Radu <[email protected]>
2+
* Copyright (c) 2018-2020, Matei Bogdan Radu <[email protected]>
33
*
44
* This source code is licensed under the MIT license found in the LICENSE
55
* file in the root directory of this source tree.

ios/RNInAppBrowser/utils/UIColorExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018-present, Matei Bogdan Radu <[email protected]>
2+
* Copyright (c) 2018-2020, Matei Bogdan Radu <[email protected]>
33
*
44
* This source code is licensed under the MIT license found in the LICENSE
55
* file in the root directory of this source tree.

0 commit comments

Comments
 (0)