Skip to content

Commit

Permalink
chore: Add repo link to all KSCrash files (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Apr 5, 2023
1 parent ff5c1d8 commit d60f70a
Show file tree
Hide file tree
Showing 122 changed files with 122 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportFieldProperties.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashInstallation.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashInstallation.m
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitorContext.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitorType.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitorType.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_AppState.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_AppState.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_CPPException.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_CPPException.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_MachException.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_MachException.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_NSException.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_NSException.m
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_Signal.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_Signal.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_System.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMonitor_System.m
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrash.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrash.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrash.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrash.m
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashC.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashC.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashC.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashC.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashCachedData.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCachedData.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashCachedData.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCachedData.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashDoctor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashDoctor.h
// SentryCrash
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashDoctor.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashDoctor.m
// SentryCrash
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReport.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReport.m
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReport.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReport.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReportFields.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportFields.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReportFixer.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportFixer.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReportFixer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportFixer.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReportStore.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportStore.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReportStore.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportStore.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReportVersion.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportVersion.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/SentryCrashReportWriter.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashReportWriter.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashSystemCapabilities.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// NSError+SimpleConstructor.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// NSError+SimpleConstructor.m
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCPU.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashCPU.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCPU.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashCPU_Apple.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCPU_Apple.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCPU_arm.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCPU_arm64_Apple.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCPU_x86_32.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashCPU_x86_64.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashDebug.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashDebug.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashDebug.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashDynamicLinker.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashDynamicLinker.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashFileUtils.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashFileUtils.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashID.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashID.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashID.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashID.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashJSONCodec.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashJSONCodec.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashJSONCodecObjC.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashJSONCodecObjC.m
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashLogger.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashLogger.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMachineContext.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMachineContext.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMachineContext_Apple.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMemory.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashMemory.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashMemory.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashObjC.c
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashObjC.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashObjC.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashSignalInfo.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashSignalInfo.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor_Backtrace.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor_Backtrace.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor_MachineContext.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor_MachineContext.h
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor_SelfThread.c
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashStackCursor_SelfThread.h
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashString.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashString.m
//
Expand Down
1 change: 1 addition & 0 deletions Sources/SentryCrash/Recording/Tools/SentryCrashString.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Adapted from: https://github.com/kstenerud/KSCrash
//
// SentryCrashString.h
//
Expand Down
Loading

0 comments on commit d60f70a

Please sign in to comment.