chore: Update copyright date (#4044)

This commit is contained in:
Jamil
2024-03-07 17:55:27 -08:00
committed by GitHub
parent 21d6e4f7d6
commit 6cfbef97d3
65 changed files with 65 additions and 65 deletions

View File

@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2023 Firezone, Inc.
Copyright 2024 Firezone, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core
import android.content.SharedPreferences

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core
import android.app.Application

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.data
import dev.firezone.android.core.data.model.Config

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.data
import android.content.Context

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.data.model
data class Config(

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.di
import android.app.Application

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.di
import javax.inject.Qualifier

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.di
import dagger.Module

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.di
import android.content.Context

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.di
import dagger.Module

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.di
import android.content.SharedPreferences

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.presentation
import android.os.Bundle

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.core.utils
import android.content.ClipData

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.auth.ui
import android.content.Intent

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.auth.ui
import androidx.lifecycle.LiveData

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.customuri.ui
import android.content.Intent

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.customuri.ui
import android.content.Intent

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.permission.vpn.ui
import android.app.Activity

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.session.backend
import android.content.BroadcastReceiver

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.session.ui
import android.view.LayoutInflater

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.session.ui
import android.content.ComponentName

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.session.ui
import androidx.lifecycle.MutableLiveData

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.settings.ui
import android.os.Bundle

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.settings.ui
import android.content.Context

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.signin.ui
import android.content.Intent

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.splash.ui
import android.content.Intent

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.features.splash.ui
import android.content.Context

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.tunnel
object ConnlibSession {

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.tunnel
import android.app.ActivityManager

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.tunnel.callback
interface ConnlibCallback {

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.tunnel.model
import android.os.Parcelable

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.tunnel.model
import android.os.Parcelable

View File

@@ -1,4 +1,4 @@
/* Licensed under Apache 2.0 (C) 2023 Firezone, Inc. */
/* Licensed under Apache 2.0 (C) 2024 Firezone, Inc. */
package dev.firezone.android.tunnel.util
import android.content.Context

View File

@@ -1,6 +1,6 @@
//
// FirezoneApp.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AuthClient.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AppView.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AskPermissionView.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AuthView.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// MainView.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// SettingsView.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// WelcomeView.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AppInfoPlistConstants.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AppLogger.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// Optional+Unwrap.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// SharedAccess.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// DisconnectReason.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// Keychain.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// KeychainStorage.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// Status.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AuthResponse.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// DisplayableResources.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// FirezoneError.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// Settings.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AppStore.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AuthStore.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// TunnelStore.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// ConnectionSwitch.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// MenuBar.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// AppStoreTests.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,5 +1,5 @@
// Adapter.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//
import FirezoneKit

View File

@@ -1,6 +1,6 @@
//
// NetworkResource.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -1,6 +1,6 @@
//
// NetworkSettings.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
import FirezoneKit

View File

@@ -1,6 +1,6 @@
//
// PacketTunnelProvider.swift
// (c) 2023 Firezone, Inc.
// (c) 2024 Firezone, Inc.
// LICENSE: Apache-2.0
//

View File

@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2023 Firezone, Inc.
Copyright 2024 Firezone, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.