You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,34 +118,6 @@ limitations under the License.
118
118
119
119
---
120
120
121
-
## Square — Seismic (Apache 2.0)
122
-
123
-
**Source:**https://github.com/square/seismic<br>
124
-
**License:** Apache License 2.0<br>
125
-
**Copyright:** Copyright 2010 Square, Inc.
126
-
127
-
### Scope
128
-
129
-
The Sentry Java SDK includes an adapted version of Square's Seismic shake detection algorithm. The rolling sample window approach and `SampleQueue`/`SamplePool` data structures in `io.sentry.android.core.SentryShakeDetector` are based on Seismic's `ShakeDetector`.
130
-
131
-
```
132
-
Copyright 2010 Square, Inc.
133
-
134
-
Licensed under the Apache License, Version 2.0 (the "License");
135
-
you may not use this file except in compliance with the License.
136
-
You may obtain a copy of the License at
137
-
138
-
http://www.apache.org/licenses/LICENSE-2.0
139
-
140
-
Unless required by applicable law or agreed to in writing, software
141
-
distributed under the License is distributed on an "AS IS" BASIS,
142
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
143
-
See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: sentry-android-core/src/main/java/io/sentry/android/core/ANRWatchDog.java
+1-24Lines changed: 1 addition & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,4 @@
1
-
/*
2
-
* Adapted from https://github.com/SalomonBrys/ANR-WatchDog/blob/1969075f75f5980e9000eaffbaa13b0daf282dcb/anr-watchdog/src/main/java/com/github/anrwatchdog/ANRWatchDog.java
3
-
*
4
-
* The MIT License (MIT)
5
-
*
6
-
* Copyright (c) 2016 Salomon BRYS
7
-
*
8
-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
9
-
* this software and associated documentation files (the "Software"), to deal in
10
-
* the Software without restriction, including without limitation the rights to
Copy file name to clipboardExpand all lines: sentry/src/main/java/io/sentry/CircularFifoQueue.java
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,12 @@
1
1
/*
2
2
* Adapted from https://github.com/apache/commons-collections/blob/fce46cdcc6fa33ba9472921d4b3ec3f548d8cbcc/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java
3
3
*
4
-
* Licensed to the Apache Software Foundation (ASF) under one or more
5
-
* contributor license agreements. See the NOTICE file distributed with
6
-
* this work for additional information regarding copyright ownership.
7
-
* The ASF licenses this file to You under the Apache License, Version 2.0
4
+
* Copyright 2025 The Apache Software Foundation.
5
+
* Licensed under the Apache License, Version 2.0
8
6
* (the "License"); you may not use this file except in compliance with
9
7
* the License. You may obtain a copy of the License at
10
8
*
11
9
* http://www.apache.org/licenses/LICENSE-2.0
12
-
*
13
-
* Unless required by applicable law or agreed to in writing, software
14
-
* distributed under the License is distributed on an "AS IS" BASIS,
15
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
-
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: sentry/src/main/java/io/sentry/transport/ReusableCountLatch.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
/*
2
2
* Adapted from https://github.com/MatejTymes/JavaFixes/blob/37e74b9d0a29f7a47485c6d1bb1307f01fb93634/src/main/java/javafixes/concurrency/ReusableCountLatch.java
3
3
*
4
-
* Copyright (C) 2016 Matej Tymes
5
-
*
6
4
* Licensed under the Apache License, Version 2.0 (the "License");
7
5
* you may not use this file except in compliance with the License.
0 commit comments