You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2014/01/13 21:27:42 UTC

svn commit: r1557837 - in /qpid/dispatch/trunk: TODO doc/notes/code-conventions.md python/qpid_dispatch_internal/__init__.py tests/config-3-linear/topology.txt

Author: tross
Date: Mon Jan 13 20:27:41 2014
New Revision: 1557837

URL: http://svn.apache.org/r1557837
Log:
NO-JIRA - Added missing license text as pointed out by Gordon Sim

Modified:
    qpid/dispatch/trunk/TODO
    qpid/dispatch/trunk/doc/notes/code-conventions.md
    qpid/dispatch/trunk/python/qpid_dispatch_internal/__init__.py
    qpid/dispatch/trunk/tests/config-3-linear/topology.txt

Modified: qpid/dispatch/trunk/TODO
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/TODO?rev=1557837&r1=1557836&r2=1557837&view=diff
==============================================================================
--- qpid/dispatch/trunk/TODO (original)
+++ qpid/dispatch/trunk/TODO Mon Jan 13 20:27:41 2014
@@ -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.
+;;
+
 Qpid Dispatch TODO List
 ==============================================================================
 Beyond this simple laundry list, you can find the list of bugs and

Modified: qpid/dispatch/trunk/doc/notes/code-conventions.md
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/doc/notes/code-conventions.md?rev=1557837&r1=1557836&r2=1557837&view=diff
==============================================================================
--- qpid/dispatch/trunk/doc/notes/code-conventions.md (original)
+++ qpid/dispatch/trunk/doc/notes/code-conventions.md Mon Jan 13 20:27:41 2014
@@ -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.
+;;
+
 # Code conventions
 
 ## Python code

Modified: qpid/dispatch/trunk/python/qpid_dispatch_internal/__init__.py
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/python/qpid_dispatch_internal/__init__.py?rev=1557837&r1=1557836&r2=1557837&view=diff
==============================================================================
--- qpid/dispatch/trunk/python/qpid_dispatch_internal/__init__.py (original)
+++ qpid/dispatch/trunk/python/qpid_dispatch_internal/__init__.py Mon Jan 13 20:27:41 2014
@@ -0,0 +1,18 @@
+#
+# 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.
+#

Modified: qpid/dispatch/trunk/tests/config-3-linear/topology.txt
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/tests/config-3-linear/topology.txt?rev=1557837&r1=1557836&r2=1557837&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/config-3-linear/topology.txt (original)
+++ qpid/dispatch/trunk/tests/config-3-linear/topology.txt Mon Jan 13 20:27:41 2014
@@ -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.
+;;
 
 
   +----------+          +----------+          +----------+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org