From 42ccc1545f70bbdd3f4d19af1ac0dcc561909bb2 Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Fri, 4 Nov 2022 16:45:13 -0700 Subject: [PATCH] fix: Update the license to InSeven Limited (#14) --- LICENSE | 2 +- Symbolic/Environment/ShowSavePanelKey.swift | 2 +- Symbolic/Extensions/Color.swift | 2 +- Symbolic/Extensions/NSColor.swift | 2 +- Symbolic/Extensions/String.swift | 2 +- Symbolic/Extensions/View.swift | 2 +- Symbolic/Licenses/symbolic-license | 2 +- Symbolic/Models/Icon.swift | 2 +- Symbolic/Models/PreviewType.swift | 2 +- Symbolic/Models/SymbolPickerModel.swift | 2 +- Symbolic/Models/SymbolicError.swift | 2 +- Symbolic/SymbolicApp.swift | 2 +- Symbolic/Toolbars/ExportToolbar.swift | 2 +- Symbolic/Toolbars/PreviewToolbar.swift | 2 +- Symbolic/Utilities/SFSymbols.swift | 2 +- Symbolic/Views/ContentView.swift | 2 +- Symbolic/Views/IconCorners.swift | 2 +- Symbolic/Views/IconView.swift | 2 +- Symbolic/Views/SymbolPicker.swift | 2 +- Symbolic/Views/UnityScaleWindow.swift | 2 +- SymbolicTests/SymbolicTests.swift | 2 +- SymbolicUITests/SymbolicUITests.swift | 2 +- SymbolicUITests/SymbolicUITestsLaunchTests.swift | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/LICENSE b/LICENSE index 8ca70a3e7f..960745049c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Jason Morley +Copyright (c) 2022 InSeven Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Environment/ShowSavePanelKey.swift b/Symbolic/Environment/ShowSavePanelKey.swift index 25d53b3986..748f89020c 100644 --- a/Symbolic/Environment/ShowSavePanelKey.swift +++ b/Symbolic/Environment/ShowSavePanelKey.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Extensions/Color.swift b/Symbolic/Extensions/Color.swift index 3af51b2e22..c63c72aea2 100644 --- a/Symbolic/Extensions/Color.swift +++ b/Symbolic/Extensions/Color.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Extensions/NSColor.swift b/Symbolic/Extensions/NSColor.swift index e9ac6ea809..2aa33a9331 100644 --- a/Symbolic/Extensions/NSColor.swift +++ b/Symbolic/Extensions/NSColor.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Extensions/String.swift b/Symbolic/Extensions/String.swift index f04e40ca6a..fba33c1fcb 100644 --- a/Symbolic/Extensions/String.swift +++ b/Symbolic/Extensions/String.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Extensions/View.swift b/Symbolic/Extensions/View.swift index b3643b5882..1e34a42abc 100644 --- a/Symbolic/Extensions/View.swift +++ b/Symbolic/Extensions/View.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Licenses/symbolic-license b/Symbolic/Licenses/symbolic-license index 77e59b4ec1..e6101e461e 100644 --- a/Symbolic/Licenses/symbolic-license +++ b/Symbolic/Licenses/symbolic-license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Jason Morley +Copyright (c) 2022 InSeven Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Symbolic/Models/Icon.swift b/Symbolic/Models/Icon.swift index 41a3ac63cd..62d520b3d6 100644 --- a/Symbolic/Models/Icon.swift +++ b/Symbolic/Models/Icon.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Models/PreviewType.swift b/Symbolic/Models/PreviewType.swift index e42c528eb1..66e29db317 100644 --- a/Symbolic/Models/PreviewType.swift +++ b/Symbolic/Models/PreviewType.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Models/SymbolPickerModel.swift b/Symbolic/Models/SymbolPickerModel.swift index 06d1a86a7c..c38554caec 100644 --- a/Symbolic/Models/SymbolPickerModel.swift +++ b/Symbolic/Models/SymbolPickerModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Models/SymbolicError.swift b/Symbolic/Models/SymbolicError.swift index 58dccc565f..539e35f781 100644 --- a/Symbolic/Models/SymbolicError.swift +++ b/Symbolic/Models/SymbolicError.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/SymbolicApp.swift b/Symbolic/SymbolicApp.swift index f2df1aad2c..df47d29fcc 100644 --- a/Symbolic/SymbolicApp.swift +++ b/Symbolic/SymbolicApp.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Toolbars/ExportToolbar.swift b/Symbolic/Toolbars/ExportToolbar.swift index ae7db08389..216391a76e 100644 --- a/Symbolic/Toolbars/ExportToolbar.swift +++ b/Symbolic/Toolbars/ExportToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Toolbars/PreviewToolbar.swift b/Symbolic/Toolbars/PreviewToolbar.swift index 244bf06551..2067b4c3ee 100644 --- a/Symbolic/Toolbars/PreviewToolbar.swift +++ b/Symbolic/Toolbars/PreviewToolbar.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Utilities/SFSymbols.swift b/Symbolic/Utilities/SFSymbols.swift index ec3b22d931..b60b684a1e 100644 --- a/Symbolic/Utilities/SFSymbols.swift +++ b/Symbolic/Utilities/SFSymbols.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Views/ContentView.swift b/Symbolic/Views/ContentView.swift index 76167db956..b7ee18a6c8 100644 --- a/Symbolic/Views/ContentView.swift +++ b/Symbolic/Views/ContentView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Views/IconCorners.swift b/Symbolic/Views/IconCorners.swift index 2d4e906097..ed0ddc76e3 100644 --- a/Symbolic/Views/IconCorners.swift +++ b/Symbolic/Views/IconCorners.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Views/IconView.swift b/Symbolic/Views/IconView.swift index 8df880edf0..ffdb99cbbf 100644 --- a/Symbolic/Views/IconView.swift +++ b/Symbolic/Views/IconView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Views/SymbolPicker.swift b/Symbolic/Views/SymbolPicker.swift index cab9ab805f..f344219bb6 100644 --- a/Symbolic/Views/SymbolPicker.swift +++ b/Symbolic/Views/SymbolPicker.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Symbolic/Views/UnityScaleWindow.swift b/Symbolic/Views/UnityScaleWindow.swift index f6a4a418a2..763e08618b 100644 --- a/Symbolic/Views/UnityScaleWindow.swift +++ b/Symbolic/Views/UnityScaleWindow.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/SymbolicTests/SymbolicTests.swift b/SymbolicTests/SymbolicTests.swift index bdbea6e990..a4a24e43e0 100644 --- a/SymbolicTests/SymbolicTests.swift +++ b/SymbolicTests/SymbolicTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/SymbolicUITests/SymbolicUITests.swift b/SymbolicUITests/SymbolicUITests.swift index ba3152dc47..94b31e3de1 100644 --- a/SymbolicUITests/SymbolicUITests.swift +++ b/SymbolicUITests/SymbolicUITests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/SymbolicUITests/SymbolicUITestsLaunchTests.swift b/SymbolicUITests/SymbolicUITestsLaunchTests.swift index 5c020d44b3..31b63d34fe 100644 --- a/SymbolicUITests/SymbolicUITestsLaunchTests.swift +++ b/SymbolicUITests/SymbolicUITestsLaunchTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Jason Morley +// Copyright (c) 2022 InSeven Limited // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal