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/11/04 23:01:37 UTC

svn commit: r1031285 - in /trafficserver/plugins/header_filter: Makefile header_filter.cc lulu.h rules.cc rules.h

Author: zwoop
Date: Thu Nov  4 22:01:37 2010
New Revision: 1031285

URL: http://svn.apache.org/viewvc?rev=1031285&view=rev
Log:
Added license, and a simple Makefile

Added:
    trafficserver/plugins/header_filter/Makefile
Modified:
    trafficserver/plugins/header_filter/header_filter.cc
    trafficserver/plugins/header_filter/lulu.h
    trafficserver/plugins/header_filter/rules.cc
    trafficserver/plugins/header_filter/rules.h

Added: trafficserver/plugins/header_filter/Makefile
URL: http://svn.apache.org/viewvc/trafficserver/plugins/header_filter/Makefile?rev=1031285&view=auto
==============================================================================
--- trafficserver/plugins/header_filter/Makefile (added)
+++ trafficserver/plugins/header_filter/Makefile Thu Nov  4 22:01:37 2010
@@ -0,0 +1,25 @@
+#  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.
+
+
+all:	header_filter.cc rules.cc
+	tsxs -C $? -o header_filter.so
+
+install:
+	tsxs -i -o header_filter.so
+
+clean:
+	rm *.lo *.so

Modified: trafficserver/plugins/header_filter/header_filter.cc
URL: http://svn.apache.org/viewvc/trafficserver/plugins/header_filter/header_filter.cc?rev=1031285&r1=1031284&r2=1031285&view=diff
==============================================================================
--- trafficserver/plugins/header_filter/header_filter.cc (original)
+++ trafficserver/plugins/header_filter/header_filter.cc Thu Nov  4 22:01:37 2010
@@ -1,3 +1,22 @@
+/*
+  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.
+*/
+
+
 //////////////////////////////////////////////////////////////////////////////////////////////
 // 
 // Main entry points for the plugin hooks etc.

Modified: trafficserver/plugins/header_filter/lulu.h
URL: http://svn.apache.org/viewvc/trafficserver/plugins/header_filter/lulu.h?rev=1031285&r1=1031284&r2=1031285&view=diff
==============================================================================
--- trafficserver/plugins/header_filter/lulu.h (original)
+++ trafficserver/plugins/header_filter/lulu.h Thu Nov  4 22:01:37 2010
@@ -1,3 +1,22 @@
+/*
+  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.
+*/
+
+
 //////////////////////////////////////////////////////////////////////////////////////////////
 // 
 // Implement the classes for the various types of hash keys we support.

Modified: trafficserver/plugins/header_filter/rules.cc
URL: http://svn.apache.org/viewvc/trafficserver/plugins/header_filter/rules.cc?rev=1031285&r1=1031284&r2=1031285&view=diff
==============================================================================
--- trafficserver/plugins/header_filter/rules.cc (original)
+++ trafficserver/plugins/header_filter/rules.cc Thu Nov  4 22:01:37 2010
@@ -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.
+*/
+
 //////////////////////////////////////////////////////////////////////////////////////////////
 // 
 // Implemenation details for the rules class.

Modified: trafficserver/plugins/header_filter/rules.h
URL: http://svn.apache.org/viewvc/trafficserver/plugins/header_filter/rules.h?rev=1031285&r1=1031284&r2=1031285&view=diff
==============================================================================
--- trafficserver/plugins/header_filter/rules.h (original)
+++ trafficserver/plugins/header_filter/rules.h Thu Nov  4 22:01:37 2010
@@ -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.
+*/
+
 //////////////////////////////////////////////////////////////////////////////////////////////
 // 
 // Class for holding a set of configurations. There would be one global configuration, used