aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD2
4 files changed, 23 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9cc1067809..f96fe4a40c39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docker-squash
pkgdesc = Squash docker images to make them smaller
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jwilder/docker-squash
arch = x86_64
license = MIT
diff --git a/.gitignore b/.gitignore
index 777ad0e5db93..9d90e1a66603 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-LICENSE
docker-squash-linux-amd64-v*.tar.gz
docker-squash-*-x86_64.pkg.tar.xz \ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..3d15abf47095
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Jason Wilder
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE. \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 443ec692f8e3..a509ca17e434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Plangg <mksplg at gmail.com>
pkgname=docker-squash
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Squash docker images to make them smaller"
arch=('x86_64')
url="https://github.com/jwilder/docker-squash"