From 1d400dc3068e6567bed5efb1b2a960d5499e8198 Mon Sep 17 00:00:00 2001 From: Jag-Marcel Date: Wed, 28 Feb 2024 20:00:17 +0100 Subject: [PATCH 1/3] Added copyright notice to all .swift files Added a generic copyright notice to all .swift files in the directory, with a short description for each file. --- Keyboards/InterfaceConstants.swift | 24 ++++++++++--- .../KeyboardsBase/Colors/ColorVariables.swift | 24 ++++++++++--- .../KeyboardsBase/Colors/ScribeColor.swift | 22 ++++++++++-- .../Colors/UIColor+ScribeColors.swift | 22 ++++++++++-- Keyboards/KeyboardsBase/Extensions.swift | 24 ++++++++++--- .../KeyboardsBase/InterfaceVariables.swift | 24 ++++++++++--- Keyboards/KeyboardsBase/KeyAltChars.swift | 24 ++++++++++--- Keyboards/KeyboardsBase/KeyAnimation.swift | 24 ++++++++++--- Keyboards/KeyboardsBase/KeyboardKeys.swift | 24 ++++++++++--- Keyboards/KeyboardsBase/KeyboardStyling.swift | 24 ++++++++++--- .../KeyboardViewController.swift | 27 ++++++++++---- Keyboards/KeyboardsBase/LoadData.swift | 24 ++++++++++--- .../ScribeFunctionality/Annotate.swift | 24 ++++++++++--- .../ScribeFunctionality/CommandBar.swift | 24 ++++++++++--- .../CommandVariables.swift | 24 ++++++++++--- .../ScribeFunctionality/Conjugate.swift | 24 ++++++++++--- .../ScribeFunctionality/Plural.swift | 24 ++++++++++--- .../ScribeFunctionality/ScribeKey.swift | 24 ++++++++++--- .../ScribeFunctionality/Translate.swift | 24 ++++++++++--- .../Model/InformationToolTipData.swift | 22 ++++++++++-- .../ToolTip/Model/ToolTipViewDatasource.swift | 22 ++++++++++-- .../ToolTip/Model/ToolTipViewTheme.swift | 22 ++++++++++-- .../Protocol/ToolTipViewDatasourceable.swift | 22 ++++++++++-- .../Protocol/ToolTipViewUpdatable.swift | 22 ++++++++++-- .../ToolTip/Protocol/ViewThemeable.swift | 22 ++++++++++-- .../KeyboardsBase/ToolTip/ToolTipView.swift | 22 ++++++++++-- Keyboards/KeyboardsBase/Utilities.swift | 24 ++++++++++--- .../Danish/DACommandVariables.swift | 24 ++++++++++--- .../Danish/DAInterfaceVariables.swift | 24 ++++++++++--- .../Danish/DAKeyboardViewController.swift | 22 ++++++++++-- .../English/ENCommandVariables.swift | 24 ++++++++++--- .../English/ENInterfaceVariables.swift | 24 ++++++++++--- .../English/ENKeyboardViewController.swift | 22 ++++++++++-- .../French/FR-AZERTYInterfaceVariables.swift | 24 ++++++++++--- .../French/FR-QWERTYInterfaceVariables.swift | 24 ++++++++++--- .../French/FRCommandVariables.swift | 24 ++++++++++--- .../French/FRKeyboardViewController.swift | 22 ++++++++++-- .../German/DECommandVariables.swift | 24 ++++++++++--- .../German/DEInterfaceVariables.swift | 24 ++++++++++--- .../German/DEKeyboardViewController.swift | 22 ++++++++++-- .../Hebrew/HECommandVariables.swift | 24 ++++++++++--- .../Hebrew/HEInterfaceVariables.swift | 24 ++++++++++--- .../Hebrew/HEKeyboardViewController.swift | 22 ++++++++++-- .../Italian/ITCommandVariables.swift | 24 ++++++++++--- .../Italian/ITInterfaceVariables.swift | 24 ++++++++++--- .../Italian/ITKeyboardViewController.swift | 22 ++++++++++-- .../Norwegian/NBCommandVariables.swift | 24 ++++++++++--- .../Norwegian/NBInterfaceVariables.swift | 24 ++++++++++--- .../Norwegian/NBKeyboardViewController.swift | 22 ++++++++++-- .../Portuguese/PTCommandVariables.swift | 24 ++++++++++--- .../Portuguese/PTInterfaceVariables.swift | 24 ++++++++++--- .../Portuguese/PTKeyboardViewController.swift | 22 ++++++++++-- .../Russian/RUCommandVariables.swift | 24 ++++++++++--- .../Russian/RUInterfaceVariables.swift | 24 ++++++++++--- .../Russian/RUKeyboardViewController.swift | 22 ++++++++++-- .../Spanish/ESCommandVariables.swift | 24 ++++++++++--- .../Spanish/ESInterfaceVariables.swift | 24 ++++++++++--- .../Spanish/ESKeyboardViewController.swift | 22 ++++++++++-- .../Swedish/SVCommandVariables.swift | 24 ++++++++++--- .../Swedish/SVInterfaceVariables.swift | 22 ++++++++++-- .../Swedish/SVKeyboardViewController.swift | 22 ++++++++++-- Scribe/AboutTab/AboutTableData.swift | 35 ++++++++++--------- Scribe/AboutTab/AboutViewController.swift | 35 ++++++++++--------- Scribe/AboutTab/InformationScreenVC.swift | 22 ++++++++++-- Scribe/AppDelegate.swift | 24 ++++++++++--- Scribe/AppExtensions.swift | 22 ++++++++++-- Scribe/AppStyling.swift | 24 ++++++++++--- Scribe/AppTexts/AppTextStyling.swift | 24 ++++++++++--- Scribe/AppTexts/English/ENAppText.swift | 22 ++++++++++-- Scribe/AppTexts/English/ENPrivacyPolicy.swift | 28 +++++++++++---- .../English/ENThirdPartyLicenses.swift | 22 ++++++++++-- .../English/ENWikimediaAndScribe.swift | 22 ++++++++++-- Scribe/AppTexts/German/DEAppText.swift | 24 ++++++++++--- Scribe/AppTexts/German/DEPrivacyPolicy.swift | 28 +++++++++++---- Scribe/AppUISymbols.swift | 24 ++++++++++--- .../InfoChildTableViewCell.swift | 22 ++++++++++-- .../TableViewTemplateViewController.swift | 22 ++++++++++-- .../UITableViewCells/AboutTableViewCell.swift | 35 ++++++++++--------- .../Extensions/UIEdgeInsetsExtensions.swift | 35 ++++++++++--------- Scribe/InstallationTab/InstallationVC.swift | 24 ++++++++++--- Scribe/ParentTableCellModel.swift | 35 ++++++++++--------- Scribe/SettingsTab/SettingsTableData.swift | 22 ++++++++++-- .../SettingsTab/SettingsViewController.swift | 35 ++++++++++--------- Scribe/Views/BaseTableViewController.swift | 35 ++++++++++--------- 84 files changed, 1602 insertions(+), 444 deletions(-) diff --git a/Keyboards/InterfaceConstants.swift b/Keyboards/InterfaceConstants.swift index 09cb9011..99d358e0 100644 --- a/Keyboards/InterfaceConstants.swift +++ b/Keyboards/InterfaceConstants.swift @@ -1,8 +1,22 @@ -// -// Scribe -// -// Constants for Scribe keyboard interfaces. -// +/** + * Constants for the Scribe keyboard interfaces + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ enum SpecialKeys { static let indent = "indent" diff --git a/Keyboards/KeyboardsBase/Colors/ColorVariables.swift b/Keyboards/KeyboardsBase/Colors/ColorVariables.swift index 8df0b254..32b05370 100644 --- a/Keyboards/KeyboardsBase/Colors/ColorVariables.swift +++ b/Keyboards/KeyboardsBase/Colors/ColorVariables.swift @@ -1,8 +1,22 @@ -// -// ColorVariables.swift -// -// Variables associated with coloration for Scribe. -// +/** + * Variables associated with coloration for scribe + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/Colors/ScribeColor.swift b/Keyboards/KeyboardsBase/Colors/ScribeColor.swift index 0e4100d7..0980fc71 100644 --- a/Keyboards/KeyboardsBase/Colors/ScribeColor.swift +++ b/Keyboards/KeyboardsBase/Colors/ScribeColor.swift @@ -1,6 +1,22 @@ -// -// ScribeColor.swift -// +/** + * Converts strings for colors into the corresponding color + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift b/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift index 7d7b9053..7c1abd96 100644 --- a/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift +++ b/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift @@ -1,6 +1,22 @@ -// -// UIColor+ScribeColors.swift -// +/** + * Adds Scribe colors to the UIColor pool + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/Extensions.swift b/Keyboards/KeyboardsBase/Extensions.swift index b7afe8c5..e3eae3e7 100644 --- a/Keyboards/KeyboardsBase/Extensions.swift +++ b/Keyboards/KeyboardsBase/Extensions.swift @@ -1,8 +1,22 @@ -// -// Extensions.swift -// -// Extensions for Scribe keyboards. -// +/** + * Extensions for Scribe keyboards + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/InterfaceVariables.swift b/Keyboards/KeyboardsBase/InterfaceVariables.swift index 98d91b88..00bc3dea 100644 --- a/Keyboards/KeyboardsBase/InterfaceVariables.swift +++ b/Keyboards/KeyboardsBase/InterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// InterfaceVariables.swift -// -// Variables associated with the base keyboard interface. -// +/** + * Variables associated with the base keyboard interface + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/KeyAltChars.swift b/Keyboards/KeyboardsBase/KeyAltChars.swift index 52bd4478..6ce639fa 100644 --- a/Keyboards/KeyboardsBase/KeyAltChars.swift +++ b/Keyboards/KeyboardsBase/KeyAltChars.swift @@ -1,8 +1,22 @@ -// -// KeyAltChars.swift -// -// Functions and variables to create alternate key views. -// +/** + * Functions and variables to create alternate key views + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/KeyAnimation.swift b/Keyboards/KeyboardsBase/KeyAnimation.swift index f90ebbfa..6a9c9ad1 100644 --- a/Keyboards/KeyboardsBase/KeyAnimation.swift +++ b/Keyboards/KeyboardsBase/KeyAnimation.swift @@ -1,8 +1,22 @@ -// -// KeyAnimation.swift -// -// Functions to animate key pressed with pop up characters. -// +/** + * Functions to animate key pressed with pop up characters + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/KeyboardKeys.swift b/Keyboards/KeyboardsBase/KeyboardKeys.swift index fb58ccc6..be15a7bb 100644 --- a/Keyboards/KeyboardsBase/KeyboardKeys.swift +++ b/Keyboards/KeyboardsBase/KeyboardKeys.swift @@ -1,8 +1,22 @@ -// -// KeyboardKey.swift -// -// Classes and variables that define keys for Scribe keyboards. -// +/** + * Classes and variables that define keys for Scribe keyboards + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/KeyboardStyling.swift b/Keyboards/KeyboardsBase/KeyboardStyling.swift index 37f08439..32ab51fc 100644 --- a/Keyboards/KeyboardsBase/KeyboardStyling.swift +++ b/Keyboards/KeyboardsBase/KeyboardStyling.swift @@ -1,8 +1,22 @@ -// -// KeyboardStyling.swift -// -// Functions to style keyboard elements. -// +/** + * Functions to style keyboard elements + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/KeyboardViewController.swift b/Keyboards/KeyboardsBase/KeyboardViewController.swift index f5207797..9da77acb 100644 --- a/Keyboards/KeyboardsBase/KeyboardViewController.swift +++ b/Keyboards/KeyboardsBase/KeyboardViewController.swift @@ -1,9 +1,24 @@ -// -// KeyboardViewController.swift -// -// Classes for the parent keyboard view controller that language keyboards inherit and keyboard keys. -// - +/** + * Classes for the parent keyboard view controller that language keyboards inherit and keyboard keys. + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + + import GRDB import UIKit diff --git a/Keyboards/KeyboardsBase/LoadData.swift b/Keyboards/KeyboardsBase/LoadData.swift index 921d53b6..462c4357 100644 --- a/Keyboards/KeyboardsBase/LoadData.swift +++ b/Keyboards/KeyboardsBase/LoadData.swift @@ -1,8 +1,22 @@ -// -// LoadData.swift -// -// Function for loading in data to the keyboards. -// +/** + * Function for loading in data to the keyboards + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation import GRDB diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift index b8e411fb..e13d810b 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift @@ -1,8 +1,22 @@ -// -// Annotate.swift -// -// Functions and elements that control word annotations. -// +/** + * Functions and elements that control word annotations + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift index b3df3c0b..43e20791 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift @@ -1,8 +1,22 @@ -// -// CommandBar.swift -// -// Class defining the bar into which commands are typed. -// +/** + * Class defining the bar into which commands are typed + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift index 969d1581..df265ed0 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift @@ -1,8 +1,22 @@ -// -// CommandVariables.swift -// -// Variables associated with Scribe commands. -// +/** + * Variables associated with Scribe commands + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import GRDB import UIKit diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift index 212a2573..8ec18495 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift @@ -1,8 +1,22 @@ -// -// Conjugation.swift -// -// Functions and elements that control the conjugation command. -// +/** + * Functions and elements that control the conjugation command + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift index 4eee28fe..91cb5acc 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift @@ -1,8 +1,22 @@ -// -// Plural.swift -// -// Functions that control the plural command. -// +/** + * Functions that control the plural command + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift index ec5071b8..a0981931 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift @@ -1,8 +1,22 @@ -// -// ScribeKey.swift -// -// Class defining the Scribe key that is used to access keyboard commands. -// +/** + * Class defining the Scribe key that is used to access keyboard commands + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift index ef288eb7..73252420 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift @@ -1,8 +1,22 @@ -// -// Translate.swift -// -// Functions that control the translate command. -// +/** + * Functions that control the translate command + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift b/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift index 44c8b383..2d3610d3 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift @@ -1,6 +1,22 @@ -// -// InformationToolTipData.swift -// +/** + * Data used for tooltips + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation import UIKit diff --git a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift index 56c28e23..4de260ec 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift @@ -1,6 +1,22 @@ -// -// ToolTipViewDatasource.swift -// +/** + * Creates tooltips to be used in the ToolTipView + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation diff --git a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift index e42f4c53..c02efb84 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift @@ -1,6 +1,22 @@ -// -// ToolTipViewTheme.swift -// +/** + * Attributes for tooltips + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift index c33b2f08..4cbc3fce 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift @@ -1,6 +1,22 @@ -// -// ToolTipViewDatasourceable.swift -// +/** + * Controls the ToolTipViewDatasourceable protocol + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation diff --git a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift index d2a95a3c..23fe915d 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift @@ -1,6 +1,22 @@ -// -// ToolTipViewUpdatable.swift -// +/** + * Controls the ToolTipViewUpdatable protocol + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation diff --git a/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift b/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift index fae08187..9923062f 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift @@ -1,6 +1,22 @@ -// -// ViewThemeable.swift -// +/** + * Controls the ViewThemeable protocol + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift b/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift index b16ff9a5..ff3869d1 100644 --- a/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift +++ b/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift @@ -1,6 +1,22 @@ -// -// ToolTipView.swift -// +/** + * The main file used to control tooltips + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/KeyboardsBase/Utilities.swift b/Keyboards/KeyboardsBase/Utilities.swift index eaf9542e..b799178e 100644 --- a/Keyboards/KeyboardsBase/Utilities.swift +++ b/Keyboards/KeyboardsBase/Utilities.swift @@ -1,8 +1,22 @@ -// -// Utilities.swift -// -// Simple utility functions for data extraction and language management. -// +/** + * Simple utility functions for data extraction and language management + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ /// Returns the ISO code given a language. /// diff --git a/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift b/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift index fa0fe054..7bc90019 100644 --- a/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift @@ -1,8 +1,22 @@ -// -// DACommandVariables.swift -// -// Variables associated with commands for the Danish Scribe keyboard. -// +/** + * Variables associated with commands for the Danish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func daSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift index 92b23ecb..9e970e82 100644 --- a/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// DAInterfaceVariables.swift -// -// Constants and functions to load the Danish Scribe keyboard. -// +/** + * Constants and functions to load the Danish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift index c8fbf6d4..ff4a32d4 100644 --- a/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// DAKeyboardViewController.swift -// +/** + * Class for the Danish Scribe keybaord + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class DAKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift b/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift index 81080c84..724c2758 100644 --- a/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift @@ -1,8 +1,22 @@ -// -// ENCommandVariables.swift -// -// Variables associated with commands for the English Scribe keyboard. -// +/** + * Variables associated with commands for the English Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func enSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift b/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift index 1c15bf07..18bfe441 100644 --- a/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// ENInterfaceVariables.swift.swift -// -// Constants and functions to load the English Scribe keyboard. -// +/** + * Constants and functions to load the English Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift b/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift index c924373a..775ca70a 100644 --- a/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// ENKeyboardViewController.swift -// +/** + * Class for the English Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class ENKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift b/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift index 88f02784..da7c21ef 100644 --- a/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// FR-AZERTYInterfaceVariables.swift -// -// Constants and functions to load the AZERTY French Scribe keyboard. -// +/** + * Constants and functions to load the AZERTY French Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift b/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift index 8eabc2a4..2614eaa3 100644 --- a/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// FR-QWERTYInterfaceVariables.swift -// -// Constants and functions to load the QWERTY French Scribe keyboard. -// +/** + * Constants and functions to load the QWERTY French Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ public enum FrenchQWERTYKeyboardConstants { // iPhone keyboard layouts. diff --git a/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift b/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift index f31d47a5..7a76c432 100644 --- a/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift @@ -1,8 +1,22 @@ -// -// FRCommandVariables.swift -// -// Variables associated with commands for the French Scribe keyboard. -// +/** + * Variables associated with commands for the French Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func frSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift b/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift index f353edc7..80d0f32f 100644 --- a/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// FRKeyboardViewController.swift -// +/** + * Class for the French Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class FRKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/German/DECommandVariables.swift b/Keyboards/LanguageKeyboards/German/DECommandVariables.swift index c8b5db37..578bc3f1 100644 --- a/Keyboards/LanguageKeyboards/German/DECommandVariables.swift +++ b/Keyboards/LanguageKeyboards/German/DECommandVariables.swift @@ -1,8 +1,22 @@ -// -// DECommandVariables.swift -// -// Variables associated with commands for the German Scribe keyboard. -// +/** + * Variables associated with commands for the German Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func deSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift b/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift index 4369e388..c892d66f 100644 --- a/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// DEInterfaceVariables.swift -// -// Constants and functions to load the German Scribe keyboard. -// +/** + * Constants and functions to load the German Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift b/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift index 037014fe..a27b3723 100644 --- a/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// DEKeyboardViewController.swift -// +/** + * Class for the German Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class DEKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift b/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift index b7be9ce7..7284071c 100644 --- a/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift @@ -1,8 +1,22 @@ -// -// HECommandVariables.swift -// -// Variables associated with commands for the Hebrew Scribe keyboard. -// +/** + * Variables associated with commands for the Hebrew Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func heSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift index 5d2e8316..270056b9 100644 --- a/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// HEInterfaceVariables.swift -// -// Constants and functions to load the Hebrew Scribe keyboard. -// +/** + * Constants and functions to load the Hebrew Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift index fb538400..795fb2ab 100644 --- a/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// HEKeyboardViewController.swift -// +/** + * Class for the Hebrew Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class HEKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift b/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift index 19cc2d25..ee0465ed 100644 --- a/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift @@ -1,8 +1,22 @@ -// -// ITCommandVariables.swift -// -// Variables associated with commands for the Italian Scribe keyboard. -// +/** + * Variables associated with commands for the Italian Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func itSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift index 14e763dd..94e65633 100644 --- a/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// ITInterfaceVariables.swift -// -// Constants and functions to load the Italian Scribe keyboard. -// +/** + * Constants and functions to load the Italian Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift index 3dbb546e..865fb8ea 100644 --- a/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// ITKeyboardViewController.swift -// +/** + * Class for the Italian Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class ITKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift b/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift index 2f4c76d0..b4cf6007 100644 --- a/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift @@ -1,8 +1,22 @@ -// -// NBCommandVariables.swift -// -// Variables associated with commands for the Norwegian Bokmål Scribe keyboard. -// +/** + * Variables associated with commands for the Norwegian Bokmål Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func nbSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift index d8ab9447..cbc8b386 100644 --- a/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// NBInterfaceVariables.swift -// -// Constants and functions to load the Norwegian Bokmål Scribe keyboard. -// +/** + * Constants and functions to load the Norwegian Bokmål Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift index 02ba2f5c..fb6f0cd8 100644 --- a/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// NBKeyboardViewController.swift -// +/** + * Class for the Norwegian Bokmål Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class NBKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift b/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift index f5babf91..49e3a1d4 100644 --- a/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift @@ -1,8 +1,22 @@ -// -// PTCommandVariables.swift -// -// Variables associated with commands for the Portuguese Scribe keyboard. -// +/** + * Variables associated with commands for the Portuguese Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func ptSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift index 5ff7bb9e..5b329535 100644 --- a/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// PTInterfaceVariables.swift -// -// Constants and functions to load the Portuguese Scribe keyboard. -// +/** + * Constants and functions to load the Portuguese Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift index 53de6052..4e34755e 100644 --- a/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// PTKeyboardViewController.swift -// +/** + * Class for the Portuguese Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class PTKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift b/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift index a1e8d99d..ad2c30cb 100644 --- a/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift @@ -1,8 +1,22 @@ -// -// RUCommandVariables.swift -// -// Variables associated with commands for the Russian Scribe keyboard. -// +/** + * Variables associated with commands for the Russian Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func ruSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift index d5407cd9..514be384 100644 --- a/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// RUInterfaceVariables.swift -// -// Constants and functions to load the Russian Scribe keyboard. -// +/** + * Commands and functions to load the Russian Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift index 8fbd0fc6..96d85c8e 100644 --- a/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// RUKeyboardViewController.swift -// +/** + * Class for the Russian Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class RUKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift b/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift index 8851fb83..13e7762b 100644 --- a/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift @@ -1,8 +1,22 @@ -// -// ESCommandVariables.swift -// -// Variables associated with commands for the Spanish Scribe keyboard. -// +/** + * Variables associated with commands for the Spanish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func esSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift index f04704e4..4f9c0f94 100644 --- a/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift @@ -1,8 +1,22 @@ -// -// ESInterfaceVariables.swift -// -// Constants and functions to load the Spanish Scribe keyboard. -// +/** + * Constants and functions to load the Spanish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift index ec8d2445..ae2ec55d 100644 --- a/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// ESKeyboardViewController.swift -// +/** + * Class for the Spanish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class ESKeyboardViewController: KeyboardViewController {} diff --git a/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift b/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift index 59e6a821..687d80b2 100644 --- a/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift @@ -1,8 +1,22 @@ -// -// SVCommandVariables.swift -// -// Variables associated with commands for the Swedish Scribe keyboard. -// +/** + * Variables associated with commands for the Swedish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ func svSetConjugationLabels() { // Reset all form labels prior to assignment. diff --git a/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift index 70d4871f..2bfd51eb 100644 --- a/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift @@ -1,6 +1,22 @@ -// -// SVInterfaceVariables.swift -// +/** + * Constants and functions to load the Swedish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // Constants and functions to load the Swedish Scribe keyboard. // diff --git a/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift index a8723b06..0750b285 100644 --- a/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift @@ -1,5 +1,21 @@ -// -// SVKeyboardViewController.swift -// +/** + * Class for the Swedish Scribe keyboard + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ class SVKeyboardViewController: KeyboardViewController {} diff --git a/Scribe/AboutTab/AboutTableData.swift b/Scribe/AboutTab/AboutTableData.swift index 33e285e0..399633b0 100644 --- a/Scribe/AboutTab/AboutTableData.swift +++ b/Scribe/AboutTab/AboutTableData.swift @@ -1,19 +1,22 @@ -// -// Copyright (C) 2023 Scribe -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/** + * Controls data displayed in the About tab + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation diff --git a/Scribe/AboutTab/AboutViewController.swift b/Scribe/AboutTab/AboutViewController.swift index d5675bd7..cd8245a6 100644 --- a/Scribe/AboutTab/AboutViewController.swift +++ b/Scribe/AboutTab/AboutViewController.swift @@ -1,19 +1,22 @@ -// -// Copyright (C) 2023 Scribe -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/** + * Functions for the About tab + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit import MessageUI diff --git a/Scribe/AboutTab/InformationScreenVC.swift b/Scribe/AboutTab/InformationScreenVC.swift index 3f40d61f..12f21c8d 100644 --- a/Scribe/AboutTab/InformationScreenVC.swift +++ b/Scribe/AboutTab/InformationScreenVC.swift @@ -1,6 +1,22 @@ -// -// InformationScreenVC.swift -// +/** + * Sets up information views in the About tab + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/AppDelegate.swift b/Scribe/AppDelegate.swift index 3d84566e..3ff762b8 100644 --- a/Scribe/AppDelegate.swift +++ b/Scribe/AppDelegate.swift @@ -1,8 +1,22 @@ -// -// AppDelegate.swift -// -// A class of methods to manage Scribe's behaviors. -// +/** + * Class of methods to manage Scribe's behaviors + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import CoreData import UIKit diff --git a/Scribe/AppExtensions.swift b/Scribe/AppExtensions.swift index 527be46e..60cf50ef 100644 --- a/Scribe/AppExtensions.swift +++ b/Scribe/AppExtensions.swift @@ -1,6 +1,22 @@ -// -// AppExtensions.swift -// +/** + * Extensions for the Scribe app + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/AppStyling.swift b/Scribe/AppStyling.swift index ec467cdb..fc415ed2 100644 --- a/Scribe/AppStyling.swift +++ b/Scribe/AppStyling.swift @@ -1,8 +1,22 @@ -// -// AppStyling.swift -// -// Functions to style app elements. -// +/** + * Functions to style app elements + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/AppTexts/AppTextStyling.swift b/Scribe/AppTexts/AppTextStyling.swift index 72f06e57..c4a57d3a 100644 --- a/Scribe/AppTexts/AppTextStyling.swift +++ b/Scribe/AppTexts/AppTextStyling.swift @@ -1,8 +1,22 @@ -// -// AppTextIcons.swift -// -// Functions returning styled text elements for the app screen. -// +/** + * Functions returning styled text elements for the app screen + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/AppTexts/English/ENAppText.swift b/Scribe/AppTexts/English/ENAppText.swift index bbda71b2..6f22c4a2 100644 --- a/Scribe/AppTexts/English/ENAppText.swift +++ b/Scribe/AppTexts/English/ENAppText.swift @@ -1,6 +1,22 @@ -// -// ENAppText.swift -// +/** + * The English app text for the Scribe app + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // The English app text for the Scribe app. // diff --git a/Scribe/AppTexts/English/ENPrivacyPolicy.swift b/Scribe/AppTexts/English/ENPrivacyPolicy.swift index 7da40783..a28caac0 100644 --- a/Scribe/AppTexts/English/ENPrivacyPolicy.swift +++ b/Scribe/AppTexts/English/ENPrivacyPolicy.swift @@ -1,10 +1,24 @@ -// -// PrivacyPolicy.swift -// -// The English privacy policy for the Scribe app. -// -// PRIVACY.txt is formatted for GitHub, and this is formatted for modular sizing. -// +/** + * The English privacy policy for the Scribe app + * + * `PRIVACY.txt` is formatted for GitHub, this is formatted for modular sizing + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ let enPrivacyPolicyTitle = "Privacy Policy" let enPrivacyPolicyPageCaption = "Keeping you safe" diff --git a/Scribe/AppTexts/English/ENThirdPartyLicenses.swift b/Scribe/AppTexts/English/ENThirdPartyLicenses.swift index 99046272..d0e92b79 100644 --- a/Scribe/AppTexts/English/ENThirdPartyLicenses.swift +++ b/Scribe/AppTexts/English/ENThirdPartyLicenses.swift @@ -1,6 +1,22 @@ -// -// ENThirdPartyLicenses.swift -// +/** + * Text displayed on the English Third Party Licenses view + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ let enThirdPartyLicensesTitle = "Third-party licenses" let enThirdPartyLicensesCaption = "Whose code we used" diff --git a/Scribe/AppTexts/English/ENWikimediaAndScribe.swift b/Scribe/AppTexts/English/ENWikimediaAndScribe.swift index b4eb459e..1159f1f0 100644 --- a/Scribe/AppTexts/English/ENWikimediaAndScribe.swift +++ b/Scribe/AppTexts/English/ENWikimediaAndScribe.swift @@ -1,6 +1,22 @@ -// -// ENWikimediaAndScribe.swift -// +/** + * Text displayed on the English Wikimedia and Scribe view + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ let enWikimediaAndScribeTitle = "Wikimedia and Scribe" let enWikimediaAndScribeCaption = "How we work together" diff --git a/Scribe/AppTexts/German/DEAppText.swift b/Scribe/AppTexts/German/DEAppText.swift index b8006dc3..d742205d 100644 --- a/Scribe/AppTexts/German/DEAppText.swift +++ b/Scribe/AppTexts/German/DEAppText.swift @@ -1,8 +1,22 @@ -// -// DEAppText.swift -// -// The German app text for the Scribe app. -// +/** + * The German app text for the Scribe app + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/AppTexts/German/DEPrivacyPolicy.swift b/Scribe/AppTexts/German/DEPrivacyPolicy.swift index d10dd462..60849a82 100644 --- a/Scribe/AppTexts/German/DEPrivacyPolicy.swift +++ b/Scribe/AppTexts/German/DEPrivacyPolicy.swift @@ -1,10 +1,24 @@ -// -// PrivacyPolicy.swift -// -// The German privacy policy for the Scribe app. -// -// PRIVACY.txt is formatted for GitHub, and this is formatted for modular sizing. -// +/** + * The German privacy policy for the Scribe app + * + * `PRIVACY.txt` is formatted for GitHub, this is formatted for modular sizing + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ let dePrivacyPolicyTitle = "Datenschutzrichtlinie" let dePrivacyPolicyPageCaption = "Wir sorgen für Ihre Sicherheit" diff --git a/Scribe/AppUISymbols.swift b/Scribe/AppUISymbols.swift index 18ba11cb..30fc2a23 100644 --- a/Scribe/AppUISymbols.swift +++ b/Scribe/AppUISymbols.swift @@ -1,8 +1,22 @@ -// -// AppUISymbols.swift -// -// Functions returning symbols for the app UI. -// +/** + * Functions returning symbols for the app UI + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift b/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift index 350e5b9b..c47c1272 100644 --- a/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift +++ b/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift @@ -1,6 +1,22 @@ -// -// InfoChildTableViewCell.swift -// +/** + * Class for a setting component with a heading, description and switch + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/Components/TableViewTemplateViewController.swift b/Scribe/Components/TableViewTemplateViewController.swift index b2b9d5c6..2f488234 100644 --- a/Scribe/Components/TableViewTemplateViewController.swift +++ b/Scribe/Components/TableViewTemplateViewController.swift @@ -1,6 +1,22 @@ -// -// TableViewTemplateViewController.swift -// +/** + * Controls the table views within the app + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/Components/UITableViewCells/AboutTableViewCell.swift b/Scribe/Components/UITableViewCells/AboutTableViewCell.swift index 1712e2df..8ba1592c 100644 --- a/Scribe/Components/UITableViewCells/AboutTableViewCell.swift +++ b/Scribe/Components/UITableViewCells/AboutTableViewCell.swift @@ -1,19 +1,22 @@ -// -// Copyright (C) 2023 Scribe -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/** + * Class for a button component with a label, icon and link icon + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/Extensions/UIEdgeInsetsExtensions.swift b/Scribe/Extensions/UIEdgeInsetsExtensions.swift index f3dc76e3..02c64d02 100644 --- a/Scribe/Extensions/UIEdgeInsetsExtensions.swift +++ b/Scribe/Extensions/UIEdgeInsetsExtensions.swift @@ -1,19 +1,22 @@ -// -// Copyright (C) 2023 Scribe -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/** + * Extensions for UIEdgeInsets + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/InstallationTab/InstallationVC.swift b/Scribe/InstallationTab/InstallationVC.swift index 21ee2d24..aae6e638 100644 --- a/Scribe/InstallationTab/InstallationVC.swift +++ b/Scribe/InstallationTab/InstallationVC.swift @@ -1,8 +1,22 @@ -// -// ViewController.swift -// -// The ViewController for the Installation screen of the Scribe app. -// +/** + * The ViewController for the Installation screen of the Scribe app + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/ParentTableCellModel.swift b/Scribe/ParentTableCellModel.swift index ec47144b..5de79071 100644 --- a/Scribe/ParentTableCellModel.swift +++ b/Scribe/ParentTableCellModel.swift @@ -1,19 +1,22 @@ -// -// Copyright (C) 2023 Scribe -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/** + * Contains structs that control how buttons in the About tab are built + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation diff --git a/Scribe/SettingsTab/SettingsTableData.swift b/Scribe/SettingsTab/SettingsTableData.swift index e702bfeb..43b64c36 100644 --- a/Scribe/SettingsTab/SettingsTableData.swift +++ b/Scribe/SettingsTab/SettingsTableData.swift @@ -1,6 +1,22 @@ -// -// SettingsTableData.swift -// +/** + * Controls data displayed in the Settings tab + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import Foundation diff --git a/Scribe/SettingsTab/SettingsViewController.swift b/Scribe/SettingsTab/SettingsViewController.swift index b16eb362..edca058b 100644 --- a/Scribe/SettingsTab/SettingsViewController.swift +++ b/Scribe/SettingsTab/SettingsViewController.swift @@ -1,19 +1,22 @@ -// -// Copyright (C) 2023 Scribe -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/** + * Functions for the Settings tab + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit diff --git a/Scribe/Views/BaseTableViewController.swift b/Scribe/Views/BaseTableViewController.swift index df50a1d0..b546e177 100644 --- a/Scribe/Views/BaseTableViewController.swift +++ b/Scribe/Views/BaseTableViewController.swift @@ -1,19 +1,22 @@ -// -// Copyright (C) 2023 Scribe -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/** + * Base for table view in the Scribe app + * + * + * Copyright (C) 2023 Scribe + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ import UIKit From 110f1c7f50cb7ff41cf0173db657cf7dba443994 Mon Sep 17 00:00:00 2001 From: Jag-Marcel Date: Mon, 4 Mar 2024 12:38:45 +0100 Subject: [PATCH 2/3] Minor stylistic adjustment Added a period at the end of the descriptions at the top of each .swift file and removed the extra newline after it. (used sed for this) --- Keyboards/InterfaceConstants.swift | 3 +-- Keyboards/KeyboardsBase/Colors/ColorVariables.swift | 3 +-- Keyboards/KeyboardsBase/Colors/ScribeColor.swift | 3 +-- Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift | 3 +-- Keyboards/KeyboardsBase/Extensions.swift | 3 +-- Keyboards/KeyboardsBase/InterfaceVariables.swift | 3 +-- Keyboards/KeyboardsBase/KeyAltChars.swift | 3 +-- Keyboards/KeyboardsBase/KeyAnimation.swift | 3 +-- Keyboards/KeyboardsBase/KeyboardKeys.swift | 3 +-- Keyboards/KeyboardsBase/KeyboardStyling.swift | 3 +-- Keyboards/KeyboardsBase/KeyboardViewController.swift | 3 +-- Keyboards/KeyboardsBase/LoadData.swift | 3 +-- Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift | 3 +-- Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift | 3 +-- .../KeyboardsBase/ScribeFunctionality/CommandVariables.swift | 3 +-- Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift | 3 +-- Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift | 3 +-- Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift | 3 +-- Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift | 3 +-- .../KeyboardsBase/ToolTip/Model/InformationToolTipData.swift | 3 +-- .../KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift | 3 +-- Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift | 3 +-- .../ToolTip/Protocol/ToolTipViewDatasourceable.swift | 3 +-- .../ToolTip/Protocol/ToolTipViewUpdatable.swift | 3 +-- Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift | 3 +-- Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift | 3 +-- Keyboards/KeyboardsBase/Utilities.swift | 3 +-- Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift | 3 +-- .../LanguageKeyboards/Danish/DAInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/Danish/DAKeyboardViewController.swift | 3 +-- Keyboards/LanguageKeyboards/English/ENCommandVariables.swift | 3 +-- .../LanguageKeyboards/English/ENInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/English/ENKeyboardViewController.swift | 3 +-- .../French/FR-AZERTYInterfaceVariables.swift | 3 +-- .../French/FR-QWERTYInterfaceVariables.swift | 3 +-- Keyboards/LanguageKeyboards/French/FRCommandVariables.swift | 3 +-- .../LanguageKeyboards/French/FRKeyboardViewController.swift | 3 +-- Keyboards/LanguageKeyboards/German/DECommandVariables.swift | 3 +-- .../LanguageKeyboards/German/DEInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/German/DEKeyboardViewController.swift | 3 +-- Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift | 3 +-- .../LanguageKeyboards/Hebrew/HEInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/Hebrew/HEKeyboardViewController.swift | 3 +-- Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift | 3 +-- .../LanguageKeyboards/Italian/ITInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/Italian/ITKeyboardViewController.swift | 3 +-- .../LanguageKeyboards/Norwegian/NBCommandVariables.swift | 3 +-- .../LanguageKeyboards/Norwegian/NBInterfaceVariables.swift | 3 +-- .../Norwegian/NBKeyboardViewController.swift | 3 +-- .../LanguageKeyboards/Portuguese/PTCommandVariables.swift | 3 +-- .../LanguageKeyboards/Portuguese/PTInterfaceVariables.swift | 3 +-- .../Portuguese/PTKeyboardViewController.swift | 3 +-- Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift | 3 +-- .../LanguageKeyboards/Russian/RUInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/Russian/RUKeyboardViewController.swift | 3 +-- Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift | 3 +-- .../LanguageKeyboards/Spanish/ESInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/Spanish/ESKeyboardViewController.swift | 3 +-- Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift | 3 +-- .../LanguageKeyboards/Swedish/SVInterfaceVariables.swift | 3 +-- .../LanguageKeyboards/Swedish/SVKeyboardViewController.swift | 3 +-- Scribe/AboutTab/AboutTableData.swift | 3 +-- Scribe/AboutTab/AboutViewController.swift | 3 +-- Scribe/AboutTab/InformationScreenVC.swift | 3 +-- Scribe/AppDelegate.swift | 3 +-- Scribe/AppExtensions.swift | 3 +-- Scribe/AppStyling.swift | 3 +-- Scribe/AppTexts/AppTextStyling.swift | 3 +-- Scribe/AppTexts/English/ENAppText.swift | 3 +-- Scribe/AppTexts/English/ENPrivacyPolicy.swift | 5 ++--- Scribe/AppTexts/English/ENThirdPartyLicenses.swift | 3 +-- Scribe/AppTexts/English/ENWikimediaAndScribe.swift | 3 +-- Scribe/AppTexts/German/DEAppText.swift | 3 +-- Scribe/AppTexts/German/DEPrivacyPolicy.swift | 5 ++--- Scribe/AppUISymbols.swift | 3 +-- .../InfoChildTableViewCell/InfoChildTableViewCell.swift | 3 +-- Scribe/Components/TableViewTemplateViewController.swift | 3 +-- Scribe/Components/UITableViewCells/AboutTableViewCell.swift | 3 +-- Scribe/Extensions/UIEdgeInsetsExtensions.swift | 3 +-- Scribe/InstallationTab/InstallationVC.swift | 3 +-- Scribe/ParentTableCellModel.swift | 3 +-- Scribe/SettingsTab/SettingsTableData.swift | 3 +-- Scribe/SettingsTab/SettingsViewController.swift | 3 +-- Scribe/Views/BaseTableViewController.swift | 3 +-- 84 files changed, 86 insertions(+), 170 deletions(-) diff --git a/Keyboards/InterfaceConstants.swift b/Keyboards/InterfaceConstants.swift index 99d358e0..1b46aa4a 100644 --- a/Keyboards/InterfaceConstants.swift +++ b/Keyboards/InterfaceConstants.swift @@ -1,6 +1,5 @@ /** - * Constants for the Scribe keyboard interfaces - * + * Constants for the Scribe keyboard interfaces. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/Colors/ColorVariables.swift b/Keyboards/KeyboardsBase/Colors/ColorVariables.swift index 32b05370..3a355af7 100644 --- a/Keyboards/KeyboardsBase/Colors/ColorVariables.swift +++ b/Keyboards/KeyboardsBase/Colors/ColorVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with coloration for scribe - * + * Variables associated with coloration for scribe. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/Colors/ScribeColor.swift b/Keyboards/KeyboardsBase/Colors/ScribeColor.swift index 0980fc71..c1c58cf7 100644 --- a/Keyboards/KeyboardsBase/Colors/ScribeColor.swift +++ b/Keyboards/KeyboardsBase/Colors/ScribeColor.swift @@ -1,6 +1,5 @@ /** - * Converts strings for colors into the corresponding color - * + * Converts strings for colors into the corresponding color. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift b/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift index 7c1abd96..49692e2e 100644 --- a/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift +++ b/Keyboards/KeyboardsBase/Colors/UIColor+ScribeColors.swift @@ -1,6 +1,5 @@ /** - * Adds Scribe colors to the UIColor pool - * + * Adds Scribe colors to the UIColor pool. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/Extensions.swift b/Keyboards/KeyboardsBase/Extensions.swift index e3eae3e7..f493da7e 100644 --- a/Keyboards/KeyboardsBase/Extensions.swift +++ b/Keyboards/KeyboardsBase/Extensions.swift @@ -1,6 +1,5 @@ /** - * Extensions for Scribe keyboards - * + * Extensions for Scribe keyboards. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/InterfaceVariables.swift b/Keyboards/KeyboardsBase/InterfaceVariables.swift index 00bc3dea..4e004059 100644 --- a/Keyboards/KeyboardsBase/InterfaceVariables.swift +++ b/Keyboards/KeyboardsBase/InterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with the base keyboard interface - * + * Variables associated with the base keyboard interface. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/KeyAltChars.swift b/Keyboards/KeyboardsBase/KeyAltChars.swift index 6ce639fa..9885a428 100644 --- a/Keyboards/KeyboardsBase/KeyAltChars.swift +++ b/Keyboards/KeyboardsBase/KeyAltChars.swift @@ -1,6 +1,5 @@ /** - * Functions and variables to create alternate key views - * + * Functions and variables to create alternate key views. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/KeyAnimation.swift b/Keyboards/KeyboardsBase/KeyAnimation.swift index 6a9c9ad1..931c4882 100644 --- a/Keyboards/KeyboardsBase/KeyAnimation.swift +++ b/Keyboards/KeyboardsBase/KeyAnimation.swift @@ -1,6 +1,5 @@ /** - * Functions to animate key pressed with pop up characters - * + * Functions to animate key pressed with pop up characters. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/KeyboardKeys.swift b/Keyboards/KeyboardsBase/KeyboardKeys.swift index be15a7bb..394e51b5 100644 --- a/Keyboards/KeyboardsBase/KeyboardKeys.swift +++ b/Keyboards/KeyboardsBase/KeyboardKeys.swift @@ -1,6 +1,5 @@ /** - * Classes and variables that define keys for Scribe keyboards - * + * Classes and variables that define keys for Scribe keyboards. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/KeyboardStyling.swift b/Keyboards/KeyboardsBase/KeyboardStyling.swift index 32ab51fc..ab10f422 100644 --- a/Keyboards/KeyboardsBase/KeyboardStyling.swift +++ b/Keyboards/KeyboardsBase/KeyboardStyling.swift @@ -1,6 +1,5 @@ /** - * Functions to style keyboard elements - * + * Functions to style keyboard elements. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/KeyboardViewController.swift b/Keyboards/KeyboardsBase/KeyboardViewController.swift index 9da77acb..4e483519 100644 --- a/Keyboards/KeyboardsBase/KeyboardViewController.swift +++ b/Keyboards/KeyboardsBase/KeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Classes for the parent keyboard view controller that language keyboards inherit and keyboard keys. - * + * Classes for the parent keyboard view controller that language keyboards inherit and keyboard keys.. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/LoadData.swift b/Keyboards/KeyboardsBase/LoadData.swift index 462c4357..6da6c03f 100644 --- a/Keyboards/KeyboardsBase/LoadData.swift +++ b/Keyboards/KeyboardsBase/LoadData.swift @@ -1,6 +1,5 @@ /** - * Function for loading in data to the keyboards - * + * Function for loading in data to the keyboards. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift index e13d810b..cbb59890 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Annotate.swift @@ -1,6 +1,5 @@ /** - * Functions and elements that control word annotations - * + * Functions and elements that control word annotations. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift index 43e20791..4e20acb3 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandBar.swift @@ -1,6 +1,5 @@ /** - * Class defining the bar into which commands are typed - * + * Class defining the bar into which commands are typed. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift index df265ed0..9125004b 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/CommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with Scribe commands - * + * Variables associated with Scribe commands. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift index 8ec18495..0e63a1e0 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Conjugate.swift @@ -1,6 +1,5 @@ /** - * Functions and elements that control the conjugation command - * + * Functions and elements that control the conjugation command. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift index 91cb5acc..fc5bc83b 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Plural.swift @@ -1,6 +1,5 @@ /** - * Functions that control the plural command - * + * Functions that control the plural command. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift index a0981931..dffad4d4 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/ScribeKey.swift @@ -1,6 +1,5 @@ /** - * Class defining the Scribe key that is used to access keyboard commands - * + * Class defining the Scribe key that is used to access keyboard commands. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift b/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift index 73252420..61ae9aab 100644 --- a/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift +++ b/Keyboards/KeyboardsBase/ScribeFunctionality/Translate.swift @@ -1,6 +1,5 @@ /** - * Functions that control the translate command - * + * Functions that control the translate command. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift b/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift index 2d3610d3..8baabe10 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Model/InformationToolTipData.swift @@ -1,6 +1,5 @@ /** - * Data used for tooltips - * + * Data used for tooltips. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift index 4de260ec..e3fb541c 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewDatasource.swift @@ -1,6 +1,5 @@ /** - * Creates tooltips to be used in the ToolTipView - * + * Creates tooltips to be used in the ToolTipView. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift index c02efb84..900bf37c 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Model/ToolTipViewTheme.swift @@ -1,6 +1,5 @@ /** - * Attributes for tooltips - * + * Attributes for tooltips. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift index 4cbc3fce..b2b5dee8 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewDatasourceable.swift @@ -1,7 +1,6 @@ /** - * Controls the ToolTipViewDatasourceable protocol + * Controls the ToolTipViewDatasourceable protocol. * - * * Copyright (C) 2023 Scribe * * This program is free software: you can redistribute it and/or modify diff --git a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift index 23fe915d..90b30f41 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Protocol/ToolTipViewUpdatable.swift @@ -1,7 +1,6 @@ /** - * Controls the ToolTipViewUpdatable protocol + * Controls the ToolTipViewUpdatable protocol. * - * * Copyright (C) 2023 Scribe * * This program is free software: you can redistribute it and/or modify diff --git a/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift b/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift index 9923062f..c0e9eb09 100644 --- a/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift +++ b/Keyboards/KeyboardsBase/ToolTip/Protocol/ViewThemeable.swift @@ -1,7 +1,6 @@ /** - * Controls the ViewThemeable protocol + * Controls the ViewThemeable protocol. * - * * Copyright (C) 2023 Scribe * * This program is free software: you can redistribute it and/or modify diff --git a/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift b/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift index ff3869d1..c1b8eebc 100644 --- a/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift +++ b/Keyboards/KeyboardsBase/ToolTip/ToolTipView.swift @@ -1,6 +1,5 @@ /** - * The main file used to control tooltips - * + * The main file used to control tooltips. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/Utilities.swift b/Keyboards/KeyboardsBase/Utilities.swift index b799178e..ed36a7dc 100644 --- a/Keyboards/KeyboardsBase/Utilities.swift +++ b/Keyboards/KeyboardsBase/Utilities.swift @@ -1,6 +1,5 @@ /** - * Simple utility functions for data extraction and language management - * + * Simple utility functions for data extraction and language management. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift b/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift index 7bc90019..7e13d47a 100644 --- a/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Danish/DACommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Danish Scribe keyboard - * + * Variables associated with commands for the Danish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift index 9e970e82..bf70e928 100644 --- a/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Danish/DAInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the Danish Scribe keyboard - * + * Constants and functions to load the Danish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift index ff4a32d4..f0b89156 100644 --- a/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Danish Scribe keybaord - * + * Class for the Danish Scribe keybaord. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift b/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift index 724c2758..e109994f 100644 --- a/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/English/ENCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the English Scribe keyboard - * + * Variables associated with commands for the English Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift b/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift index 18bfe441..c49c4013 100644 --- a/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/English/ENInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the English Scribe keyboard - * + * Constants and functions to load the English Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift b/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift index 775ca70a..4127bfd5 100644 --- a/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/English/ENKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the English Scribe keyboard - * + * Class for the English Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift b/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift index da7c21ef..371160ea 100644 --- a/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/French/FR-AZERTYInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the AZERTY French Scribe keyboard - * + * Constants and functions to load the AZERTY French Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift b/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift index 2614eaa3..b0e97a11 100644 --- a/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/French/FR-QWERTYInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the QWERTY French Scribe keyboard - * + * Constants and functions to load the QWERTY French Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift b/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift index 7a76c432..dc5817b7 100644 --- a/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/French/FRCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the French Scribe keyboard - * + * Variables associated with commands for the French Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift b/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift index 80d0f32f..d5828790 100644 --- a/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/French/FRKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the French Scribe keyboard - * + * Class for the French Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/German/DECommandVariables.swift b/Keyboards/LanguageKeyboards/German/DECommandVariables.swift index 578bc3f1..6104290a 100644 --- a/Keyboards/LanguageKeyboards/German/DECommandVariables.swift +++ b/Keyboards/LanguageKeyboards/German/DECommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the German Scribe keyboard - * + * Variables associated with commands for the German Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift b/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift index c892d66f..b7d9e212 100644 --- a/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/German/DEInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the German Scribe keyboard - * + * Constants and functions to load the German Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift b/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift index a27b3723..3fb26140 100644 --- a/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/German/DEKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the German Scribe keyboard - * + * Class for the German Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift b/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift index 7284071c..5b1923ca 100644 --- a/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Hebrew/HECommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Hebrew Scribe keyboard - * + * Variables associated with commands for the Hebrew Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift index 270056b9..01b97f61 100644 --- a/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Hebrew/HEInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the Hebrew Scribe keyboard - * + * Constants and functions to load the Hebrew Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift index 795fb2ab..a0323b22 100644 --- a/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Hebrew/HEKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Hebrew Scribe keyboard - * + * Class for the Hebrew Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift b/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift index ee0465ed..55b9147b 100644 --- a/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Italian/ITCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Italian Scribe keyboard - * + * Variables associated with commands for the Italian Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift index 94e65633..cf7847d7 100644 --- a/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Italian/ITInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the Italian Scribe keyboard - * + * Constants and functions to load the Italian Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift index 865fb8ea..2f38114b 100644 --- a/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Italian/ITKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Italian Scribe keyboard - * + * Class for the Italian Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift b/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift index b4cf6007..0f0202c6 100644 --- a/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Norwegian/NBCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Norwegian Bokmål Scribe keyboard - * + * Variables associated with commands for the Norwegian Bokmål Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift index cbc8b386..44f8f38e 100644 --- a/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Norwegian/NBInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the Norwegian Bokmål Scribe keyboard - * + * Constants and functions to load the Norwegian Bokmål Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift index fb6f0cd8..64a1af61 100644 --- a/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Norwegian/NBKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Norwegian Bokmål Scribe keyboard - * + * Class for the Norwegian Bokmål Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift b/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift index 49e3a1d4..c6b7910c 100644 --- a/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Portuguese/PTCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Portuguese Scribe keyboard - * + * Variables associated with commands for the Portuguese Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift index 5b329535..23f97cee 100644 --- a/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Portuguese/PTInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the Portuguese Scribe keyboard - * + * Constants and functions to load the Portuguese Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift index 4e34755e..ca99cf59 100644 --- a/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Portuguese/PTKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Portuguese Scribe keyboard - * + * Class for the Portuguese Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift b/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift index ad2c30cb..d06f18a2 100644 --- a/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Russian/RUCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Russian Scribe keyboard - * + * Variables associated with commands for the Russian Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift index 514be384..c34a8255 100644 --- a/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Russian/RUInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Commands and functions to load the Russian Scribe keyboard - * + * Commands and functions to load the Russian Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift index 96d85c8e..738cf189 100644 --- a/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Russian/RUKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Russian Scribe keyboard - * + * Class for the Russian Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift b/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift index 13e7762b..c1ca7d47 100644 --- a/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Spanish/ESCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Spanish Scribe keyboard - * + * Variables associated with commands for the Spanish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift index 4f9c0f94..a22ba9db 100644 --- a/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Spanish/ESInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the Spanish Scribe keyboard - * + * Constants and functions to load the Spanish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift index ae2ec55d..a702c05f 100644 --- a/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Spanish/ESKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Spanish Scribe keyboard - * + * Class for the Spanish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift b/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift index 687d80b2..b60f64fa 100644 --- a/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift +++ b/Keyboards/LanguageKeyboards/Swedish/SVCommandVariables.swift @@ -1,6 +1,5 @@ /** - * Variables associated with commands for the Swedish Scribe keyboard - * + * Variables associated with commands for the Swedish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift b/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift index 2bfd51eb..3cfe49a3 100644 --- a/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift +++ b/Keyboards/LanguageKeyboards/Swedish/SVInterfaceVariables.swift @@ -1,6 +1,5 @@ /** - * Constants and functions to load the Swedish Scribe keyboard - * + * Constants and functions to load the Swedish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift index 0750b285..28db6fc3 100644 --- a/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Swedish/SVKeyboardViewController.swift @@ -1,6 +1,5 @@ /** - * Class for the Swedish Scribe keyboard - * + * Class for the Swedish Scribe keyboard. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AboutTab/AboutTableData.swift b/Scribe/AboutTab/AboutTableData.swift index 399633b0..96efb05c 100644 --- a/Scribe/AboutTab/AboutTableData.swift +++ b/Scribe/AboutTab/AboutTableData.swift @@ -1,6 +1,5 @@ /** - * Controls data displayed in the About tab - * + * Controls data displayed in the About tab. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AboutTab/AboutViewController.swift b/Scribe/AboutTab/AboutViewController.swift index cd8245a6..d218b90f 100644 --- a/Scribe/AboutTab/AboutViewController.swift +++ b/Scribe/AboutTab/AboutViewController.swift @@ -1,6 +1,5 @@ /** - * Functions for the About tab - * + * Functions for the About tab. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AboutTab/InformationScreenVC.swift b/Scribe/AboutTab/InformationScreenVC.swift index 12f21c8d..3a75523f 100644 --- a/Scribe/AboutTab/InformationScreenVC.swift +++ b/Scribe/AboutTab/InformationScreenVC.swift @@ -1,6 +1,5 @@ /** - * Sets up information views in the About tab - * + * Sets up information views in the About tab. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppDelegate.swift b/Scribe/AppDelegate.swift index 3ff762b8..f1903ab0 100644 --- a/Scribe/AppDelegate.swift +++ b/Scribe/AppDelegate.swift @@ -1,6 +1,5 @@ /** - * Class of methods to manage Scribe's behaviors - * + * Class of methods to manage Scribe's behaviors. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppExtensions.swift b/Scribe/AppExtensions.swift index 60cf50ef..a62ed855 100644 --- a/Scribe/AppExtensions.swift +++ b/Scribe/AppExtensions.swift @@ -1,6 +1,5 @@ /** - * Extensions for the Scribe app - * + * Extensions for the Scribe app. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppStyling.swift b/Scribe/AppStyling.swift index fc415ed2..49ef1aa2 100644 --- a/Scribe/AppStyling.swift +++ b/Scribe/AppStyling.swift @@ -1,6 +1,5 @@ /** - * Functions to style app elements - * + * Functions to style app elements. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppTexts/AppTextStyling.swift b/Scribe/AppTexts/AppTextStyling.swift index c4a57d3a..f2063c62 100644 --- a/Scribe/AppTexts/AppTextStyling.swift +++ b/Scribe/AppTexts/AppTextStyling.swift @@ -1,6 +1,5 @@ /** - * Functions returning styled text elements for the app screen - * + * Functions returning styled text elements for the app screen. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppTexts/English/ENAppText.swift b/Scribe/AppTexts/English/ENAppText.swift index 6f22c4a2..6e3e2d03 100644 --- a/Scribe/AppTexts/English/ENAppText.swift +++ b/Scribe/AppTexts/English/ENAppText.swift @@ -1,6 +1,5 @@ /** - * The English app text for the Scribe app - * + * The English app text for the Scribe app. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppTexts/English/ENPrivacyPolicy.swift b/Scribe/AppTexts/English/ENPrivacyPolicy.swift index a28caac0..747ce81d 100644 --- a/Scribe/AppTexts/English/ENPrivacyPolicy.swift +++ b/Scribe/AppTexts/English/ENPrivacyPolicy.swift @@ -1,8 +1,7 @@ /** - * The English privacy policy for the Scribe app - * - * `PRIVACY.txt` is formatted for GitHub, this is formatted for modular sizing + * The English privacy policy for the Scribe app. * + *`PRIVACY.txt` is formatted for GitHub, this is formatted for modular sizing. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppTexts/English/ENThirdPartyLicenses.swift b/Scribe/AppTexts/English/ENThirdPartyLicenses.swift index d0e92b79..f3327104 100644 --- a/Scribe/AppTexts/English/ENThirdPartyLicenses.swift +++ b/Scribe/AppTexts/English/ENThirdPartyLicenses.swift @@ -1,6 +1,5 @@ /** - * Text displayed on the English Third Party Licenses view - * + * Text displayed on the English Third Party Licenses view. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppTexts/English/ENWikimediaAndScribe.swift b/Scribe/AppTexts/English/ENWikimediaAndScribe.swift index 1159f1f0..f93dab90 100644 --- a/Scribe/AppTexts/English/ENWikimediaAndScribe.swift +++ b/Scribe/AppTexts/English/ENWikimediaAndScribe.swift @@ -1,6 +1,5 @@ /** - * Text displayed on the English Wikimedia and Scribe view - * + * Text displayed on the English Wikimedia and Scribe view. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppTexts/German/DEAppText.swift b/Scribe/AppTexts/German/DEAppText.swift index d742205d..8dd39b0c 100644 --- a/Scribe/AppTexts/German/DEAppText.swift +++ b/Scribe/AppTexts/German/DEAppText.swift @@ -1,6 +1,5 @@ /** - * The German app text for the Scribe app - * + * The German app text for the Scribe app. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppTexts/German/DEPrivacyPolicy.swift b/Scribe/AppTexts/German/DEPrivacyPolicy.swift index 60849a82..50a0ffff 100644 --- a/Scribe/AppTexts/German/DEPrivacyPolicy.swift +++ b/Scribe/AppTexts/German/DEPrivacyPolicy.swift @@ -1,8 +1,7 @@ /** - * The German privacy policy for the Scribe app - * - * `PRIVACY.txt` is formatted for GitHub, this is formatted for modular sizing + * The German privacy policy for the Scribe app. * + *`PRIVACY.txt` is formatted for GitHub, this is formatted for modular sizing. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/AppUISymbols.swift b/Scribe/AppUISymbols.swift index 30fc2a23..f92ec0b9 100644 --- a/Scribe/AppUISymbols.swift +++ b/Scribe/AppUISymbols.swift @@ -1,6 +1,5 @@ /** - * Functions returning symbols for the app UI - * + * Functions returning symbols for the app UI. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift b/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift index c47c1272..0557f841 100644 --- a/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift +++ b/Scribe/Components/InfoChildTableViewCell/InfoChildTableViewCell.swift @@ -1,6 +1,5 @@ /** - * Class for a setting component with a heading, description and switch - * + * Class for a setting component with a heading, description and switch. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/Components/TableViewTemplateViewController.swift b/Scribe/Components/TableViewTemplateViewController.swift index 2f488234..765e87ed 100644 --- a/Scribe/Components/TableViewTemplateViewController.swift +++ b/Scribe/Components/TableViewTemplateViewController.swift @@ -1,6 +1,5 @@ /** - * Controls the table views within the app - * + * Controls the table views within the app. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/Components/UITableViewCells/AboutTableViewCell.swift b/Scribe/Components/UITableViewCells/AboutTableViewCell.swift index 8ba1592c..12fd5af7 100644 --- a/Scribe/Components/UITableViewCells/AboutTableViewCell.swift +++ b/Scribe/Components/UITableViewCells/AboutTableViewCell.swift @@ -1,6 +1,5 @@ /** - * Class for a button component with a label, icon and link icon - * + * Class for a button component with a label, icon and link icon. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/Extensions/UIEdgeInsetsExtensions.swift b/Scribe/Extensions/UIEdgeInsetsExtensions.swift index 02c64d02..57d8d1ad 100644 --- a/Scribe/Extensions/UIEdgeInsetsExtensions.swift +++ b/Scribe/Extensions/UIEdgeInsetsExtensions.swift @@ -1,6 +1,5 @@ /** - * Extensions for UIEdgeInsets - * + * Extensions for UIEdgeInsets. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/InstallationTab/InstallationVC.swift b/Scribe/InstallationTab/InstallationVC.swift index aae6e638..b225f574 100644 --- a/Scribe/InstallationTab/InstallationVC.swift +++ b/Scribe/InstallationTab/InstallationVC.swift @@ -1,6 +1,5 @@ /** - * The ViewController for the Installation screen of the Scribe app - * + * The ViewController for the Installation screen of the Scribe app. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/ParentTableCellModel.swift b/Scribe/ParentTableCellModel.swift index 5de79071..15ef405e 100644 --- a/Scribe/ParentTableCellModel.swift +++ b/Scribe/ParentTableCellModel.swift @@ -1,6 +1,5 @@ /** - * Contains structs that control how buttons in the About tab are built - * + * Contains structs that control how buttons in the About tab are built. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/SettingsTab/SettingsTableData.swift b/Scribe/SettingsTab/SettingsTableData.swift index 43b64c36..c3291a97 100644 --- a/Scribe/SettingsTab/SettingsTableData.swift +++ b/Scribe/SettingsTab/SettingsTableData.swift @@ -1,6 +1,5 @@ /** - * Controls data displayed in the Settings tab - * + * Controls data displayed in the Settings tab. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/SettingsTab/SettingsViewController.swift b/Scribe/SettingsTab/SettingsViewController.swift index edca058b..e40be8e3 100644 --- a/Scribe/SettingsTab/SettingsViewController.swift +++ b/Scribe/SettingsTab/SettingsViewController.swift @@ -1,6 +1,5 @@ /** - * Functions for the Settings tab - * + * Functions for the Settings tab. * * Copyright (C) 2023 Scribe * diff --git a/Scribe/Views/BaseTableViewController.swift b/Scribe/Views/BaseTableViewController.swift index b546e177..8e79b65d 100644 --- a/Scribe/Views/BaseTableViewController.swift +++ b/Scribe/Views/BaseTableViewController.swift @@ -1,6 +1,5 @@ /** - * Base for table view in the Scribe app - * + * Base for table view in the Scribe app. * * Copyright (C) 2023 Scribe * From 6f90db1cd9547009cab246e5465f006ef67ce06b Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Sat, 9 Mar 2024 14:59:49 +0100 Subject: [PATCH 3/3] Minor edits/fixes to file descriptions --- Keyboards/KeyboardsBase/Colors/ColorVariables.swift | 2 +- Keyboards/KeyboardsBase/KeyAnimation.swift | 2 +- .../KeyboardsBase/KeyboardViewController.swift | 13 ++++++------- .../Danish/DAKeyboardViewController.swift | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Keyboards/KeyboardsBase/Colors/ColorVariables.swift b/Keyboards/KeyboardsBase/Colors/ColorVariables.swift index 3a355af7..72e5f1be 100644 --- a/Keyboards/KeyboardsBase/Colors/ColorVariables.swift +++ b/Keyboards/KeyboardsBase/Colors/ColorVariables.swift @@ -1,5 +1,5 @@ /** - * Variables associated with coloration for scribe. + * Variables associated with coloration for Scribe keyboards. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/KeyAnimation.swift b/Keyboards/KeyboardsBase/KeyAnimation.swift index 931c4882..a9ec6bf1 100644 --- a/Keyboards/KeyboardsBase/KeyAnimation.swift +++ b/Keyboards/KeyboardsBase/KeyAnimation.swift @@ -1,5 +1,5 @@ /** - * Functions to animate key pressed with pop up characters. + * Functions to animate key presses with pop up characters. * * Copyright (C) 2023 Scribe * diff --git a/Keyboards/KeyboardsBase/KeyboardViewController.swift b/Keyboards/KeyboardsBase/KeyboardViewController.swift index 4e483519..081c581d 100644 --- a/Keyboards/KeyboardsBase/KeyboardViewController.swift +++ b/Keyboards/KeyboardsBase/KeyboardViewController.swift @@ -1,5 +1,5 @@ /** - * Classes for the parent keyboard view controller that language keyboards inherit and keyboard keys.. + * Classes for the parent keyboard view controller that language keyboards. * * Copyright (C) 2023 Scribe * @@ -17,7 +17,6 @@ * along with this program. If not, see . */ - import GRDB import UIKit @@ -207,10 +206,10 @@ class KeyboardViewController: UIInputViewController { /// - A call to loadKeys to reload the display after an orientation change override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) { super.viewWillTransition(to: size, with: coordinator) - Timer.scheduledTimer(withTimeInterval: 0.2, repeats: false) { (nil) in + Timer.scheduledTimer(withTimeInterval: 0.2, repeats: false) { _ in self.updateViewConstraints() } - Timer.scheduledTimer(withTimeInterval: 0.2, repeats: false) { (nil) in + Timer.scheduledTimer(withTimeInterval: 0.2, repeats: false) { _ in isFirstKeyboardLoad = true self.loadKeys() isFirstKeyboardLoad = false @@ -502,7 +501,7 @@ class KeyboardViewController: UIInputViewController { func getDefaultAutosuggestions() { completionWords = [String]() for i in 0 ..< 3 { - if (allowUndo) { + if allowUndo { completionWords.append(previousWord) continue } @@ -555,7 +554,7 @@ class KeyboardViewController: UIInputViewController { if suggestionsLowerCasePrefix[0] != "" { completionWords = [String]() for i in 0 ..< 3 { - if (allowUndo) { + if allowUndo { completionWords.append(previousWord) continue } @@ -580,7 +579,7 @@ class KeyboardViewController: UIInputViewController { } else if suggestionsCapitalizedPrefix[0] != "" { completionWords = [String]() for i in 0 ..< 3 { - if (allowUndo) { + if allowUndo { completionWords.append(previousWord) continue } diff --git a/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift b/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift index f0b89156..a3a470d2 100644 --- a/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift +++ b/Keyboards/LanguageKeyboards/Danish/DAKeyboardViewController.swift @@ -1,5 +1,5 @@ /** - * Class for the Danish Scribe keybaord. + * Class for the Danish Scribe keyboard. * * Copyright (C) 2023 Scribe *