From 9a065c612e02d57e8a77bb5f8fff520a24e4ecf7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 15 Jan 2017 12:11:42 +0300 Subject: [PATCH] Prepare cronexpr library for inclusion --- .gitmodules | 3 +++ doc/download.texi | 1 + makedist.sh | 1 + src/github.com/gorhill/cronexpr | 1 + 4 files changed, 6 insertions(+) create mode 160000 src/github.com/gorhill/cronexpr diff --git a/.gitmodules b/.gitmodules index 8211506..ea445fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,3 +27,6 @@ [submodule "src/golang.org/x/net"] path = src/golang.org/x/net url = https://go.googlesource.com/net +[submodule "src/github.com/gorhill/cronexpr"] + path = src/github.com/gorhill/cronexpr + url = https://github.com/gorhill/cronexpr.git diff --git a/doc/download.texi b/doc/download.texi index 0ff94fa..7b34604 100644 --- a/doc/download.texi +++ b/doc/download.texi @@ -13,6 +13,7 @@ Tarballs include all necessary required libraries: @item @code{github.com/flynn/noise} @tab BSD 3-Clause @item @code{github.com/go-check/check} @tab BSD 2-Clause @item @code{github.com/go-yaml/yaml} @tab Apache License 2.0 and MIT +@item @code{github.com/gorhill/cronexpr} @tab GPLv3 @item @code{github.com/minio/blake2b-simd} @tab Apache License 2.0 @item @code{golang.org/x/crypto} @tab BSD 3-Clause @item @code{golang.org/x/net} @tab BSD 3-Clause diff --git a/makedist.sh b/makedist.sh index 94f8e1f..f752a4f 100755 --- a/makedist.sh +++ b/makedist.sh @@ -60,6 +60,7 @@ rm -fr $tmp/golang.org $tmp/includes find src -name .travis.yml -delete rm -fr src/github.com/davecgh/go-xdr/xdr +rm -fr src/github.com/gorhill/cronexpr/cronexpr src/github.com/gorhill/cronexpr/APLv2 rm makedist.sh cat > doc/download.texi <