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 2011/03/17 17:00:09 UTC

svn commit: r1082542 - in /trafficserver/traffic/trunk: ci/ lib/tsconfig/

Author: zwoop
Date: Thu Mar 17 16:00:08 2011
New Revision: 1082542

URL: http://svn.apache.org/viewvc?rev=1082542&view=rev
Log:
Updated the license with the official project license

Modified:
    trafficserver/traffic/trunk/ci/rat-excludes.txt
    trafficserver/traffic/trunk/lib/tsconfig/Errata.cc
    trafficserver/traffic/trunk/lib/tsconfig/Errata.h
    trafficserver/traffic/trunk/lib/tsconfig/IntrusivePtr.h
    trafficserver/traffic/trunk/lib/tsconfig/NumericType.h
    trafficserver/traffic/trunk/lib/tsconfig/TsBuffer.h
    trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.cc
    trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.h
    trafficserver/traffic/trunk/lib/tsconfig/TsConfigGrammar.y
    trafficserver/traffic/trunk/lib/tsconfig/TsConfigParseEvents.h
    trafficserver/traffic/trunk/lib/tsconfig/TsConfigSyntax.l
    trafficserver/traffic/trunk/lib/tsconfig/TsConfigTypes.h
    trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.cc
    trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.h
    trafficserver/traffic/trunk/lib/tsconfig/TsValue.cc
    trafficserver/traffic/trunk/lib/tsconfig/TsValue.h
    trafficserver/traffic/trunk/lib/tsconfig/test-tsconfig.cc

Modified: trafficserver/traffic/trunk/ci/rat-excludes.txt
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/ci/rat-excludes.txt?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/ci/rat-excludes.txt (original)
+++ trafficserver/traffic/trunk/ci/rat-excludes.txt Thu Mar 17 16:00:08 2011
@@ -98,3 +98,4 @@ mgmt/traffic_manager
 proxy/traffic_logcat
 proxy/traffic_logstats
 proxy/traffic_sac
+lib/tsconfig/test-1.tsconfig

Modified: trafficserver/traffic/trunk/lib/tsconfig/Errata.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/Errata.cc?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/Errata.cc (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/Errata.cc Thu Mar 17 16:00:08 2011
@@ -1,13 +1,17 @@
 /** @file
     Errata implementation.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/Errata.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/Errata.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/Errata.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/Errata.h Thu Mar 17 16:00:08 2011
@@ -46,13 +46,17 @@
     deeply nested functions easy while preserving the ability of the
     top level logic to control such logging.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/IntrusivePtr.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/IntrusivePtr.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/IntrusivePtr.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/IntrusivePtr.h Thu Mar 17 16:00:08 2011
@@ -12,13 +12,17 @@
     This style of shared pointer also requires explicit support from the
     target class, which must provide an internal reference counter.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/NumericType.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/NumericType.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/NumericType.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/NumericType.h Thu Mar 17 16:00:08 2011
@@ -22,13 +22,17 @@
     It is not necessary to ever mention some_random_tag_name
     again. All we need is the entry in the symbol table.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsBuffer.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsBuffer.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsBuffer.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsBuffer.h Thu Mar 17 16:00:08 2011
@@ -4,13 +4,17 @@
 /** @file
     Definitions for a buffer type, to carry a reference to a chunk of memory.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.cc?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.cc (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.cc Thu Mar 17 16:00:08 2011
@@ -2,13 +2,17 @@
 
     Implementation of the handler for parsing events.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsBuilder.h Thu Mar 17 16:00:08 2011
@@ -5,13 +5,17 @@
 
     Header for handler for parsing events.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsConfigGrammar.y
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsConfigGrammar.y?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsConfigGrammar.y (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsConfigGrammar.y Thu Mar 17 16:00:08 2011
@@ -3,13 +3,17 @@
 
     TS Configuration grammar.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsConfigParseEvents.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsConfigParseEvents.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsConfigParseEvents.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsConfigParseEvents.h Thu Mar 17 16:00:08 2011
@@ -5,13 +5,17 @@
 
     Definition of parsing events and handlers.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsConfigSyntax.l
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsConfigSyntax.l?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsConfigSyntax.l (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsConfigSyntax.l Thu Mar 17 16:00:08 2011
@@ -10,7 +10,7 @@
     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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsConfigTypes.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsConfigTypes.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsConfigTypes.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsConfigTypes.h Thu Mar 17 16:00:08 2011
@@ -5,13 +5,17 @@
 
     Basic types for configuration parsing.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.cc?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.cc (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.cc Thu Mar 17 16:00:08 2011
@@ -2,13 +2,17 @@
 
     TS Configuration utilities for Errata and logging.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsErrataUtil.h Thu Mar 17 16:00:08 2011
@@ -2,13 +2,17 @@
 
     TS Configuration utilities for Errata and logging.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsValue.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsValue.cc?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsValue.cc (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsValue.cc Thu Mar 17 16:00:08 2011
@@ -2,13 +2,17 @@
 
     TS Configuration API implementation.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/TsValue.h
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/TsValue.h?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/TsValue.h (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/TsValue.h Thu Mar 17 16:00:08 2011
@@ -5,13 +5,17 @@
 
     TS Configuration API definition.
 
-    Copyright 2010 Network Geographics, Inc.
+    @section license License
 
-    Licensed 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
+    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
+    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,

Modified: trafficserver/traffic/trunk/lib/tsconfig/test-tsconfig.cc
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/lib/tsconfig/test-tsconfig.cc?rev=1082542&r1=1082541&r2=1082542&view=diff
==============================================================================
--- trafficserver/traffic/trunk/lib/tsconfig/test-tsconfig.cc (original)
+++ trafficserver/traffic/trunk/lib/tsconfig/test-tsconfig.cc Thu Mar 17 16:00:08 2011
@@ -1,3 +1,23 @@
+/** @file
+    @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 "tsconfig/TsValue.h"
 # include <stdio.h>
 # include <iostream>