Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2014-01-27 14:13:12 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-01-27 14:13:12 +0400
commit9233fbfbcbe3fc4598e9c84138bc284cea6b4eff (patch)
tree71a2c5c2af0b70c6cbe81e0eb82d92b23f67cb87 /build.gradle
parent5783e30edc936d4caf874a0a55d80ddee7e77c5d (diff)
Initial commit :)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle20
1 files changed, 20 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
new file mode 100644
index 0000000..e8f2ec9
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2014 Andrew Comminos
+ *
+ * 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. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
+
+// Top-level build file where you can add configuration options common to all sub-projects/modules.