Skip to content

Commit d687238

Browse files
committed
Update copyright information.
1 parent 3c38548 commit d687238

19 files changed

+19
-19
lines changed

example/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
Copyright 2014 - 2019 Michael Rapp
4+
Copyright 2014 - 2020 Michael Rapp
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
77
compliance with the License. You may obtain a copy of the License at

example/src/main/java/de/mrapp/android/dialog/example/DialogFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014 - 2019 Michael Rapp
2+
* Copyright 2014 - 2020 Michael Rapp
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at

example/src/main/java/de/mrapp/android/dialog/example/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014 - 2019 Michael Rapp
2+
* Copyright 2014 - 2020 Michael Rapp
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at

example/src/main/java/de/mrapp/android/dialog/example/PreferenceFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014 - 2019 Michael Rapp
2+
* Copyright 2014 - 2020 Michael Rapp
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at

example/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
Copyright 2014 - 2019 Michael Rapp
4+
Copyright 2014 - 2020 Michael Rapp
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
77
compliance with the License. You may obtain a copy of the License at

example/src/main/res/layout/custom_dialog_button_bar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
Copyright 2014 - 2019 Michael Rapp
4+
Copyright 2014 - 2020 Michael Rapp
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
77
compliance with the License. You may obtain a copy of the License at

example/src/main/res/layout/custom_dialog_content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
Copyright 2014 - 2019 Michael Rapp
4+
Copyright 2014 - 2020 Michael Rapp
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
77
compliance with the License. You may obtain a copy of the License at

example/src/main/res/layout/custom_dialog_header.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
Copyright 2014 - 2019 Michael Rapp
4+
Copyright 2014 - 2020 Michael Rapp
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
77
compliance with the License. You may obtain a copy of the License at

example/src/main/res/layout/custom_dialog_message.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
Copyright 2014 - 2019 Michael Rapp
4+
Copyright 2014 - 2020 Michael Rapp
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
77
compliance with the License. You may obtain a copy of the License at

example/src/main/res/layout/custom_dialog_title.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<!--
4-
Copyright 2014 - 2019 Michael Rapp
4+
Copyright 2014 - 2020 Michael Rapp
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
77
compliance with the License. You may obtain a copy of the License at

0 commit comments

Comments
 (0)