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 2012/10/09 22:32:10 UTC

git commit: Clean up a few RAT warnings

Updated Branches:
  refs/heads/master 2e66686e1 -> 54c6b9d29


Clean up a few RAT warnings


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/54c6b9d2
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/54c6b9d2
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/54c6b9d2

Branch: refs/heads/master
Commit: 54c6b9d29d826d9be97d81eef8eefa2316f34409
Parents: 2e66686
Author: Leif Hedstrom <zw...@apache.org>
Authored: Tue Oct 9 14:32:05 2012 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Tue Oct 9 14:32:05 2012 -0600

----------------------------------------------------------------------
 ci/rat-excludes.txt                                |    2 +
 .../experimental/cacheurl/cacheurl.config.example  |   17 ++++++++++++++
 plugins/experimental/esi/handlers.cfg              |   17 ++++++++++++++
 plugins/experimental/geoip_acl/examples            |   18 +++++++++++++++
 plugins/experimental/gzip/sample.gzip.config       |   17 ++++++++++++++
 plugins/experimental/mysql_remap/sample.ini        |   18 +++++++++++++++
 plugins/experimental/mysql_remap/schema/import.sql |   18 +++++++++++++++
 7 files changed, 107 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54c6b9d2/ci/rat-excludes.txt
----------------------------------------------------------------------
diff --git a/ci/rat-excludes.txt b/ci/rat-excludes.txt
index 1dd2c3e..c0a02f5 100644
--- a/ci/rat-excludes.txt
+++ b/ci/rat-excludes.txt
@@ -100,3 +100,5 @@ lib/tsconfig/test-1.tsconfig
 rc/solaris.txt
 rc/trafficserver.service
 tools/http_load/
+plugins/experimental/stale_while_revalidate/stale_while_revalidate.conf
+plugins/experimental/tcp_info/tcp_info.config

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54c6b9d2/plugins/experimental/cacheurl/cacheurl.config.example
----------------------------------------------------------------------
diff --git a/plugins/experimental/cacheurl/cacheurl.config.example b/plugins/experimental/cacheurl/cacheurl.config.example
index a97be30..67a91a7 100644
--- a/plugins/experimental/cacheurl/cacheurl.config.example
+++ b/plugins/experimental/cacheurl/cacheurl.config.example
@@ -1,3 +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.
+#
 
 # Configuration file format:
 #

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54c6b9d2/plugins/experimental/esi/handlers.cfg
----------------------------------------------------------------------
diff --git a/plugins/experimental/esi/handlers.cfg b/plugins/experimental/esi/handlers.cfg
index 6807612..abc3918 100644
--- a/plugins/experimental/esi/handlers.cfg
+++ b/plugins/experimental/esi/handlers.cfg
@@ -1,4 +1,21 @@
 #
+# 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.
+#
+#
 # Format of this file:
 # 
 # <include-handler-id> <full-path-to-shared-object>

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54c6b9d2/plugins/experimental/geoip_acl/examples
----------------------------------------------------------------------
diff --git a/plugins/experimental/geoip_acl/examples b/plugins/experimental/geoip_acl/examples
index 9bf0d29..77ea551 100644
--- a/plugins/experimental/geoip_acl/examples
+++ b/plugins/experimental/geoip_acl/examples
@@ -1,3 +1,21 @@
+#
+# 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.
+
+
 @plugin=geoip_acl.so @pparam=country @pparam=deny @pparam=US @pparam=SE
 
 -- or --

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54c6b9d2/plugins/experimental/gzip/sample.gzip.config
----------------------------------------------------------------------
diff --git a/plugins/experimental/gzip/sample.gzip.config b/plugins/experimental/gzip/sample.gzip.config
index 994d962..e763aa6 100644
--- a/plugins/experimental/gzip/sample.gzip.config
+++ b/plugins/experimental/gzip/sample.gzip.config
@@ -1,3 +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.
+
 ######################################################################
 #flags and options are:
 #

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54c6b9d2/plugins/experimental/mysql_remap/sample.ini
----------------------------------------------------------------------
diff --git a/plugins/experimental/mysql_remap/sample.ini b/plugins/experimental/mysql_remap/sample.ini
index 18c1ca7..e7f7a60 100644
--- a/plugins/experimental/mysql_remap/sample.ini
+++ b/plugins/experimental/mysql_remap/sample.ini
@@ -1,3 +1,21 @@
+#
+# 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.
+#
+
 [mysql_remap]
 mysql_host     = localhost   #default
 mysql_port     = 3306        #default

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/54c6b9d2/plugins/experimental/mysql_remap/schema/import.sql
----------------------------------------------------------------------
diff --git a/plugins/experimental/mysql_remap/schema/import.sql b/plugins/experimental/mysql_remap/schema/import.sql
index fdbc380..cbe331b 100644
--- a/plugins/experimental/mysql_remap/schema/import.sql
+++ b/plugins/experimental/mysql_remap/schema/import.sql
@@ -1,3 +1,21 @@
+--
+-- 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.
+--
+
 -- MySQL dump 10.13  Distrib 5.1.48, for apple-darwin10.4.0 (i386)
 --
 -- Host: localhost    Database: mysql_remap