Adding MPL license. r=jrgm@liveops.com, sr=gerv
This commit is contained in:
Родитель
9c645c81a9
Коммит
9acdc14b80
|
@ -1,5 +1,28 @@
|
|||
#!/usr/bin/perl
|
||||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||
#
|
||||
# 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 Mozilla graph tool.
|
||||
#
|
||||
# The Initial Developer of the Original Code is AOL Time Warner, Inc.
|
||||
#
|
||||
# Portions created by AOL Time Warner, Inc. are Copyright (C) 2001
|
||||
# AOL Time Warner, Inc. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Chris McAfee <mcafee@mocha.com>
|
||||
# John Morrison <jrgm@liveops.com>
|
||||
#
|
||||
|
||||
use CGI::Carp qw(fatalsToBrowser);
|
||||
use CGI::Request;
|
||||
use POSIX qw(strftime);
|
||||
|
|
|
@ -1,5 +1,27 @@
|
|||
#!/usr/bin/perl
|
||||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||
#
|
||||
# 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 Mozilla graph tool.
|
||||
#
|
||||
# The Initial Developer of the Original Code is AOL Time Warner, Inc.
|
||||
#
|
||||
# Portions created by AOL Time Warner, Inc. are Copyright (C) 2001
|
||||
# AOL Time Warner, Inc. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Chris McAfee <mcafee@mocha.com>
|
||||
# John Morrison <jrgm@liveops.com>
|
||||
#
|
||||
|
||||
#
|
||||
# Basic graph cgi, wrapper for gnuplot that generates a png file.
|
||||
|
|
|
@ -1,5 +1,28 @@
|
|||
#!/usr/bin/perl -w
|
||||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||
#
|
||||
# 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 Mozilla graph tool.
|
||||
#
|
||||
# The Initial Developer of the Original Code is AOL Time Warner, Inc.
|
||||
#
|
||||
# Portions created by AOL Time Warner, Inc. are Copyright (C) 2001
|
||||
# AOL Time Warner, Inc. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Chris McAfee <mcafee@mocha.com>
|
||||
# John Morrison <jrgm@liveops.com>
|
||||
#
|
||||
|
||||
use CGI::Carp qw(fatalsToBrowser);
|
||||
use CGI::Request;
|
||||
|
||||
|
|
|
@ -1,5 +1,28 @@
|
|||
#!/usr/bin/perl
|
||||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||
#
|
||||
# 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 Mozilla graph tool.
|
||||
#
|
||||
# The Initial Developer of the Original Code is AOL Time Warner, Inc.
|
||||
#
|
||||
# Portions created by AOL Time Warner, Inc. are Copyright (C) 2001
|
||||
# AOL Time Warner, Inc. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Chris McAfee <mcafee@mocha.com>
|
||||
# John Morrison <jrgm@liveops.com>
|
||||
#
|
||||
|
||||
use CGI::Carp qw(fatalsToBrowser);
|
||||
use CGI::Request;
|
||||
use Date::Calc qw(Add_Delta_Days); # http://www.engelschall.com/u/sb/download/Date-Calc/
|
||||
|
|
|
@ -1,5 +1,28 @@
|
|||
#!/usr/bin/perl
|
||||
# -*- Mode: perl; indent-tabs-mode: nil -*-
|
||||
#
|
||||
# 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 Mozilla graph tool.
|
||||
#
|
||||
# The Initial Developer of the Original Code is AOL Time Warner, Inc.
|
||||
#
|
||||
# Portions created by AOL Time Warner, Inc. are Copyright (C) 2001
|
||||
# AOL Time Warner, Inc. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Chris McAfee <mcafee@mocha.com>
|
||||
# John Morrison <jrgm@liveops.com>
|
||||
#
|
||||
|
||||
use CGI::Carp qw(fatalsToBrowser);
|
||||
use CGI::Request;
|
||||
use Date::Calc qw(Add_Delta_Days); # http://www.engelschall.com/u/sb/download/Date-Calc/
|
||||
|
|
Загрузка…
Ссылка в новой задаче