From 8219dd2cbe064675e4f990eabcb43c608f2c55f8 Mon Sep 17 00:00:00 2001 From: "javi%netscape.com" Date: Wed, 21 Jun 2000 19:38:03 +0000 Subject: [PATCH] Give these files a license. --- extensions/psm-glue/src/nsKeygenHandler.cpp | 22 +++++++++++++++++++++ extensions/psm-glue/src/nsKeygenHandler.h | 22 +++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/extensions/psm-glue/src/nsKeygenHandler.cpp b/extensions/psm-glue/src/nsKeygenHandler.cpp index 1412e2e9219..256e8cc7090 100644 --- a/extensions/psm-glue/src/nsKeygenHandler.cpp +++ b/extensions/psm-glue/src/nsKeygenHandler.cpp @@ -1,3 +1,25 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + //For some weird reason, nsProxiedService has to be the first file //included. Don't ask me, I'm just the messenger. #include "nsProxiedService.h" diff --git a/extensions/psm-glue/src/nsKeygenHandler.h b/extensions/psm-glue/src/nsKeygenHandler.h index 4e04f384dce..df0c0b925fb 100644 --- a/extensions/psm-glue/src/nsKeygenHandler.h +++ b/extensions/psm-glue/src/nsKeygenHandler.h @@ -1,3 +1,25 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is mozilla.org code. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + #ifndef _NSKEYGENHANDLER_H_ #define _NSKEYGENHANDLER_H_ // Form Processor