Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 99551 invoked from network); 28 Aug 2006 22:15:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Aug 2006 22:15:48 -0000 Received: (qmail 59596 invoked by uid 500); 28 Aug 2006 22:15:43 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 59548 invoked by uid 500); 28 Aug 2006 22:15:43 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 59247 invoked by uid 99); 28 Aug 2006 22:15:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 15:15:41 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2006 15:15:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B271A1A9823; Mon, 28 Aug 2006 15:15:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r437862 [4/12] - in /incubator/cxf/trunk: ./ api/src/main/java/org/apache/cxf/ api/src/main/java/org/apache/cxf/binding/ api/src/main/java/org/apache/cxf/buslifecycle/ api/src/main/java/org/apache/cxf/databinding/ api/src/main/java/org/apac... Date: Mon, 28 Aug 2006 22:13:13 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060828221511.B271A1A9823@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/DOMUtils.java Mon Aug 28 15:12:49 2006 @@ -1,18 +1,22 @@ -/* - * Copyright 1999,2004 The Apache Software Foundation. - * - * 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 - * - * 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. +/** + * 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. */ + package org.apache.cxf.helpers; import java.io.IOException; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/IOUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/IOUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/IOUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/IOUtils.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import java.io.IOException; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/JavaUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/JavaUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/JavaUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/JavaUtils.java Mon Aug 28 15:12:49 2006 @@ -1,18 +1,22 @@ -/* - * Copyright 2001-2004 The Apache Software Foundation. - * - * 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 - * - * 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. +/** + * 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. */ + package org.apache.cxf.helpers; import java.util.Arrays; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/MethodComparator.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/MethodComparator.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/MethodComparator.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/MethodComparator.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import java.lang.reflect.Method; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSDecl.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSDecl.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSDecl.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSDecl.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; public final class NSDecl { Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSStack.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSStack.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSStack.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NSStack.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import java.util.ArrayList; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NodeUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NodeUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NodeUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/NodeUtils.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import org.w3c.dom.Node; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/ServiceUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/ServiceUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/ServiceUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/ServiceUtils.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import java.lang.reflect.Method; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/WSDLHelper.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/WSDLHelper.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/WSDLHelper.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/WSDLHelper.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import java.io.File; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/XMLUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/XMLUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/XMLUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/helpers/XMLUtils.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import java.io.*; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/JAXBUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/JAXBUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/JAXBUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/JAXBUtils.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.jaxb; import java.lang.reflect.Method; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/WrapperHelper.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/WrapperHelper.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/WrapperHelper.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/jaxb/WrapperHelper.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.jaxb; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/Instrumentation.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/Instrumentation.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/Instrumentation.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/Instrumentation.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationFactory.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationFactory.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationFactory.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationFactory.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationManager.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationManager.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationManager.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/InstrumentationManager.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management; import java.util.List; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedAttribute.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedAttribute.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedAttribute.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedAttribute.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management.annotation; import java.lang.annotation.Documented; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotification.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotification.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotification.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotification.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management.annotation; import java.lang.annotation.Documented; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotifications.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotifications.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotifications.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedNotifications.java Mon Aug 28 15:12:49 2006 @@ -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. + */ package org.apache.cxf.management.annotation; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperation.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperation.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperation.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperation.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management.annotation; import java.lang.annotation.Documented; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameter.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameter.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameter.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameter.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management.annotation; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameters.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameters.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameters.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedOperationParameters.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management.annotation; import java.lang.annotation.Documented; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedResource.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedResource.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedResource.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/management/annotation/ManagedResource.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.management.annotation; import java.lang.annotation.Documented; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClassLoaderResolver.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClassLoaderResolver.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClassLoaderResolver.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClassLoaderResolver.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; import java.io.InputStream; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClasspathResolver.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClasspathResolver.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClasspathResolver.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ClasspathResolver.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/DefaultResourceManager.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/DefaultResourceManager.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/DefaultResourceManager.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/DefaultResourceManager.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; import java.io.InputStream; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/PropertiesResolver.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/PropertiesResolver.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/PropertiesResolver.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/PropertiesResolver.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; import java.io.InputStream; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceManager.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceManager.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceManager.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceManager.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceResolver.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceResolver.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceResolver.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/ResourceResolver.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; import java.io.InputStream; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/SinglePropertyResolver.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/SinglePropertyResolver.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/SinglePropertyResolver.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/SinglePropertyResolver.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; import java.io.InputStream; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/URIResolver.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/URIResolver.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/URIResolver.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/resource/URIResolver.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; import java.io.File; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/DepthXMLStreamReader.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/DepthXMLStreamReader.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/DepthXMLStreamReader.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/DepthXMLStreamReader.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import javax.xml.namespace.NamespaceContext; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/FragmentStreamReader.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/FragmentStreamReader.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/FragmentStreamReader.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/FragmentStreamReader.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import javax.xml.stream.XMLStreamException; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/PartialXMLStreamReader.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/PartialXMLStreamReader.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/PartialXMLStreamReader.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/PartialXMLStreamReader.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import javax.xml.namespace.QName; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxStreamFilter.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxStreamFilter.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxStreamFilter.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxStreamFilter.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import javax.xml.namespace.QName; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxUtils.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxUtils.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/staxutils/StaxUtils.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import java.io.*; Modified: incubator/cxf/trunk/common/src/main/java/org/apache/cxf/version/Version.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/main/java/org/apache/cxf/version/Version.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/main/java/org/apache/cxf/version/Version.java (original) +++ incubator/cxf/trunk/common/src/main/java/org/apache/cxf/version/Version.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.version; import java.io.*; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotatedGreeterImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotatedGreeterImpl.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotatedGreeterImpl.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotatedGreeterImpl.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.annotation; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotationProcessorTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotationProcessorTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotationProcessorTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/AnnotationProcessorTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.annotation; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/Base.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/Base.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/Base.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/annotation/Base.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.annotation; public class Base { Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/classloader/FireWallClassLoaderTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/classloader/FireWallClassLoaderTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/classloader/FireWallClassLoaderTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/classloader/FireWallClassLoaderTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.classloader; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ForkedCommandTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ForkedCommandTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ForkedCommandTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ForkedCommandTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.commands; import java.io.ByteArrayOutputStream; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ResultBufferedCommandTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ResultBufferedCommandTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ResultBufferedCommandTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/ResultBufferedCommandTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.commands; import java.io.BufferedReader; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/TestCommand.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/TestCommand.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/TestCommand.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/commands/TestCommand.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.commands; public class TestCommand { Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/BundleUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/BundleUtilsTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/BundleUtilsTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/BundleUtilsTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.i18n; import java.util.ResourceBundle; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/MessageTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/MessageTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/MessageTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/i18n/MessageTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.i18n; import java.util.ResourceBundle; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/injection/ResourceInjectorTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/injection/ResourceInjectorTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/injection/ResourceInjectorTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/injection/ResourceInjectorTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.injection; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/logging/LogUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/logging/LogUtilsTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/logging/LogUtilsTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/logging/LogUtilsTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.logging; import java.util.logging.Handler; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/Base64UtilityTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/Base64UtilityTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/Base64UtilityTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/Base64UtilityTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.util; import java.io.ByteArrayOutputStream; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PackageUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PackageUtilsTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PackageUtilsTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PackageUtilsTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.util; import junit.framework.TestCase; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PropertiesLoaderUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PropertiesLoaderUtilsTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PropertiesLoaderUtilsTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/PropertiesLoaderUtilsTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.util; import java.util.*; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/TwoStageCacheTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/TwoStageCacheTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/TwoStageCacheTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/common/util/TwoStageCacheTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.common.util; import java.util.LinkedList; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/CompoundNameTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/CompoundNameTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/CompoundNameTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/CompoundNameTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.configuration; import junit.framework.TestCase; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/ConfigurationBuilderImplTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/ConfigurationBuilderImplTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/ConfigurationBuilderImplTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/ConfigurationBuilderImplTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.configuration.impl; import java.net.URL; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/TestProvider.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/TestProvider.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/TestProvider.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/configuration/impl/TestProvider.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.configuration.impl; import java.net.URL; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/helpers/NameSpaceTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/helpers/NameSpaceTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/helpers/NameSpaceTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/helpers/NameSpaceTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.helpers; import junit.framework.TestCase; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/jaxb/JAXBUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/jaxb/JAXBUtilsTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/jaxb/JAXBUtilsTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/jaxb/JAXBUtilsTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.jaxb; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/resource/ClassLoaderResolverTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/resource/ClassLoaderResolverTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/resource/ClassLoaderResolverTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/resource/ClassLoaderResolverTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.resource; import java.io.BufferedReader; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/DepthXMLStreamReaderTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/DepthXMLStreamReaderTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/DepthXMLStreamReaderTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/DepthXMLStreamReaderTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import javax.xml.stream.XMLInputFactory; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/FragmentStreamReaderTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/FragmentStreamReaderTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/FragmentStreamReaderTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/FragmentStreamReaderTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import javax.xml.stream.XMLInputFactory; Modified: incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/StaxStreamFilterTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/StaxStreamFilterTest.java?rev=437862&r1=437861&r2=437862&view=diff ============================================================================== --- incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/StaxStreamFilterTest.java (original) +++ incubator/cxf/trunk/common/src/test/java/org/apache/cxf/staxutils/StaxStreamFilterTest.java Mon Aug 28 15:12:49 2006 @@ -1,3 +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 + * + * 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. + */ + package org.apache.cxf.staxutils; import java.io.*;