From: Ruben Beltran del Rio Date: Thu, 14 Sep 2023 10:11:12 +0000 (+0200) Subject: Add credits X-Git-Url: https://git.r.bdr.sh/rbdr/junction/commitdiff_plain/e832466bb0afef51770303714f60577ac6bf1a0f?ds=inline Add credits --- diff --git a/LICENSE b/LICENSE index 7110460..d67c0e1 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Rubén Beltran del Río + Copyright 2020 Ruben Knol & Rubén Beltran del Río Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/extension/manifest.json b/extension/manifest.json index d138f67..bb90a29 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -3,6 +3,7 @@ "name": "Junction", "version": "1.0.0", "description": "Jump into an audio call on any URL", + "author": "Ruben Knol & Rubén Beltrán del Río", "permissions": ["activeTab"], diff --git a/safari/Junction Extension/SafariWebExtensionHandler.swift b/safari/Junction Extension/SafariWebExtensionHandler.swift index 58f680c..a82cbf6 100644 --- a/safari/Junction Extension/SafariWebExtensionHandler.swift +++ b/safari/Junction Extension/SafariWebExtensionHandler.swift @@ -1,10 +1,3 @@ -// -// SafariWebExtensionHandler.swift -// Junction Extension -// -// Created by Ruben Beltran del Rio on 9/13/23. -// - import SafariServices import os.log diff --git a/safari/Junction/AppDelegate.swift b/safari/Junction/AppDelegate.swift index 0e990a0..a2cd9a3 100644 --- a/safari/Junction/AppDelegate.swift +++ b/safari/Junction/AppDelegate.swift @@ -1,10 +1,3 @@ -// -// AppDelegate.swift -// Junction -// -// Created by Ruben Beltran del Rio on 9/13/23. -// - import Cocoa @main diff --git a/safari/Junction/ViewController.swift b/safari/Junction/ViewController.swift index 91f4596..4ef9c21 100644 --- a/safari/Junction/ViewController.swift +++ b/safari/Junction/ViewController.swift @@ -1,10 +1,3 @@ -// -// ViewController.swift -// Junction -// -// Created by Ruben Beltran del Rio on 9/13/23. -// - import Cocoa import SafariServices import WebKit diff --git a/safari/JunctionTests/JunctionTests.swift b/safari/JunctionTests/JunctionTests.swift index f1e1774..e2233fc 100644 --- a/safari/JunctionTests/JunctionTests.swift +++ b/safari/JunctionTests/JunctionTests.swift @@ -1,10 +1,3 @@ -// -// JunctionTests.swift -// JunctionTests -// -// Created by Ruben Beltran del Rio on 9/13/23. -// - import XCTest @testable import Junction diff --git a/safari/JunctionUITests/JunctionUITests.swift b/safari/JunctionUITests/JunctionUITests.swift index f973f37..b8babf0 100644 --- a/safari/JunctionUITests/JunctionUITests.swift +++ b/safari/JunctionUITests/JunctionUITests.swift @@ -1,10 +1,3 @@ -// -// JunctionUITests.swift -// JunctionUITests -// -// Created by Ruben Beltran del Rio on 9/13/23. -// - import XCTest final class JunctionUITests: XCTestCase { diff --git a/safari/JunctionUITests/JunctionUITestsLaunchTests.swift b/safari/JunctionUITests/JunctionUITestsLaunchTests.swift index 3f11944..c3cd9d3 100644 --- a/safari/JunctionUITests/JunctionUITestsLaunchTests.swift +++ b/safari/JunctionUITests/JunctionUITestsLaunchTests.swift @@ -1,10 +1,3 @@ -// -// JunctionUITestsLaunchTests.swift -// JunctionUITests -// -// Created by Ruben Beltran del Rio on 9/13/23. -// - import XCTest final class JunctionUITestsLaunchTests: XCTestCase {