You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2010/09/02 17:52:18 UTC

svn commit: r991993 - in /trafficserver/traffic/trunk/contrib/perl/AdminClient: Makefile.PL lib/Apache/TS/AdminClient.pm t/Apache-TS-AdminClient.t

Author: zwoop
Date: Thu Sep  2 15:52:18 2010
New Revision: 991993

URL: http://svn.apache.org/viewvc?rev=991993&view=rev
Log:
TS-418 Added the appropriate licesnses as well.

Modified:
    trafficserver/traffic/trunk/contrib/perl/AdminClient/Makefile.PL
    trafficserver/traffic/trunk/contrib/perl/AdminClient/lib/Apache/TS/AdminClient.pm
    trafficserver/traffic/trunk/contrib/perl/AdminClient/t/Apache-TS-AdminClient.t

Modified: trafficserver/traffic/trunk/contrib/perl/AdminClient/Makefile.PL
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/contrib/perl/AdminClient/Makefile.PL?rev=991993&r1=991992&r2=991993&view=diff
==============================================================================
--- trafficserver/traffic/trunk/contrib/perl/AdminClient/Makefile.PL (original)
+++ trafficserver/traffic/trunk/contrib/perl/AdminClient/Makefile.PL Thu Sep  2 15:52:18 2010
@@ -1,3 +1,19 @@
+# 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.
+
 use 5.010001;
 use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence

Modified: trafficserver/traffic/trunk/contrib/perl/AdminClient/lib/Apache/TS/AdminClient.pm
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/contrib/perl/AdminClient/lib/Apache/TS/AdminClient.pm?rev=991993&r1=991992&r2=991993&view=diff
==============================================================================
--- trafficserver/traffic/trunk/contrib/perl/AdminClient/lib/Apache/TS/AdminClient.pm (original)
+++ trafficserver/traffic/trunk/contrib/perl/AdminClient/lib/Apache/TS/AdminClient.pm Thu Sep  2 15:52:18 2010
@@ -1,4 +1,20 @@
 #
+# 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::TS::AdminClient;
 
 use warnings;

Modified: trafficserver/traffic/trunk/contrib/perl/AdminClient/t/Apache-TS-AdminClient.t
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/contrib/perl/AdminClient/t/Apache-TS-AdminClient.t?rev=991993&r1=991992&r2=991993&view=diff
==============================================================================
--- trafficserver/traffic/trunk/contrib/perl/AdminClient/t/Apache-TS-AdminClient.t (original)
+++ trafficserver/traffic/trunk/contrib/perl/AdminClient/t/Apache-TS-AdminClient.t Thu Sep  2 15:52:18 2010
@@ -1,3 +1,19 @@
+# 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.
+
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl Apache-TS-AdminClient.t'