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 2014/04/30 23:00:06 UTC

[1/3] git commit: Add missing AL2 license.

Repository: trafficserver
Updated Branches:
  refs/heads/master 7d3aae14e -> 428c01471


Add missing AL2 license.


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

Branch: refs/heads/master
Commit: 09cd73f1ef7b2b353239a3442b660238f14c9621
Parents: 7d3aae1
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Apr 30 14:58:40 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Apr 30 14:58:40 2014 -0600

----------------------------------------------------------------------
 lib/atscppapi/examples/intercept/intercept.cc | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/09cd73f1/lib/atscppapi/examples/intercept/intercept.cc
----------------------------------------------------------------------
diff --git a/lib/atscppapi/examples/intercept/intercept.cc b/lib/atscppapi/examples/intercept/intercept.cc
index 54133dd..4cac4ae 100644
--- a/lib/atscppapi/examples/intercept/intercept.cc
+++ b/lib/atscppapi/examples/intercept/intercept.cc
@@ -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.
+*/
+
 #include <atscppapi/GlobalPlugin.h>
 #include <atscppapi/InterceptPlugin.h>
 #include <atscppapi/PluginInit.h>


[3/3] git commit: Add a few more exceptions to rat excludes

Posted by zw...@apache.org.
Add a few more exceptions to rat excludes


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

Branch: refs/heads/master
Commit: 428c0147199d2cae919eb6039c70de94d9b3a4d9
Parents: 9143c90
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Apr 30 14:59:59 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Apr 30 14:59:59 2014 -0600

----------------------------------------------------------------------
 ci/jenkins/records.config.pristine | 1 -
 ci/rat-regex.txt                   | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/428c0147/ci/jenkins/records.config.pristine
----------------------------------------------------------------------
diff --git a/ci/jenkins/records.config.pristine b/ci/jenkins/records.config.pristine
deleted file mode 100644
index 0b17bae..0000000
--- a/ci/jenkins/records.config.pristine
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG proxy.config.url_remap.pristine_host_hdr INT 0

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/428c0147/ci/rat-regex.txt
----------------------------------------------------------------------
diff --git a/ci/rat-regex.txt b/ci/rat-regex.txt
index ec0ccc5..3f0c4fd 100644
--- a/ci/rat-regex.txt
+++ b/ci/rat-regex.txt
@@ -38,3 +38,6 @@ test_AIO.sample
 stale_while_revalidate.conf
 stats\.memo
 port\.h
+luajit
+diags.log
+pm_to_blib


[2/3] git commit: Added missing AL2 license.

Posted by zw...@apache.org.
Added missing AL2 license.


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

Branch: refs/heads/master
Commit: 9143c90ab8bafdc587854a29c4a673404a0e8703
Parents: 09cd73f
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Apr 30 14:59:33 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Apr 30 14:59:33 2014 -0600

----------------------------------------------------------------------
 plugins/experimental/metalink/test/headers | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9143c90a/plugins/experimental/metalink/test/headers
----------------------------------------------------------------------
diff --git a/plugins/experimental/metalink/test/headers b/plugins/experimental/metalink/test/headers
index 0d3a93d..717c0c3 100755
--- a/plugins/experimental/metalink/test/headers
+++ b/plugins/experimental/metalink/test/headers
@@ -1,4 +1,20 @@
 #!/usr/bin/env python
+#
+#  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.
 
 print '''1..1 headers
 # The response isn't held up until the server starts sending content'''