Skip to content

Commit c48e177

Browse files
Merge pull request #51 from doo/ii/update_3.0.6
Update to Barcode SDK 3.0.6
2 parents 1ce8ff0 + 5d786a0 commit c48e177

File tree

2 files changed

+140
-143
lines changed

2 files changed

+140
-143
lines changed

Libraries.txt

+139-142
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.0.5
1+
Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 3.0.6
22

33
CWAC-Camera
44

@@ -142,109 +142,6 @@ limitations under the License.
142142

143143

144144

145-
Nameof C++
146-
147-
Version 0.8.3
148-
(https://github.com/Neargye/nameof)
149-
150-
MIT License
151-
152-
Copyright (c) 2016, 2018 - 2019 Daniil Goncharov
153-
154-
Permission is hereby granted, free of charge, to any person obtaining
155-
a copy of this software and associated documentation files (the
156-
"Software"), to deal in the Software without restriction, including
157-
without limitation the rights to use, copy, modify, merge, publish,
158-
distribute, sublicense, and/or sell copies of the Software, and to
159-
permit persons to whom the Software is furnished to do so, subject to
160-
the following conditions:
161-
162-
The above copyright notice and this permission notice shall be
163-
included in all copies or substantial portions of the Software.
164-
165-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
166-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
167-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
168-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
169-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
170-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
171-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
172-
173-
174-
175-
ZXing-C++, C++ port of ZXing
176-
177-
(https://github.com/nu-book/zxing-cpp)
178-
179-
Copyright 2016 Nu-book Inc.
180-
Copyright 2016 ZXing authors
181-
182-
Licensed under the Apache License, Version 2.0 (the "License");
183-
you may not use this file except in compliance with the License.
184-
You may obtain a copy of the License at
185-
186-
http://www.apache.org/licenses/LICENSE-2.0
187-
188-
Unless required by applicable law or agreed to in writing, software
189-
distributed under the License is distributed on an "AS IS" BASIS,
190-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
191-
See the License for the specific language governing permissions and
192-
limitations under the License.
193-
194-
195-
196-
TensorFlow
197-
198-
Version based on GitHub commit a4dfb8d1a71
199-
(https://github.com/tensorflow/tensorflow)
200-
201-
Copyright 2017 The TensorFlow Authors. All Rights Reserved.
202-
203-
Licensed under the Apache License, Version 2.0 (the "License");
204-
you may not use this file except in compliance with the License.
205-
You may obtain a copy of the License at
206-
207-
http://www.apache.org/licenses/LICENSE-2.0
208-
209-
Unless required by applicable law or agreed to in writing, software
210-
distributed under the License is distributed on an "AS IS" BASIS,
211-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
212-
See the License for the specific language governing permissions and
213-
limitations under the License.
214-
215-
216-
217-
BOOST C++ Libraries
218-
219-
Version 1.68
220-
(https://github.com/boostorg/boost)
221-
222-
This library is distributed under the terms of the following license: https://www.boost.org/LICENSE_1_0.txt
223-
224-
Boost Software License - Version 1.0 - August 17th, 2003
225-
226-
Permission is hereby granted, free of charge, to any person or organization obtaining
227-
a copy of the software and accompanying documentation covered by this license
228-
(the "Software") to use, reproduce, display, distribute, execute, and transmit
229-
the Software, and to prepare derivative works of the Software, and to permit third-parties
230-
to whom the Software is furnished to do so, all subject to the following:
231-
232-
The copyright notices in the Software and this entire statement, including the above
233-
license grant, this restriction and the following disclaimer, must be included in
234-
all copies of the Software, in whole or in part, and all derivative works of the
235-
Software, unless such copies or derivative
236-
works are solely in the form of machine-executable object code generated by a source
237-
language processor.
238-
239-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
240-
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
241-
PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE
242-
DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN
243-
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
244-
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
245-
246-
247-
248145
BoringSSL
249146

250147
https://github.com/google/boringssl
@@ -357,39 +254,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
357254

358255

359256

360-
Filesystem.hpp
361-
362-
(https://github.com/bin-build/filesystem)
363-
Copyright (c) 2015-2017, Wenzel Jakob
364-
Copyright (c) 2017, Josh Junon
365-
All rights reserved.
366-
This library is distributed under the terms of a BSD 2-Clause License (https://github.com/bin-build/filesystem/blob/master/LICENSE)
367-
368-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
369-
370-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
371-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
372-
373-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
374-
375-
376-
377-
JSON for Modern C++
378-
379-
Version 3.1.0
380-
(https://github.com/nlohmann/json)
381-
Copyright (c) 2013-2018 Niels Lohmann <http://nlohmann.me>.
382-
This library is distributed under the terms of a MIT License (https://github.com/nlohmann/json/blob/develop/LICENSE.MIT)
383-
384-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
385-
386-
The above copyright notice and this permission notice shall be included in all
387-
copies or substantial portions of the Software.
388-
389-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
390-
391-
392-
393257
OpenCV
394258

395259
Version 4.4.0
@@ -483,6 +347,127 @@ POSSIBILITY OF SUCH DAMAGE.
483347

484348

485349

350+
BOOST C++ Libraries
351+
352+
Version 1.73
353+
(https://github.com/boostorg/boost)
354+
355+
This library is distributed under the terms of the following license: https://www.boost.org/LICENSE_1_0.txt
356+
357+
Boost Software License - Version 1.0 - August 17th, 2003
358+
359+
Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:
360+
361+
The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative
362+
works are solely in the form of machine-executable object code generated by a source language processor.
363+
364+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
365+
366+
367+
368+
Filesystem.hpp
369+
370+
(https://github.com/bin-build/filesystem)
371+
Copyright (c) 2015-2017, Wenzel Jakob
372+
Copyright (c) 2017, Josh Junon
373+
All rights reserved.
374+
375+
This library is distributed under the terms of a BSD 2-Clause License (https://github.com/bin-build/filesystem/blob/master/LICENSE)
376+
377+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
378+
379+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
380+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
381+
382+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
383+
384+
385+
386+
JSON for Modern C++
387+
388+
Version 3.6.1
389+
(https://github.com/nlohmann/json)
390+
Copyright (c) 2013-2018 Niels Lohmann http://nlohmann.me.
391+
This library is distributed under the terms of a MIT License (https://github.com/nlohmann/json/blob/develop/LICENSE.MIT)
392+
393+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
394+
395+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
396+
397+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
398+
399+
400+
401+
Nameof C++
402+
403+
Version 0.8.3
404+
(https://github.com/Neargye/nameof)
405+
406+
MIT License
407+
408+
Copyright (c) 2016, 2018 - 2019 Daniil Goncharov
409+
410+
Permission is hereby granted, free of charge, to any person obtaining a copy
411+
of this software and associated documentation files (the "Software"), to deal
412+
in the Software without restriction, including without limitation the rights
413+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
414+
copies of the Software, and to permit persons to whom the Software is
415+
furnished to do so, subject to the following conditions:
416+
417+
The above copyright notice and this permission notice shall be included in all
418+
copies or substantial portions of the Software.
419+
420+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
421+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
422+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
423+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
424+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
425+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
426+
SOFTWARE.
427+
428+
429+
430+
ZXing-C++, C++ port of ZXing
431+
432+
(https://github.com/nu-book/zxing-cpp)
433+
434+
Copyright 2016 Nu-book Inc.
435+
Copyright 2016 ZXing authors
436+
437+
438+
Licensed under the Apache License, Version 2.0 (the "License");
439+
you may not use this file except in compliance with the License.
440+
You may obtain a copy of the License at
441+
442+
http://www.apache.org/licenses/LICENSE-2.0
443+
444+
Unless required by applicable law or agreed to in writing, software
445+
distributed under the License is distributed on an "AS IS" BASIS,
446+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
447+
See the License for the specific language governing permissions and
448+
limitations under the License.
449+
450+
451+
452+
TensorFlow
453+
454+
Version based on GitHub commit a4dfb8d1a71
455+
(https://github.com/tensorflow/tensorflow)
456+
457+
Licensed under the Apache License, Version 2.0 (the "License");
458+
you may not use this file except in compliance with the License.
459+
You may obtain a copy of the License at
460+
461+
http://www.apache.org/licenses/LICENSE-2.0
462+
463+
Unless required by applicable law or agreed to in writing, software
464+
distributed under the License is distributed on an "AS IS" BASIS,
465+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
466+
See the License for the specific language governing permissions and
467+
limitations under the License.
468+
469+
470+
486471
xsimd
487472

488473
Version based on GitHub commit 3d17850
@@ -491,16 +476,21 @@ Version based on GitHub commit 3d17850
491476
Copyright (c) 2016, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and Martin Renou
492477
Copyright (c) 2016, QuantStack
493478
All rights reserved.
479+
494480
Redistribution and use in source and binary forms, with or without
495481
modification, are permitted provided that the following conditions are met:
482+
496483
* Redistributions of source code must retain the above copyright notice, this
497484
list of conditions and the following disclaimer.
485+
498486
* Redistributions in binary form must reproduce the above copyright notice,
499487
this list of conditions and the following disclaimer in the documentation
500488
and/or other materials provided with the distribution.
489+
501490
* Neither the name of the copyright holder nor the names of its
502491
contributors may be used to endorse or promote products derived from
503492
this software without specific prior written permission.
493+
504494
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
505495
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
506496
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -520,19 +510,25 @@ Version based on GitHub commit e0f0066
520510
(https://github.com/xtensor-stack/xtl)
521511

522512
BSD 3-Clause License
513+
523514
Copyright (c) 2017, Sylvain Corlay, Johan Mabille and Wolf Vollprecht
524515
Copyright (c) 2017, QuantStack
525516
All rights reserved.
517+
526518
Redistribution and use in source and binary forms, with or without
527519
modification, are permitted provided that the following conditions are met:
520+
528521
* Redistributions of source code must retain the above copyright notice, this
529522
list of conditions and the following disclaimer.
523+
530524
* Redistributions in binary form must reproduce the above copyright notice,
531525
this list of conditions and the following disclaimer in the documentation
532526
and/or other materials provided with the distribution.
527+
533528
* Neither the name of the copyright holder nor the names of its
534529
contributors may be used to endorse or promote products derived from
535530
this software without specific prior written permission.
531+
536532
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
537533
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
538534
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -551,19 +547,25 @@ xtensor
551547
Version based on GitHub commit be35a26
552548
(https://github.com/doo/xtensor)
553549

550+
554551
Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht
555552
Copyright (c) 2016, QuantStack
556553
All rights reserved.
554+
557555
Redistribution and use in source and binary forms, with or without
558556
modification, are permitted provided that the following conditions are met:
557+
559558
* Redistributions of source code must retain the above copyright notice, this
560559
list of conditions and the following disclaimer.
560+
561561
* Redistributions in binary form must reproduce the above copyright notice,
562562
this list of conditions and the following disclaimer in the documentation
563563
and/or other materials provided with the distribution.
564+
564565
* Neither the name of the copyright holder nor the names of its
565566
contributors may be used to endorse or promote products derived from
566567
this software without specific prior written permission.
568+
567569
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
568570
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
569571
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@@ -585,24 +587,19 @@ Version based on GitHub commit fb8d1f1b2
585587
BSD License
586588

587589
For XNNPACK software
588-
589590
Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
590591
Copyright 2019 Google LLC
591592

592593
Redistribution and use in source and binary forms, with or without modification,
593594
are permitted provided that the following conditions are met:
594-
595595
* Redistributions of source code must retain the above copyright notice, this
596596
list of conditions and the following disclaimer.
597-
598597
* Redistributions in binary form must reproduce the above copyright notice,
599598
this list of conditions and the following disclaimer in the documentation
600599
and/or other materials provided with the distribution.
601-
602600
* Neither the name Facebook nor the names of its contributors may be used to
603601
endorse or promote products derived from this software without specific
604602
prior written permission.
605-
606603
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
607604
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
608605
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
ext.targetVersion = 30
66
ext.minVersion = 21
77
ext.kotlin_version = '1.4.20' // use the same version as SDK does
8-
ext.sdkVersion = '3.0.5'
8+
ext.sdkVersion = '3.0.6'
99
repositories {
1010
google()
1111
jcenter()

0 commit comments

Comments
 (0)