Skip to content

Commit

Permalink
copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilagichani14 committed Dec 12, 2024
1 parent 13f2e5e commit 4496f29
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@
import sootup.core.types.ClassType;
import sootup.core.util.DotExporter;

/*-
* #%L
* Soot
* %%
* Copyright (C) 2024 Sahil Agichani
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-2.1.html>.
* #L%
*/

/** Iterates over the blocks */
public class BlockGraphIterator implements Iterator<BasicBlock<?>> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@
import sootup.core.jimple.common.stmt.Stmt;
import sootup.core.types.ClassType;

/*-
* #%L
* Soot
* %%
* Copyright (C) 2024 Sahil Agichani
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-2.1.html>.
* #L%
*/

/**
* Iterates over the Blocks and collects/aggregates Trap information It is used to collect and
* aggregate traps for serializing Jimple in the JimplePrinter
Expand Down

0 comments on commit 4496f29

Please sign in to comment.