From c0fc0c1696bafa9e3f41a5a250351938332b09d0 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\!) --- modules/xml/js/jsxgraph.c | 18 ++++++++++++++++++ modules/xml/js/jsxparse.c | 18 ++++++++++++++++++ modules/xml/js/test/jsstddef.h | 18 ++++++++++++++++++ modules/xml/js/xmljs.c | 18 ++++++++++++++++++ modules/xml/js/xmljs.h | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) diff --git a/modules/xml/js/jsxgraph.c b/modules/xml/js/jsxgraph.c index 0409bd687818..989d409996d7 100644 --- a/modules/xml/js/jsxgraph.c +++ b/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/modules/xml/js/jsxparse.c b/modules/xml/js/jsxparse.c index 4934676ef732..f564ea026f80 100644 --- a/modules/xml/js/jsxparse.c +++ b/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/modules/xml/js/test/jsstddef.h b/modules/xml/js/test/jsstddef.h index 698ba9353b98..6534218daa55 100644 --- a/modules/xml/js/test/jsstddef.h +++ b/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/modules/xml/js/xmljs.c b/modules/xml/js/xmljs.c index 15d8f8996020..2f9f52449afe 100644 --- a/modules/xml/js/xmljs.c +++ b/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/modules/xml/js/xmljs.h b/modules/xml/js/xmljs.h index bffb0f6f56ae..5ad9cab7ae2a 100644 --- a/modules/xml/js/xmljs.h +++ b/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