NOTICE 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Parts of this code are ported to php from the ZXing project
  2. and licensed under the Apache License, Version 2.0.
  3. Copyright 2007 ZXing authors (https://github.com/zxing/zxing),
  4. Copyright (c) Ashot Khanamiryan (https://github.com/khanamiryan/php-qrcode-detector-decoder)
  5. Licensed under the Apache License, Version 2.0 (the "License");
  6. you may not use this file except in compliance with the License.
  7. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. List of affected files:
  15. src/Common/ECICharset.php
  16. src/Common/GenericGFPoly.php
  17. src/Common/GF256.php
  18. src/Common/LuminanceSourceAbstract.php
  19. src/Common/MaskPattern.php
  20. src/Decoder/Binarizer.php
  21. src/Decoder/BitMatrix.php
  22. src/Decoder/Decoder.php
  23. src/Decoder/DecoderResult.php
  24. src/Decoder/ReedSolomonDecoder.php
  25. src/Detector/AlignmentPattern.php
  26. src/Detector/AlignmentPatternFinder.php
  27. src/Detector/Detector.php
  28. src/Detector/FinderPattern.php
  29. src/Detector/FinderPatternFinder.php
  30. src/Detector/GridSampler.php
  31. src/Detector/PerspectiveTransform.php
  32. src/Detector/ResultPoint.php
  33. tests/Common/MaskPatternTest.php