diff options
author | Jose Luis Duran <jlduran@users.noreply.github.com> | 2015-05-16 11:55:15 -0300 |
---|---|---|
committer | Jose Luis Duran <jlduran@users.noreply.github.com> | 2015-05-16 11:55:15 -0300 |
commit | d98a2e6a70dfc5ec38da6a9278a95cb0c1b7007f (patch) | |
tree | b94eb614522aff03b6370c7f2166f5e2d8e47ab9 /etc | |
parent | d71cded07d552ffec9dbeafbc7449cae834f76c2 (diff) | |
download | pfsense-d98a2e6a70dfc5ec38da6a9278a95cb0c1b7007f.zip pfsense-d98a2e6a70dfc5ec38da6a9278a95cb0c1b7007f.tar.gz |
Remove artifacts from latin1 to utf8 conversions
String replacement:
s/Ermal L.../Ermal Luçi/g
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/auth.inc | 2 | ||||
-rw-r--r-- | etc/inc/captiveportal.inc | 2 | ||||
-rw-r--r-- | etc/inc/dyndns.class | 2 | ||||
-rw-r--r-- | etc/inc/filter.inc | 2 | ||||
-rw-r--r-- | etc/inc/interfaces.inc | 2 | ||||
-rw-r--r-- | etc/inc/pkg-utils.inc | 2 | ||||
-rw-r--r-- | etc/inc/services.inc | 2 | ||||
-rw-r--r-- | etc/inc/voucher.inc | 2 | ||||
-rw-r--r-- | etc/inc/vpn.inc | 2 | ||||
-rwxr-xr-x | etc/rc.captiveportal_configure_mac | 2 | ||||
-rwxr-xr-x | etc/rc.filter_configure_xmlrpc | 2 | ||||
-rwxr-xr-x | etc/rc.filter_synchronize | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc index 2cb2ff1..ee32c2b 100644 --- a/etc/inc/auth.inc +++ b/etc/inc/auth.inc @@ -1,7 +1,7 @@ <?php /* $Id$ */ /* - Copyright (C) 2010 Ermal Lu�i + Copyright (C) 2010 Ermal Luçi All rights reserved. Copyright (C) 2007, 2008 Scott Ullrich <sullrich@gmail.com> diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index 522636d..62cfb97 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -3,7 +3,7 @@ captiveportal.inc part of pfSense (https://www.pfsense.org) Copyright (C) 2004-2011 Scott Ullrich <sullrich@gmail.com> - Copyright (C) 2009-2012 Ermal Lu�i <eri@pfsense.org> + Copyright (C) 2009-2012 Ermal Luçi <eri@pfsense.org> Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>. originally part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index d1120b5..3edadd0 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -85,7 +85,7 @@ * @version 0.8 * @updated 13 October 05 at 21:02:42 GMT * - * DNSexit/OpenDNS support and multiwan extension for pfSense by Ermal Luci + * DNSexit/OpenDNS support and multiwan extension for pfSense by Ermal Luçi * Custom DNS support by Matt Corallo * */ diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 1cb6f66..c4f7cd5 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -5,7 +5,7 @@ Copyright (C) 2004-2006 Scott Ullrich Copyright (C) 2005 Bill Marquette Copyright (C) 2006 Peter Allgeyer - Copyright (C) 2008-2010 Ermal Luci + Copyright (C) 2008-2010 Ermal Luçi All rights reserved. originally part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index fc00674..be0ff8e 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2,7 +2,7 @@ /* interfaces.inc Copyright (C) 2004-2008 Scott Ullrich - Copyright (C) 2008-2009 Ermal Lu?i + Copyright (C) 2008-2009 Ermal Luçi All rights reserved. function interfaces_wireless_configure is diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index bc5bd21..952583e 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -7,7 +7,7 @@ HISTORY $Id$ - Copyright (C) 2010 Ermal Luci + Copyright (C) 2010 Ermal Luçi Copyright (C) 2005-2006 Colin Smith (ethethlay@gmail.com) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/etc/inc/services.inc b/etc/inc/services.inc index 0480f28..1a8bed0 100644 --- a/etc/inc/services.inc +++ b/etc/inc/services.inc @@ -5,7 +5,7 @@ originally part of m0n0wall (http://m0n0.ch/wall) Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. - Copyright (C) 2010 Ermal Luci + Copyright (C) 2010 Ermal Luçi All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc index 512c0e2..a927ebc 100644 --- a/etc/inc/voucher.inc +++ b/etc/inc/voucher.inc @@ -1,7 +1,7 @@ <?php /* voucher.inc - Copyright (C) 2010-2012 Ermal Luci <eri@pfsense.org> + Copyright (C) 2010-2012 Ermal Luçi <eri@pfsense.org> Copyright (C) 2010 Scott Ullrich <sullrich@gmail.com> Copyright (C) 2007 Marcel Wiget <mwiget@mac.com> All rights reserved. diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 7d4f7a0..ebd17ca 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -4,7 +4,7 @@ vpn.inc Copyright (C) 2004 Scott Ullrich Copyright (C) 2008 Shrew Soft Inc - Copyright (C) 2008 Ermal Lu�i + Copyright (C) 2008 Ermal Luçi All rights reserved. originally part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.captiveportal_configure_mac b/etc/rc.captiveportal_configure_mac index d22b7c8..93e3df5 100755 --- a/etc/rc.captiveportal_configure_mac +++ b/etc/rc.captiveportal_configure_mac @@ -3,7 +3,7 @@ /* rc.captiveportal_configure_mac part of pfSense (https://www.pfsense.org) - Copyright (C) 2015 Ermal LUÇi + Copyright (C) 2015 Ermal Luçi All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/etc/rc.filter_configure_xmlrpc b/etc/rc.filter_configure_xmlrpc index 6fa2491..5dfe11e 100755 --- a/etc/rc.filter_configure_xmlrpc +++ b/etc/rc.filter_configure_xmlrpc @@ -5,7 +5,7 @@ Copyright (C) 2004-2006 Scott Ullrich Copyright (C) 2005 Bill Marquette Copyright (C) 2006 Peter Allgeyer - Copyright (C) 2008 Ermal Luci + Copyright (C) 2008 Ermal Luçi All rights reserved. originally part of m0n0wall (http://m0n0.ch/wall) diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize index e411e7e..fc65b75 100755 --- a/etc/rc.filter_synchronize +++ b/etc/rc.filter_synchronize @@ -5,7 +5,7 @@ Copyright (C) 2004-2006 Scott Ullrich Copyright (C) 2005 Bill Marquette Copyright (C) 2006 Peter Allgeyer - Copyright (C) 2008 Ermal Luci + Copyright (C) 2008 Ermal Luçi All rights reserved. originally part of m0n0wall (http://m0n0.ch/wall) |