diff options
Diffstat (limited to 'src/platforms')
-rw-r--r-- | src/platforms/posix/posixChildProcess.cpp | 10 | ||||
-rw-r--r-- | src/platforms/posix/posixFile.cpp | 10 | ||||
-rw-r--r-- | src/platforms/posix/posixHandler.cpp | 10 | ||||
-rw-r--r-- | src/platforms/posix/posixSocket.cpp | 10 |
4 files changed, 28 insertions, 12 deletions
diff --git a/src/platforms/posix/posixChildProcess.cpp b/src/platforms/posix/posixChildProcess.cpp index 360fc649..28b1b191 100644 --- a/src/platforms/posix/posixChildProcess.cpp +++ b/src/platforms/posix/posixChildProcess.cpp @@ -12,9 +12,13 @@ // 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 along -// with this program; if not, write to the Free Software Foundation, Inc., Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.. +// 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., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Linking this library statically or dynamically with other modules is making +// a combined work based on this library. Thus, the terms and conditions of +// the GNU General Public License cover the whole combination. // #include "vmime/platforms/posix/posixChildProcess.hpp" diff --git a/src/platforms/posix/posixFile.cpp b/src/platforms/posix/posixFile.cpp index 14ed347a..e9eede17 100644 --- a/src/platforms/posix/posixFile.cpp +++ b/src/platforms/posix/posixFile.cpp @@ -12,9 +12,13 @@ // 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 along -// with this program; if not, write to the Free Software Foundation, Inc., Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.. +// 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., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Linking this library statically or dynamically with other modules is making +// a combined work based on this library. Thus, the terms and conditions of +// the GNU General Public License cover the whole combination. // #include "vmime/platforms/posix/posixFile.hpp" diff --git a/src/platforms/posix/posixHandler.cpp b/src/platforms/posix/posixHandler.cpp index 7874b474..41574b67 100644 --- a/src/platforms/posix/posixHandler.cpp +++ b/src/platforms/posix/posixHandler.cpp @@ -12,9 +12,13 @@ // 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 along -// with this program; if not, write to the Free Software Foundation, Inc., Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.. +// 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., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Linking this library statically or dynamically with other modules is making +// a combined work based on this library. Thus, the terms and conditions of +// the GNU General Public License cover the whole combination. // #include "vmime/platforms/posix/posixHandler.hpp" diff --git a/src/platforms/posix/posixSocket.cpp b/src/platforms/posix/posixSocket.cpp index 7c4b9a17..35bdbf84 100644 --- a/src/platforms/posix/posixSocket.cpp +++ b/src/platforms/posix/posixSocket.cpp @@ -12,9 +12,13 @@ // 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 along -// with this program; if not, write to the Free Software Foundation, Inc., Foundation, Inc., -// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.. +// 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., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +// +// Linking this library statically or dynamically with other modules is making +// a combined work based on this library. Thus, the terms and conditions of +// the GNU General Public License cover the whole combination. // #include "vmime/platforms/posix/posixSocket.hpp" |