aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorpacien2019-03-29 01:31:15 +0100
committerpacien2019-03-29 01:31:15 +0100
commitb6869c1b17c65594f65c3ad5e53461082e5c3088 (patch)
tree1b924d802852efbbc0519210fb947b095ddf48b4 /settings.gradle
parenteadf4a9f3c7d539f1af08ee37928ad0f80f4e4d3 (diff)
downloadjava-lemonad-b6869c1b17c65594f65c3ad5e53461082e5c3088.tar.gz
initial impl
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle19
1 files changed, 18 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index cc93670..3796e5b 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,2 +1,19 @@
1rootProject.name = 'lemonad' 1/*
2 * lemonad - Some functional sweetness for Java
3 * Copyright (C) 2019 Pacien TRAN-GIRARD
4 *
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU Affero General Public License as
7 * published by the Free Software Foundation, either version 3 of the
8 * License, or (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU Affero General Public License for more details.
14 *
15 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <https://www.gnu.org/licenses/>.
17 */
2 18
19rootProject.name = 'lemonad'