Skip to content

Commit a973f8a

Browse files
authored
Several small housekeeping tasks (#11)
- Deleted unused screenshot - Readme badges - Readme license information - Renamed license to have .txt extention, and updated references
1 parent 3fc9585 commit a973f8a

File tree

7 files changed

+14
-22
lines changed

7 files changed

+14
-22
lines changed

LICENSE.md renamed to LICENSE.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Software Copyright License Agreement (BSD License)
2-
==================================================
32

43
Copyright (c) 2013, Joshua Komoroske
54
All rights reserved.

README.md

+10-17
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
1-
tty-qlock
2-
=========
1+
[![License][license-badge]][license-link]
2+
[![Go Report Card][go-report-badge]][go-report-link]
33

4+
# Qlock
45

56
A minimal, curses-based clock, for your terminal. Inspired by the [QlockTwo by Biegert&Funk](https://qlocktwo.com/us/ "QlockTwo by Biegert&Funk").
67

78
![qlock screenshot](images/screenshot.jpg "qlock screenshot")
89

9-
Setup
10-
-----
10+
## License
1111

12-
### Install
13-
# make install
14-
15-
16-
### Uninstall
17-
# make uninstall
18-
19-
20-
Notes
21-
-----
22-
23-
### Dependencies
24-
* python-curses
12+
This code is distributed under the [BSD 3-Clause License][license-link], see [LICENSE.txt][license-file] for more information.
2513

14+
[go-report-badge]: https://goreportcard.com/badge/github.com/joshdk/tty-qlock
15+
[go-report-link]: https://goreportcard.com/report/github.com/joshdk/tty-qlock
16+
[license-badge]: https://img.shields.io/badge/license-BSD-green.svg
17+
[license-file]: https://github.com/joshdk/tty-qlock/blob/master/LICENSE.txt
18+
[license-link]: https://opensource.org/licenses/BSD-3-Clause

img/screenshot.png

-1.17 KB
Binary file not shown.

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Josh Komoroske. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE.txt file.
44

55
package main
66

qlock/board.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Josh Komoroske. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE.txt file.
44

55
package qlock
66

qlock/rules.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Josh Komoroske. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE.txt file.
44

55
package qlock
66

qlock/widget.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Josh Komoroske. All rights reserved.
22
// Use of this source code is governed by a BSD-style
3-
// license that can be found in the LICENSE.md file.
3+
// license that can be found in the LICENSE.txt file.
44

55
package qlock
66

0 commit comments

Comments
 (0)