Skip to content

Commit

Permalink
📝 update copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Apr 7, 2021
1 parent c251073 commit 5569703
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down Expand Up @@ -33,7 +33,7 @@ import com.birjuvachhani.locus.LocusResult

/*
* Created by Birju Vachhani on 12 August 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

class LocationService : LifecycleService() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down Expand Up @@ -29,7 +29,7 @@ import java.util.*

/*
* Created by Birju Vachhani on 18 September 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

class MainActivity : AppCompatActivity(), ActivityCompat.OnRequestPermissionsResultCallback {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -23,7 +23,7 @@ import com.birjuvachhani.locus.Locus

/*
* Created by Birju Vachhani on 23 September 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

internal class ServiceStopBroadcastReceiver : BroadcastReceiver() {
Expand Down
4 changes: 2 additions & 2 deletions locus/src/main/java/com/birjuvachhani/locus/Configuration.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -21,7 +21,7 @@ import kotlinx.android.parcel.Parcelize

/*
* Created by Birju Vachhani on 07 February 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions locus/src/main/java/com/birjuvachhani/locus/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -17,7 +17,7 @@ package com.birjuvachhani.locus

/*
* Created by Birju Vachhani on 06 February 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions locus/src/main/java/com/birjuvachhani/locus/Extensions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -21,7 +21,7 @@ import androidx.lifecycle.Observer

/*
* Created by Birju Vachhani on 06 February 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -23,7 +23,7 @@ import com.google.android.gms.location.LocationResult

/*
* Created by Birju Vachhani on 12 August 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -25,7 +25,7 @@ import java.util.concurrent.atomic.AtomicBoolean

/*
* Created by Birju Vachhani on 10 April 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions locus/src/main/java/com/birjuvachhani/locus/Locus.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down Expand Up @@ -37,7 +37,7 @@ import java.util.concurrent.atomic.AtomicBoolean

/*
* Created by Birju Vachhani on 09 November 2018
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

internal val isRequestingPermission = AtomicBoolean().apply {
Expand Down
4 changes: 2 additions & 2 deletions locus/src/main/java/com/birjuvachhani/locus/LocusActivity.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand Down Expand Up @@ -38,7 +38,7 @@ import com.google.android.gms.location.LocationSettingsStatusCodes

/*
* Created by Birju Vachhani on 17 July 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions locus/src/main/java/com/birjuvachhani/locus/LocusResult.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ import android.location.Location

/*
* Created by Birju Vachhani on 05 February 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions locus/src/main/java/com/birjuvachhani/locus/Logger.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ import android.util.Log

/*
* Created by Birju Vachhani on 19 July 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -19,7 +19,7 @@ import androidx.lifecycle.Observer

/*
* Created by Birju Vachhani on 16 September 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2020 Birju Vachhani (https://github.com/BirjuVachhani)
* Copyright © 2019 Birju Vachhani (https://github.com/BirjuVachhani)
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -24,7 +24,7 @@ import androidx.core.content.ContextCompat

/*
* Created by Birju Vachhani on 18 September 2019
* Copyright © 2020 locus-android. All rights reserved.
* Copyright © 2019 locus-android. All rights reserved.
*/

/**
Expand Down

0 comments on commit 5569703

Please sign in to comment.