From 201b61eecb51d3e4f4fdf99fe12c88366a2b5ead Mon Sep 17 00:00:00 2001 From: Alaudidae Lark Date: Sun, 7 May 2017 19:25:44 +0530 Subject: [PATCH] added license from github --- .directory | 0 .gitignore | 0 .vscode/launch.json | 0 .vscode/settings.json | 0 .vscode/tasks.json | 0 LICENSE | 0 README.md | 0 SPEC.md | 0 Setup.hs | 0 app/Main.hs | 0 coupon-servant.cabal | 0 src/Api.hs | 0 src/App.hs | 0 src/Coupon.hs | 0 src/Lib.hs | 0 src/Models.hs | 0 src/SwaggerGen.hs | 0 stack.yaml | 0 swagger.json | 0 test/Spec.hs | 0 20 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .directory mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .vscode/launch.json mode change 100644 => 100755 .vscode/settings.json mode change 100644 => 100755 .vscode/tasks.json mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 SPEC.md mode change 100644 => 100755 Setup.hs mode change 100644 => 100755 app/Main.hs mode change 100644 => 100755 coupon-servant.cabal mode change 100644 => 100755 src/Api.hs mode change 100644 => 100755 src/App.hs mode change 100644 => 100755 src/Coupon.hs mode change 100644 => 100755 src/Lib.hs mode change 100644 => 100755 src/Models.hs mode change 100644 => 100755 src/SwaggerGen.hs mode change 100644 => 100755 stack.yaml mode change 100644 => 100755 swagger.json mode change 100644 => 100755 test/Spec.hs diff --git a/.directory b/.directory old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100644 new mode 100755 diff --git a/.vscode/settings.json b/.vscode/settings.json old mode 100644 new mode 100755 diff --git a/.vscode/tasks.json b/.vscode/tasks.json old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/SPEC.md b/SPEC.md old mode 100644 new mode 100755 diff --git a/Setup.hs b/Setup.hs old mode 100644 new mode 100755 diff --git a/app/Main.hs b/app/Main.hs old mode 100644 new mode 100755 diff --git a/coupon-servant.cabal b/coupon-servant.cabal old mode 100644 new mode 100755 diff --git a/src/Api.hs b/src/Api.hs old mode 100644 new mode 100755 diff --git a/src/App.hs b/src/App.hs old mode 100644 new mode 100755 diff --git a/src/Coupon.hs b/src/Coupon.hs old mode 100644 new mode 100755 diff --git a/src/Lib.hs b/src/Lib.hs old mode 100644 new mode 100755 diff --git a/src/Models.hs b/src/Models.hs old mode 100644 new mode 100755 diff --git a/src/SwaggerGen.hs b/src/SwaggerGen.hs old mode 100644 new mode 100755 diff --git a/stack.yaml b/stack.yaml old mode 100644 new mode 100755 diff --git a/swagger.json b/swagger.json old mode 100644 new mode 100755 diff --git a/test/Spec.hs b/test/Spec.hs old mode 100644 new mode 100755