You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2007/04/23 23:44:24 UTC

svn commit: r531621 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm

Author: pgollucci
Date: Mon Apr 23 14:44:23 2007
New Revision: 531621

URL: http://svn.apache.org/viewvc?view=rev&rev=531621
Log:
adding license header

Modified:
    perl/Apache-Reload/trunk/lib/Apache/Reload.pm

Modified: perl/Apache-Reload/trunk/lib/Apache/Reload.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/lib/Apache/Reload.pm?view=diff&rev=531621&r1=531620&r2=531621
==============================================================================
--- perl/Apache-Reload/trunk/lib/Apache/Reload.pm (original)
+++ perl/Apache-Reload/trunk/lib/Apache/Reload.pm Mon Apr 23 14:44:23 2007
@@ -1,4 +1,17 @@
-# $Id: Reload.pm,v 1.16 2001/04/22 18:09:59 matt Exp $
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 package Apache::Reload;