Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Fix copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbs committed Apr 22, 2013
1 parent 4910b35 commit 12b761a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
Bas Smit "fbs" ([email protected])

These people, in no particular order, have helped develop guile-irc, for example by
sending in patches, writing new modules or finding significant bugs:

Andreas W "add^_" ([email protected])
2 changes: 1 addition & 1 deletion irc/channel.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright (C) 2012 bas smit (fbs)
;; Copyright (C) 2012, 2013 bas smit (fbs)

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License
Expand Down
2 changes: 1 addition & 1 deletion irc/error.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright (C) 2012 bas smit (fbs)
;; Copyright (C) 2012, 2013 bas smit (fbs)

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License
Expand Down
3 changes: 1 addition & 2 deletions irc/message.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
;; Copyright (C) 2012 bas smit (fbs)
;; Copyright (C) 2013 Andreas W (add^_)
;; Copyright (C) 2012, 2013 bas smit (fbs)

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License
Expand Down
2 changes: 1 addition & 1 deletion irc/tagged-hook.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright (C) 2012 bas smit (fbs)
;; Copyright (C) 2012, 2013 bas smit (fbs)

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License
Expand Down

0 comments on commit 12b761a

Please sign in to comment.