Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed up filenames in file headers #109

Merged
merged 1 commit into from
May 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DuckDuckGo/BrowserTab/ViewModel/WebViewStateObserver.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// WebViewTabUpdater.swift
// WebViewStateObserver.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Common/Extensions/NSApplicationExtension.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// NSAppExtension.swift
// NSApplicationExtension.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// EncryptedStringTransformer.swift
// EncryptedValueTransformer.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// EncryptionKeyGenerator.swift
// EncryptionKeyGeneration.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Fireproofing/Model/FireproofDomains.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// PreserveLogins.swift
// FireproofDomains.swift
//
// Copyright © 2021 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// PreserveLoginsWorker.swift
// LoginDetectionService.swift
//
// Copyright © 2021 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// NavigationButtonMenu.swift
// NavigationButtonMenuDelegate.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/NavigationBar/View/OptionsButtonMenu.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// OptionsButtonMenuDelegate.swift
// OptionsButtonMenu.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ViewModel.swift
// WKBackForwardListItemViewModel.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// PreferenceSection.swift
// DefaultBrowserPreferences.swift
//
// Copyright © 2021 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// DefaultBrowserItem.swift
// DefaultBrowserTableCellView.swift
//
// Copyright © 2021 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// AutocompleteViewModel.swift
// SuggestionContainerViewModel.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Windows/View/WindowsManager.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// WindowManager.swift
// WindowsManager.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// BookmarkStoreTests.swift
// LocalBookmarkStoreTests.swift
//
// Copyright © 2021 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion Unit Tests/BrowserTab/Services/WebsiteDataStoreTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// WebCacheManagerTests.swift
// WebsiteDataStoreTests.swift
//
// Copyright © 2021 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion Unit Tests/ContentBlocker/TrackerRadarManagerTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// TrackerDataManagerTests.swift
// TrackerRadarManagerTests.swift
//
// Copyright © 2021 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion Unit Tests/FileSystem/EncryptedValueTransformerTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// EncryptedStringTransformerTests.swift
// EncryptedValueTransformerTests.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
2 changes: 1 addition & 1 deletion Unit Tests/FileSystem/EncryptionMocks.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// MockEncryptionKeyGenerator.swift
// EncryptionMocks.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// File.swift
// TabCollectionViewModelDelegateMock.swift
//
// Copyright © 2020 DuckDuckGo. All rights reserved.
//
Expand Down