License changes, take 2. Bug 98089. mozilla/gfx/.

This commit is contained in:
gerv%gerv.net 2006-02-07 01:12:56 +00:00
Родитель a73dc08768
Коммит 7b2f58512e
17 изменённых файлов: 522 добавлений и 251 удалений

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsIDeviceContextSpec_h___ #ifndef nsIDeviceContextSpec_h___
#define nsIDeviceContextSpec_h___ #define nsIDeviceContextSpec_h___

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsIDeviceContextSpecFactory_h___ #ifndef nsIDeviceContextSpecFactory_h___
#define nsIDeviceContextSpecFactory_h___ #define nsIDeviceContextSpecFactory_h___

Просмотреть файл

@ -1,25 +1,41 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* Don Cone <dcone@netscape.com> * Don Cone <dcone@netscape.com>
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsISupports.idl" #include "nsISupports.idl"

Просмотреть файл

@ -1,25 +1,41 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 2000 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 2000
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* Don Cone <dcone@netscape.com> * Don Cone <dcone@netscape.com>
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsISupports.idl" #include "nsISupports.idl"

Просмотреть файл

@ -1,25 +1,41 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1999 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1999
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* Roland Mainz <roland.mainz@informatik.med.uni-giessen.de> * Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsDeviceContextSpecFactoryG.h" #include "nsDeviceContextSpecFactoryG.h"
#include "nsDeviceContextSpecG.h" #include "nsDeviceContextSpecG.h"

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1999 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1999
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsDeviceContextSpecFactoryG_h___ #ifndef nsDeviceContextSpecFactoryG_h___
#define nsDeviceContextSpecFactoryG_h___ #define nsDeviceContextSpecFactoryG_h___

Просмотреть файл

@ -1,26 +1,41 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* Roland Mainz <roland.mainz@informatik.med.uni-giessen.de> * Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
* *
*/ *
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsDeviceContextSpecG.h" #include "nsDeviceContextSpecG.h"

Просмотреть файл

@ -1,25 +1,41 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
* Roland Mainz <roland.mainz@informatik.med.uni-giessen.de> * Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsDeviceContextSpecG_h___ #ifndef nsDeviceContextSpecG_h___
#define nsDeviceContextSpecG_h___ #define nsDeviceContextSpecG_h___

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsPrintOptionsGTK.h" #include "nsPrintOptionsGTK.h"

Просмотреть файл

@ -1,25 +1,41 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* /* ***** BEGIN LICENSE BLOCK *****
* The contents of this file are subject to the Netscape Public * Version: NPL 1.1/GPL 2.0/LGPL 2.1
* 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 * The contents of this file are subject to the Netscape Public License
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * Version 1.1 (the "License"); you may not use this file except in
* implied. See the License for the specific language governing * compliance with the License. You may obtain a copy of the License at
* rights and limitations under the License. * 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 Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s):
* Modified: syd@netscape.com 10/18/99 wired in margins * Modified: syd@netscape.com 10/18/99 wired in margins
* Contributor(s): *
*/ *
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */ /* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
/* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */ /* Original Code: Syd Logan (syd@netscape.com) 3/12/99 */

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsDeviceContextSpecFactoryW.h" #include "nsDeviceContextSpecFactoryW.h"
#include "nsDeviceContextSpecWin.h" #include "nsDeviceContextSpecWin.h"

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsDeviceContextSpecFactoryW_h___ #ifndef nsDeviceContextSpecFactoryW_h___
#define nsDeviceContextSpecFactoryW_h___ #define nsDeviceContextSpecFactoryW_h___

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsDeviceContextSpecWin.h" #include "nsDeviceContextSpecWin.h"
#include "prmem.h" #include "prmem.h"

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef nsDeviceContextSpecWin_h___ #ifndef nsDeviceContextSpecWin_h___
#define nsDeviceContextSpecWin_h___ #define nsDeviceContextSpecWin_h___

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsPrintOptionsWin.h" #include "nsPrintOptionsWin.h"

Просмотреть файл

@ -1,24 +1,40 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: NPL 1.1/GPL 2.0/LGPL 2.1
* *
* The contents of this file are subject to the Netscape Public * The contents of this file are subject to the Netscape Public License
* License Version 1.1 (the "License"); you may not use this file * Version 1.1 (the "License"); you may not use this file except in
* except in compliance with the License. You may obtain a copy of * compliance with the License. You may obtain a copy of the License at
* the License at http://www.mozilla.org/NPL/ * http://www.mozilla.org/NPL/
* *
* Software distributed under the License is distributed on an "AS * Software distributed under the License is distributed on an "AS IS" basis,
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* implied. See the License for the specific language governing * for the specific language governing rights and limitations under the
* rights and limitations under the License. * License.
* *
* The Original Code is mozilla.org code. * The Original Code is mozilla.org code.
* *
* The Initial Developer of the Original Code is Netscape * The Initial Developer of the Original Code is
* Communications Corporation. Portions created by Netscape are * Netscape Communications Corporation.
* Copyright (C) 1998 Netscape Communications Corporation. All * Portions created by the Initial Developer are Copyright (C) 1998
* Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): * Contributor(s):
*/ *
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the NPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#include "nsPrintOptionsImpl.h" #include "nsPrintOptionsImpl.h"
#include "nsCoord.h" #include "nsCoord.h"