From cbce85cf02bc2a4ad0c60d64b5bc72b5d281053e Mon Sep 17 00:00:00 2001 From: "spider%netscape.com" Date: Mon, 21 Sep 1998 17:18:04 +0000 Subject: [PATCH] Adding NPL's which were mistakenly forgotten upon initial checkin git-svn-id: svn://10.0.0.236/trunk@10578 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/calendar/Makefile | 14 ++++++++++++++ mozilla/modules/calendar/makefile.win | 15 +++++++++++++++ mozilla/modules/calendar/src/Makefile | 14 ++++++++++++++ mozilla/modules/calendar/src/libcal/Makefile | 14 ++++++++++++++ .../modules/calendar/src/libcal/ical/makefile.win | 15 +++++++++++++++ .../modules/calendar/src/libcal/itip/makefile.win | 15 +++++++++++++++ mozilla/modules/calendar/src/libcal/makefile.win | 15 +++++++++++++++ .../modules/calendar/src/libcal/util/makefile.win | 15 +++++++++++++++ mozilla/modules/calendar/src/makefile.win | 15 +++++++++++++++ .../modules/calendar/src/nlsstub/inc/makefile.win | 15 +++++++++++++++ mozilla/modules/calendar/src/nlsstub/makefile.win | 15 +++++++++++++++ .../modules/calendar/src/nlsstub/src/makefile.win | 15 +++++++++++++++ 12 files changed, 177 insertions(+) diff --git a/mozilla/modules/calendar/Makefile b/mozilla/modules/calendar/Makefile index 49f5dc3c519..1ca305129fe 100644 --- a/mozilla/modules/calendar/Makefile +++ b/mozilla/modules/calendar/Makefile @@ -1,4 +1,18 @@ #! gmake +# 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. ifdef MOZ_TREX NS_DEPTH=../.. diff --git a/mozilla/modules/calendar/makefile.win b/mozilla/modules/calendar/makefile.win index 084c3ca5121..b17cfb8cd04 100644 --- a/mozilla/modules/calendar/makefile.win +++ b/mozilla/modules/calendar/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/Makefile b/mozilla/modules/calendar/src/Makefile index 575c2ec9138..2bd526e7998 100644 --- a/mozilla/modules/calendar/src/Makefile +++ b/mozilla/modules/calendar/src/Makefile @@ -1,4 +1,18 @@ #! gmake +# 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. ifdef MOZ_TREX NS_DEPTH=../../.. diff --git a/mozilla/modules/calendar/src/libcal/Makefile b/mozilla/modules/calendar/src/libcal/Makefile index 86ddf9c2106..a8168bb3ebd 100644 --- a/mozilla/modules/calendar/src/libcal/Makefile +++ b/mozilla/modules/calendar/src/libcal/Makefile @@ -1,4 +1,18 @@ #! gmake +# 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. MODULE = julian diff --git a/mozilla/modules/calendar/src/libcal/ical/makefile.win b/mozilla/modules/calendar/src/libcal/ical/makefile.win index 360358a830b..678afc7d468 100644 --- a/mozilla/modules/calendar/src/libcal/ical/makefile.win +++ b/mozilla/modules/calendar/src/libcal/ical/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/libcal/itip/makefile.win b/mozilla/modules/calendar/src/libcal/itip/makefile.win index 2f36db537fb..4cfabe285b9 100644 --- a/mozilla/modules/calendar/src/libcal/itip/makefile.win +++ b/mozilla/modules/calendar/src/libcal/itip/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/libcal/makefile.win b/mozilla/modules/calendar/src/libcal/makefile.win index d8587f6fb75..0c2e553bacc 100644 --- a/mozilla/modules/calendar/src/libcal/makefile.win +++ b/mozilla/modules/calendar/src/libcal/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/libcal/util/makefile.win b/mozilla/modules/calendar/src/libcal/util/makefile.win index e99936769b3..a6db64e967c 100644 --- a/mozilla/modules/calendar/src/libcal/util/makefile.win +++ b/mozilla/modules/calendar/src/libcal/util/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/makefile.win b/mozilla/modules/calendar/src/makefile.win index e5f649127d4..0b8dd6292c8 100644 --- a/mozilla/modules/calendar/src/makefile.win +++ b/mozilla/modules/calendar/src/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/nlsstub/inc/makefile.win b/mozilla/modules/calendar/src/nlsstub/inc/makefile.win index 7bd4555f496..e09129a9b92 100644 --- a/mozilla/modules/calendar/src/nlsstub/inc/makefile.win +++ b/mozilla/modules/calendar/src/nlsstub/inc/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/nlsstub/makefile.win b/mozilla/modules/calendar/src/nlsstub/makefile.win index b4584a036fc..261a73a0b99 100644 --- a/mozilla/modules/calendar/src/nlsstub/makefile.win +++ b/mozilla/modules/calendar/src/nlsstub/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree diff --git a/mozilla/modules/calendar/src/nlsstub/src/makefile.win b/mozilla/modules/calendar/src/nlsstub/src/makefile.win index da030401780..7d1acf194b1 100644 --- a/mozilla/modules/calendar/src/nlsstub/src/makefile.win +++ b/mozilla/modules/calendar/src/nlsstub/src/makefile.win @@ -1,3 +1,18 @@ +# 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. + #//------------------------------------------------------------------------ #// #// Makefile to build the Julian tree