Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0940186c
Commit
0940186c
authored
Nov 02, 1999
by
dmose%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated license boilerplate
parent
0b8ed0ca
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
766 additions
and
660 deletions
+766
-660
CGI.pl
CGI.pl
+15
-14
addcomponent.cgi
addcomponent.cgi
+15
-14
backdoor.cgi
backdoor.cgi
+15
-14
bug_form.pl
bug_form.pl
+15
-14
bug_status.html
bug_status.html
+16
-13
buglist.cgi
buglist.cgi
+15
-14
changepassword.cgi
changepassword.cgi
+15
-14
checksetup.pl
checksetup.pl
+17
-10
colchange.cgi
colchange.cgi
+15
-14
collectstats.pl
collectstats.pl
+15
-14
gnats2bz.pl
contrib/gnats2bz.pl
+13
-8
createaccount.cgi
createaccount.cgi
+15
-14
createattachment.cgi
createattachment.cgi
+15
-14
defparams.pl
defparams.pl
+15
-14
describecomponents.cgi
describecomponents.cgi
+15
-14
doaddcomponent.cgi
doaddcomponent.cgi
+15
-14
doeditcomponents.cgi
doeditcomponents.cgi
+15
-14
doeditowners.cgi
doeditowners.cgi
+15
-14
doeditparams.cgi
doeditparams.cgi
+15
-14
doeditvotes.cgi
doeditvotes.cgi
+15
-14
editcomponents.cgi
editcomponents.cgi
+18
-9
editowners.cgi
editowners.cgi
+15
-14
editparams.cgi
editparams.cgi
+15
-14
editproducts.cgi
editproducts.cgi
+19
-9
editusers.cgi
editusers.cgi
+18
-9
editversions.cgi
editversions.cgi
+19
-9
enter_bug.cgi
enter_bug.cgi
+15
-14
globals.pl
globals.pl
+15
-14
help.html
help.html
+16
-13
how_to_mail.html
how_to_mail.html
+16
-13
index.html
index.html
+16
-13
long_list.cgi
long_list.cgi
+15
-14
new_comment.cgi
new_comment.cgi
+15
-14
newquip.html
newquip.html
+16
-13
post_bug.cgi
post_bug.cgi
+15
-14
process_bug.cgi
process_bug.cgi
+15
-14
processmail
processmail
+15
-14
query.cgi
query.cgi
+15
-14
relogin.cgi
relogin.cgi
+15
-14
reports.cgi
reports.cgi
+11
-10
sanitycheck.cgi
sanitycheck.cgi
+15
-14
show_activity.cgi
show_activity.cgi
+15
-14
show_bug.cgi
show_bug.cgi
+15
-14
showattachment.cgi
showattachment.cgi
+15
-14
showdependencygraph.cgi
showdependencygraph.cgi
+15
-14
showdependencytree.cgi
showdependencytree.cgi
+15
-14
showowners.cgi
showowners.cgi
+15
-14
showvotes.cgi
showvotes.cgi
+15
-14
votehelp.html
votehelp.html
+16
-13
whineatnews.pl
whineatnews.pl
+15
-14
No files found.
CGI.pl
View file @
0940186c
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Contains some global routines used throughout the CGI scripts of Bugzilla.
...
...
addcomponent.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Sam Ziegler <sam@ziegler.org>
# Terry Weissman <terry@mozilla.org>
# Mark Hamby <mhamby@logicon.com>
...
...
backdoor.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Provides a silly 'back-door' mechanism to let me automatically insert
...
...
bug_form.pl
View file @
0940186c
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
bug_status.html
View file @
0940186c
<HTML>
<!--
The contents of this file are subject to the Mozilla Public
License
Version 1.0 (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 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 Bugzilla Bug Tracking System.
The Initial Developer of the Original Code is Netscape Communications
Corporation. Portions created by Netscape are Copyright (C) 1998
Netscape Communications Corporation. All Rights Reserved.
Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Contributor(s): Terry Weissman <terry@mozilla.org>
-->
...
...
buglist.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
changepassword.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
require
"CGI.pl"
;
...
...
checksetup.pl
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (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 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 mozilla.org code.
#
# The Initial Developer of the Original Code is Holger
# Schurig. Portions created by Holger Schurig are
# Copyright (C) 1999 Holger Schurig. All
# Rights Reserved.
#
# Contributor(s): Holger Schurig <holgerschurig@nikocity.de>
# Terry Weissman <terry@mozilla.org>
#
Terry Weissman <terry@mozilla.org>
#
#
# Direct any questions on this source code to
...
...
colchange.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
collectstats.pl
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>,
# Harrison Page <harrison@netscape.com>
...
...
contrib/gnats2bz.pl
View file @
0940186c
#!/usr/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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/
# 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.
# 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 Gnats To Bugzilla Conversion Utility.
#
# The Initial Developer of the Original Code is Tom
# Schutter. Portions created by Tom Schutter are
# Copyright (C) 1999 Tom Schutter. All
# Rights Reserved.
#
# Contributor(s): Tom Schutter <tom@platte.com>
...
...
createaccount.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# David Gardiner <david.gardiner@unisa.edu.au>
...
...
createattachment.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# David Gardiner <david.gardiner@unisa.edu.au>
...
...
defparams.pl
View file @
0940186c
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Dawn Endico <endico@mozilla.org>
...
...
describecomponents.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
vars
%::
FORM
;
...
...
doaddcomponent.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Sam Ziegler <sam@ziegler.org>
# Terry Weissman <terry@mozilla.org>
# Mark Hamby <mhamby@logicon.com>
...
...
doeditcomponents.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Sam Ziegler <sam@ziegler.org>
# Terry Weissman <terry@mozilla.org>
...
...
doeditowners.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Sam Ziegler <sam@ziegler.org>
use
diagnostics
;
...
...
doeditparams.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
doeditvotes.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
editcomponents.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (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 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 mozilla.org code.
#
# The Initial Developer of the Original Code is Holger
# Schurig. Portions created by Holger Schurig are
# Copyright (C) 1999 Holger Schurig. All
# Rights Reserved.
#
# Contributor(s): Holger Schurig <holgerschurig@nikocity.de>
# Terry Weissman <terry@mozilla.org>
#
# Direct any questions on this source code to
#
...
...
editowners.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Sam Ziegler <sam@ziegler.org>
# Code derived from editparams.cgi
...
...
editparams.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
...
...
editproducts.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (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 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 mozilla.org code.
#
# The Initial Developer of the Original Code is Holger
# Schurig. Portions created by Holger Schurig are
# Copyright (C) 1999 Holger Schurig. All
# Rights Reserved.
#
# Contributor(s): Holger Schurig <holgerschurig@nikocity.de>
# Terry Weissman <terry@mozilla.org>
# Dawn Endico <endico@mozilla.org>
#
# Direct any questions on this source code to
#
...
...
editusers.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (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 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 mozilla.org code.
#
# The Initial Developer of the Original Code is Holger
# Schurig. Portions created by Holger Schurig are
# Copyright (C) 1999 Holger Schurig. All
# Rights Reserved.
#
# Contributor(s): Holger Schurig <holgerschurig@nikocity.de>
#
#
# Direct any questions on this source code to
...
...
editversions.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (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 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 mozilla.org code.
#
# The Initial Developer of the Original Code is Holger
# Schurig. Portions created by Holger Schurig are
# Copyright (C) 1999 Holger Schurig. All
# Rights Reserved.
#
# Contributor(s): Holger Schurig <holgerschurig@nikocity.de>
# Terry Weissman <terry@mozilla.org>
#
#
# Direct any questions on this source code to
...
...
enter_bug.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
globals.pl
View file @
0940186c
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# Contains some global variables and routines used throughout bugzilla.
...
...
help.html
View file @
0940186c
<HTML>
<!--
The contents of this file are subject to the Mozilla Public
License
Version 1.0 (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 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 Bugzilla Bug Tracking System.
The Initial Developer of the Original Code is Netscape Communications
Corporation. Portions created by Netscape are Copyright (C) 1998
Netscape Communications Corporation. All Rights Reserved.
Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Contributor(s): Terry Weissman <terry@mozilla.org>
-->
...
...
how_to_mail.html
View file @
0940186c
<HTML>
<!--
The contents of this file are subject to the Mozilla Public
License
Version 1.0 (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 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 Bugzilla Bug Tracking System.
The Initial Developer of the Original Code is Netscape Communications
Corporation. Portions created by Netscape are Copyright (C) 1998
Netscape Communications Corporation. All Rights Reserved.
Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Contributor(s): Terry Weissman <terry@mozilla.org>
-->
...
...
index.html
View file @
0940186c
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!--
The contents of this file are subject to the Mozilla Public
License
Version 1.0 (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 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 Bugzilla Bug Tracking System.
The Initial Developer of the Original Code is Netscape Communications
Corporation. Portions created by Netscape are Copyright (C) 1998
Netscape Communications Corporation. All Rights Reserved.
Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Contributor(s): Terry Weissman <terry@mozilla.org>
-->
...
...
long_list.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
...
...
new_comment.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
if
(
$ENV
{
'REQUEST_METHOD'
}
eq
"GET"
)
{
$buffer
=
$ENV
{
'QUERY_STRING'
};
}
...
...
newquip.html
View file @
0940186c
<HTML>
<!--
The contents of this file are subject to the Mozilla Public
License
Version 1.0 (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 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 Bugzilla Bug Tracking System.
The Initial Developer of the Original Code is Netscape Communications
Corporation. Portions created by Netscape are Copyright (C) 1998
Netscape Communications Corporation. All Rights Reserved.
Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Contributor(s): Terry Weissman <terry@mozilla.org>
-->
...
...
post_bug.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
...
...
process_bug.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
processmail
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>,
# Bryce Nesbitt <bryce-mozilla@nextbus.com>
...
...
query.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
# David Gardiner <david.gardiner@unisa.edu.au>
...
...
relogin.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
reports.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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/
# 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.
# 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 Bugzilla Bug Tracking System.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Harrison Page <harrison@netscape.com>,
# Terry Weissman <terry@mozilla.org>,
...
...
sanitycheck.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
show_activity.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
show_bug.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
showattachment.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
showdependencygraph.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
showdependencytree.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
showowners.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Bryce Nesbitt <bryce@nextbus.com>
#
# This program lists all BugZilla users, and lists what modules they
...
...
showvotes.cgi
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
use
diagnostics
;
...
...
votehelp.html
View file @
0940186c
<HTML>
<!--
The contents of this file are subject to the Mozilla Public
License
Version 1.0 (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 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 Bugzilla Bug Tracking System.
The Initial Developer of the Original Code is Netscape Communications
Corporation. Portions created by Netscape are Copyright (C) 1998
Netscape Communications Corporation. All Rights Reserved.
Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Contributor(s): Terry Weissman <terry@mozilla.org>
-->
...
...
whineatnews.pl
View file @
0940186c
#!/usr/bonsaitools/bin/perl -w
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
License
#
Version 1.0 (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 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 Bugzilla Bug Tracking System.
#
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are Copyright (C) 1998
# Netscape Communications Corporation. All Rights Reserved.
#
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Terry Weissman <terry@mozilla.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment