diff options
author | smos <seth.mos@dds.nl> | 2012-01-15 13:33:07 +0100 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2012-01-15 13:33:07 +0100 |
commit | 12039a665c2affa3cbf8d99fe38cc565615a6c40 (patch) | |
tree | a290c9fcf68af6f39c72eaf067084826aa2f6505 /config/lcdproc-dev | |
parent | 4c11fe7a5b279f9ab8d5d521dd4db2d937c72c83 (diff) | |
download | pfsense-packages-12039a665c2affa3cbf8d99fe38cc565615a6c40.tar.gz pfsense-packages-12039a665c2affa3cbf8d99fe38cc565615a6c40.tar.bz2 pfsense-packages-12039a665c2affa3cbf8d99fe38cc565615a6c40.zip |
Correct old defunct email address
Diffstat (limited to 'config/lcdproc-dev')
-rw-r--r-- | config/lcdproc-dev/lcdproc.inc | 4 | ||||
-rw-r--r-- | config/lcdproc-dev/lcdproc_client.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/lcdproc-dev/lcdproc.inc b/config/lcdproc-dev/lcdproc.inc index cfea30f3..5971f61f 100644 --- a/config/lcdproc-dev/lcdproc.inc +++ b/config/lcdproc-dev/lcdproc.inc @@ -2,7 +2,7 @@ /* $Id$ */ /* lcdproc.inc - Copyright (C) 2007 Seth Mos <seth.mos@xs4all.nl> + Copyright (C) 2007 Seth Mos <seth.mos@dds.nl> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -586,4 +586,4 @@ EOD; } return $returnvalue; } -?>
\ No newline at end of file +?> diff --git a/config/lcdproc-dev/lcdproc_client.php b/config/lcdproc-dev/lcdproc_client.php index aec8d8c3..be7efa3f 100644 --- a/config/lcdproc-dev/lcdproc_client.php +++ b/config/lcdproc-dev/lcdproc_client.php @@ -2,7 +2,7 @@ /* $Id$ */ /* lcdproc_client.php - Copyright (C) 2007 Seth Mos <seth.mos@xs4all.nl> + Copyright (C) 2007 Seth Mos <seth.mos@dds.nl> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -892,4 +892,4 @@ /* loop exited? Close fd and wait for the script to kick in again */ fclose($lcd); } -?>
\ No newline at end of file +?> |