You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2010/10/27 11:44:58 UTC

svn commit: r1027879 - in /qpid/trunk/qpid/cpp: etc/selinux/Makefile examples/makedist.mk examples/messaging/extra_dist/Makefile examples/messaging/hello_world.cpp examples/messaging/hello_xml.cpp rubygen/framing.0-10/MethodHolder.rb src/Makefile.am

Author: gsim
Date: Wed Oct 27 09:44:57 2010
New Revision: 1027879

URL: http://svn.apache.org/viewvc?rev=1027879&view=rev
Log:
Added some missing licenses; added FedOps.h to distribution list

Removed:
    qpid/trunk/qpid/cpp/rubygen/framing.0-10/MethodHolder.rb
Modified:
    qpid/trunk/qpid/cpp/etc/selinux/Makefile
    qpid/trunk/qpid/cpp/examples/makedist.mk
    qpid/trunk/qpid/cpp/examples/messaging/extra_dist/Makefile
    qpid/trunk/qpid/cpp/examples/messaging/hello_world.cpp
    qpid/trunk/qpid/cpp/examples/messaging/hello_xml.cpp
    qpid/trunk/qpid/cpp/src/Makefile.am

Modified: qpid/trunk/qpid/cpp/etc/selinux/Makefile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/etc/selinux/Makefile?rev=1027879&r1=1027878&r2=1027879&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/etc/selinux/Makefile (original)
+++ qpid/trunk/qpid/cpp/etc/selinux/Makefile Wed Oct 27 09:44:57 2010
@@ -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.
+#
 # Makefile to build and install the selinux policies in this directory.
 # Needs to be run as root.
 

Modified: qpid/trunk/qpid/cpp/examples/makedist.mk
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/makedist.mk?rev=1027879&r1=1027878&r2=1027879&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/makedist.mk (original)
+++ qpid/trunk/qpid/cpp/examples/makedist.mk Wed Oct 27 09:44:57 2010
@@ -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.
+#
 # Settings to build the examples in automake
 AM_CXXFLAGS = $(WARNING_CFLAGS)
 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include

Modified: qpid/trunk/qpid/cpp/examples/messaging/extra_dist/Makefile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/messaging/extra_dist/Makefile?rev=1027879&r1=1027878&r2=1027879&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/messaging/extra_dist/Makefile (original)
+++ qpid/trunk/qpid/cpp/examples/messaging/extra_dist/Makefile Wed Oct 27 09:44:57 2010
@@ -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.
+#
 CXX=g++
 CXXFLAGS=-g -O2
 LDFLAGS=-lqpidmessaging

Modified: qpid/trunk/qpid/cpp/examples/messaging/hello_world.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/messaging/hello_world.cpp?rev=1027879&r1=1027878&r2=1027879&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/messaging/hello_world.cpp (original)
+++ qpid/trunk/qpid/cpp/examples/messaging/hello_world.cpp Wed Oct 27 09:44:57 2010
@@ -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.
+ *
+ */
+
 #include <qpid/messaging/Connection.h>
 #include <qpid/messaging/Message.h>
 #include <qpid/messaging/Receiver.h>

Modified: qpid/trunk/qpid/cpp/examples/messaging/hello_xml.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/examples/messaging/hello_xml.cpp?rev=1027879&r1=1027878&r2=1027879&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/examples/messaging/hello_xml.cpp (original)
+++ qpid/trunk/qpid/cpp/examples/messaging/hello_xml.cpp Wed Oct 27 09:44:57 2010
@@ -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.
+ *
+ */
+
 #include <qpid/messaging/Connection.h>
 #include <qpid/messaging/Message.h>
 #include <qpid/messaging/Receiver.h>

Modified: qpid/trunk/qpid/cpp/src/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/Makefile.am?rev=1027879&r1=1027878&r2=1027879&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/Makefile.am Wed Oct 27 09:44:57 2010
@@ -543,6 +543,7 @@ libqpidbroker_la_SOURCES = \
   qpid/broker/ExpiryPolicy.h \
   qpid/broker/FanOutExchange.cpp \
   qpid/broker/FanOutExchange.h \
+  qpid/broker/FedOps.h \
   qpid/broker/HandlerImpl.h \
   qpid/broker/HeadersExchange.cpp \
   qpid/broker/HeadersExchange.h \



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org