From 4d73b7f9f28457087a1710d0c43e0a13f291ff67 Mon Sep 17 00:00:00 2001 From: "shaver%netscape.com" Date: Sat, 1 Aug 1998 23:56:38 +0000 Subject: [PATCH] forgot to add NPL (bad Mike\!) git-svn-id: svn://10.0.0.236/trunk@7079 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/xml/js/jsxgraph.c | 18 ++++++++++++++++++ mozilla/modules/xml/js/jsxparse.c | 18 ++++++++++++++++++ mozilla/modules/xml/js/test/jsstddef.h | 18 ++++++++++++++++++ mozilla/modules/xml/js/xmljs.c | 18 ++++++++++++++++++ mozilla/modules/xml/js/xmljs.h | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) diff --git a/mozilla/modules/xml/js/jsxgraph.c b/mozilla/modules/xml/js/jsxgraph.c index 0409bd68781..989d409996d 100644 --- a/mozilla/modules/xml/js/jsxgraph.c +++ b/mozilla/modules/xml/js/jsxgraph.c @@ -1,3 +1,21 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ + #define XMLJS_INTERNAL #include "xmljs.h" #undef XMLJS_INTERNAL diff --git a/mozilla/modules/xml/js/jsxparse.c b/mozilla/modules/xml/js/jsxparse.c index 4934676ef73..f564ea026f8 100644 --- a/mozilla/modules/xml/js/jsxparse.c +++ b/mozilla/modules/xml/js/jsxparse.c @@ -1,3 +1,21 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ + #define XMLJS_INTERNAL #include "xmljs.h" #undef XMLJS_INTERNAL diff --git a/mozilla/modules/xml/js/test/jsstddef.h b/mozilla/modules/xml/js/test/jsstddef.h index 698ba9353b9..6534218daa5 100644 --- a/mozilla/modules/xml/js/test/jsstddef.h +++ b/mozilla/modules/xml/js/test/jsstddef.h @@ -1,3 +1,21 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ + /*stddef inclusion here to first declare ptrdif as a signed long instead of a signed int*/ #ifdef _WINDOWS diff --git a/mozilla/modules/xml/js/xmljs.c b/mozilla/modules/xml/js/xmljs.c index 15d8f899602..2f9f52449af 100644 --- a/mozilla/modules/xml/js/xmljs.c +++ b/mozilla/modules/xml/js/xmljs.c @@ -1,3 +1,21 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ + #define XMLJS_INTERNAL #include "xmljs.h" #undef XMLJS_INTERNAL diff --git a/mozilla/modules/xml/js/xmljs.h b/mozilla/modules/xml/js/xmljs.h index bffb0f6f56a..5ad9cab7ae2 100644 --- a/mozilla/modules/xml/js/xmljs.h +++ b/mozilla/modules/xml/js/xmljs.h @@ -1,3 +1,21 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ + #ifndef XMLJS_H #define XMLJS_H