Skip to content

Commit 3a43749

Browse files
committed
Update copyright information.
1 parent d821e70 commit 3a43749

File tree

125 files changed

+125
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+125
-125
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 - 2018 Michael Rapp
4+
Copyright 2014 - 2019 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 - 2018 Michael Rapp
2+
* Copyright 2014 - 2019 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 - 2018 Michael Rapp
2+
* Copyright 2014 - 2019 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 - 2018 Michael Rapp
2+
* Copyright 2014 - 2019 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 - 2018 Michael Rapp
4+
Copyright 2014 - 2019 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 - 2018 Michael Rapp
4+
Copyright 2014 - 2019 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 - 2018 Michael Rapp
4+
Copyright 2014 - 2019 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 - 2018 Michael Rapp
4+
Copyright 2014 - 2019 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 - 2018 Michael Rapp
4+
Copyright 2014 - 2019 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 - 2018 Michael Rapp
4+
Copyright 2014 - 2019 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)