Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Commit 7460799

Browse files
committed
sprinkle license
1 parent 2f66dbd commit 7460799

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

App.elm

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
{- Copyright (c) 2017 ldesgoui
2+
-- read file 'LICENSE' for details
3+
-}
14
module App exposing (..)
25

36
import Json.Encode as JE

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ If you want to host your own version of this software, you'll need:
1919
- python3
2020
- jq
2121
- cron
22+
23+
Copyright (c) 2017 ldesgoui
24+
read file 'LICENSE' for details

db.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- Copyright (c) 2017 ldesgoui
2+
-- read file 'LICENSE' for details
13
begin;
24

35
-- PUBLIC

elm-package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "1.0.0",
3-
"summary": "helpful summary of your project, less than 80 characters",
4-
"repository": "https://github.com/user/project.git",
5-
"license": "BSD3",
3+
"summary": "hi_valve: discord webhook utility to stay up to date with valve games",
4+
"repository": "https://github.com/ldesgoui/hi_valve.git",
5+
"license": "MIT",
66
"source-directories": [
77
"."
88
],

update.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
2-
# req: psql, jq, python3, jq
2+
# Copyright (c) 2017 ldesgoui
3+
# read file 'LICENSE' for details
4+
# required: psql, jq, python3, grep, curl, sed, head, cut
35

46
export firstArg="$1"
57
export sent=0

0 commit comments

Comments
 (0)