Skip to content

Commit 173d07a

Browse files
update copyright
1 parent 351bfff commit 173d07a

File tree

389 files changed

+751
-494
lines changed

Some content is hidden

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

389 files changed

+751
-494
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ dependencies {
4747
testImplementation 'org.robolectric:robolectric:4.10.3'
4848
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
4949
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
50-
testImplementation 'org.slf4j:slf4j-simple:2.0.9'
50+
testImplementation 'org.slf4j:slf4j-simple:2.0.10'
5151
// Android Test Dependencies
5252
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5353
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'

app/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Build Properties
2-
#Wed Jan 03 17:38:43 EST 2024
3-
version_build=3
2+
#Thu Jan 04 17:46:19 EST 2024
3+
version_build=4
44
version_major=3
55
version_minor=1
66
version_patch=1

app/jacoco.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

app/src/androidTest/kotlin/com/vrem/wifianalyzer/FilterInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

app/src/androidTest/kotlin/com/vrem/wifianalyzer/InstrumentedTestUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

app/src/androidTest/kotlin/com/vrem/wifianalyzer/MainInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

app/src/androidTest/kotlin/com/vrem/wifianalyzer/NavigationInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

app/src/androidTest/kotlin/com/vrem/wifianalyzer/ScannerInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

app/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
~ WiFiAnalyzer
4-
~ Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
4+
~ Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
55
~
66
~ This program is free software: you can redistribute it and/or modify
77
~ it under the terms of the GNU General Public License as published by

app/src/main/java/com/jjoe64/graphview/series/TitleLineGraphSeries.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2015 - 2023 VREM Software Development <[email protected]>
3+
* Copyright (C) 2015 - 2024 VREM Software Development <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -24,12 +24,12 @@
2424
import android.text.TextPaint;
2525
import android.view.animation.AccelerateInterpolator;
2626

27-
import androidx.core.view.ViewCompat;
28-
2927
import com.jjoe64.graphview.GraphView;
3028

3129
import java.util.Iterator;
3230

31+
import androidx.core.view.ViewCompat;
32+
3333
/*
3434
modified version of com.jjoe64.graphview.series.LineGraphSeries
3535
*/

0 commit comments

Comments
 (0)