summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2018-04-05 13:51:11 -0700
committerJonathan Duck2018-04-05 13:51:11 -0700
commit697047dbae77e39517313e9bb1c70bc4eec18544 (patch)
treef9ed5b42672cace7d2accea6949e0dc01533b515
parent530ff39800ee42c2d8bebe499a5b59e9f9639ae9 (diff)
downloadaur-697047dbae77e39517313e9bb1c70bc4eec18544.tar.gz
Update license info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb992fe2b256..5c9512f2a3ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = typora
pkgrel = 1
url = https://typora.io/
arch = x86_64
- license = custom:"Copyright (c) 2014 GitHub Inc."
+ license = custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."
depends = gconf
depends = libxss
optdepends = noto-fonts-emoji: Or some other emoji font to see emojis
diff --git a/PKGBUILD b/PKGBUILD
index b71b6042a3e3..bd47b5edbb2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
-license=('custom:"Copyright (c) 2014 GitHub Inc."')
+license=('custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."')
url="https://typora.io/"
depends=('gconf' 'libxss')
optdepends=('noto-fonts-emoji: Or some other emoji font to see emojis')