[webkit-changes] cvs commit: SVGSupport/ksvg2/scripts make_names.pl
Eric
eseidel at opensource.apple.com
Fri Dec 2 17:30:27 PST 2005
eseidel 05/12/02 17:30:26
Modified: . ChangeLog
ksvg2/scripts make_names.pl
Log:
Bug #: none
Submitted by: eseidel
Reviewed by: none needed.
No review needed.
* ksvg2/scripts/make_names.pl: Add standard license header.
Revision Changes Path
1.459 +6 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -r1.458 -r1.459
--- ChangeLog 3 Dec 2005 01:06:41 -0000 1.458
+++ ChangeLog 3 Dec 2005 01:30:18 -0000 1.459
@@ -1,3 +1,9 @@
+2005-12-02 Eric Seidel <eseidel at apple.com>
+
+ No review needed.
+
+ * ksvg2/scripts/make_names.pl: Add standard license header.
+
2005-12-02 Adele Peterson <adele at apple.com>
Reviewed by Hyatt.
1.5 +26 -0 SVGSupport/ksvg2/scripts/make_names.pl
Index: make_names.pl
===================================================================
RCS file: /cvs/root/SVGSupport/ksvg2/scripts/make_names.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make_names.pl 30 Nov 2005 11:49:40 -0000 1.4
+++ make_names.pl 3 Dec 2005 01:30:26 -0000 1.5
@@ -1,5 +1,31 @@
#!/usr/bin/perl -w
+# Copyright (C) 2005 Apple Computer, Inc. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+# 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
+# its contributors may be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
+# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
+# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
use strict;
use Getopt::Long;
use File::Path;
More information about the webkit-changes
mailing list