Skip to content

Commit

Permalink
LICENSE update (#109)
Browse files Browse the repository at this point in the history
* license update

* inspector license update

* ide template macros
  • Loading branch information
Velin92 authored Sep 26, 2024
1 parent 92110af commit 94d93d0
Show file tree
Hide file tree
Showing 40 changed files with 799 additions and 288 deletions.
13 changes: 13 additions & 0 deletions .swiftpm/xcode/xcshareddata/IDETemplateMacros.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FILEHEADER</key>
<string>
// Copyright ___YEAR___ New Vector Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//</string>
</dict>
</plist>
13 changes: 13 additions & 0 deletions Inspector/Inspector.xcodeproj/xcshareddata/IDETemplateMacros.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>FILEHEADER</key>
<string>
// Copyright ___YEAR___ New Vector Ltd
//
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//</string>
</dict>
</plist>
6 changes: 3 additions & 3 deletions Inspector/Sources/Components/ButtonsScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ButtonsScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import Compound
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/Components/ListScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ListScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/Components/TextFieldsScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// TextFieldsScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/CompoundInspectorApp.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// CompoundInspectorApp.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/Screen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// Screen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 05/06/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/ScreenContent.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ScreenContent.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/SidebarList.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// SidebarList.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/System Components/ActionSheetScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ActionSheetScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 27/07/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/System Components/AlertScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// AlertScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 27/07/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/System Components/ContextMenuScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ContextMenuScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 27/07/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/System Components/NavigationBarScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// NavigationBarScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 27/07/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/System Components/ShareSheetScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ShareSheetScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 27/07/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/Tokens/AllCases.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// AllCases.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 16/03/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import Compound
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/Tokens/ColorsScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ColorsScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/Tokens/FontsScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// ColorsScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 06/05/2022.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
6 changes: 3 additions & 3 deletions Inspector/Sources/Tokens/IconsScreen.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// IconsScreen.swift
// Compound Inspector
// Copyright 2023, 2024 New Vector Ltd.
//
// Created by Doug on 01/06/2023.
// SPDX-License-Identifier: AGPL-3.0-only
// Please see LICENSE in the repository root for full details.
//

import SwiftUI
Expand Down
Loading

0 comments on commit 94d93d0

Please sign in to comment.