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/06/11 18:14:17 UTC

git commit: Added a few missing licenses

Updated Branches:
  refs/heads/master 618c87a7b -> 4c61fd335


Added a few missing licenses


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

Branch: refs/heads/master
Commit: 4c61fd33505d62b101ed980e9bf1d970681277b1
Parents: 618c87a
Author: Leif Hedstrom <zw...@apache.org>
Authored: Sun Jun 10 15:34:14 2012 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Sun Jun 10 15:34:14 2012 -0600

----------------------------------------------------------------------
 ci/rat-excludes.txt                |    2 ++
 contrib/tstop/src/stats.h          |   23 +++++++++++++++++++++++
 contrib/tstop/src/tstop.cc         |   22 ++++++++++++++++++++++
 contrib/tstop/tstop                |   15 +++++++++++++++
 plugins/header_filter/example.conf |   19 ++++++++++++++++++-
 5 files changed, 80 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4c61fd33/ci/rat-excludes.txt
----------------------------------------------------------------------
diff --git a/ci/rat-excludes.txt b/ci/rat-excludes.txt
index bde3d83..6d66186 100644
--- a/ci/rat-excludes.txt
+++ b/ci/rat-excludes.txt
@@ -11,6 +11,7 @@ iocore/fastio/inkfio/inkfio.conf
 **/*.lai
 **/*.lo
 **/Makefile
+.vimrc
 .gitignore
 .git/
 .indent.pro
@@ -95,4 +96,5 @@ proxy/traffic_logstats
 proxy/traffic_sac
 lib/tsconfig/test-1.tsconfig
 rc/solaris.txt
+rc/trafficserver.service
 tools/http_load/

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4c61fd33/contrib/tstop/src/stats.h
----------------------------------------------------------------------
diff --git a/contrib/tstop/src/stats.h b/contrib/tstop/src/stats.h
index 4db4a0c..61f2a1a 100644
--- a/contrib/tstop/src/stats.h
+++ b/contrib/tstop/src/stats.h
@@ -1,3 +1,26 @@
+/** @file
+
+    Include file for the tstop stats.
+
+    @section license License
+
+    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 <curl/curl.h>
 #include <map>
 #include <string>

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4c61fd33/contrib/tstop/src/tstop.cc
----------------------------------------------------------------------
diff --git a/contrib/tstop/src/tstop.cc b/contrib/tstop/src/tstop.cc
index 3632feb..2a680ce 100644
--- a/contrib/tstop/src/tstop.cc
+++ b/contrib/tstop/src/tstop.cc
@@ -1,3 +1,25 @@
+/** @file
+
+    Main file for the tstop application.
+
+    @section license License
+
+    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 <ncurses.h>
 #include <list>
 #include <string.h>

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4c61fd33/contrib/tstop/tstop
----------------------------------------------------------------------
diff --git a/contrib/tstop/tstop b/contrib/tstop/tstop
index bf72ab7..19e8146 100755
--- a/contrib/tstop/tstop
+++ b/contrib/tstop/tstop
@@ -1,4 +1,19 @@
 #!/usr/bin/perl
+# 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 strict;
 use warnings;

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4c61fd33/plugins/header_filter/example.conf
----------------------------------------------------------------------
diff --git a/plugins/header_filter/example.conf b/plugins/header_filter/example.conf
index 8914b9e..ab73743 100644
--- a/plugins/header_filter/example.conf
+++ b/plugins/header_filter/example.conf
@@ -1,5 +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
 #
-# This following will:
+#      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.
+#
+
+#
+# The following will:
 #    - nuke the cookie headers (all of them)
 #    - Replace the Host: header with www.ogre.com
 #    - Add a header X-Append-Header: Added by ATS