Skip to content

Commit 1cb9a90

Browse files
author
Marcus Arnett
committed
Add proper header for new files, change copyright date
1 parent 62a3307 commit 1cb9a90

362 files changed

Lines changed: 547 additions & 454 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Examples/iOS_Example/iOS_Example/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ContentView.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Examples/iOS_Example/iOS_Example/View Models/HomeViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// HomeViewModel.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Examples/iOS_Example/iOS_Example/Views/AccountView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AccountView.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Examples/iOS_Example/iOS_Example/Views/CreateCollectionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CreateCollectionView.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Examples/iOS_Example/iOS_Example/Views/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// HomeView.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Examples/iOS_Example/iOS_Example/Views/MintNFTView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// MintNFTView.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Examples/iOS_Example/iOS_Example/Views/TransferView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// TransferView.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Examples/iOS_Example/iOS_Example/iOS_ExampleApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// iOS_ExampleApp.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Sources/SuiKit/Extensions/Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Array.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

Sources/SuiKit/Extensions/Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Data.swift
33
// SuiKit
44
//
5-
// Copyright (c) 2023 OpenDive
5+
// Copyright (c) 2024 OpenDive
66
//
77
// Permission is hereby granted, free of charge, to any person obtaining a copy
88
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)