From eee9db22d7bec92a22b8d027e560f96ac07cd77e Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Wed, 31 Jan 2001 12:06:05 +0000 Subject: [PATCH] NOT PART OF BUILD. Added copyright headers git-svn-id: svn://10.0.0.236/trunk@85829 18797224-902f-48f8-a5cc-f745e15eee43 --- .../activex/src/control_kicker/StdAfx.cpp | 24 ++++++++++++++++++ .../activex/src/control_kicker/StdAfx.h | 24 ++++++++++++++++++ .../src/control_kicker/control_kicker.cpp | 25 +++++++++++++++++-- 3 files changed, 71 insertions(+), 2 deletions(-) diff --git a/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.cpp b/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.cpp index 06537072f18..ff275ddef76 100644 --- a/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.cpp +++ b/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.cpp @@ -1,3 +1,27 @@ +/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Mozilla 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/MPL/ + * + * 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 the Mozilla browser. + * + * The Initial Developer of the Original Code is Netscape + * Communications, Inc. Portions created by Netscape are + * Copyright (C) 1999, Mozilla. All Rights Reserved. + * + * Author(s) + * Adam Lock + * + * Contributor(s) + */ + // stdafx.cpp : source file that includes just the standard includes // control_kicker.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information diff --git a/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.h b/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.h index 30612c85763..6b2481d0042 100644 --- a/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.h +++ b/mozilla/embedding/browser/activex/src/control_kicker/StdAfx.h @@ -1,3 +1,27 @@ +/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Mozilla 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/MPL/ + * + * 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 the Mozilla browser. + * + * The Initial Developer of the Original Code is Netscape + * Communications, Inc. Portions created by Netscape are + * Copyright (C) 1999, Mozilla. All Rights Reserved. + * + * Author(s) + * Adam Lock + * + * Contributor(s) + */ + // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently diff --git a/mozilla/embedding/browser/activex/src/control_kicker/control_kicker.cpp b/mozilla/embedding/browser/activex/src/control_kicker/control_kicker.cpp index d1e59d15ec7..ed7b3ceceb3 100644 --- a/mozilla/embedding/browser/activex/src/control_kicker/control_kicker.cpp +++ b/mozilla/embedding/browser/activex/src/control_kicker/control_kicker.cpp @@ -1,5 +1,26 @@ -// control_kicker.cpp : Defines the entry point for the DLL application. -// +/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Mozilla 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/MPL/ + * + * 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 the Mozilla browser. + * + * The Initial Developer of the Original Code is Netscape + * Communications, Inc. Portions created by Netscape are + * Copyright (C) 1999, Mozilla. All Rights Reserved. + * + * Author(s) + * Adam Lock + * + * Contributor(s) + */ #include "stdafx.h"