Skip to content

Commit

Permalink
Updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Jan 18, 2021
1 parent bb1bb06 commit 2e530fd
Show file tree
Hide file tree
Showing 256 changed files with 766 additions and 503 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For more screenshots, see directory images/screenshots.

This software is published under the *GNU General Public License, Version 3*

Copyright (C) 2014-2020 Mikhail Kulesh
Copyright (C) 2014-2021 by Mikhail Kulesh

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Expand Down
14 changes: 14 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ microMathematics - Extended Visual Calculator
~ Copyright (C) 2014-2021 by Mikhail Kulesh
~
~ This program is free software: you can redistribute it and/or modify it under the terms of the GNU
~ General Public License as published by the Free Software Foundation, either version 3 of the License,
~ or (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
~ even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. You should have received a copy of the GNU General
~ Public License along with this program.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mkulesh.micromath.plus"
android:installLocation="auto"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/doc_br/about_micromath_br.mmt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<term key="text" text="Licença" />
</text_fragment>
<text_fragment>
<term key="text" text="Copyright © 2014-2020 Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
<term key="text" text="Copyright © 2014-2021 by Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
</text_fragment>

<text_fragment textStyle="subsection">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/doc_de/about_micromath_de.mmt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<term key="text" text="Lizenz" />
</text_fragment>
<text_fragment>
<term key="text" text="Copyright © 2014-2020 Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
<term key="text" text="Copyright © 2014-2021 by Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
</text_fragment>

<text_fragment textStyle="subsection">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/doc_en/about_micromath.mmt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<term key="text" text="License" />
</text_fragment>
<text_fragment>
<term key="text" text="Copyright © 2014-2020 Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
<term key="text" text="Copyright © 2014-2021 by Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
</text_fragment>

<text_fragment textStyle="subsection">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/doc_es/about_micromath_es.mmt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<term key="text" text="License" />
</text_fragment>
<text_fragment>
<term key="text" text="Copyright © 2014-2020 Mikhail Kulesh&#10;bajo la GNU General Public License,&#10;Versión 3:&#10;www.gnu.org/licenses/gpl-3.0" />
<term key="text" text="Copyright © 2014-2021 by Mikhail Kulesh&#10;bajo la GNU General Public License,&#10;Versión 3:&#10;www.gnu.org/licenses/gpl-3.0" />
</text_fragment>
<text_fragment textStyle="subsection">
<term key="text" text="Librerías de código abierto" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/doc_ru/about_micromath_ru.mmt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<term key="text" text="Лицензия" />
</text_fragment>
<text_fragment>
<term key="text" text="Copyright © 2014-2020 Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
<term key="text" text="Copyright © 2014-2021 by Mikhail Kulesh&#10;under the GNU General Public License,&#10;Version 3:&#10;www.gnu.org/licenses/gpl-3.0" />
</text_fragment>

<text_fragment textStyle="subsection">
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/java/com/mkulesh/micromath/BaseFragment.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath;

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/java/com/mkulesh/micromath/MainActivity.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath;

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/java/com/mkulesh/micromath/SettingsActivity.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2014-2018 Mikhail Kulesh
* microMathematics - Extended Visual Calculator
* Copyright (C) 2014-2021 by Mikhail Kulesh
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as published by the Free Software Foundation, either version 3 of the License,
Expand All @@ -8,7 +9,7 @@
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. You should have received a copy of the GNU General
* Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
* Public License along with this program.
*/
package com.mkulesh.micromath.dialogs;

Expand Down
Loading

0 comments on commit 2e530fd

Please sign in to comment.