Browse Source

* Copyright notice

git-svn-id: trunk@27528 -
michael 11 years ago
parent
commit
aa2b80b578
1 changed files with 14 additions and 0 deletions
  1. 14 0
      packages/fcl-net/src/sslsockets.pp

+ 14 - 0
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+}