summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadna Vigo <arivigodr@gmail.com>2020-11-15 00:02:29 +0100
committerAriadna Vigo <arivigodr@gmail.com>2020-11-15 00:02:29 +0100
commit00dc312e49c5658370957b15a77332fb73242845 (patch)
tree7b018331afb738bd7d0774345be3f51bb4cb620b
parentf5c2258512cff34e874e21fc15741f9f1b8f96ee (diff)
Reformatted LICENSE and README.md
-rw-r--r--LICENSE4
-rw-r--r--README.md12
2 files changed, 8 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE
index 348540a..2ab71d3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,12 +1,12 @@
Copyright 2020 Ariadna Vigo <arivigodr@gmail.com>
cras is licensed under the Apache License, Version 2.0 (the "License"); you may
- not use these files except in compliance with the License. You may obtain a
+not use these files except in compliance with the License. You may obtain a
copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
- under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License. \ No newline at end of file
diff --git a/README.md b/README.md
index 5c4a80b..1a97710 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# cras - The Anti-Procrastination Tool
cras is an unapologetic daily task planner and manager for your terminal and WM
- status bar. It holds your tasks only for a limited amount of time (24 hours,
-by default).
+status bar. It holds your tasks only for a limited amount of time (24 hours, by
+default).
## Build
cras doesn't require any external dependencies.
@@ -35,7 +35,7 @@ Tasks due for: Sat Jun 20 15:57:28 2020
```
To set a task list, pass the -n option and the name of the file that will hold
- the list. The tasks will be read from standard input, each line being a new
+the list. The tasks will be read from standard input, each line being a new
task. cras stops reading when it reaches EOF.
The -t and -T, followed by the task number, mark the task as done or pending,
@@ -54,7 +54,7 @@ You may install cras by running the following command as root:
```
This will install the binary under $PREFIX/bin, as defined by your environment,
- or /usr/local/bin by default. The Makefile supports the $DESTDIR variable as
+or /usr/local/bin by default. The Makefile supports the $DESTDIR variable as
well.
## Cultural trivia
@@ -62,5 +62,5 @@ _cras_ means 'tomorrow' in Latin, hence the English word _procrastination_
means, literally, 'the act of posponing things for tomorrow.'
## License
-cras is licensed under the Apache Public License version 2.0. See LICENSE
- file for copyright and license details.
+cras is licensed under the Apache Public License version 2.0. See LICENSE file
+for copyright and license details.