Skip to content

Commit

Permalink
Version bump and Copyright updates
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Nov 10, 2014
1 parent c62fe42 commit bc42dd6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ urlscan
=======
Daniel Burrows <dburrows@debian.org> (Original Author)
------------------------------------
Scott Hansen `<firecat4153 at moc.liamg reversed>` (Maintainer)
Scott Hansen `<firecat4153@gmail.com>` (Maintainer)
-----------------------------------------------

1. Purpose and Requirements
Expand Down
1 change: 1 addition & 0 deletions bin/urlscan
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# aka "urlview minus teh suck"
#
# Copyright (C) 2006-2007 Daniel Burrows
# Copyright (C) 2014 Scott Hansen
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name="urlscan",
version="0.5",
version="0.6.0",
description="View the URLs in an email message",
author="Daniel Burrows",
author_email="dburrows@debian.org",
Expand Down
4 changes: 2 additions & 2 deletions urlscan.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Hey, EMACS: -*- nroff -*-

.TH URLSCAN 1 "December 10, 2006"
.TH URLSCAN 1 "November 10, 2014"

.SH NAME
urlscan \- browse the URLs in an email message from a terminal
Expand Down Expand Up @@ -60,4 +60,4 @@ selected message.
\fBmutt\fR(1)

.SH AUTHOR
This manual page was written by Daniel Burrows <dburrows@debian.org>.
This manual page was written by Daniel Burrows <dburrows@debian.org> and Scott Hansen <firecat4153@gmail.com>
1 change: 1 addition & 0 deletions urlscan/browser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2006-2007 Daniel Burrows
# Copyright (C) 2014 Scott Hansen
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
Expand Down
1 change: 1 addition & 0 deletions urlscan/urlchoose.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2006-2007 Daniel Burrows
# Copyright (C) 2014 Scott Hansen
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
Expand Down
1 change: 1 addition & 0 deletions urlscan/urlscan.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (C) 2006-2007 Daniel Burrows
# Copyright (C) 2014 Scott Hansen
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
Expand Down

0 comments on commit bc42dd6

Please sign in to comment.