Skip to content

Commit 3fc6eda

Browse files
committed
update copyright
1 parent 2404b2e commit 3fc6eda

File tree

113 files changed

+302
-218
lines changed

Some content is hidden

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

113 files changed

+302
-218
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FalsePatternLib
22

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

6-
The above copyright notice, this permission notice and the word "SNEED"
6+
The above copyright notice and this permission notice
77
shall be included in all copies or substantial portions of the Software.
88

99
This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (C) 2022 FalsePattern
2+
* Copyright (C) 2022-2023 FalsePattern
33
* All Rights Reserved
44
*
5-
* The above copyright notice, this permission notice and the word "SNEED"
5+
* The above copyright notice and this permission notice
66
* shall be included in all copies or substantial portions of the Software.
77
*
88
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)