1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

Developer: Change license to GPLv3 / Apache2 in source code headers

This commit is contained in:
gnosygnu 2017-02-21 15:45:17 -05:00
parent 1ba13dd5f7
commit 1179e2848f
4429 changed files with 39847 additions and 48701 deletions

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import java.lang.reflect.Array; import java.lang.reflect.Array;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.langs.gfs.*; import gplx.langs.gfs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import java.lang.*; import java.lang.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import gplx.core.primitives.*; import gplx.core.brys.*; import gplx.core.tests.*; import org.junit.*; import gplx.core.primitives.*; import gplx.core.brys.*; import gplx.core.tests.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.brys.*; import gplx.core.encoders.*; import gplx.core.primitives.*; import gplx.core.brys.*; import gplx.core.encoders.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.brys.*; import gplx.core.brys.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import gplx.core.tests.*; import org.junit.*; import gplx.core.tests.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Bry_find_ { public class Bry_find_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import gplx.core.tests.*; import org.junit.*; import gplx.core.tests.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.brys.*; import gplx.core.brys.fmts.*; import gplx.core.brys.*; import gplx.core.brys.fmts.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.brys.*; import gplx.core.brys.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import gplx.core.tests.*; import org.junit.*; import gplx.core.tests.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Byte_ { public class Byte_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Byte_ascii { public class Byte_ascii {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Cancelable { public interface Cancelable {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Cancelable_ { public class Cancelable_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Char_ { public class Char_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface CompareAble extends Comparable {} // URL:/doc/gplx/CompareAble_.txt public interface CompareAble extends Comparable {} // URL:/doc/gplx/CompareAble_.txt

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class CompareAble_ { public class CompareAble_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import java.util.Calendar; import java.util.Calendar;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import java.sql.Timestamp; import java.sql.Timestamp;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import gplx.core.tests.*; import org.junit.*; import gplx.core.tests.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import java.math.BigDecimal; import java.math.BigDecimal;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import java.math.BigDecimal; import java.math.MathContext; import java.math.RoundingMode; import java.text.DecimalFormat; import java.math.BigDecimal; import java.math.MathContext; import java.math.RoundingMode; import java.text.DecimalFormat;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Double_ { public class Double_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Enm_ { public class Enm_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.errs.*; import gplx.core.errs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Err_ { public class Err_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Float_ { public class Float_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.interfaces.*; import gplx.core.interfaces.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class GfoMsgUtl { public class GfoMsgUtl {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.strings.*; import gplx.core.brys.*; import gplx.core.interfaces.*; import gplx.core.primitives.*; import gplx.core.strings.*; import gplx.core.brys.*; import gplx.core.interfaces.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import gplx.langs.gfs.*; import org.junit.*; import gplx.langs.gfs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface GfoTemplate { public interface GfoTemplate {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class GfoTemplateFactory implements Gfo_invk { public class GfoTemplateFactory implements Gfo_invk {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_evt_itm extends Gfo_invk, Gfo_evt_mgr_owner {} public interface Gfo_evt_itm extends Gfo_invk, Gfo_evt_mgr_owner {}

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.lists.*; import gplx.core.lists.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Gfo_evt_mgr_ { public class Gfo_evt_mgr_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_evt_mgr_owner { public interface Gfo_evt_mgr_owner {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_invk { public interface Gfo_invk {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.primitives.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Gfo_invk_cmd { public class Gfo_invk_cmd {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.primitives.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_invk_cmd_mgr_owner { public interface Gfo_invk_cmd_mgr_owner {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_invk_root_wkr { public interface Gfo_invk_root_wkr {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.langs.gfs.*; import gplx.langs.gfs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_log { public interface Gfo_log {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.logs.*; import gplx.core.logs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Gfo_log_bfr { public class Gfo_log_bfr {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_usr_dlg extends Cancelable { public interface Gfo_usr_dlg extends Cancelable {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Gfo_usr_dlg_ { public class Gfo_usr_dlg_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.lists.rings.*; import gplx.core.lists.rings.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.consoles.*; import gplx.core.lists.rings.*; import gplx.core.consoles.*; import gplx.core.lists.rings.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.lists.rings.*; import gplx.core.lists.rings.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Gfo_usr_dlg__log extends Gfo_invk { public interface Gfo_usr_dlg__log extends Gfo_invk {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Gfo_usr_dlg__log_ { public class Gfo_usr_dlg__log_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.strings.*; import gplx.core.consoles.*; import gplx.core.brys.fmtrs.*; import gplx.core.strings.*; import gplx.core.consoles.*; import gplx.core.brys.fmtrs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.brys.fmtrs.*; import gplx.core.brys.fmtrs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class GfsCtx { public class GfsCtx {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Guid_adp { public class Guid_adp {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Guid_adp_ { public class Guid_adp_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public interface Hash_adp extends gplx.core.lists.EnumerAble { public interface Hash_adp extends gplx.core.lists.EnumerAble {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.primitives.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.primitives.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.strings.*; import gplx.langs.gfs.*; import gplx.core.strings.*; import gplx.langs.gfs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public @interface Internal {} public @interface Internal {}

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.ios.*; /*IoItmFil, IoItmDir..*/ import gplx.core.ios.streams.*; import gplx.core.ios.loaders.*; import gplx.core.primitives.*; import gplx.core.ios.*; /*IoItmFil, IoItmDir..*/ import gplx.core.ios.streams.*; import gplx.core.ios.loaders.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.strings.*; import gplx.core.ios.*; /*IoUrlInfo*/ import gplx.core.envs.*; import gplx.langs.htmls.*; import gplx.core.interfaces.*; import gplx.core.strings.*; import gplx.core.ios.*; /*IoUrlInfo*/ import gplx.core.envs.*; import gplx.langs.htmls.*; import gplx.core.interfaces.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.ios.*; /*IoUrlInfo_*/ import gplx.core.stores.*; import gplx.core.envs.*; import gplx.core.ios.*; /*IoUrlInfo_*/ import gplx.core.stores.*; import gplx.core.envs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import gplx.core.tests.*; import gplx.core.envs.*; import org.junit.*; import gplx.core.tests.*; import gplx.core.envs.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Keyval implements To_str_able { public class Keyval implements To_str_able {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.strings.*; import gplx.core.strings.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Keyval_hash { public class Keyval_hash {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Keyval_list { public class Keyval_list {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.lists.*; /*EnumerAble,ComparerAble*/ import gplx.core.lists.*; /*EnumerAble,ComparerAble*/

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.lists.*; import gplx.core.lists.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.strings.*; import gplx.core.lists.*; import gplx.core.strings.*; import gplx.core.lists.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Long_ { public class Long_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Math_ { public class Math_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public @interface New {} public @interface New {}

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class ObjAry { public class ObjAry {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
public class Object_ { public class Object_ {

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import org.junit.*; import org.junit.*;

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.lists.*; /*EnumerAble,ComparerAble*/ import gplx.core.lists.*; /*EnumerAble,ComparerAble*/

View File

@ -1,19 +1,17 @@
/* /*
XOWA: the XOWA Offline Wiki Application XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com Copyright (C) 2012-2017 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify XOWA is licensed under the terms of the General Public License (GPL) Version 3,
it under the terms of the GNU Affero General Public License as or alternatively under the terms of the Apache License Version 2.0.
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, You may use XOWA according to either of these licenses as is most appropriate
but WITHOUT ANY WARRANTY; without even the implied warranty of for your project on a case-by-case basis.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License The terms of each license can be found in the source code repository:
along with this program. If not, see <http://www.gnu.org/licenses/>.
GPLv3 License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-GPLv3.txt
Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
*/ */
package gplx; package gplx;
import gplx.core.primitives.*; import gplx.core.primitives.*;

Some files were not shown because too many files have changed in this diff Show More