]> git.r.bdr.sh - rbdr/junction/commitdiff
Add credits
authorRuben Beltran del Rio <redacted>
Thu, 14 Sep 2023 10:11:12 +0000 (12:11 +0200)
committerRuben Beltran del Rio <redacted>
Thu, 14 Sep 2023 10:11:12 +0000 (12:11 +0200)
LICENSE
extension/manifest.json
safari/Junction Extension/SafariWebExtensionHandler.swift
safari/Junction/AppDelegate.swift
safari/Junction/ViewController.swift
safari/JunctionTests/JunctionTests.swift
safari/JunctionUITests/JunctionUITests.swift
safari/JunctionUITests/JunctionUITestsLaunchTests.swift

diff --git a/LICENSE b/LICENSE
index 7110460638b16a38b9abe277cea0956b66716d53..d67c0e15a831c7ed52a5966c4da915002a43fb26 100644 (file)
--- a/LICENSE
+++ b/LICENSE
       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.
index d138f67efd078ef39636fd113f03bfc324a0a2d1..bb90a29ddbd3ad99275daedd143de63e827d96d0 100644 (file)
@@ -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"],
 
index 58f680ccb3060ed258092898b9334db2d6d74f2c..a82cbf6bed93e7451c210fedb2bcc8f7e5beff1a 100644 (file)
@@ -1,10 +1,3 @@
-//
-//  SafariWebExtensionHandler.swift
-//  Junction Extension
-//
-//  Created by Ruben Beltran del Rio on 9/13/23.
-//
-
 import SafariServices
 import os.log
 
index 0e990a0d29d23bcf13f2f2d3e6afa49241220e1d..a2cd9a3e650c23ccfe158ca5d11b034641dfb7ab 100644 (file)
@@ -1,10 +1,3 @@
-//
-//  AppDelegate.swift
-//  Junction
-//
-//  Created by Ruben Beltran del Rio on 9/13/23.
-//
-
 import Cocoa
 
 @main
index 91f45960ea0167bb663b198e5860de3d0588b158..4ef9c21625efa8c38062d13eb4c3d3a8a3e7d4f9 100644 (file)
@@ -1,10 +1,3 @@
-//
-//  ViewController.swift
-//  Junction
-//
-//  Created by Ruben Beltran del Rio on 9/13/23.
-//
-
 import Cocoa
 import SafariServices
 import WebKit
index f1e17743c7b39f218c00fa2270433033c80d418b..e2233fc74495ef551c73be1f80859a99a00db52b 100644 (file)
@@ -1,10 +1,3 @@
-//
-//  JunctionTests.swift
-//  JunctionTests
-//
-//  Created by Ruben Beltran del Rio on 9/13/23.
-//
-
 import XCTest
 @testable import Junction
 
index f973f37e7df08b21f8b6cc65b9ab62136b9d476e..b8babf0dd6a24079a81de370151c01bd1d0f620d 100644 (file)
@@ -1,10 +1,3 @@
-//
-//  JunctionUITests.swift
-//  JunctionUITests
-//
-//  Created by Ruben Beltran del Rio on 9/13/23.
-//
-
 import XCTest
 
 final class JunctionUITests: XCTestCase {
index 3f11944ec49c21f4b0d3cd5443339f870c1bc4e0..c3cd9d3e82802c1b31bc1f8ff33be1662f0cda0e 100644 (file)
@@ -1,10 +1,3 @@
-//
-//  JunctionUITestsLaunchTests.swift
-//  JunctionUITests
-//
-//  Created by Ruben Beltran del Rio on 9/13/23.
-//
-
 import XCTest
 
 final class JunctionUITestsLaunchTests: XCTestCase {