diff -uar socket++-1.12.12/NEWS socket++-1.12.13/NEWS --- socket++-1.12.12/NEWS 2003-11-29 13:08:10.000000000 +0100 +++ socket++-1.12.13/NEWS 2011-12-27 12:24:43.365143001 +0100 @@ -1,3 +1,6 @@ +Version: 1.12.13: +* Removing all forgotten GNU/GPL license informations from the source code. + Version: 1.12.11: * Major Bugfix: Dan Muller reporting this problem: "It's all in the sockbuf::write function. diff -uar socket++-1.12.12/socket++/pipestream.cpp socket++-1.12.13/socket++/pipestream.cpp --- socket++-1.12.12/socket++/pipestream.cpp 2004-06-28 13:24:09.000000000 +0200 +++ socket++-1.12.13/socket++/pipestream.cpp 2011-12-27 12:25:55.675143000 +0100 @@ -1,20 +1,6 @@ // pipestream.cpp -*- C++ -*- socket library // Copyright (C) 2002 Herbert Straub // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// 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. -// // pipestream.C -*- C++ -*- socket library // Copyright (C) 1992-1996 Gnanasekaran Swaminathan // diff -uar socket++-1.12.12/socket++/sockinet.cpp socket++-1.12.13/socket++/sockinet.cpp --- socket++-1.12.12/socket++/sockinet.cpp 2004-06-28 13:24:09.000000000 +0200 +++ socket++-1.12.13/socket++/sockinet.cpp 2011-12-27 12:26:11.085143001 +0100 @@ -1,20 +1,6 @@ // sockinet.C -*- C++ -*- socket library // Copyright (C) 2002 Herbert Straub // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// 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. -// // Copyright (C) 1992-1996 Gnanasekaran Swaminathan // // Permission is granted to use at your own risk and distribute this software diff -uar socket++-1.12.12/socket++/sockstream.cpp socket++-1.12.13/socket++/sockstream.cpp --- socket++-1.12.12/socket++/sockstream.cpp 2004-06-28 13:24:09.000000000 +0200 +++ socket++-1.12.13/socket++/sockstream.cpp 2011-12-27 12:25:33.495143000 +0100 @@ -1,20 +1,6 @@ // sockstream.C -*- C++ -*- socket library // Copyright (C) 2002 Herbert Straub for my changes, see ChangeLog. // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// 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. -// // Copyright (C) 1992-1996 Gnanasekaran Swaminathan // // Permission is granted to use at your own risk and distribute this software diff -uar socket++-1.12.12/socket++/sockstream.h socket++-1.12.13/socket++/sockstream.h --- socket++-1.12.12/socket++/sockstream.h 2004-06-28 13:24:09.000000000 +0200 +++ socket++-1.12.13/socket++/sockstream.h 2011-12-27 12:26:23.945143000 +0100 @@ -1,20 +1,6 @@ // sockstream.h -*- C++ -*- socket library // Copyright (C) 2002 Herbert Straub // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// 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. -// // Copyright (C) 1992-1996 Gnanasekaran Swaminathan // // Permission is granted to use at your own risk and distribute this software diff -uar socket++-1.12.12/socket++/sockunix.cpp socket++-1.12.13/socket++/sockunix.cpp --- socket++-1.12.12/socket++/sockunix.cpp 2004-06-28 13:24:09.000000000 +0200 +++ socket++-1.12.13/socket++/sockunix.cpp 2011-12-27 12:26:39.135143000 +0100 @@ -1,20 +1,6 @@ // sockunix.cpp -*- C++ -*- socket library // Copyright (C) 2002 Herbert Straub // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// 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. -// // sockunix.C -*- C++ -*- socket library // Copyright (C) 1992-1996 Gnanasekaran Swaminathan //