0013-ngircd-Update-copyright-notice.patch 805 B

12345678910111213141516171819202122232425262728
  1. From 5a19b69f0daceb5b12ec751bc919519a7f712f2d Mon Sep 17 00:00:00 2001
  2. From: Alexander Barton <alex@barton.de>
  3. Date: Sun, 15 Jan 2012 13:36:14 +0100
  4. Subject: [PATCH 13/16] ngircd: Update copyright notice
  5. ---
  6. modules/protocol/ngircd.cpp | 7 ++++---
  7. 1 files changed, 4 insertions(+), 3 deletions(-)
  8. diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp
  9. index 6155667..024c61d 100644
  10. --- a/modules/protocol/ngircd.cpp
  11. +++ b/modules/protocol/ngircd.cpp
  12. @@ -1,7 +1,8 @@
  13. -/* ngIRCd IRCD functions
  14. +/*
  15. + * ngIRCd Protocol module for Anope IRC Services
  16. *
  17. - * (C) 2003-2011 Anope Team
  18. - * Contact us at team@anope.org
  19. + * (C) 2011-2012 Alexander Barton <alex@barton.de>
  20. + * (C) 2011 Anope Team <team@anope.org>
  21. *
  22. * Please read COPYING and README for further details.
  23. *
  24. --
  25. 1.7.8.3