Skip to content

Commit 83f7231

Browse files
authored
Remove copyright symbols (#602)
## Summary It turns out Claude is very bad at generating the copyright symbol. Attempts to do any kind of AI based code changes often introduce spurious diffs where the copyright symbol is removed, which then need to be manually undone. Work around this by just removing them all. The symbol is an allowable alternative to the word Copyright, so you don't need both. ## Validation None
1 parent 741432b commit 83f7231

Some content is hidden

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

51 files changed

+51
-51
lines changed

BeeKit/BeeKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeKit
44
//
55
// Created by Andrew Brett on 5/19/21.
6-
// Copyright © 2021 APB. All rights reserved.
6+
// Copyright 2021 APB. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

BeeKit/Config.swift.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Andrew Brett on 2/20/20.
6-
// Copyright © 2020 APB. All rights reserved.
6+
// Copyright 2020 APB. All rights reserved.
77
//
88

99
import Foundation

BeeKit/DateUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Theo Spears on 1/27/23.
6-
// Copyright © 2023 APB. All rights reserved.
6+
// Copyright 2023 APB. All rights reserved.
77
//
88

99
import Foundation

BeeKit/HeathKit/HealthKitConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Andy Brett on 3/25/17.
6-
// Copyright © 2017 APB. All rights reserved.
6+
// Copyright 2017 APB. All rights reserved.
77
//
88

99
import Foundation

BeeKit/HeathKit/HealthKitError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Theo Spears on 11/5/22.
6-
// Copyright © 2022 APB. All rights reserved.
6+
// Copyright 2022 APB. All rights reserved.
77
//
88

99
import Foundation

BeeKit/Managers/CurrentUserManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Andy Brett on 4/26/15.
6-
// Copyright (c) 2015 APB. All rights reserved.
6+
// Copyright 2015 APB. All rights reserved.
77
//
88

99
import CoreData

BeeKit/Managers/GoalManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Theo Spears on 2/7/23.
6-
// Copyright © 2023 APB. All rights reserved.
6+
// Copyright 2023 APB. All rights reserved.
77
//
88

99
import Foundation

BeeKit/Managers/HealthStoreManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Andy Brett on 11/28/17.
6-
// Copyright © 2017 APB. All rights reserved.
6+
// Copyright 2017 APB. All rights reserved.
77
//
88

99
import CoreData

BeeKit/Managers/RequestManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Andy Brett on 5/10/15.
6-
// Copyright (c) 2015 APB. All rights reserved.
6+
// Copyright 2015 APB. All rights reserved.
77
//
88

99
import Foundation

BeeKit/Managers/SignedRequestManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// BeeSwift
44
//
55
// Created by Andy Brett on 11/30/17.
6-
// Copyright © 2017 APB. All rights reserved.
6+
// Copyright 2017 APB. All rights reserved.
77
//
88

99
import Foundation

0 commit comments

Comments
 (0)