Skip to content

Commit 8fb4aa8

Browse files
committed
bump license year
1 parent eccc350 commit 8fb4aa8

File tree

118 files changed

+1995
-907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+1995
-907
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FalsePatternLib
22

3-
Copyright (C) 2022-2023 FalsePattern
3+
Copyright (C) 2022-2024 FalsePattern
44
All Rights Reserved
55

66
The above copyright notice and this permission notice

src/main/java/com/falsepattern/lib/DeprecationDetails.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123

2224
package com.falsepattern.lib;

src/main/java/com/falsepattern/lib/StableAPI.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib;
2224

src/main/java/com/falsepattern/lib/asm/ASMUtil.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib.asm;
2224

src/main/java/com/falsepattern/lib/asm/IClassNodeTransformer.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib.asm;
2224

src/main/java/com/falsepattern/lib/asm/SmartTransformer.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib.asm;
2224

src/main/java/com/falsepattern/lib/asm/exceptions/AsmClassNotFoundException.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib.asm.exceptions;
2224

src/main/java/com/falsepattern/lib/asm/exceptions/AsmFieldNotFoundException.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib.asm.exceptions;
2224

src/main/java/com/falsepattern/lib/asm/exceptions/AsmMethodNotFoundException.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib.asm.exceptions;
2224

src/main/java/com/falsepattern/lib/asm/exceptions/AsmTransformException.java

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
/*
2-
* Copyright (C) 2022-2023 FalsePattern
2+
* This file is part of FalsePatternLib.
3+
*
4+
* Copyright (C) 2022-2024 FalsePattern
35
* All Rights Reserved
46
*
5-
* The above copyright notice and this permission notice
6-
* shall be included in all copies or substantial portions of the Software.
7+
* The above copyright notice and this permission notice shall be included
8+
* in all copies or substantial portions of the Software.
79
*
8-
* This program is free software: you can redistribute it and/or modify
10+
* FalsePatternLib is free software: you can redistribute it and/or modify
911
* it under the terms of the GNU Lesser General Public License as published by
1012
* the Free Software Foundation, either version 3 of the License, or
1113
* (at your option) any later version.
1214
*
13-
* This program is distributed in the hope that it will be useful,
15+
* FalsePatternLib is distributed in the hope that it will be useful,
1416
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
* GNU General Public License for more details.
17+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* GNU Lesser General Public License for more details.
1719
*
1820
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
* along with FalsePatternLib. If not, see <https://www.gnu.org/licenses/>.
2022
*/
2123
package com.falsepattern.lib.asm.exceptions;
2224

0 commit comments

Comments
 (0)