fix url in README and fix LICENSE - xscreenshot - screen capture tool | |
git clone git://git.codemadness.org/xscreenshot | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f6c6ca5f7a38cf8e3f415ead5d53169b46d95e29 | |
parent 6b5515432737f1a4c93c8691829f0a17b8f42a5d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 28 Jan 2020 22:24:37 +0100 | |
fix url in README and fix LICENSE | |
Diffstat: | |
M LICENSE | 4 +--- | |
M README | 2 +- | |
2 files changed, 2 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,8 +1,6 @@ | |
MIT/X Consortium License | |
-(c) 2014-2016 Hiltjo Posthuma <[email protected]> | |
-(c) 2014 sin <[email protected]> | |
-(c) 2014 Laslo Hunhold <[email protected]> | |
+(c) 2014-2020 Hiltjo Posthuma <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a | |
copy of this software and associated documentation files (the "Software"), | |
diff --git a/README b/README | |
@@ -14,7 +14,7 @@ Optional dependencies | |
--------------------- | |
- To convert farbfeld data you can use ff2png from: | |
- http://git.2f30.org/farbfeld | |
+ https://git.suckless.org/farbfeld/ | |
Compile | |
------- |