I used RAT to automatically add the headers.
I will correct it on monday.

Rajith

On Fri, Oct 26, 2012 at 8:16 PM, Robbie Gemmell
<robbie.gemm...@gmail.com> wrote:
> It doesnt really affect the release since the files are now licenced, but
> the diff below suggests the header wasn't added to the Java files where we
> normally put it (at the top of the file), it would be nice if they were
> consistent with the others.
>
> Robbie
>
> On 26 October 2012 14:42, <raj...@apache.org> wrote:
>
>> Author: rajith
>> Date: Fri Oct 26 13:42:54 2012
>> New Revision: 1402510
>>
>> URL: http://svn.apache.org/viewvc?rev=1402510&view=rev
>> Log:
>> NO_JIRA Added missing license headers based on the RAT output
>>
>> Modified:
>>     qpid/proton/trunk/examples/broker/example-nodes
>>     qpid/proton/trunk/examples/mailbox/ssl-setup.sh
>>     qpid/proton/trunk/proton-c/CMakeLists.txt
>>     qpid/proton/trunk/proton-c/bindings/php/cproton.ini
>>     qpid/proton/trunk/proton-c/bindings/php/examples/client.php
>>     qpid/proton/trunk/proton-c/bindings/php/examples/server.php
>>     qpid/proton/trunk/proton-c/bindings/php/get_include_dir.php
>>     qpid/proton/trunk/proton-c/bindings/php/php.i
>>     qpid/proton/trunk/proton-c/bindings/php/tests.php
>>     qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt
>>     qpid/proton/trunk/proton-c/bindings/python/python.i
>>     qpid/proton/trunk/proton-c/bindings/ruby/ruby.i
>>     qpid/proton/trunk/proton-c/docs/api/user.doxygen.in
>>     qpid/proton/trunk/proton-c/include/proton/cproton.i
>>     qpid/proton/trunk/proton-c/src/libqpid-proton.pc.in
>>     qpid/proton/trunk/proton-c/src/sasl/sasl-internal.h
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeWritableBuffer.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointError.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointState.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/Sasl.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslClient.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslServer.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/EndpointImplQuery.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/LinkNode.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslClientImpl.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslServerImpl.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/Message.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/MessageFormat.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/messaging/Outcome.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/FrameBody.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Source.java
>>
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Target.java
>>
>> Modified: qpid/proton/trunk/examples/broker/example-nodes
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/examples/broker/example-nodes?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/examples/broker/example-nodes (original)
>> +++ qpid/proton/trunk/examples/broker/example-nodes Fri Oct 26 13:42:54
>> 2012
>> @@ -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.
>> +#
>> +
>>  from queue import Queue
>>  from hole import Hole
>>
>>
>> Modified: qpid/proton/trunk/examples/mailbox/ssl-setup.sh
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/examples/mailbox/ssl-setup.sh?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/examples/mailbox/ssl-setup.sh (original)
>> +++ qpid/proton/trunk/examples/mailbox/ssl-setup.sh Fri Oct 26 13:42:54
>> 2012
>> @@ -1,3 +1,23 @@
>> +#
>> +#
>> +# 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.
>> +#
>> +#
>>  #/bin/bash
>>  #
>>  #
>>
>> Modified: qpid/proton/trunk/proton-c/CMakeLists.txt
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/CMakeLists.txt?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
>> +++ qpid/proton/trunk/proton-c/CMakeLists.txt Fri Oct 26 13:42:54 2012
>> @@ -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.
>> +#
>>  cmake_minimum_required (VERSION 2.6)
>>
>>  project (Proton C)
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/php/cproton.ini
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/cproton.ini?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/php/cproton.ini (original)
>> +++ qpid/proton/trunk/proton-c/bindings/php/cproton.ini Fri Oct 26
>> 13:42:54 2012
>> @@ -1,2 +1,20 @@
>> +/*
>> + * 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.
>> + */
>>  ; Enable cproton extension module
>>  extension=cproton.so
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/php/examples/client.php
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/examples/client.php?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/php/examples/client.php (original)
>> +++ qpid/proton/trunk/proton-c/bindings/php/examples/client.php Fri Oct 26
>> 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  <?php
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>    // run from the command line like this:
>>    // php -d extension=<path-to>/php/libcproton.so test.php
>>    //
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/php/examples/server.php
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/examples/server.php?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/php/examples/server.php (original)
>> +++ qpid/proton/trunk/proton-c/bindings/php/examples/server.php Fri Oct 26
>> 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  <?php
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>    // run from the command line like this:
>>    // php -d extension=<path-to>/php/libcproton.so test.php
>>    //
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/php/get_include_dir.php
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/get_include_dir.php?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/php/get_include_dir.php (original)
>> +++ qpid/proton/trunk/proton-c/bindings/php/get_include_dir.php Fri Oct 26
>> 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  <?php
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  $prefix = $argv[1];
>>  $include_path = ini_get("include_path");
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/php/php.i
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/php.i?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/php/php.i (original)
>> +++ qpid/proton/trunk/proton-c/bindings/php/php.i Fri Oct 26 13:42:54 2012
>> @@ -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.
>> + */
>> +
>>  %module cproton
>>
>>  // provided by SWIG development libraries
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/php/tests.php
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/tests.php?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/php/tests.php (original)
>> +++ qpid/proton/trunk/proton-c/bindings/php/tests.php Fri Oct 26 13:42:54
>> 2012
>> @@ -1,4 +1,25 @@
>>  <?php
>> +/*
>> + *
>> + * 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("proton.php");
>>
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt (original)
>> +++ qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt Fri Oct 26
>> 13:42:54 2012
>> @@ -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.
>> +#
>>  set(CMAKE_SWIG_FLAGS "-threads")
>>
>>  swig_add_module(cproton python python.i)
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/python/python.i
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/python.i?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/python/python.i (original)
>> +++ qpid/proton/trunk/proton-c/bindings/python/python.i Fri Oct 26
>> 13:42:54 2012
>> @@ -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.
>> + */
>>  %module cproton
>>  %{
>>  /* Includes the header in the wrapper code */
>>
>> Modified: qpid/proton/trunk/proton-c/bindings/ruby/ruby.i
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/ruby/ruby.i?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/bindings/ruby/ruby.i (original)
>> +++ qpid/proton/trunk/proton-c/bindings/ruby/ruby.i Fri Oct 26 13:42:54
>> 2012
>> @@ -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.
>> + */
>>  %module cproton
>>
>>  %{
>>
>> Modified: qpid/proton/trunk/proton-c/docs/api/user.doxygen.in
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/docs/api/user.doxygen.in?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/docs/api/user.doxygen.in (original)
>> +++ qpid/proton/trunk/proton-c/docs/api/user.doxygen.in Fri Oct 26
>> 13:42:54 2012
>> @@ -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.
>> +##
>> +
>>  # Doxyfile 1.7.5
>>
>>  # This file describes the settings to be used by the documentation system
>>
>> Modified: qpid/proton/trunk/proton-c/include/proton/cproton.i
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/cproton.i?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/include/proton/cproton.i (original)
>> +++ qpid/proton/trunk/proton-c/include/proton/cproton.i Fri Oct 26
>> 13:42:54 2012
>> @@ -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.
>> + */
>>  typedef unsigned int size_t;
>>  typedef signed int ssize_t;
>>  typedef unsigned char uint8_t;
>>
>> Modified: qpid/proton/trunk/proton-c/src/libqpid-proton.pc.in
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/libqpid-proton.pc.in?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/src/libqpid-proton.pc.in (original)
>> +++ qpid/proton/trunk/proton-c/src/libqpid-proton.pc.in Fri Oct 26
>> 13:42:54 2012
>> @@ -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.
>> + */
>> +
>>  prefix=@PREFIX@
>>  exec_prefix=@EXEC_PREFIX@
>>  libdir=@LIBDIR@
>>
>> Modified: qpid/proton/trunk/proton-c/src/sasl/sasl-internal.h
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/sasl/sasl-internal.h?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> --- qpid/proton/trunk/proton-c/src/sasl/sasl-internal.h (original)
>> +++ qpid/proton/trunk/proton-c/src/sasl/sasl-internal.h Fri Oct 26
>> 13:42:54 2012
>> @@ -1,3 +1,24 @@
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>  #ifndef PROTON_SASL_INTERNAL_H
>>  #define PROTON_SASL_INTERNAL_H 1
>>
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeWritableBuffer.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeWritableBuffer.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeWritableBuffer.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/codec/CompositeWritableBuffer.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.codec;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  import java.nio.ByteBuffer;
>>
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointError.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointError.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointError.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointError.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,44 +1,65 @@
>> -package org.apache.qpid.proton.engine;
>> -
>> -/**
>> -* Holds information about an endpoint error.
>> -*/
>> -public final class EndpointError
>> -{
>> -
>> -    private String name;
>> -    private String description;
>> -
>> -    public EndpointError(String name, String description)
>> -    {
>> -        this.name = name;
>> -        this.description = description;
>> -    }
>> -
>> -    public EndpointError(String name)
>> -    {
>> -        this(name, null);
>> -    }
>> -
>> -    public String getName()
>> -    {
>> -        return name;
>> -    }
>> -
>> -    public String getDescription()
>> -    {
>> -        return description;
>> -    }
>> -
>> -    public String toString()
>> -{
>> -    if (description == null)
>> -    {
>> -        return name;
>> -    }
>> -    else
>> -    {
>> -        return String.format("%s -- %s", name, description);
>> -    }
>> -}
>> -}
>> +package org.apache.qpid.proton.engine;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>> +
>> +/**
>> +* Holds information about an endpoint error.
>> +*/
>> +public final class EndpointError
>> +{
>> +
>> +    private String name;
>> +    private String description;
>> +
>> +    public EndpointError(String name, String description)
>> +    {
>> +        this.name = name;
>> +        this.description = description;
>> +    }
>> +
>> +    public EndpointError(String name)
>> +    {
>> +        this(name, null);
>> +    }
>> +
>> +    public String getName()
>> +    {
>> +        return name;
>> +    }
>> +
>> +    public String getDescription()
>> +    {
>> +        return description;
>> +    }
>> +
>> +    public String toString()
>> +{
>> +    if (description == null)
>> +    {
>> +        return name;
>> +    }
>> +    else
>> +    {
>> +        return String.format("%s -- %s", name, description);
>> +    }
>> +}
>> +}
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointState.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointState.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointState.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/EndpointState.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,11 +1,32 @@
>> -package org.apache.qpid.proton.engine;
>> -
>> -/**
>> - * Represents the state of a communication endpoint.
>> - */
>> -public enum EndpointState
>> -{
>> -    UNINITIALIZED,
>> -    ACTIVE,
>> -    CLOSED;
>> -}
>> +package org.apache.qpid.proton.engine;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>> +
>> +/**
>> + * Represents the state of a communication endpoint.
>> + */
>> +public enum EndpointState
>> +{
>> +    UNINITIALIZED,
>> +    ACTIVE,
>> +    CLOSED;
>> +}
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/Sasl.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/Sasl.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/Sasl.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/Sasl.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  public interface Sasl
>>  {
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslClient.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslClient.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslClient.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslClient.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  public interface SaslClient extends Sasl
>>  {
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslServer.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslServer.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslServer.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/SaslServer.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  public interface SaslServer extends Sasl
>>  {
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/EndpointImplQuery.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/EndpointImplQuery.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/EndpointImplQuery.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/EndpointImplQuery.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine.impl;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  import java.util.EnumSet;
>>  import org.apache.qpid.proton.engine.EndpointState;
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/LinkNode.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/LinkNode.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/LinkNode.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/LinkNode.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine.impl;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  class LinkNode<E>
>>  {
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslClientImpl.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslClientImpl.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslClientImpl.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslClientImpl.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine.impl;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  import org.apache.qpid.proton.codec.WritableBuffer;
>>  import org.apache.qpid.proton.engine.SaslClient;
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslImpl.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine.impl;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  import java.nio.ByteBuffer;
>>  import org.apache.qpid.proton.codec.CompositeWritableBuffer;
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslServerImpl.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslServerImpl.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslServerImpl.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/engine/impl/SaslServerImpl.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.engine.impl;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  import org.apache.qpid.proton.codec.WritableBuffer;
>>  import org.apache.qpid.proton.engine.SaslServer;
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/Message.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/Message.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/Message.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/Message.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.message;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  import java.nio.ByteBuffer;
>>  import java.util.Date;
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/MessageFormat.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/MessageFormat.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/MessageFormat.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/message/MessageFormat.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.message;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  public enum MessageFormat
>>  {
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/messaging/Outcome.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/messaging/Outcome.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/messaging/Outcome.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/messaging/Outcome.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.type.messaging;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  public interface Outcome
>>  {
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/FrameBody.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/FrameBody.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/FrameBody.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/FrameBody.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.type.transport;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  import org.apache.qpid.proton.type.Binary;
>>
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Source.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Source.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Source.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Source.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.type.transport;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  public interface Source
>>  {
>>
>> Modified:
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Target.java
>> URL:
>> http://svn.apache.org/viewvc/qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Target.java?rev=1402510&r1=1402509&r2=1402510&view=diff
>>
>> ==============================================================================
>> ---
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Target.java
>> (original)
>> +++
>> qpid/proton/trunk/proton-j/src/main/java/org/apache/qpid/proton/type/transport/Target.java
>> Fri Oct 26 13:42:54 2012
>> @@ -1,4 +1,25 @@
>>  package org.apache.qpid.proton.type.transport;
>> +/*
>> + *
>> + * 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.
>> + *
>> +*/
>> +
>>
>>  public interface Target
>>  {
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
>> For additional commands, e-mail: commits-h...@qpid.apache.org
>>
>>

Reply via email to