Skip to content

Commit

Permalink
Update copyright, remove repl.it
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jan 1, 2020
1 parent d7d25da commit 14f2211
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .replit

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<a href="https://circleci.com/gh/jarun/workflows/ddgr"><img src="https://img.shields.io/circleci/project/github/jarun/ddgr.svg" alt="Build Status" /></a>
<a href="https://en.wikipedia.org/wiki/Privacy-invasive_software"><img src="https://img.shields.io/badge/privacy-✓-crimson" alt="Privacy Awareness" /></a>
<a href="https://github.com/jarun/ddgr/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-GPLv3-yellow.svg?maxAge=2592000" alt="License" /></a>
<a href="https://repl.it/github/jarun/ddgr"><img src="https://repl.it/badge/github/jarun/ddgr?maxAge=2592000" alt="Repl.it" /></a>
</p>

<p align="center">
Expand Down Expand Up @@ -268,7 +267,7 @@ The color configuration is similar to that of [`googler` colors](https://github.
- [SZ Lin](https://github.com/szlin)
- [Alex Gontar](https://github.com/mosegontar)

Copyright © 2016-2019 [Arun Prakash Jana](mailto:engineerarun@gmail.com)
Copyright © 2016-2020 [Arun Prakash Jana](mailto:engineerarun@gmail.com)

### In the Press

Expand Down
4 changes: 2 additions & 2 deletions ddgr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright (C) 2016-2019 Arun Prakash Jana <engineerarun@gmail.com>
# Copyright (C) 2016-2020 Arun Prakash Jana <engineerarun@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -1809,7 +1809,7 @@ class DdgArgumentParser(argparse.ArgumentParser):
file = sys.stderr if file is None else file
file.write(textwrap.dedent("""
Version %s
Copyright © 2016-2019 Arun Prakash Jana <engineerarun@gmail.com>
Copyright © 2016-2020 Arun Prakash Jana <engineerarun@gmail.com>
License: GPLv3
Webpage: https://github.com/jarun/ddgr
""" % _VERSION_))
Expand Down
2 changes: 1 addition & 1 deletion ddgr.1
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Arun Prakash Jana <engineerarun@gmail.com>
.SH REPORTING BUGS
.I https://github.com/jarun/ddgr/issues
.SH LICENSE
Copyright \(co 2016-2019 Arun Prakash Jana <engineerarun@gmail.com>
Copyright \(co 2016-2020 Arun Prakash Jana <engineerarun@gmail.com>
.PP
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
.br
Expand Down

0 comments on commit 14f2211

Please sign in to comment.