Skip to content

Commit 2c25068

Browse files
committed
Update name spelling in license
1 parent 2243702 commit 2c25068

Some content is hidden

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

44 files changed

+44
-44
lines changed

app/src/androidTest/java/ru/spbu/depnav/data/db/AppDatabaseDaoTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/DatabaseInserts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/MapInfoDaoTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/MarketWithTextDaoTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/SearchHistoryDaoTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/DepNavApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/AppDatabase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/DatabaseModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/MapInfoDao.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/MarkerWithTextDao.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/db/SearchHistoryDao.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/model/MapInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/model/Marker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/model/MarkerText.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/model/MarkerTextFts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/model/MarkerTextWithMatchInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/model/SearchHistoryEntry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/repository/MapInfoRepo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/repository/MarkerWithTextRepo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/data/repository/SearchHistoryRepo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/NavDestination.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/FloorSwitch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/MapLegendDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2023 Timofey Pushkin
3+
* Copyright (C) 2023 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/MapScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/MapScreenViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/MarkerInfoLines.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/MarkerView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/Pin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/SettingsDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/TopButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/map/ZoomInHint.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/search/SearchField.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/search/SearchResults.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/search/SearchScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/search/SearchScreenViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/theme/Color.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/ui/theme/Theme.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/utils/preferences/PreferencesManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/utils/ranking/Bm25.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/utils/ranking/Ranker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/utils/ranking/TfIdf.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/utils/tiles/Floor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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/java/ru/spbu/depnav/utils/tiles/TileStreamProviderFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* DepNav -- department navigator.
3-
* Copyright (C) 2022 Timofey Pushkin
3+
* Copyright (C) 2022 Timofei Pushkin
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

0 commit comments

Comments
 (0)