diff options
Diffstat (limited to 'tests/icles/dccp')
-rw-r--r-- | tests/icles/dccp/call/DCCPClient.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/call/DCCPServer.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/file/DCCPClientSaveFile.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/file/DCCPServerSendFile.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mic/DCCPClientPlayMic.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mic/DCCPServerMic.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mp3/DCCPClientPlayMP3.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mp3/DCCPServerSendMP3.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c | 4 | ||||
-rw-r--r-- | tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/tests/icles/dccp/call/DCCPClient.c b/tests/icles/dccp/call/DCCPClient.c index 5266f7859..907e68f52 100644 --- a/tests/icles/dccp/call/DCCPClient.c +++ b/tests/icles/dccp/call/DCCPClient.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/call/DCCPServer.c b/tests/icles/dccp/call/DCCPServer.c index dc1b497b3..76a556bba 100644 --- a/tests/icles/dccp/call/DCCPServer.c +++ b/tests/icles/dccp/call/DCCPServer.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/file/DCCPClientSaveFile.c b/tests/icles/dccp/file/DCCPClientSaveFile.c index 99ac243ca..cdd7fe29e 100644 --- a/tests/icles/dccp/file/DCCPClientSaveFile.c +++ b/tests/icles/dccp/file/DCCPClientSaveFile.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/file/DCCPServerSendFile.c b/tests/icles/dccp/file/DCCPServerSendFile.c index a5de89432..768381fe0 100644 --- a/tests/icles/dccp/file/DCCPServerSendFile.c +++ b/tests/icles/dccp/file/DCCPServerSendFile.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mic/DCCPClientPlayMic.c b/tests/icles/dccp/mic/DCCPClientPlayMic.c index 0a697fa7b..4cd0c3b52 100644 --- a/tests/icles/dccp/mic/DCCPClientPlayMic.c +++ b/tests/icles/dccp/mic/DCCPClientPlayMic.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mic/DCCPServerMic.c b/tests/icles/dccp/mic/DCCPServerMic.c index d28206845..d40119802 100644 --- a/tests/icles/dccp/mic/DCCPServerMic.c +++ b/tests/icles/dccp/mic/DCCPServerMic.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mp3/DCCPClientPlayMP3.c b/tests/icles/dccp/mp3/DCCPClientPlayMP3.c index e23c5a593..ac55d25d0 100644 --- a/tests/icles/dccp/mp3/DCCPClientPlayMP3.c +++ b/tests/icles/dccp/mp3/DCCPClientPlayMP3.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mp3/DCCPServerSendMP3.c b/tests/icles/dccp/mp3/DCCPServerSendMP3.c index 6dba1712c..a7d9d5da6 100644 --- a/tests/icles/dccp/mp3/DCCPServerSendMP3.c +++ b/tests/icles/dccp/mp3/DCCPServerSendMP3.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c b/tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c index d05b41980..4d260f2a6 100644 --- a/tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c +++ b/tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c b/tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c index 58166dd17..a5d9e0d7d 100644 --- a/tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c +++ b/tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c b/tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c index b4942be57..fb09e4ba3 100644 --- a/tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c +++ b/tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> diff --git a/tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c b/tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c index c17f79e33..2b090a200 100644 --- a/tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c +++ b/tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include <stdio.h> |