Skip to content

Commit

Permalink
TS-200: Fix the RAT exclude file for new addition (CHANGES). One file
Browse files Browse the repository at this point in the history
also had its license blurb mangled into all lower case, so fixed that.

git-svn-id: https://svn.apache.org/repos/asf/incubator/trafficserver/traffic/trunk@915538 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
zwoop committed Feb 23, 2010
1 parent d906c92 commit 5b36492
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
1 change: 1 addition & 0 deletions ci/rat-excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ iocore/fastio/inkfio/inkfio.conf
.gitignore
.indent.pro
aclocal.m4
CHANGES
m4/
autom4te.cache/
build-aux/
Expand Down
41 changes: 20 additions & 21 deletions test/plugin/INKNetConnect/INKNetConnectTest.c
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
/** @file
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.
*/

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.
*/
#include <stdio.h>
#include <string.h>
#include "ts.h"
Expand Down

0 comments on commit 5b36492

Please sign in to comment.