diff --git a/mozilla/webtools/graph/collect.cgi b/mozilla/webtools/graph/collect.cgi index 2b924d0f0ee..21d35c8233d 100755 --- a/mozilla/webtools/graph/collect.cgi +++ b/mozilla/webtools/graph/collect.cgi @@ -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 +# John Morrison +# + use CGI::Carp qw(fatalsToBrowser); use CGI::Request; use POSIX qw(strftime); diff --git a/mozilla/webtools/graph/graph.cgi b/mozilla/webtools/graph/graph.cgi index ad33a3588e0..c70a888837a 100755 --- a/mozilla/webtools/graph/graph.cgi +++ b/mozilla/webtools/graph/graph.cgi @@ -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 +# John Morrison +# # # Basic graph cgi, wrapper for gnuplot that generates a png file. diff --git a/mozilla/webtools/graph/multiquery.cgi b/mozilla/webtools/graph/multiquery.cgi index 726a71b188a..620f6ff12de 100755 --- a/mozilla/webtools/graph/multiquery.cgi +++ b/mozilla/webtools/graph/multiquery.cgi @@ -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 +# John Morrison +# + use CGI::Carp qw(fatalsToBrowser); use CGI::Request; diff --git a/mozilla/webtools/graph/query.cgi b/mozilla/webtools/graph/query.cgi index 5d33d3d7609..9bff539af64 100755 --- a/mozilla/webtools/graph/query.cgi +++ b/mozilla/webtools/graph/query.cgi @@ -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 +# John Morrison +# + use CGI::Carp qw(fatalsToBrowser); use CGI::Request; use Date::Calc qw(Add_Delta_Days); # http://www.engelschall.com/u/sb/download/Date-Calc/ diff --git a/mozilla/webtools/graph/rawdata.cgi b/mozilla/webtools/graph/rawdata.cgi index 55cf5750a5c..e8d68abfc4b 100755 --- a/mozilla/webtools/graph/rawdata.cgi +++ b/mozilla/webtools/graph/rawdata.cgi @@ -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 +# John Morrison +# + use CGI::Carp qw(fatalsToBrowser); use CGI::Request; use Date::Calc qw(Add_Delta_Days); # http://www.engelschall.com/u/sb/download/Date-Calc/