diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java index 1c2e8e6d5..5f4978e7b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Deobfuscating AVM2 bytecode. */ package com.jpexs.decompiler.flash.abc.avm2.deobfuscation; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java index d4bdb96be..b963d3bae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Exceptions for AVM2 execution. */ package com.jpexs.decompiler.flash.abc.avm2.exceptions; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java index 85a29f0fc..81b935413 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Fast AVM2 instruction list implementation. */ package com.jpexs.decompiler.flash.abc.avm2.fastavm2; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java index e1f238088..dcd26f22a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AVM2 control flow graph. */ package com.jpexs.decompiler.flash.abc.avm2.graph; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java index b3559b2fb..3cbc187cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Alchemy (domain memory) AVM2 instructions */ package com.jpexs.decompiler.flash.abc.avm2.instructions.alchemy; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java index 32a2d385b..cbd086d40 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Arithmetic AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.arithmetic; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java index 4c73b7993..9455b844b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Bitwise AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.bitwise; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java index 189cc2c9c..5a92f0194 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Comparison AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.comparison; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java index ed3994d61..7d659b855 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Construction AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.construction; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java index 3e7d76945..dd0a54ae5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Debug AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.debug; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java index 10b29c023..2ec4dd803 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Execution AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.executing; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java index ba86493b8..4fd67f7f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Jump, ifs and switch AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.jumps; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java index 864d15639..d70d23aa7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AVM2 instructions that work with local registers. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.localregs; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java index ac02fcf9c..df34e4a49 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Decimal support AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.other.decimalsupport; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java index 264aff9d0..59466d826 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Deprecated AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.other.deprecated; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java index c9e2df556..bfa96ef4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Float support AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.other.floatsupport; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java index 7bcf4bfae..8ef13a5dc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Other uncategorized AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.other; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java index 0c02d3705..f9d3db2f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Unknown AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.other.unknown; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java index a173a6801..d37c56e77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java index 862cf6537..9fbc47e4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Stack AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.stack; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java index 840889238..301925178 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Type checking and conversion AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java index 9d8cd42a0..80a833ce6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * XML AVM2 instructions. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.xml; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java index 48fa829dd..5f00546ff 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * High-level AVM2 model of various clauses. */ package com.jpexs.decompiler.flash.abc.avm2.model.clauses; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java index 2b2682c82..a14e9a7e3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * High-level AVM2 model of operations. */ package com.jpexs.decompiler.flash.abc.avm2.model.operations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java index 7eb961507..9a6339c70 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * High-level AVM2 model. */ package com.jpexs.decompiler.flash.abc.avm2.model; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java index acfe7197a..8b8f5faba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AVM2 (ActionScript Virtual Machine 2) bytecode. */ package com.jpexs.decompiler.flash.abc.avm2; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java index 3fc9a4d39..81a4817a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing AVM2 ActionScript and/or P-code. */ package com.jpexs.decompiler.flash.abc.avm2.parser; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java index 89368cb35..95e450ede 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing AVM2 P-code. */ package com.jpexs.decompiler.flash.abc.avm2.parser.pcode; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java index 793903121..df4e4396c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing AVM2 (ActionScript 3) scripts. */ package com.jpexs.decompiler.flash.abc.avm2.parser.script; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java index 9deae6ab0..716dcffc3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * ActionScript Bytecode (ABC). */ package com.jpexs.decompiler.flash.abc; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java index b281977a0..72b43e2d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * ABC types. */ package com.jpexs.decompiler.flash.abc.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java index 2adb3c0be..eccbb6c71 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * ABC traits. */ package com.jpexs.decompiler.flash.abc.types.traits; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java index 89f29967f..c165034fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * ABC Multiname usages. */ package com.jpexs.decompiler.flash.abc.usages.multinames; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java index 33c35bda3..67d104871 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Usages of ABC elements. */ package com.jpexs.decompiler.flash.abc.usages; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java index f9e2d5f9c..dea239545 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Detection of ABC element usages and elements removing. */ package com.jpexs.decompiler.flash.abc.usages.simple; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java index fa79d7b15..2f8503b0e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * ActionScript 2.0 decompilation. */ package com.jpexs.decompiler.flash.action.as2; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java index 90e6d347c..55d4fe04c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Deobfuscating ActionScript 1/2 code. */ package com.jpexs.decompiler.flash.action.deobfuscation; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java index fc84b142c..bbba99586 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Fast action list. */ package com.jpexs.decompiler.flash.action.fastactionlist; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java index 85d374a76..54b48e450 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Flash Lite Actions. */ package com.jpexs.decompiler.flash.action.flashlite; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java index a1913f4f2..5c60335e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * High-level ActionScript 1/2 model of various clauses. */ package com.jpexs.decompiler.flash.action.model.clauses; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java index a719fa276..f60b316a8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * High-level ActionScript 1/2 model of operations. */ package com.jpexs.decompiler.flash.action.model.operations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java index 4aadbf410..cababea56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * ActionScript1/2 high-level model. */ package com.jpexs.decompiler.flash.action.model; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java index eeda8ba6a..753f247d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing, decompiling and execution of ActionScript 1/2 bytecode. */ package com.jpexs.decompiler.flash.action; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java index 0fa1b3aba..8af3597c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing ActionScript 1/2 scripts and P-code. */ package com.jpexs.decompiler.flash.action.parser; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java index 44dbe1013..6e9c46d10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing ActionScript 1/2 PCode. */ package com.jpexs.decompiler.flash.action.parser.pcode; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java index 9b3fac62d..fff7ee76c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing ActionScript 1/2 scripts. */ package com.jpexs.decompiler.flash.action.parser.script; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java index d6127050f..04816561e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Special actions. */ package com.jpexs.decompiler.flash.action.special; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java index 7d129733d..ea83b60a0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * SWF 3 actions. */ package com.jpexs.decompiler.flash.action.swf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java index 5284c36ef..652d87655 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * SWF 4 actions. */ package com.jpexs.decompiler.flash.action.swf4; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java index 0ccc2dccd..dc76b19c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * SWF 5 actions. */ package com.jpexs.decompiler.flash.action.swf5; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java index 2fc345b18..bd749c240 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * SWF 6 actions. */ package com.jpexs.decompiler.flash.action.swf6; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java index bc68b9ae3..b282b28d8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * SWF 7 actions. */ package com.jpexs.decompiler.flash.action.swf7; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/package-info.java index c1ebfa937..65d417f11 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF0. */ package com.jpexs.decompiler.flash.amf.amf0; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/types/package-info.java index 3ca2f25f6..1a274a260 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf0/types/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF0 types. */ package com.jpexs.decompiler.flash.amf.amf0.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java index 2635fd521..a12ac3cbf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF3. */ package com.jpexs.decompiler.flash.amf.amf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java index 3cc415dcb..5288076bc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF3 types. */ package com.jpexs.decompiler.flash.amf.amf3.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java index 46c236a1f..4d93bcdb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Caching AS data. */ package com.jpexs.decompiler.flash.cache; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java index 884ebfd95..8c9c18072 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Configuration of FFDec. */ package com.jpexs.decompiler.flash.configuration; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java index c4694997d..1471bdf88 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Documentation for instructions and actions. */ package com.jpexs.decompiler.flash.docs; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java index b08cc4250..84b7640f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Dump view data. */ package com.jpexs.decompiler.flash.dumpview; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java index 043f36530..f85cd21ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * ECMAScript types. */ package com.jpexs.decompiler.flash.ecma; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf0/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf0/package-info.java index 233c4fe7a..a56e6b77c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf0/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf0/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF0 export. */ package com.jpexs.decompiler.flash.exporters.amf.amf0; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java index 362f4eaf8..c47ecda1c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF3 export. */ package com.jpexs.decompiler.flash.exporters.amf.amf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java index 20eaa2e04..84b895c4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Common classes for exporting shapes. */ package com.jpexs.decompiler.flash.exporters.commonshape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java index dbd789129..19920eb19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Export modes. */ package com.jpexs.decompiler.flash.exporters.modes; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java index c14955467..4419a2203 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Morph shapes exporter. */ package com.jpexs.decompiler.flash.exporters.morphshape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java index 2408c04b0..62258caa6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Exporting Flash elements to various formats. */ package com.jpexs.decompiler.flash.exporters; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java index c429369a2..fe897c9bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Graphviz graphs exporter for scripts. */ package com.jpexs.decompiler.flash.exporters.script.graphviz; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java index fa3015a6d..c2836f80b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Exporting scripts. */ package com.jpexs.decompiler.flash.exporters.script; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java index 38df7de86..627685744 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Export settings. */ package com.jpexs.decompiler.flash.exporters.settings; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java index a10766053..19c970f63 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Exporting shapes. */ package com.jpexs.decompiler.flash.exporters.shape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/package-info.java index 76439d17d..c462e062e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Exporting whole SWF files. */ package com.jpexs.decompiler.flash.exporters.swf; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flexsdk/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flexsdk/package-info.java index e4b7e2b3a..849195aa2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flexsdk/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flexsdk/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Flex SDK support. */ package com.jpexs.decompiler.flash.flexsdk; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/package-info.java index 1871f8b70..1cc18c14b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * FLV files. */ package com.jpexs.decompiler.flash.flv; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/gfx/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/gfx/package-info.java index 6a14d0cef..321466020 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/gfx/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/gfx/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * GFX files. */ package com.jpexs.decompiler.flash.gfx; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java index 0b1a34890..31d7dc79f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Harman. */ package com.jpexs.decompiler.flash.harman; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java index 4e5329f26..c82df92d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Collection helpers. */ package com.jpexs.decompiler.flash.helpers.collections; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java index f8408fc01..2d9f60d1f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Code position highlighting. */ package com.jpexs.decompiler.flash.helpers.hilight; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java index 6b643edaf..bed3d62ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Helpers for flash. */ package com.jpexs.decompiler.flash.helpers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java index 92f2dd81a..4f52e335e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Iggy format annotations. */ package com.jpexs.decompiler.flash.iggy.annotations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java index 8cc529cb0..d9a44fa2e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Converting Iggy format. */ package com.jpexs.decompiler.flash.iggy.conversion; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java index a5eee4be6..1ef43553d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * IGGY files. */ package com.jpexs.decompiler.flash.iggy; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java index 59df37c03..4e1c76fa4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Iggy streams. */ package com.jpexs.decompiler.flash.iggy.streams; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf0/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf0/package-info.java index ad1436585..569935ac7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf0/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf0/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF0 importer. */ package com.jpexs.decompiler.flash.importers.amf.amf0; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java index 8b8faa1a2..1d9d68fb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF3 importer. */ package com.jpexs.decompiler.flash.importers.amf.amf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/package-info.java index 2b93eecc8..964d82045 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * AMF lexers and importers. */ package com.jpexs.decompiler.flash.importers.amf; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java index 7223d2baa..048577cb1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Morph shape importer. */ package com.jpexs.decompiler.flash.importers.morphshape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java index 0dfc121ec..f6b4a4268 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Importers. */ package com.jpexs.decompiler.flash.importers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java index c581053cb..82502af54 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * CSS parser and styles. */ package com.jpexs.decompiler.flash.importers.svg.css; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java index 57e58679c..eed6603c6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * SVG importer. */ package com.jpexs.decompiler.flash.importers.svg; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/jna/platform/win32/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/jna/platform/win32/package-info.java index 39f1e505b..4a8335777 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/jna/platform/win32/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/jna/platform/win32/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Windows API functions and structures accessible via JNA. */ package com.jpexs.decompiler.flash.jna.platform.win32; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java index 8ca18c6b4..0e2ce1eaf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Localization of instruction documentation. */ package com.jpexs.decompiler.flash.locales.docs.pcode; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java index 5612b9a67..c3adb43c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Localization of the FFDec library. */ package com.jpexs.decompiler.flash.locales; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java index 4ed90d3ef..dd4cdc2fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Mathematical operations. */ package com.jpexs.decompiler.flash.math; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/package-info.java index 577e1d287..0631fb4f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Main package for Flash. */ package com.jpexs.decompiler.flash; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java index c78cc5157..23d6a2b23 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Packing and unpacking SWF files and BinaryData objects. */ package com.jpexs.decompiler.flash.packers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java index 03485cccb..f561c67d7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Searching in SWF files. */ package com.jpexs.decompiler.flash.search; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/sol/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/sol/package-info.java index 7a9a1124f..745f7aeb0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/sol/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/sol/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Reading Local Shared Objects. */ package com.jpexs.decompiler.flash.sol; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java index c65e484c2..f3b24a825 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Base classes for Flash tags. */ package com.jpexs.decompiler.flash.tags.base; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java index 130ff23d7..e71d1f1a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Dynamic text tags. */ package com.jpexs.decompiler.flash.tags.dynamictext; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java index 42f5a8a05..65dc12710 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Enums for tags. */ package com.jpexs.decompiler.flash.tags.enums; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java index ee2f1a84b..9658be0c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Font tags handling. */ package com.jpexs.decompiler.flash.tags.font; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java index 4d6f02687..a35871ccc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * GFX tag enums. */ package com.jpexs.decompiler.flash.tags.gfx.enums; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java index a0a6eeb6f..6068c3db2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * GFX tags. */ package com.jpexs.decompiler.flash.tags.gfx; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java index 876f99b8c..3f700cc87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Flash tags. */ package com.jpexs.decompiler.flash.tags; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java index 2e736afa3..a52ede54a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Text tags. */ package com.jpexs.decompiler.flash.tags.text; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java index c6519539d..274ce44db 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Flash timeline. */ package com.jpexs.decompiler.flash.timeline; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java index 07276043c..ef08d4952 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Tree items. */ package com.jpexs.decompiler.flash.treeitems; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java index 91a2b4a83..8a05b82b2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Annotations for Flash types. */ package com.jpexs.decompiler.flash.types.annotations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java index 58ac41c34..850a29f41 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Parsing annotations. */ package com.jpexs.decompiler.flash.types.annotations.parser; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java index 904e57032..bb1ecbe6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Flash filters. */ package com.jpexs.decompiler.flash.types.filters; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java index bbaac7fe2..9ef720f42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * GFX types. */ package com.jpexs.decompiler.flash.types.gfx; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java index 1b5f378b0..c38011642 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Flash types. */ package com.jpexs.decompiler.flash.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java index c5906663b..984a3b444 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Shape record types. */ package com.jpexs.decompiler.flash.types.shaperecords; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java index f12c29bd2..7717edb95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Sound types. */ package com.jpexs.decompiler.flash.types.sound; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java index 5180b6714..c39a791f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * XFL (FLA) generator. */ package com.jpexs.decompiler.flash.xfl; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java index a3208ae2c..26a029ca8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Fixing shapes in XFL files. */ package com.jpexs.decompiler.flash.xfl.shapefixer; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java index cf4f11778..d7243ac1b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * High-level model of the graph. */ package com.jpexs.decompiler.graph.model; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java index 9517cfe77..75f32d067 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Control flow graph and its decompiling. */ package com.jpexs.decompiler.graph; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java index 91687f6cc..5b8d2fffe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Detection of precontinues in loops. */ package com.jpexs.decompiler.graph.precontinues; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java index 9cf190c3c..c7b7c46fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Helpers. */ package com.jpexs.helpers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java index 4b3f887b9..b6a45df2d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Plugin support. */ package com.jpexs.helpers.plugin; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java index 33af0537f..c6d92977d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Working with properties files. */ package com.jpexs.helpers.properties; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java index e97a38f9e..fff5d8511 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Resources. */ package com.jpexs.helpers.resource; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java index 2a0d1ab96..e5ace3407 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Sound helpers. */ package com.jpexs.helpers.sound; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java index 9d209e66a..21195e732 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Collecting statistics. */ package com.jpexs.helpers.stat; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java index 0e6db27f5..9083084b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Stream helpers. */ package com.jpexs.helpers.streams; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java index f7602ba27..84e85b802 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Charset helpers. */ package com.jpexs.helpers.utf8.charset; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java index 8de8628f3..c9eda5b2b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * UTF-8 encoding and decoding helpers. */ package com.jpexs.helpers.utf8; diff --git a/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java index f6a1e2c4a..f02315dac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS, All rights reserved. - * - * This library 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 3.0 of the License, or (at your option) any later version. - * - * This library 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. +/** + * Video playback. */ package com.jpexs.video; diff --git a/src/com/jpexs/decompiler/flash/gui/jna/platform/win32/package-info.java b/src/com/jpexs/decompiler/flash/gui/jna/platform/win32/package-info.java index ca09298a5..221668c6e 100644 --- a/src/com/jpexs/decompiler/flash/gui/jna/platform/win32/package-info.java +++ b/src/com/jpexs/decompiler/flash/gui/jna/platform/win32/package-info.java @@ -1,17 +1,4 @@ -/* - * Copyright (C) 2010-2025 JPEXS - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 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 Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . +/** + * Windows API functions and structures accessible via JNA. */ package com.jpexs.decompiler.flash.gui.jna.platform.win32; diff --git a/src/de/javagl/treetable/package-info.java b/src/de/javagl/treetable/package-info.java index 6156c4ce2..35724f64a 100644 --- a/src/de/javagl/treetable/package-info.java +++ b/src/de/javagl/treetable/package-info.java @@ -1,17 +1,9 @@ -/* - * Copyright (C) 2010-2025 JPEXS - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 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 Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . +/** + * A JTreeTable based on the example code from the article "Creating TreeTables" + * by Sun Microsystems.
+ *
+ * See http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html + * (only available via the web archive link + * https://web.archive.org/web/20120626135631/http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html now) */ -package de.javagl.treetable; +package de.javagl.treetable; \ No newline at end of file