Skip to content

Commit efaa7d1

Browse files
committed
Update copyright
1 parent f7589b1 commit efaa7d1

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

.idea/copyright/Apache_2_0.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ He also created `SwipeRippleDrawable` and allowed me to [reimplement][SwipeRippl
255255

256256
# <a id="license">License</a>
257257
```
258-
Copyright © 2016 Łukasz Rutkowski
258+
Copyright © 2016-2017 Łukasz Rutkowski
259259
260260
Licensed under the Apache License, Version 2.0 (the "License");
261261
you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/SwipeActionView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/SwipeDirection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/SwipeGestureListener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/SwipeRippleDrawable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/animation/ScalableIconAnimator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/animation/SwipeActionViewAnimator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/utils/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/main/kotlin/me/thanel/swipeactionview/utils/ViewUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2016 Łukasz Rutkowski
2+
* Copyright © 2016-2017 Łukasz Rutkowski
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)