From aa2b80b5788517254192342c55a75346fd3c0aa3 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 11 Apr 2014 13:01:04 +0000 Subject: [PATCH] * Copyright notice git-svn-id: trunk@27528 - --- packages/fcl-net/src/sslsockets.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/fcl-net/src/sslsockets.pp b/packages/fcl-net/src/sslsockets.pp index e91afa1c23..f88612a439 100644 --- a/packages/fcl-net/src/sslsockets.pp +++ b/packages/fcl-net/src/sslsockets.pp @@ -1,3 +1,17 @@ +{ + This file is part of the Free Component Library (FCL) + Copyright (c) 1999-2000 by the Free Pascal development team + + SSL support for ssockets + + See the file COPYING.FPC, included in this distribution, + for details about the copyright. + + 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. + + **********************************************************************} unit sslsockets; {$mode objfpc}{$H+}