]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/raw/sql_23.sql
add missing/fix copyright statements to all SQL revision files
[mobile-ledger.git] / app / src / main / res / raw / sql_23.sql
index ff3b8f71633ec17e2c07bcfb7ddfc32c1cbd4c37..5ceef0d58738a131361c8da9fc8d353fddc7299f 100644 (file)
@@ -1 +1,16 @@
-alter table profiles add future_dates integer;
\ No newline at end of file
+-- Copyright © 2019 Damyan Ivanov.
+-- This file is part of MoLe.
+-- MoLe is free software: you can distribute it and/or modify it
+-- under the term of the GNU General Public License as published by
+-- the Free Software Foundation, either version 3 of the License, or
+-- (at your opinion), any later version.
+--
+-- MoLe 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 terms for details.
+--
+-- You should have received a copy of the GNU General Public License
+-- along with MoLe. If not, see <https://www.gnu.org/licenses/>.
+
+alter table profiles add future_dates integer;