Skip to content

Commit 809369f

Browse files
Update 2016-2019
1 parent afe18e8 commit 809369f

Some content is hidden

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

43 files changed

+43
-43
lines changed

README.md

Lines changed: 1 addition & 1 deletion

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* * Copyright (C) 2016 Amit Shekhar
3+
* * Copyright (C) 2019 Amit Shekhar
44
* * Copyright (C) 2011 Android Open Source Project
55
* *
66
* * Licensed under the Apache License, Version 2.0 (the "License");

app/src/androidTest/java/com/sample/ExampleInstrumentedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* * Copyright (C) 2016 Amit Shekhar
3+
* * Copyright (C) 2019 Amit Shekhar
44
* * Copyright (C) 2011 Android Open Source Project
55
* *
66
* * Licensed under the Apache License, Version 2.0 (the "License");

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
22
~ /*
3-
~ * Copyright (C) 2016 Amit Shekhar
3+
~ * Copyright (C) 2019 Amit Shekhar
44
~ * Copyright (C) 2011 Android Open Source Project
55
~ *
66
~ * Licensed under the Apache License, Version 2.0 (the "License");

app/src/main/java/com/sample/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* * Copyright (C) 2016 Amit Shekhar
3+
* * Copyright (C) 2019 Amit Shekhar
44
* * Copyright (C) 2011 Android Open Source Project
55
* *
66
* * Licensed under the Apache License, Version 2.0 (the "License");

app/src/main/java/com/sample/database/CarDBHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* * Copyright (C) 2016 Amit Shekhar
3+
* * Copyright (C) 2019 Amit Shekhar
44
* * Copyright (C) 2011 Android Open Source Project
55
* *
66
* * Licensed under the Apache License, Version 2.0 (the "License");

app/src/main/java/com/sample/database/ContactDBHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* * Copyright (C) 2016 Amit Shekhar
3+
* * Copyright (C) 2019 Amit Shekhar
44
* * Copyright (C) 2011 Android Open Source Project
55
* *
66
* * Licensed under the Apache License, Version 2.0 (the "License");

app/src/main/java/com/sample/database/PersonDBHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* * Copyright (C) 2016 Amit Shekhar
3+
* * Copyright (C) 2019 Amit Shekhar
44
* * Copyright (C) 2011 Android Open Source Project
55
* *
66
* * Licensed under the Apache License, Version 2.0 (the "License");

app/src/main/java/com/sample/utils/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* * Copyright (C) 2016 Amit Shekhar
3+
* * Copyright (C) 2019 Amit Shekhar
44
* * Copyright (C) 2011 Android Open Source Project
55
* *
66
* * Licensed under the Apache License, Version 2.0 (the "License");

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?><!--
22
~ /*
3-
~ * Copyright (C) 2016 Amit Shekhar
3+
~ * Copyright (C) 2019 Amit Shekhar
44
~ * Copyright (C) 2011 Android Open Source Project
55
~ *
66
~ * Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)