Skip to content

Commit 55da2f7

Browse files
committed
CHG License to 2022
1 parent aeb3633 commit 55da2f7

File tree

18 files changed

+26
-26
lines changed

18 files changed

+26
-26
lines changed

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) 2021 Raphael Ebner
3+
Copyright (c) 2022 Raphael Ebner
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Usage
7676

7777
* [Properties](#Properties)
7878
* [Exit Codes](#Exit-Codes)
79-
* [Example Activity (Kotlin and Java)](#Example-Activity-(Kotlin-and-Java))
80-
* [Example Fragment (Java and Kotlin)](#Example-Fragment-(Kotlin-and-Java))
79+
* [Example Activity (Kotlin and Java)](#example-activity-kotlin-and-java)
80+
* [Example Fragment (Java and Kotlin)](#example-fragment-kotlin-and-java)
8181

8282
### Properties
8383

@@ -362,7 +362,7 @@ License
362362

363363
MIT License
364364

365-
Copyright (c) 2021 Raphael Ebner
365+
Copyright (c) 2022 Raphael Ebner
366366

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

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/ActivityAddEditFruit.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import com.google.android.material.textfield.TextInputLayout
1515
/**
1616
* MIT License
1717
*
18-
* Copyright (c) 2021 Raphael Ebner
18+
* Copyright (c) 2022 Raphael Ebner
1919
*
2020
* Permission is hereby granted, free of charge, to any person obtaining a copy
2121
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/FragmentActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import de.raphaelebner.roomdatabasebackup.core.RoomBackup
77
/**
88
* MIT License
99
* <p>
10-
* Copyright (c) 2021 Raphael Ebner
10+
* Copyright (c) 2022 Raphael Ebner
1111
* <p>
1212
* Permission is hereby granted, free of charge, to any person obtaining a copy
1313
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/FragmentActivityJava.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* MIT License
1212
* <p>
13-
* Copyright (c) 2021 Raphael Ebner
13+
* Copyright (c) 2022 Raphael Ebner
1414
* <p>
1515
* Permission is hereby granted, free of charge, to any person obtaining a copy
1616
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import java.io.File
3333
/**
3434
* MIT License
3535
*
36-
* Copyright (c) 2021 Raphael Ebner
36+
* Copyright (c) 2022 Raphael Ebner
3737
*
3838
* Permission is hereby granted, free of charge, to any person obtaining a copy
3939
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/MainActivityJava.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* MIT License
3737
* <p>
38-
* Copyright (c) 2021 Raphael Ebner
38+
* Copyright (c) 2022 Raphael Ebner
3939
* <p>
4040
* Permission is hereby granted, free of charge, to any person obtaining a copy
4141
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/MainFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import java.io.File
2929
/**
3030
* MIT License
3131
* <p>
32-
* Copyright (c) 2021 Raphael Ebner
32+
* Copyright (c) 2022 Raphael Ebner
3333
* <p>
3434
* Permission is hereby granted, free of charge, to any person obtaining a copy
3535
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/MainFragmentJava.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/**
3737
* MIT License
3838
* <p>
39-
* Copyright (c) 2021 Raphael Ebner
39+
* Copyright (c) 2022 Raphael Ebner
4040
* <p>
4141
* Permission is hereby granted, free of charge, to any person obtaining a copy
4242
* of this software and associated documentation files (the "Software"), to deal

app/src/main/java/de/raphaelebner/roomdatabasebackup/sample/database/main/FruitDatabase.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import java.util.concurrent.Executors
1212
/**
1313
* MIT License
1414
*
15-
* Copyright (c) 2021 Raphael Ebner
15+
* Copyright (c) 2022 Raphael Ebner
1616
*
1717
* Permission is hereby granted, free of charge, to any person obtaining a copy
1818
* of this software and associated documentation files (the "Software"), to deal
@@ -101,4 +101,4 @@ abstract class FruitDatabase : RoomDatabase() {
101101
}
102102

103103
}
104-
}
104+
}

0 commit comments

Comments
 (0)