diff --git a/asn.c b/asn.c index f33f872..5f039ad 100644 --- a/asn.c +++ b/asn.c @@ -1,7 +1,7 @@ /* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. ASN.1 utility functions - Copyright 2010-2011 Henrik Andersson for Cendio AB + Copyright 2012 Henrik Andersson for Cendio AB 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 diff --git a/cssp.c b/cssp.c index 2781bf6..b91582e 100644 --- a/cssp.c +++ b/cssp.c @@ -1,3 +1,22 @@ +/* -*- c-basic-offset: 8 -*- + rdesktop: A Remote Desktop Protocol client. + CredSSP layer and kerberos support. + Copyright 2012 Henrik Andersson for Cendio AB + + 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 3 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, see . +*/ + #include #include #include "rdesktop.h"