diff options
Diffstat (limited to 'src/net/udp')
| -rw-r--r-- | src/net/udp/dhcp.c | 3 | ||||
| -rw-r--r-- | src/net/udp/dns.c | 3 | ||||
| -rw-r--r-- | src/net/udp/slam.c | 3 | ||||
| -rw-r--r-- | src/net/udp/syslog.c | 3 | ||||
| -rw-r--r-- | src/net/udp/tftp.c | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/src/net/udp/dhcp.c b/src/net/udp/dhcp.c index 9a231840d..a72061649 100644 --- a/src/net/udp/dhcp.c +++ b/src/net/udp/dhcp.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/net/udp/dns.c b/src/net/udp/dns.c index 6b4335d7d..efe0d2e04 100644 --- a/src/net/udp/dns.c +++ b/src/net/udp/dns.c @@ -16,7 +16,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/net/udp/slam.c b/src/net/udp/slam.c index 0de138cdf..e1b584fec 100644 --- a/src/net/udp/slam.c +++ b/src/net/udp/slam.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/net/udp/syslog.c b/src/net/udp/syslog.c index 9e55d211b..00101008b 100644 --- a/src/net/udp/syslog.c +++ b/src/net/udp/syslog.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/net/udp/tftp.c b/src/net/udp/tftp.c index a2d6473c3..a6c64b4ab 100644 --- a/src/net/udp/tftp.c +++ b/src/net/udp/tftp.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); |
