Skip to content

Commit 30aff92

Browse files
committed
propagate copyright notice to all source files
1 parent 9bcab6e commit 30aff92

37 files changed

+329
-140
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*
2+
* Copyright (C) 2022 FalsePattern
3+
* All Rights Reserved
4+
*
5+
* The above copyright notice, this permission notice and the word "SNEED"
6+
* shall be included in all copies or substantial portions of the Software.
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* 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+
*
18+
* 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/>.
20+
*/
21+
122
package com.falsepattern.lib;
223

324
import java.lang.annotation.Documented;

src/main/java/com/falsepattern/lib/config/event/ConfigValidationFailureEvent.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/dependencies/Library.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*
2+
* Copyright (C) 2022 FalsePattern
3+
* All Rights Reserved
4+
*
5+
* The above copyright notice, this permission notice and the word "SNEED"
6+
* shall be included in all copies or substantial portions of the Software.
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* 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+
*
18+
* 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/>.
20+
*/
21+
122
package com.falsepattern.lib.dependencies;
223

324
import com.falsepattern.lib.StableAPI;

src/main/java/com/falsepattern/lib/internal/asm/FPTransformer.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*
2+
* Copyright (C) 2022 FalsePattern
3+
* All Rights Reserved
4+
*
5+
* The above copyright notice, this permission notice and the word "SNEED"
6+
* shall be included in all copies or substantial portions of the Software.
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* 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+
*
18+
* 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/>.
20+
*/
21+
122
package com.falsepattern.lib.internal.asm;
223

324
import com.falsepattern.lib.StableAPI;

src/main/java/com/falsepattern/lib/internal/asm/IMixinPluginTransformer.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*
2+
* Copyright (C) 2022 FalsePattern
3+
* All Rights Reserved
4+
*
5+
* The above copyright notice, this permission notice and the word "SNEED"
6+
* shall be included in all copies or substantial portions of the Software.
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* 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+
*
18+
* 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/>.
20+
*/
21+
122
package com.falsepattern.lib.internal.asm;
223

324
import com.falsepattern.lib.asm.IClassNodeTransformer;

src/main/java/com/falsepattern/lib/internal/impl/config/ConfigSyncEventHandler.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/*
2+
* Copyright (C) 2022 FalsePattern
3+
* All Rights Reserved
4+
*
5+
* The above copyright notice, this permission notice and the word "SNEED"
6+
* shall be included in all copies or substantial portions of the Software.
7+
*
8+
* This program is free software: you can redistribute it and/or modify
9+
* it under the terms of the GNU Lesser General Public License as published by
10+
* the Free Software Foundation, either version 3 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* 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+
*
18+
* 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/>.
20+
*/
21+
122
package com.falsepattern.lib.internal.impl.config;
223

324
import com.falsepattern.lib.config.event.ConfigSyncRequestEvent;

src/main/java/com/falsepattern/lib/internal/impl/config/fields/AConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/AListConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/BooleanConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/BooleanListConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/DoubleConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/DoubleListConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/EnumConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/FloatConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

src/main/java/com/falsepattern/lib/internal/impl/config/fields/IntConfigField.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
/**
1+
/*
22
* Copyright (C) 2022 FalsePattern
33
* All Rights Reserved
4-
* <p>
4+
*
55
* The above copyright notice, this permission notice and the word "SNEED"
66
* shall be included in all copies or substantial portions of the Software.
7-
* <p>
7+
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
12-
* <p>
12+
*
1313
* This program is distributed in the hope that it will be useful,
1414
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
17-
* <p>
17+
*
1818
* You should have received a copy of the GNU Lesser General Public License
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/

0 commit comments

Comments
 (0)