diff --git a/LICENSE b/LICENSE
index 261eeb9..2a1eb32 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,236 @@
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index 0a577de..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache [Jikan4java]
-Copyright [2018-2019] The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/ExampleClass.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/ExampleClass.java
index e5db782..2f569c4 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/ExampleClass.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/ExampleClass.java
@@ -9,22 +9,20 @@
import java.util.concurrent.TimeUnit;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Connector.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Connector.java
index f8c589b..2e31d45 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Connector.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Connector.java
@@ -28,22 +28,20 @@
//TODO Create Documentation detailing the need to convert their old deprecated Connection classes to this connector
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Retriever.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Retriever.java
index 5e44f80..ebffe46 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Retriever.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/Retriever.java
@@ -15,22 +15,20 @@
import java.util.concurrent.CompletionException;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 11 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/GenreSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/GenreSearch.java
index c43256f..075c8cb 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/GenreSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/GenreSearch.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 21 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/Search.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/Search.java
index d2f2cb4..d061fb3 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/Search.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/Search.java
@@ -18,22 +18,20 @@
import java.util.concurrent.CompletionException;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/TopSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/TopSearch.java
index 1f741c9..3f65a88 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/TopSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/TopSearch.java
@@ -8,22 +8,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 21 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeMangaSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeMangaSearch.java
index 6bc5052..c7d7fdb 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeMangaSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeMangaSearch.java
@@ -24,22 +24,20 @@
import java.util.concurrent.CompletionException;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeSearch.java
index f4511ae..6eee5e7 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/AnimeSearch.java
@@ -17,22 +17,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/MangaSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/MangaSearch.java
index 05e7142..50409a2 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/MangaSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/search/animeManga/MangaSearch.java
@@ -16,22 +16,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/AnimeUserListingSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/AnimeUserListingSearch.java
index fe98ded..e4b0f6f 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/AnimeUserListingSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/AnimeUserListingSearch.java
@@ -14,22 +14,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/MangaUserListingSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/MangaUserListingSearch.java
index 2a563c9..0676292 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/MangaUserListingSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/MangaUserListingSearch.java
@@ -13,22 +13,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/UserListingSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/UserListingSearch.java
index b666fc8..97bedb5 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/UserListingSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/core/userListing/UserListingSearch.java
@@ -12,22 +12,20 @@
import org.json.simple.parser.JSONParser;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 21 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Days.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Days.java
index 7dac533..e4c92dc 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Days.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Days.java
@@ -3,22 +3,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Main.Schedule.Week.*;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 11 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Season.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Season.java
index 57b7661..843dcb8 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Season.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/Season.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 11 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/SortBy.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/SortBy.java
index 5db40c8..88db4ca 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/SortBy.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/SortBy.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 17 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/AnimeGenres.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/AnimeGenres.java
index 47598a7..c7513c7 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/AnimeGenres.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/AnimeGenres.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.genres;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 11 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/Genres.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/Genres.java
index 496b33d..d33b8f1 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/Genres.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/Genres.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.genres;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 14 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/MangaGenres.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/MangaGenres.java
index d3aa680..3feca9e 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/MangaGenres.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/genres/MangaGenres.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.genres;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 11 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaPeriod.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaPeriod.java
index c44d242..71bd6c6 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaPeriod.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaPeriod.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.meta;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaRequest.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaRequest.java
index d70d478..466f06d 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaRequest.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaRequest.java
@@ -3,22 +3,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Main.Meta.Status;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaType.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaType.java
index 7e2d90c..bf64168 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaType.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/meta/MetaType.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.meta;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/Types.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/Types.java
index 229249f..21bf003 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/Types.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/Types.java
@@ -9,22 +9,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Main.Person.PersonPage.PersonPage;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/Ratings.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/Ratings.java
index 43d3acb..f702629 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/Ratings.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/Ratings.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.search.animeManga;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/AnimeOrderBy.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/AnimeOrderBy.java
index d2df3fa..a590b96 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/AnimeOrderBy.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/AnimeOrderBy.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.search.animeManga.orderBy;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 17 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/MangaOrderBy.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/MangaOrderBy.java
index 72d6102..3be298b 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/MangaOrderBy.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/MangaOrderBy.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.search.animeManga.orderBy;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 17 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/OrderBy.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/OrderBy.java
index 80545e8..70c1a9a 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/OrderBy.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/orderBy/OrderBy.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.search.animeManga.orderBy;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 17 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/AnimeSubType.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/AnimeSubType.java
index e210843..dca85f4 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/AnimeSubType.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/AnimeSubType.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.search.animeManga.subType;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 17 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/MangaSubType.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/MangaSubType.java
index 7c85120..81f698f 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/MangaSubType.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/MangaSubType.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.search.animeManga.subType;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 17 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/SubTypes.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/SubTypes.java
index 352f63e..2c56e78 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/SubTypes.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/search/animeManga/subType/SubTypes.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.search.animeManga.subType;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/AnimeStati.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/AnimeStati.java
index 50b71da..640b971 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/AnimeStati.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/AnimeStati.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.status;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 13 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/MangaStati.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/MangaStati.java
index 4c20c41..1b0c464 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/MangaStati.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/MangaStati.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.status;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 18 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/Stati.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/Stati.java
index b0cde28..79df974 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/Stati.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/status/Stati.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.status;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 18 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/AnimeTops.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/AnimeTops.java
index 515aaea..06ec7f7 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/AnimeTops.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/AnimeTops.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.top;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 15 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/MangaTops.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/MangaTops.java
index bf4a2c1..6015c49 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/MangaTops.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/MangaTops.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.top;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 15 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/SharedTops.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/SharedTops.java
index 6043c52..1bec97d 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/SharedTops.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/SharedTops.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.top;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 15 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/TopSubType.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/TopSubType.java
index 3dff6ae..0e1ca0c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/TopSubType.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/TopSubType.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.top;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 15 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/Tops.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/Tops.java
index 22f3e24..078eb3a 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/Tops.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/top/Tops.java
@@ -6,22 +6,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Main.Top.Objects.Person.PersonTop;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 11 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/AnimeListFilters.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/AnimeListFilters.java
index 6e87e55..cc13dc5 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/AnimeListFilters.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/AnimeListFilters.java
@@ -3,22 +3,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Main.User.Listing.AnimeList.AnimeList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/MangaListFilters.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/MangaListFilters.java
index d82bdda..1ecf59b 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/MangaListFilters.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/MangaListFilters.java
@@ -3,22 +3,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Main.User.Listing.MangaList.MangaList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/UserListFilters.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/UserListFilters.java
index 2554ec6..15b8f45 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/UserListFilters.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/filters/UserListFilters.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.userListings.filters;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/AnimeListOrderBy.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/AnimeListOrderBy.java
index cf3e503..dd60cf6 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/AnimeListOrderBy.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/AnimeListOrderBy.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.userListings.orderBy;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/ListOrderBy.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/ListOrderBy.java
index e4b1e0c..c749714 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/ListOrderBy.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/ListOrderBy.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.userListings.orderBy;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/MangaListOrderBy.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/MangaListOrderBy.java
index e247817..c95abfa 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/MangaListOrderBy.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/orderBy/MangaListOrderBy.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.userListings.orderBy;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/AnimeListingStati.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/AnimeListingStati.java
index f66d45e..7676015 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/AnimeListingStati.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/AnimeListingStati.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.userListings.status;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/ListingStati.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/ListingStati.java
index 6985f53..a71a1b1 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/ListingStati.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/ListingStati.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.userListings.status;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/MangaListingStati.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/MangaListingStati.java
index d5252ab..dc0a427 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/MangaListingStati.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/enums/userListings/status/MangaListingStati.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.enums.userListings.status;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/IncompatibleEnumException.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/IncompatibleEnumException.java
index 7f00d9d..209650c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/IncompatibleEnumException.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/IncompatibleEnumException.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.exceptions;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 15 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/RequestError.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/RequestError.java
index 8299f30..bbcd7e8 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/RequestError.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/exceptions/RequestError.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.exceptions;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 11 / May / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Aired.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Aired.java
index 63072e6..1cf54ae 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Aired.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Aired.java
@@ -5,22 +5,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Prop.Prop;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Anime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Anime.java
index 7880f66..e08f9e6 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Anime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Anime.java
@@ -23,22 +23,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePage.java
index bc1aaa1..48b003f 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePage.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePageAnime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePageAnime.java
index 451172a..93954f9 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePageAnime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/AnimePage/AnimePageAnime.java
@@ -8,22 +8,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/AnimeCharacter.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/AnimeCharacter.java
index 7c0c3c5..85b61fb 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/AnimeCharacter.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/AnimeCharacter.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Character_Staff.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Character_Staff.java
index 14f9462..5a87ba3 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Character_Staff.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Character_Staff.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Staff.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Staff.java
index b3f6c17..c6889f3 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Staff.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Character_staff/Staff.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episode.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episode.java
index 39954ae..6d86b75 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episode.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episode.java
@@ -5,22 +5,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Main.Anime.Aired;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episodes.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episodes.java
index 7ccd713..d510b22 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episodes.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Episodes/Episodes.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Licensors.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Licensors.java
index cd8226a..c180f4c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Licensors.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Licensors.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Studios.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Studios.java
index 79dd987..f9d04c2 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Studios.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Studios.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Episode.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Episode.java
index 8970ea2..cd59d44 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Episode.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Episode.java
@@ -4,22 +4,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Promo.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Promo.java
index 6bb0292..616ea28 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Promo.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Promo.java
@@ -4,22 +4,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Video.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Video.java
index abf4ee3..4ab2758 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Video.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Anime/Videos/Video.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Animeography.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Animeography.java
index ffc208d..28da0b0 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Animeography.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Animeography.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Character.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Character.java
index 099e158..6b1d3ec 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Character.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Character.java
@@ -12,22 +12,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPage.java
index 661e026..0f7306c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPage.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPageCharacter.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPageCharacter.java
index 6f85e2b..4ed27f0 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPageCharacter.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/CharacterPageCharacter.java
@@ -11,22 +11,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterAnime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterAnime.java
index 095cde1..1f3343c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterAnime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterAnime.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterManga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterManga.java
index 590fd98..18488d7 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterManga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/CharacterPage/PageCharacterManga.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Mangaography.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Mangaography.java
index e4f6b14..d901ac1 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Mangaography.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Character/Mangaography.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/Club.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/Club.java
index f7e77ee..2124510 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/Club.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/Club.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 05 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMember.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMember.java
index da81ff0..6e438f2 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMember.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMember.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 05 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMemberPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMemberPage.java
index 0cab078..c558c3f 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMemberPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Club/ClubMemberPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 05 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Anime/GenreSearchAnimePage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Anime/GenreSearchAnimePage.java
index 7973553..46145aa 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Anime/GenreSearchAnimePage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Anime/GenreSearchAnimePage.java
@@ -8,22 +8,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 31 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/MalURL.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/MalURL.java
index 3cfe379..1ab4771 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/MalURL.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/MalURL.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 31 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchManga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchManga.java
index 998f208..0cec16c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchManga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchManga.java
@@ -12,22 +12,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 31 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchMangaPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchMangaPage.java
index 87b0f0a..baf9aa4 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchMangaPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/GenreSearch/Manga/GenreSearchMangaPage.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 31 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/Magazine.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/Magazine.java
index 2f2d017..df0a702 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/Magazine.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/Magazine.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/MagazinePage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/MagazinePage.java
index ee21560..fc0f667 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/MagazinePage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Magazine/MagazinePage.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Manga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Manga.java
index ea069a9..7aad15a 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Manga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Manga.java
@@ -21,22 +21,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacter.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacter.java
index d5a2d2b..396797e 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacter.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacter.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacters.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacters.java
index 7ce3942..b303b54 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacters.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaCharacters.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPage.java
index c54d331..e71a1e7 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPage.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPageManga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPageManga.java
index a2e9eae..8016504 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPageManga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/MangaPage/MangaPageManga.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Published/Published.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Published/Published.java
index 476300e..3f83b23 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Published/Published.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Published/Published.java
@@ -5,22 +5,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Prop.Prop;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Serializations.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Serializations.java
index 6ca3dbd..d655345 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Serializations.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Manga/Serializations.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.types.Main.Manga;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Meta/Status.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Meta/Status.java
index ee0b650..05a9dde 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Meta/Status.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Meta/Status.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 05 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/AnimeStaffPosition.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/AnimeStaffPosition.java
index a14979d..4ebedb9 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/AnimeStaffPosition.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/AnimeStaffPosition.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Basic.AnimeBasic;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 07 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/Person.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/Person.java
index 1dfa8ac..716cc31 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/Person.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/Person.java
@@ -11,22 +11,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 07 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPage.java
index 730acc4..06f0a15 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPagePerson.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPagePerson.java
index f6ea718..410e5b1 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPagePerson.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PersonPage/PersonPagePerson.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PublishedManga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PublishedManga.java
index cbe342d..e8a8aa0 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PublishedManga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/PublishedManga.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Basic.MangaBasic;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 07 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/VoiceActingRoles.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/VoiceActingRoles.java
index c17e7fd..a3337c4 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/VoiceActingRoles.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Person/VoiceActingRoles.java
@@ -5,22 +5,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Basic.CharacterBasic;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 07 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Producer/ProducerPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Producer/ProducerPage.java
index 1b7d261..8237477 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Producer/ProducerPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Producer/ProducerPage.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Day.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Day.java
index 6436ae5..511bc09 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Day.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Day.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.types.Main.Schedule;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Schedule.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Schedule.java
index 5bdf7a6..1043745 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Schedule.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Schedule.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/SubAnime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/SubAnime.java
index c5584c6..42f257b 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/SubAnime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/SubAnime.java
@@ -12,22 +12,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 31 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Friday.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Friday.java
index e9eb477..305bdf0 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Friday.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Friday.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Monday.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Monday.java
index 9b1ca2f..318727a 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Monday.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Monday.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Other.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Other.java
index 4fcdea6..ff32614 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Other.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Other.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Saturday.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Saturday.java
index 486bde2..3a47bd8 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Saturday.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Saturday.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Sunday.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Sunday.java
index 0d31f55..b9a7c91 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Sunday.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Sunday.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Thursday.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Thursday.java
index 93c7e42..1cec9d9 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Thursday.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Thursday.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Tuesday.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Tuesday.java
index cf2fc0f..54566fd 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Tuesday.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Tuesday.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Unknown.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Unknown.java
index 60a4f40..b59d9c6 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Unknown.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Unknown.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Wednesday.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Wednesday.java
index ca692bc..a79e370 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Wednesday.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Schedule/Week/Wednesday.java
@@ -7,22 +7,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/Archive.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/Archive.java
index 354e99a..862aa0e 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/Archive.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/Archive.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/SeasonArchive.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/SeasonArchive.java
index 95329c3..dc5b03b 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/SeasonArchive.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonArchive/SeasonArchive.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearch.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearch.java
index 937af22..56a57c7 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearch.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearch.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearchAnime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearchAnime.java
index 5c5a873..f8d931e 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearchAnime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Season/SeasonSearchAnime.java
@@ -12,22 +12,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 31 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/AnimeTop.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/AnimeTop.java
index 55acd28..07f928d 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/AnimeTop.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/AnimeTop.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/TopAnime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/TopAnime.java
index 810a351..6d0ff13 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/TopAnime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Anime/TopAnime.java
@@ -9,22 +9,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/CharacterTop.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/CharacterTop.java
index 70958c0..a38e32f 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/CharacterTop.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/CharacterTop.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacter.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacter.java
index 18c3f74..eccceb8 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacter.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacter.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterAnime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterAnime.java
index 7ee4f86..c3d5c22 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterAnime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterAnime.java
@@ -9,22 +9,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 02 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterManga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterManga.java
index f295e27..adbee6e 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterManga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Character/TopCharacterManga.java
@@ -9,22 +9,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 02 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/MangaTop.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/MangaTop.java
index 89f9d30..92fede8 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/MangaTop.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/MangaTop.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/TopManga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/TopManga.java
index f1e162a..5cbd561 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/TopManga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Manga/TopManga.java
@@ -9,22 +9,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/PersonTop.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/PersonTop.java
index 1867771..84e68b4 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/PersonTop.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/PersonTop.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/TopPerson.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/TopPerson.java
index d22bd85..f2dbd9c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/TopPerson.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Objects/Person/TopPerson.java
@@ -9,22 +9,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Top.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Top.java
index 7a3fbbc..aa64328 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Top.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/Top/Top.java
@@ -9,22 +9,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 01 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/AnimeStats.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/AnimeStats.java
index 788c6a4..7c89b93 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/AnimeStats.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/AnimeStats.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Favorites.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Favorites.java
index 1980491..a2264cf 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Favorites.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Favorites.java
@@ -9,22 +9,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/FriendPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/FriendPage.java
index 97c35ae..24cbdac 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/FriendPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/FriendPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/Friends.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/Friends.java
index fdc75d2..a0906a9 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/Friends.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Friends/Friends.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/History.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/History.java
index 082f815..c279501 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/History.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/History.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Basic.BasicMeta;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/HistoryPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/HistoryPage.java
index a0ef595..d725869 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/HistoryPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/History/HistoryPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeList.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeList.java
index a9c40b2..1ef990c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeList.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeList.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeListAnime.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeListAnime.java
index 38c9e75..3e10387 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeListAnime.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/AnimeList/AnimeListAnime.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaList.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaList.java
index fa937db..e06f3d3 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaList.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaList.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaListManga.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaListManga.java
index 896baad..01a9838 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaListManga.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/MangaList/MangaListManga.java
@@ -9,22 +9,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 16 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/UserListing.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/UserListing.java
index 7528a08..7f99808 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/UserListing.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/Listing/UserListing.java
@@ -1,22 +1,20 @@
package com.github.Doomsdayrs.Jikan4java.types.Main.User.Listing;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 25 / 05 / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/MangaStats.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/MangaStats.java
index 33a178d..e85c570 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/MangaStats.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/MangaStats.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/User.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/User.java
index da634f1..7f522f9 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/User.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Main/User/User.java
@@ -11,22 +11,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 02 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Authors.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Authors.java
index d302f92..d8373f1 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Authors.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Authors.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/AnimeBasic.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/AnimeBasic.java
index 4bc75b0..9b3e37c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/AnimeBasic.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/AnimeBasic.java
@@ -10,22 +10,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 07 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/BasicMeta.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/BasicMeta.java
index 304e330..b95ec33 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/BasicMeta.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/BasicMeta.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/CharacterBasic.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/CharacterBasic.java
index a2c58b4..4071cd1 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/CharacterBasic.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/CharacterBasic.java
@@ -8,22 +8,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 07 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/MangaBasic.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/MangaBasic.java
index faf3c8a..9c00c55 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/MangaBasic.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/MangaBasic.java
@@ -8,22 +8,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 07 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/PeopleBasic.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/PeopleBasic.java
index 8cb3792..d58ed19 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/PeopleBasic.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Basic/PeopleBasic.java
@@ -8,22 +8,20 @@
import java.util.concurrent.CompletableFuture;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 03 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Forum.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Forum.java
index f21116a..a632763 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Forum.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Forum.java
@@ -6,22 +6,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/LastPost.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/LastPost.java
index 48fa7b9..152adc4 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/LastPost.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/LastPost.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/Topic.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/Topic.java
index 595213c..ae3f1ff 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/Topic.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Forum/Topic/Topic.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Genre.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Genre.java
index c0a4183..d8f14fc 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Genre.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Genre.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/MoreInfo.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/MoreInfo.java
index b7ac103..2bf81e3 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/MoreInfo.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/MoreInfo.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/Article.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/Article.java
index 1a87527..c3bffac 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/Article.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/Article.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/News.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/News.java
index b7bb90f..1ad9a23 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/News.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/News/News.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Picture.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Picture.java
index 074593a..60f4831 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Picture.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Picture.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Pictures.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Pictures.java
index 83e391a..44720c1 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Pictures.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Pictures/Pictures.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Producer.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Producer.java
index f286243..bf5525c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Producer.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Producer.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/From.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/From.java
index 0611e81..1c81e52 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/From.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/From.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/Prop.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/Prop.java
index a9f26fe..037ecab 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/Prop.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/Prop.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/To.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/To.java
index 40fb160..a97e374 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/To.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Prop/To.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/Recommend.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/Recommend.java
index 4036ca1..27fd46d 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/Recommend.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/Recommend.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 02 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/RecommendationPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/RecommendationPage.java
index 0e2bf46..5e5b604 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/RecommendationPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Recommendations/RecommendationPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 02 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/Related.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/Related.java
index eb4fad9..0a4509c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/Related.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/Related.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/RelatedType.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/RelatedType.java
index fba793b..4cf249b 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/RelatedType.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Related/RelatedType.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 15 / November / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReview.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReview.java
index d2745ec..7db7f6b 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReview.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReview.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Reviews.Review;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewPage.java
index 120ad1a..c7e9e64 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewer.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewer.java
index 962b866..fa7bb72 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewer.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeReviewer.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Reviews.Reviewer;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeScore.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeScore.java
index 8693996..1747569 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeScore.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Anime/AnimeScore.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Reviews.Scores;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReview.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReview.java
index ee2c5bc..ca3cbfb 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReview.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReview.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Reviews.Review;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewPage.java
index e46bdf5..ff134a0 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewer.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewer.java
index 7f2acbd..8ee8a5e 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewer.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaReviewer.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Reviews.Reviewer;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaScore.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaScore.java
index 59f64e8..84cb48f 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaScore.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Manga/MangaScore.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Reviews.Scores;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Review.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Review.java
index 1b1cc38..a46586c 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Review.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Review.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Reviewer.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Reviewer.java
index d083dc1..a50d061 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Reviewer.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Reviewer.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Scores.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Scores.java
index 6057566..eb25579 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Scores.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Reviews/Scores.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / December / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Position.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Position.java
index d7a4164..9bcc238 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Position.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Position.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 30 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Score.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Score.java
index 21bca4a..63548db 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Score.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Score/Score.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Stats.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Stats.java
index b108993..0a2e7eb 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Stats.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Stats/Stats.java
@@ -4,22 +4,20 @@
import com.github.Doomsdayrs.Jikan4java.types.Support.Stats.Score.Score;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 29 / October / 2018
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdate.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdate.java
index c86c953..af8e619 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdate.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdate.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdatesPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdatesPage.java
index 1725575..e32fa3d 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdatesPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Anime/AnimeUserUpdatesPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdate.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdate.java
index cacd940..6a6d54d 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdate.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdate.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdatesPage.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdatesPage.java
index 515980e..ff347b0 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdatesPage.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Userupdate/Manga/MangaUserUpdatesPage.java
@@ -5,22 +5,20 @@
import java.util.ArrayList;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 04 / January / 2019
diff --git a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Voice_actors.java b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Voice_actors.java
index e3cb6ae..4fa0afb 100644
--- a/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Voice_actors.java
+++ b/src/main/java/com/github/Doomsdayrs/Jikan4java/types/Support/Voice_actors.java
@@ -3,22 +3,20 @@
import com.fasterxml.jackson.annotation.JsonProperty;
/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * This file is part of Jikan4java.
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * Jikan4java 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.
*
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
+ * Jikan4java 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 Jikan4java. If not, see .
* ====================================================================
* Jikan4java
* 28 / October / 2018