-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -270,7 +270,7 @@ includes suggestions-enabled search plugins for a variety of websites using | |
- [SZ Lin](https://github.com/szlin) | ||
- [Alex Gontar](https://github.com/mosegontar) | ||
|
||
Copyright © 2016-2024 [Arun Prakash Jana](mailto:[email protected]) | ||
Copyright © 2016-2025 [Arun Prakash Jana](mailto:[email protected]) | ||
|
||
### In the Press | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
|
||
# Copyright (C) 2016-2024 Arun Prakash Jana <[email protected]> | ||
# Copyright (C) 2016-2025 Arun Prakash Jana <[email protected]> | ||
# | ||
# 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 | ||
|
@@ -1858,7 +1858,7 @@ class DdgArgumentParser(argparse.ArgumentParser): | |
file = sys.stderr if file is None else file | ||
file.write(textwrap.dedent(""" | ||
Version %s | ||
Copyright © 2016-2024 Arun Prakash Jana <[email protected]> | ||
Copyright © 2016-2025 Arun Prakash Jana <[email protected]> | ||
License: GPLv3 | ||
Webpage: https://github.com/jarun/ddgr | ||
""" % _VERSION_)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -337,7 +337,7 @@ Arun Prakash Jana <[email protected]> | |
.SH REPORTING BUGS | ||
.I https://github.com/jarun/ddgr/issues | ||
.SH LICENSE | ||
Copyright \(co 2016-2024 Arun Prakash Jana <[email protected]> | ||
Copyright \(co 2016-2025 Arun Prakash Jana <[email protected]> | ||
.PP | ||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | ||
.br | ||
|