fjcaetano / ReCaptcha

[In]visible ReCaptcha v2 for iOS
http://blog.flaviocaetano.com/post/recaptcha-reaches-1-dot-0/
MIT License
267 stars 133 forks source link

Fix default copyright refs #114

Open ardigan6 opened 2 years ago

ardigan6 commented 2 years ago

Looks like a few files had an editor-default reference inserted. Updated them to agree with the overall project license for clarity. (CC @fjcaetano)

codecov[bot] commented 2 years ago

Codecov Report

Merging #114 (2e6b529) into master (0479b14) will decrease coverage by 1.83%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   97.80%   95.97%   -1.84%     
==========================================
  Files           8        8              
  Lines         273      273              
==========================================
- Hits          267      262       -5     
- Misses          6       11       +5     
Impacted Files Coverage Δ
ReCaptcha/Classes/DispatchQueue+Throttle.swift 100.00% <ø> (ø)
ReCaptcha/Classes/ReCaptcha.swift 93.84% <ø> (ø)
ReCaptcha/Classes/ReCaptchaDecoder.swift 97.29% <ø> (ø)
ReCaptcha/Classes/ReCaptchaError.swift 73.91% <ø> (-21.74%) :arrow_down:
ReCaptcha/Classes/ReCaptchaResult.swift 100.00% <ø> (ø)
ReCaptcha/Classes/ReCaptchaWebViewManager.swift 100.00% <ø> (ø)
ReCaptcha/Classes/String+Dict.swift 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3905e5b...2e6b529. Read the comment docs.