Skip to content

Commit 773751a

Browse files
Update license headers (#78)
1 parent e0b6754 commit 773751a

File tree

3 files changed

+20
-46
lines changed

3 files changed

+20
-46
lines changed

base/src/main/java/proguard/analysis/cpa/interfaces/ProgramLocationDependentBackwardTransferRelation.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
/*
2-
* ProGuard -- shrinking, optimization, obfuscation, and preverification
3-
* of Java bytecode.
2+
* ProGuardCORE -- library to process Java bytecode.
43
*
54
* Copyright (c) 2002-2022 Guardsquare NV
65
*
7-
* This program is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU General Public License as published by the Free
9-
* Software Foundation; either version 2 of the License, or (at your option)
10-
* any later version.
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
119
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT
13-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15-
* more details.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1611
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
2017
*/
2118

2219
package proguard.analysis.cpa.interfaces;

base/src/main/java/proguard/analysis/cpa/interfaces/ProgramLocationDependentForwardTransferRelation.java

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
/*
2-
* ProGuard -- shrinking, optimization, obfuscation, and preverification
3-
* of Java bytecode.
2+
* ProGuardCORE -- library to process Java bytecode.
43
*
54
* Copyright (c) 2002-2022 Guardsquare NV
65
*
7-
* This program is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU General Public License as published by the Free
9-
* Software Foundation; either version 2 of the License, or (at your option)
10-
* any later version.
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
119
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT
13-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15-
* more details.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1611
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
2017
*/
2118

2219
package proguard.analysis.cpa.interfaces;

base/src/main/java/proguard/io/util/IOUtil.java

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
/*
2-
* ProGuard -- shrinking, optimization, obfuscation, and preverification
3-
* of Java bytecode.
4-
*
5-
* Copyright (c) 2002-2022 Guardsquare NV
6-
*
7-
* This program is free software; you can redistribute it and/or modify it
8-
* under the terms of the GNU General Public License as published by the Free
9-
* Software Foundation; either version 2 of the License, or (at your option)
10-
* any later version.
11-
*
12-
* This program is distributed in the hope that it will be useful, but WITHOUT
13-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14-
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15-
* more details.
16-
*
17-
* You should have received a copy of the GNU General Public License along
18-
* with this program; if not, write to the Free Software Foundation, Inc.,
19-
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20-
*/
211
/*
222
* ProGuardCORE -- library to process Java bytecode.
233
*

0 commit comments

Comments
 (0)