|
23 | 23 | import com.google.zxing.qrcode.QRCodeReader;
|
24 | 24 |
|
25 | 25 | /*
|
26 |
| -* Copyright 2013 David L�zaro Esparcia. |
27 |
| -* |
28 |
| -* This program is free software: you can redistribute it and/or |
29 |
| -modify |
30 |
| -* it under the terms of the GNU General Public License as |
31 |
| -published by |
32 |
| -* the Free Software Foundation, either version 3 of the License, |
33 |
| -or |
34 |
| -* (at your option) any later version. |
35 |
| -* |
36 |
| -* This program is distributed in the hope that it will be useful, |
37 |
| -* but WITHOUT ANY WARRANTY; without even the implied warranty of |
38 |
| -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
39 |
| -* GNU General Public License for more details. |
40 |
| -* |
41 |
| -* You should have received a copy of the GNU General Public |
42 |
| -License |
43 |
| -* along with this program. If not, see |
44 |
| -<http://www.gnu.org/licenses/>. |
45 |
| -*/ |
| 26 | + * Copyright 2014 David Lázaro Esparcia. |
| 27 | + * |
| 28 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 29 | + * you may not use this file except in compliance with the License. |
| 30 | + * You may obtain a copy of the License at |
| 31 | + * |
| 32 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 33 | + * |
| 34 | + * Unless required by applicable law or agreed to in writing, software |
| 35 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 36 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 37 | + * See the License for the specific language governing permissions and |
| 38 | + * limitations under the License. |
| 39 | + */ |
| 40 | + |
46 | 41 |
|
47 | 42 |
|
48 | 43 | /**
|
|
0 commit comments