diff --git a/Sources/SentryCrash/Installations/SentryCrashInstallation+Private.h b/Sources/SentryCrash/Installations/SentryCrashInstallation+Private.h index ccb0605db5..2522f1809e 100644 --- a/Sources/SentryCrash/Installations/SentryCrashInstallation+Private.h +++ b/Sources/SentryCrash/Installations/SentryCrashInstallation+Private.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFieldProperties.h // diff --git a/Sources/SentryCrash/Installations/SentryCrashInstallation.h b/Sources/SentryCrash/Installations/SentryCrashInstallation.h index 4eba18e1f6..cfddcfe4d6 100644 --- a/Sources/SentryCrash/Installations/SentryCrashInstallation.h +++ b/Sources/SentryCrash/Installations/SentryCrashInstallation.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashInstallation.h // diff --git a/Sources/SentryCrash/Installations/SentryCrashInstallation.m b/Sources/SentryCrash/Installations/SentryCrashInstallation.m index 763613f371..7d644167b1 100644 --- a/Sources/SentryCrash/Installations/SentryCrashInstallation.m +++ b/Sources/SentryCrash/Installations/SentryCrashInstallation.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashInstallation.m // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c index 055b19fcf3..080720bf20 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor.c // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.h index 0c8e3d1768..8e4c9259a7 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorContext.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorContext.h index 7de0b42637..08eec50353 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorContext.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorContext.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitorContext.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.c b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.c index 86481cc3b1..b14aead36d 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.c +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitorType.c // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.h index 7a388a4209..e38dd9b097 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitorType.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitorType.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c index 19c6a83039..0ed2e12259 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_AppState.c // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.h index fe1235586d..e00da4e74d 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_AppState.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp index f24617fcf7..e7d13d427c 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_CPPException.c // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.h index 7b4d71d3a4..39908fb7cb 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_CPPException.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c index ad9fbf8839..6176dd84a9 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_MachException.c // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.h index 013db661ef..e72d29422c 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_MachException.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.h index c6a3f2974c..76280ba508 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_NSException.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m index 91573c5057..4d1a658c79 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_NSException.m // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c index 382976344a..a73c73668c 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_Signal.c // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.h index 5c3802f38f..f03f3fdb32 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_Signal.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.h b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.h index 9b0bb7ddd8..8fbe326b0e 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.h +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_System.h // diff --git a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m index aecb5680ac..84f225539f 100644 --- a/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m +++ b/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_System.m // diff --git a/Sources/SentryCrash/Recording/SentryCrash.h b/Sources/SentryCrash/Recording/SentryCrash.h index 1ba6b77595..c7188e94e1 100644 --- a/Sources/SentryCrash/Recording/SentryCrash.h +++ b/Sources/SentryCrash/Recording/SentryCrash.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrash.h // diff --git a/Sources/SentryCrash/Recording/SentryCrash.m b/Sources/SentryCrash/Recording/SentryCrash.m index 368a2873ea..de82c959fe 100644 --- a/Sources/SentryCrash/Recording/SentryCrash.m +++ b/Sources/SentryCrash/Recording/SentryCrash.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrash.m // diff --git a/Sources/SentryCrash/Recording/SentryCrashC.c b/Sources/SentryCrash/Recording/SentryCrashC.c index b058957dfc..ff21ab1ffc 100644 --- a/Sources/SentryCrash/Recording/SentryCrashC.c +++ b/Sources/SentryCrash/Recording/SentryCrashC.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashC.c // diff --git a/Sources/SentryCrash/Recording/SentryCrashC.h b/Sources/SentryCrash/Recording/SentryCrashC.h index eeba4f817e..9601289b7a 100644 --- a/Sources/SentryCrash/Recording/SentryCrashC.h +++ b/Sources/SentryCrash/Recording/SentryCrashC.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashC.h // diff --git a/Sources/SentryCrash/Recording/SentryCrashCachedData.c b/Sources/SentryCrash/Recording/SentryCrashCachedData.c index 66e2125567..5302eb41b5 100644 --- a/Sources/SentryCrash/Recording/SentryCrashCachedData.c +++ b/Sources/SentryCrash/Recording/SentryCrashCachedData.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCachedData.c // diff --git a/Sources/SentryCrash/Recording/SentryCrashCachedData.h b/Sources/SentryCrash/Recording/SentryCrashCachedData.h index d0f35cbaed..f6a89f95d8 100644 --- a/Sources/SentryCrash/Recording/SentryCrashCachedData.h +++ b/Sources/SentryCrash/Recording/SentryCrashCachedData.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCachedData.h // diff --git a/Sources/SentryCrash/Recording/SentryCrashDoctor.h b/Sources/SentryCrash/Recording/SentryCrashDoctor.h index af7aab96a0..09734fbadb 100644 --- a/Sources/SentryCrash/Recording/SentryCrashDoctor.h +++ b/Sources/SentryCrash/Recording/SentryCrashDoctor.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashDoctor.h // SentryCrash diff --git a/Sources/SentryCrash/Recording/SentryCrashDoctor.m b/Sources/SentryCrash/Recording/SentryCrashDoctor.m index e9a1ea785a..759d856ddc 100644 --- a/Sources/SentryCrash/Recording/SentryCrashDoctor.m +++ b/Sources/SentryCrash/Recording/SentryCrashDoctor.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashDoctor.m // SentryCrash diff --git a/Sources/SentryCrash/Recording/SentryCrashReport.c b/Sources/SentryCrash/Recording/SentryCrashReport.c index 41c7379403..07500c2fca 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReport.c +++ b/Sources/SentryCrash/Recording/SentryCrashReport.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReport.m // diff --git a/Sources/SentryCrash/Recording/SentryCrashReport.h b/Sources/SentryCrash/Recording/SentryCrashReport.h index fa06ae182a..1eb0aeb896 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReport.h +++ b/Sources/SentryCrash/Recording/SentryCrashReport.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReport.h // diff --git a/Sources/SentryCrash/Recording/SentryCrashReportFields.h b/Sources/SentryCrash/Recording/SentryCrashReportFields.h index cef8cb36d0..8736d2b6ea 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReportFields.h +++ b/Sources/SentryCrash/Recording/SentryCrashReportFields.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFields.h // diff --git a/Sources/SentryCrash/Recording/SentryCrashReportFixer.c b/Sources/SentryCrash/Recording/SentryCrashReportFixer.c index 0a1fe65494..feccd2b3e1 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReportFixer.c +++ b/Sources/SentryCrash/Recording/SentryCrashReportFixer.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFixer.c // diff --git a/Sources/SentryCrash/Recording/SentryCrashReportFixer.h b/Sources/SentryCrash/Recording/SentryCrashReportFixer.h index bc25904307..ad2e77b09d 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReportFixer.h +++ b/Sources/SentryCrash/Recording/SentryCrashReportFixer.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFixer.c // diff --git a/Sources/SentryCrash/Recording/SentryCrashReportStore.c b/Sources/SentryCrash/Recording/SentryCrashReportStore.c index 997064a6fe..f7bba6bb23 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReportStore.c +++ b/Sources/SentryCrash/Recording/SentryCrashReportStore.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportStore.c // diff --git a/Sources/SentryCrash/Recording/SentryCrashReportStore.h b/Sources/SentryCrash/Recording/SentryCrashReportStore.h index 24ced7d981..7b101368b4 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReportStore.h +++ b/Sources/SentryCrash/Recording/SentryCrashReportStore.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportStore.h // diff --git a/Sources/SentryCrash/Recording/SentryCrashReportVersion.h b/Sources/SentryCrash/Recording/SentryCrashReportVersion.h index 651bfd863f..4f7e8fe4b8 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReportVersion.h +++ b/Sources/SentryCrash/Recording/SentryCrashReportVersion.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportVersion.h // diff --git a/Sources/SentryCrash/Recording/SentryCrashReportWriter.h b/Sources/SentryCrash/Recording/SentryCrashReportWriter.h index 4febb0bf91..2cacc25add 100644 --- a/Sources/SentryCrash/Recording/SentryCrashReportWriter.h +++ b/Sources/SentryCrash/Recording/SentryCrashReportWriter.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportWriter.h // diff --git a/Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h b/Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h index 16bf1d83e4..aeae47c3c1 100644 --- a/Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h +++ b/Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSystemCapabilities.h // diff --git a/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.h b/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.h index bd3c5c5b18..ff6ac7808c 100644 --- a/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.h +++ b/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // NSError+SimpleConstructor.h // diff --git a/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.m b/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.m index 37feed2369..e9b6c6144d 100644 --- a/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.m +++ b/Sources/SentryCrash/Recording/Tools/NSError+SentrySimpleConstructor.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // NSError+SimpleConstructor.m // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c index cd4d147ffc..52201766d0 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.h b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.h index 982006f3b5..1ec4a85d3b 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_Apple.h b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_Apple.h index 42cd748a15..dddb291163 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_Apple.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_Apple.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU_Apple.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c index 90bb24551b..3a4a71878e 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU_arm.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c index 4cd9939b24..d244494ddf 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU_arm64_Apple.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c index 36acd112d8..c95ac6275f 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU_x86_32.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c index 27f1e62cba..aaca4b24b0 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU_x86_64.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c b/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c index ef956a4a4c..649f4e350c 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashDebug.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.h b/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.h index c4aeaa26e1..f29c6e634c 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashDebug.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashDebug.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c b/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c index 573d22a8e9..4706b6de38 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashDynamicLinker.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.h b/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.h index 185d92e144..7f7bfda843 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashDynamicLinker.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashDynamicLinker.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c b/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c index 500b7300d2..0380419b77 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashFileUtils.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.h b/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.h index 1218e645c4..596c48b0c1 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashFileUtils.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashID.c b/Sources/SentryCrash/Recording/Tools/SentryCrashID.c index be519cb5f6..5f98467c50 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashID.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashID.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashID.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashID.h b/Sources/SentryCrash/Recording/Tools/SentryCrashID.h index bce2d5cd2c..3ca996f9f7 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashID.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashID.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashID.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.c b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.c index 450047c8a2..53d4c38be5 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashJSONCodec.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.h b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.h index 6cda5ad513..035fad3345 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodec.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashJSONCodec.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.h b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.h index ebfa2d4929..c8fb49ae59 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashJSONCodecObjC.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.m b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.m index 0e81e38299..e9d935bc7b 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.m +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashJSONCodecObjC.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashJSONCodecObjC.m // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c b/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c index b6edb9b549..0b92143710 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashLogger.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h b/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h index 5d0427cb17..61bfbb4b48 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashLogger.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashLogger.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c index 447f419419..7fb4063bf5 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMachineContext.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h index fb494eeff2..6e3cb9e1f9 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMachineContext.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext_Apple.h b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext_Apple.h index 15c2d05751..fcf1cde44a 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext_Apple.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext_Apple.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMachineContext_Apple.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c b/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c index 5a64d1ce3c..763a9b1fe2 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMemory.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.h b/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.h index b9c9a5d6fe..06cb2a9870 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMemory.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c b/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c index f5017a9951..ee1ef1ffdd 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashObjC.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.h b/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.h index 70d5f58218..2374029db3 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashObjC.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c b/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c index c8c5069fce..8d27ed3259 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSignalInfo.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.h b/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.h index 5965a1b0cb..63ac46678e 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSignalInfo.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c index 409ab9ed57..b4d79d572a 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h index 3a05a64ad6..f2bac8c3d8 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c index b8b349ccac..34057a6443 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor_Backtrace.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.h b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.h index 1110e9e47d..0b60ebb76d 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor_Backtrace.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c index 768c5225eb..77bb374956 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor_MachineContext.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.h b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.h index abd597c55d..a76013b360 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_MachineContext.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor_MachineContext.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c index 3afd3fd7e9..68ae0a401f 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor_SelfThread.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.h b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.h index c5cc261eea..46b4d679bc 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashStackCursor_SelfThread.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashString.c b/Sources/SentryCrash/Recording/Tools/SentryCrashString.c index d46e3355b8..3252ffe4ed 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashString.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashString.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashString.m // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashString.h b/Sources/SentryCrash/Recording/Tools/SentryCrashString.h index 426c9cbdf8..cd5b273145 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashString.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashString.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashString.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.c b/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.c index d57237551f..0f151a1315 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSymbolicator.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.h b/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.h index a57d54f1ed..915cdddbe8 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashSymbolicator.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSymbolicator.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.c b/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.c index 989ec2728b..7a6265837f 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSysCtl.m // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.h b/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.h index 6e699de6be..faf3398845 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSysCtl.h // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashThread.c b/Sources/SentryCrash/Recording/Tools/SentryCrashThread.c index 3472673f28..db82942143 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashThread.c +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashThread.c @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashThread.c // diff --git a/Sources/SentryCrash/Recording/Tools/SentryCrashThread.h b/Sources/SentryCrash/Recording/Tools/SentryCrashThread.h index 656d12c378..7244aeb297 100644 --- a/Sources/SentryCrash/Recording/Tools/SentryCrashThread.h +++ b/Sources/SentryCrash/Recording/Tools/SentryCrashThread.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashThread.h // diff --git a/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilter.h b/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilter.h index 9934ff4fb1..de106c9f05 100644 --- a/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilter.h +++ b/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilter.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFilter.h // diff --git a/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.h b/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.h index c3626342b6..e9ccd5aaf9 100644 --- a/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.h +++ b/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFilterBasic.h // diff --git a/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m b/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m index 17c7c66a62..37f738aa56 100644 --- a/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m +++ b/Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFilterBasic.m // diff --git a/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.h b/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.h index c7948fbdcf..f822d1e877 100644 --- a/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.h +++ b/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // Container+DeepSearch // diff --git a/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.m b/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.m index 881a0dc9b5..1f025de48c 100644 --- a/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.m +++ b/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // Container+DeepSearch // diff --git a/Sources/SentryCrash/Reporting/Filters/Tools/SentryCrashVarArgs.h b/Sources/SentryCrash/Reporting/Filters/Tools/SentryCrashVarArgs.h index cb6e5f7fd2..f275887983 100644 --- a/Sources/SentryCrash/Reporting/Filters/Tools/SentryCrashVarArgs.h +++ b/Sources/SentryCrash/Reporting/Filters/Tools/SentryCrashVarArgs.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashVarArgs.h // diff --git a/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.h b/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.h index e5d8da87e9..dec6c52f42 100644 --- a/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.h +++ b/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCString.h // diff --git a/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m b/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m index af11161cff..d41aec2881 100644 --- a/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m +++ b/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCString.m // diff --git a/Tests/SentryTests/SentryCrash/Container+DeepSearch_Tests.m b/Tests/SentryTests/SentryCrash/Container+DeepSearch_Tests.m index b212677693..1636cd1d2b 100644 --- a/Tests/SentryTests/SentryCrash/Container+DeepSearch_Tests.m +++ b/Tests/SentryTests/SentryCrash/Container+DeepSearch_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // Container+DeepSearch_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/FileBasedTestCase.h b/Tests/SentryTests/SentryCrash/FileBasedTestCase.h index 50c9b82ad3..7c60f3bc4b 100644 --- a/Tests/SentryTests/SentryCrash/FileBasedTestCase.h +++ b/Tests/SentryTests/SentryCrash/FileBasedTestCase.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // FileBasedTestCase.h // diff --git a/Tests/SentryTests/SentryCrash/FileBasedTestCase.m b/Tests/SentryTests/SentryCrash/FileBasedTestCase.m index cfc70abde2..cbdd20caf8 100644 --- a/Tests/SentryTests/SentryCrash/FileBasedTestCase.m +++ b/Tests/SentryTests/SentryCrash/FileBasedTestCase.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // FileBasedTestCase.m // diff --git a/Tests/SentryTests/SentryCrash/NSError+SimpleConstructor_Tests.m b/Tests/SentryTests/SentryCrash/NSError+SimpleConstructor_Tests.m index 57a1b7f681..49b47e7b32 100644 --- a/Tests/SentryTests/SentryCrash/NSError+SimpleConstructor_Tests.m +++ b/Tests/SentryTests/SentryCrash/NSError+SimpleConstructor_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // NSError+SimpleConstructor_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/RFC3339UTFString_Tests.m b/Tests/SentryTests/SentryCrash/RFC3339UTFString_Tests.m index 1797edd76d..f0bd6f3268 100644 --- a/Tests/SentryTests/SentryCrash/RFC3339UTFString_Tests.m +++ b/Tests/SentryTests/SentryCrash/RFC3339UTFString_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // RFC3339DateTool_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashCPU_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashCPU_Tests.m index 9541d30b49..ac777d231f 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashCPU_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashCPU_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCPU_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashCString_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashCString_Tests.m index 7c582c5276..eb7042b6fc 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashCString_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashCString_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCString_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashCachedData_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashCachedData_Tests.m index 0e8d261047..0999a63393 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashCachedData_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashCachedData_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashCachedData_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashDynamicLinker_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashDynamicLinker_Tests.m index 6cff4b6796..0ba13504d6 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashDynamicLinker_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashDynamicLinker_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashDynamicLinker_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashFileUtils_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashFileUtils_Tests.m index 419ff6c953..fb5f5197b4 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashFileUtils_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashFileUtils_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashFileUtils_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashJSONCodec_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashJSONCodec_Tests.m index bdccc7a538..0bc90ad5b1 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashJSONCodec_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashJSONCodec_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashJSONCodec_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashLogger_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashLogger_Tests.m index f3277efd71..9c846fbb5c 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashLogger_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashLogger_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashLogger_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashMach_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashMach_Tests.m index aa2b0b602a..f55c2981c2 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashMach_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashMach_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMach_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashMemory_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashMemory_Tests.m index 6bc8d24998..9f082ae37f 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashMemory_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashMemory_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // sentrycrashmemory_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_AppState_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_AppState_Tests.m index 584634bec2..7e541b6fd4 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_AppState_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_AppState_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_AppState_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_NSException_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_NSException_Tests.m index b6d52eb380..1746654b5b 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_NSException_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_NSException_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_NSException_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Signal_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Signal_Tests.m index b730beac31..63a1283213 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Signal_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Signal_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_Signal_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Tests.m index e474911b12..81301ed7a6 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashMonitor_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashMonitor_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashObjC_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashObjC_Tests.m index cb941d53d4..b15fb0114f 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashObjC_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashObjC_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashObjC_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashReportFilter_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashReportFilter_Tests.m index f590179ec8..9294cf81f2 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashReportFilter_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashReportFilter_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportFilter_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m index 8cb62e67fa..c5010c675d 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashReportStore_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashSignalInfo_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashSignalInfo_Tests.m index a628e4596b..fc0a0ca344 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashSignalInfo_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashSignalInfo_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSignalInfo_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashString_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashString_Tests.m index 3bd95891e6..bd604fe234 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashString_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashString_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashString_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/SentryCrashSysCtl_Tests.m b/Tests/SentryTests/SentryCrash/SentryCrashSysCtl_Tests.m index b864e26296..2c498a55f5 100644 --- a/Tests/SentryTests/SentryCrash/SentryCrashSysCtl_Tests.m +++ b/Tests/SentryTests/SentryCrash/SentryCrashSysCtl_Tests.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SentryCrashSysCtl_Tests.m // diff --git a/Tests/SentryTests/SentryCrash/TestThread.h b/Tests/SentryTests/SentryCrash/TestThread.h index 6252d66809..e3242cba13 100644 --- a/Tests/SentryTests/SentryCrash/TestThread.h +++ b/Tests/SentryTests/SentryCrash/TestThread.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // TestThread.h // diff --git a/Tests/SentryTests/SentryCrash/TestThread.m b/Tests/SentryTests/SentryCrash/TestThread.m index 348008697f..8151051e97 100644 --- a/Tests/SentryTests/SentryCrash/TestThread.m +++ b/Tests/SentryTests/SentryCrash/TestThread.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // TestThread.m // diff --git a/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.h b/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.h index 64e9182342..b54bff692b 100644 --- a/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.h +++ b/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.h @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SenTestCase+SentryCrash.h // diff --git a/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.m b/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.m index 50065d1e3f..9973e1bc55 100644 --- a/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.m +++ b/Tests/SentryTests/SentryCrash/XCTestCase+SentryCrash.m @@ -1,3 +1,4 @@ +// Adapted from: https://github.com/kstenerud/KSCrash // // SenTestCase+SentryCrash.m //