From 07c1e65c225415b09302a058dcade55c3adcab36 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Mon, 21 Aug 2006 20:53:52 +0000 Subject: [PATCH] http://issues.apache.org/activemq/browse/AMQ-888 git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@433353 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-cpp/makefile-linux-debug.cfg | 17 +++++++++++++++++ activemq-cpp/makefile-linux-release.cfg | 17 +++++++++++++++++ activemq-cpp/makefile-windows-debug.cfg | 17 +++++++++++++++++ activemq-cpp/makefile-windows-release.cfg | 17 +++++++++++++++++ activemq-cpp/makefile.cfg | 17 +++++++++++++++++ amazon/Makefile.am | 17 +++++++++++++++++ amazon/amq_brokersession/Makefile.am | 17 +++++++++++++++++ amazon/amq_corelib/Makefile.am | 17 +++++++++++++++++ amazon/amq_examples/Makefile.am | 17 +++++++++++++++++ amazon/amq_examples/bs_async_recv/Makefile.am | 17 +++++++++++++++++ amazon/amq_examples/bs_send/Makefile.am | 17 +++++++++++++++++ amazon/amq_examples/bs_sync_recv/Makefile.am | 17 +++++++++++++++++ amazon/amq_examples/cl_send/Makefile.am | 17 +++++++++++++++++ amazon/amq_transport/Makefile.am | 17 +++++++++++++++++ amazon/command/Makefile.am | 17 +++++++++++++++++ amazon/marshal/Makefile.am | 17 +++++++++++++++++ openwire-cpp/makefile-linux-debug.cfg | 17 +++++++++++++++++ openwire-cpp/makefile-linux-release.cfg | 17 +++++++++++++++++ openwire-cpp/makefile-macosx-debug.cfg | 17 +++++++++++++++++ openwire-cpp/makefile-macosx-release.cfg | 17 +++++++++++++++++ openwire-cpp/makefile.cfg | 17 +++++++++++++++++ 21 files changed, 357 insertions(+) diff --git a/activemq-cpp/makefile-linux-debug.cfg b/activemq-cpp/makefile-linux-debug.cfg index 6726fa44bd..2ba00f60bd 100644 --- a/activemq-cpp/makefile-linux-debug.cfg +++ b/activemq-cpp/makefile-linux-debug.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/activemq-cpp/makefile-linux-release.cfg b/activemq-cpp/makefile-linux-release.cfg index d1655045df..409d2c761d 100644 --- a/activemq-cpp/makefile-linux-release.cfg +++ b/activemq-cpp/makefile-linux-release.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/activemq-cpp/makefile-windows-debug.cfg b/activemq-cpp/makefile-windows-debug.cfg index 2abe794963..79fedfc085 100644 --- a/activemq-cpp/makefile-windows-debug.cfg +++ b/activemq-cpp/makefile-windows-debug.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/activemq-cpp/makefile-windows-release.cfg b/activemq-cpp/makefile-windows-release.cfg index b2ab2bff33..e6e73d5605 100644 --- a/activemq-cpp/makefile-windows-release.cfg +++ b/activemq-cpp/makefile-windows-release.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/activemq-cpp/makefile.cfg b/activemq-cpp/makefile.cfg index 35811a23c5..4923d6b47d 100644 --- a/activemq-cpp/makefile.cfg +++ b/activemq-cpp/makefile.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + CURRENT = $(PWD) # --- select compiler for structure diff --git a/amazon/Makefile.am b/amazon/Makefile.am index e74d4af49e..10f7e13378 100644 --- a/amazon/Makefile.am +++ b/amazon/Makefile.am @@ -1 +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. +## --------------------------------------------------------------------------- + SUBDIRS = command marshal amq_corelib amq_transport amq_brokersession amq_examples diff --git a/amazon/amq_brokersession/Makefile.am b/amazon/amq_brokersession/Makefile.am index 803eb9a8af..e4255aaeee 100644 --- a/amazon/amq_brokersession/Makefile.am +++ b/amazon/amq_brokersession/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../ lib_LTLIBRARIES = libamq_brokersession.la libamq_brokersession_la_SOURCES = BrokerSession.cpp BrokerSessionImpl.cpp diff --git a/amazon/amq_corelib/Makefile.am b/amazon/amq_corelib/Makefile.am index d4a8ddc19f..75191e567f 100644 --- a/amazon/amq_corelib/Makefile.am +++ b/amazon/amq_corelib/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../ -I../marshal lib_LTLIBRARIES = libamq_corelib.la libamq_corelib_la_SOURCES = BlockingMessageConsumer.cpp BlockingMessageConsumerRef.cpp CoreLib.cpp CoreLibImpl.cpp ExceptionCallback.cpp Lock.cpp LogLevel.cpp MessageConsumer.cpp MessageConsumerRef.cpp NonBlockingMessageConsumer.cpp NonBlockingMessageConsumerRef.cpp StompMessage.cpp TextMessage.cpp UUIDGenerator.cpp Destination.cpp PrimitiveMap.cpp Sem.cpp diff --git a/amazon/amq_examples/Makefile.am b/amazon/amq_examples/Makefile.am index 0a2b373abb..6b3459d7cb 100644 --- a/amazon/amq_examples/Makefile.am +++ b/amazon/amq_examples/Makefile.am @@ -1 +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. +## --------------------------------------------------------------------------- + SUBDIRS = bs_async_recv bs_send bs_sync_recv cl_send diff --git a/amazon/amq_examples/bs_async_recv/Makefile.am b/amazon/amq_examples/bs_async_recv/Makefile.am index 146e42c38c..9636d6f4ec 100644 --- a/amazon/amq_examples/bs_async_recv/Makefile.am +++ b/amazon/amq_examples/bs_async_recv/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../../ bin_PROGRAMS = brokersession_example_receiver_async brokersession_example_receiver_async_SOURCES = brokersession_example_receiver_async.cpp diff --git a/amazon/amq_examples/bs_send/Makefile.am b/amazon/amq_examples/bs_send/Makefile.am index 2df251e409..c2281893fe 100644 --- a/amazon/amq_examples/bs_send/Makefile.am +++ b/amazon/amq_examples/bs_send/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../../ bin_PROGRAMS = brokersession_example_sender brokersession_example_sender_SOURCES = brokersession_example_sender.cpp diff --git a/amazon/amq_examples/bs_sync_recv/Makefile.am b/amazon/amq_examples/bs_sync_recv/Makefile.am index 182cfbe00f..d834d662d6 100644 --- a/amazon/amq_examples/bs_sync_recv/Makefile.am +++ b/amazon/amq_examples/bs_sync_recv/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../../ bin_PROGRAMS = brokersession_example_receiver_sync brokersession_example_receiver_sync_SOURCES = brokersession_example_receiver_sync.cpp diff --git a/amazon/amq_examples/cl_send/Makefile.am b/amazon/amq_examples/cl_send/Makefile.am index d045f7d9d2..417e92a509 100644 --- a/amazon/amq_examples/cl_send/Makefile.am +++ b/amazon/amq_examples/cl_send/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../../ bin_PROGRAMS = corelib_example_sender corelib_example_sender_SOURCES = corelib_example_sender.cpp diff --git a/amazon/amq_transport/Makefile.am b/amazon/amq_transport/Makefile.am index 18dec771cb..e768e916bf 100644 --- a/amazon/amq_transport/Makefile.am +++ b/amazon/amq_transport/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../ lib_LTLIBRARIES = libamq_transport.la libamq_transport_la_SOURCES = TCPTransport.cpp Transport.cpp TransportFactory.cpp TransportInitializer.cpp diff --git a/amazon/command/Makefile.am b/amazon/command/Makefile.am index 023bada396..d6a5d48d9e 100644 --- a/amazon/command/Makefile.am +++ b/amazon/command/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../ lib_LTLIBRARIES = libamq_command.la libamq_command_la_SOURCES = ActiveMQBytesMessage.cpp ActiveMQDestination.cpp ActiveMQMapMessage.cpp ActiveMQMessage.cpp ActiveMQObjectMessage.cpp ActiveMQQueue.cpp ActiveMQStreamMessage.cpp ActiveMQTempDestination.cpp ActiveMQTempQueue.cpp ActiveMQTempTopic.cpp ActiveMQTextMessage.cpp ActiveMQTopic.cpp BaseCommand.cpp BrokerError.cpp BrokerId.cpp BrokerInfo.cpp ConnectionError.cpp ConnectionId.cpp ConnectionInfo.cpp ConsumerId.cpp ConsumerInfo.cpp ControlCommand.cpp DataArrayResponse.cpp DataResponse.cpp DestinationInfo.cpp DiscoveryEvent.cpp ExceptionResponse.cpp FlushCommand.cpp IntegerResponse.cpp JournalQueueAck.cpp JournalTopicAck.cpp JournalTrace.cpp JournalTransaction.cpp KeepAliveInfo.cpp LastPartialCommand.cpp LocalTransactionId.cpp MessageAck.cpp Message.cpp MessageDispatch.cpp MessageDispatchNotification.cpp MessageId.cpp NetworkBridgeFilter.cpp PartialCommand.cpp ProducerId.cpp ProducerInfo.cpp RemoveInfo.cpp RemoveSubscriptionInfo.cpp ReplayCommand.cpp Response.cpp SessionId.cpp SessionInfo.cpp ShutdownInfo.cpp SubscriptionInfo.cpp TransactionId.cpp TransactionInfo.cpp WireFormatInfo.cpp XATransactionId.cpp ConsumerControl.cpp ConnectionControl.cpp diff --git a/amazon/marshal/Makefile.am b/amazon/marshal/Makefile.am index 3f468fe4f9..5df4065203 100644 --- a/amazon/marshal/Makefile.am +++ b/amazon/marshal/Makefile.am @@ -1,3 +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. +## --------------------------------------------------------------------------- + INCLUDES = -I../ lib_LTLIBRARIES = libamq_marshal.la libamq_marshal_la_SOURCES = ActiveMQBytesMessageMarshaller.cpp ActiveMQDestinationMarshaller.cpp ActiveMQMapMessageMarshaller.cpp ActiveMQMessageMarshaller.cpp ActiveMQObjectMessageMarshaller.cpp ActiveMQQueueMarshaller.cpp ActiveMQStreamMessageMarshaller.cpp ActiveMQTempDestinationMarshaller.cpp ActiveMQTempQueueMarshaller.cpp ActiveMQTempTopicMarshaller.cpp ActiveMQTextMessageMarshaller.cpp ActiveMQTopicMarshaller.cpp BaseCommandMarshaller.cpp BrokerIdMarshaller.cpp BrokerInfoMarshaller.cpp ConnectionErrorMarshaller.cpp ConnectionIdMarshaller.cpp ConnectionInfoMarshaller.cpp ConsumerIdMarshaller.cpp ConsumerInfoMarshaller.cpp ControlCommandMarshaller.cpp DataArrayResponseMarshaller.cpp DataResponseMarshaller.cpp DestinationInfoMarshaller.cpp DiscoveryEventMarshaller.cpp ExceptionResponseMarshaller.cpp FlushCommandMarshaller.cpp IntegerResponseMarshaller.cpp JournalQueueAckMarshaller.cpp JournalTopicAckMarshaller.cpp JournalTraceMarshaller.cpp JournalTransactionMarshaller.cpp KeepAliveInfoMarshaller.cpp LastPartialCommandMarshaller.cpp LocalTransactionIdMarshaller.cpp MarshallerFactory.cpp MessageAckMarshaller.cpp MessageDispatchMarshaller.cpp MessageDispatchNotificationMarshaller.cpp MessageIdMarshaller.cpp MessageMarshaller.cpp NetworkBridgeFilterMarshaller.cpp PartialCommandMarshaller.cpp ProducerIdMarshaller.cpp ProducerInfoMarshaller.cpp RemoveInfoMarshaller.cpp RemoveSubscriptionInfoMarshaller.cpp ReplayCommandMarshaller.cpp ResponseMarshaller.cpp SessionIdMarshaller.cpp SessionInfoMarshaller.cpp ShutdownInfoMarshaller.cpp SubscriptionInfoMarshaller.cpp TransactionIdMarshaller.cpp TransactionInfoMarshaller.cpp WireFormatInfoMarshaller.cpp XATransactionIdMarshaller.cpp ProtocolFormat.cpp BaseDataStreamMarshaller.cpp BinaryWriter.cpp BufferWriter.cpp BooleanStream.cpp BinaryReader.cpp BufferReader.cpp ConnectionControlMarshaller.cpp ConsumerControlMarshaller.cpp diff --git a/openwire-cpp/makefile-linux-debug.cfg b/openwire-cpp/makefile-linux-debug.cfg index b73317609a..0a11390295 100644 --- a/openwire-cpp/makefile-linux-debug.cfg +++ b/openwire-cpp/makefile-linux-debug.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/openwire-cpp/makefile-linux-release.cfg b/openwire-cpp/makefile-linux-release.cfg index 9de460768e..c31c1ddf9d 100644 --- a/openwire-cpp/makefile-linux-release.cfg +++ b/openwire-cpp/makefile-linux-release.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/openwire-cpp/makefile-macosx-debug.cfg b/openwire-cpp/makefile-macosx-debug.cfg index 58aa5c384f..92ab38ca34 100644 --- a/openwire-cpp/makefile-macosx-debug.cfg +++ b/openwire-cpp/makefile-macosx-debug.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/openwire-cpp/makefile-macosx-release.cfg b/openwire-cpp/makefile-macosx-release.cfg index 64802d7c54..a9a25b84ac 100644 --- a/openwire-cpp/makefile-macosx-release.cfg +++ b/openwire-cpp/makefile-macosx-release.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + # # Compiler specific configuration # diff --git a/openwire-cpp/makefile.cfg b/openwire-cpp/makefile.cfg index 7ce86d722b..6cb35f4f8f 100644 --- a/openwire-cpp/makefile.cfg +++ b/openwire-cpp/makefile.cfg @@ -1,3 +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. +## --------------------------------------------------------------------------- + CURRENT = $(PWD) # --- select compiler for structure