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/02/23 22:55:42 UTC

svn commit: r915538 - in /incubator/trafficserver/traffic/trunk: ci/rat-excludes.txt test/plugin/INKNetConnect/INKNetConnectTest.c

Author: zwoop
Date: Tue Feb 23 21:55:42 2010
New Revision: 915538

URL: http://svn.apache.org/viewvc?rev=915538&view=rev
Log:
TS-200: Fix the RAT exclude file for new addition (CHANGES). One file
also had its license blurb mangled into all lower case, so fixed that.

Modified:
    incubator/trafficserver/traffic/trunk/ci/rat-excludes.txt
    incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/INKNetConnectTest.c

Modified: incubator/trafficserver/traffic/trunk/ci/rat-excludes.txt
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/ci/rat-excludes.txt?rev=915538&r1=915537&r2=915538&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/ci/rat-excludes.txt (original)
+++ incubator/trafficserver/traffic/trunk/ci/rat-excludes.txt Tue Feb 23 21:55:42 2010
@@ -10,6 +10,7 @@
 .gitignore
 .indent.pro
 aclocal.m4
+CHANGES
 m4/
 autom4te.cache/
 build-aux/

Modified: incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/INKNetConnectTest.c
URL: http://svn.apache.org/viewvc/incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/INKNetConnectTest.c?rev=915538&r1=915537&r2=915538&view=diff
==============================================================================
--- incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/INKNetConnectTest.c (original)
+++ incubator/trafficserver/traffic/trunk/test/plugin/INKNetConnect/INKNetConnectTest.c Tue Feb 23 21:55:42 2010
@@ -1,26 +1,25 @@
 /** @file
 
-  a brief file description
+    A brief file description
 
-  @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.
- */
+    @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 <stdio.h>
 #include <string.h>
 #include "ts.h"