Skip to content

Commit 61f87a0

Browse files
committed
Changed License to Apache v2.0
1 parent 9c1fdb6 commit 61f87a0

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

QRCodeReaderView-lib/src/com/dlazaro66/qrcodereaderview/QRCodeReaderView.java

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,21 @@
2323
import com.google.zxing.qrcode.QRCodeReader;
2424

2525
/*
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+
4641

4742

4843
/**

0 commit comments

Comments
 (0)