Author: gsim
Date: Thu Jul 5 03:26:03 2007
New Revision: 553447
URL: http://svn.apache.org/viewvc?view=rev&rev=553447
Log:
Added license to files that seemed to be missing it.
Modified:
incubator/qpid/branches/M2/cpp/Makefile.am
incubator/qpid/branches/M2/cpp/bootstrap
incubator/qpid/branches/M2/cpp/docs/api/Makefile.am
incubator/qpid/branches/M2/cpp/docs/man/Makefile.am
incubator/qpid/branches/M2/cpp/etc/qpidd
incubator/qpid/branches/M2/cpp/gen/Makefile.am
incubator/qpid/branches/M2/cpp/gen/make-gen-src-mk.sh
incubator/qpid/branches/M2/cpp/lib/Makefile.am
incubator/qpid/branches/M2/cpp/lib/broker/Makefile.am
incubator/qpid/branches/M2/cpp/lib/client/Makefile.am
incubator/qpid/branches/M2/cpp/lib/common/Makefile.am
incubator/qpid/branches/M2/cpp/lib/common/doxygen_mainpage.h
incubator/qpid/branches/M2/cpp/make-dist
incubator/qpid/branches/M2/cpp/qpid-autotools-install
incubator/qpid/branches/M2/cpp/qpidc.spec.in
incubator/qpid/branches/M2/cpp/rpm/Makefile.am
incubator/qpid/branches/M2/cpp/src/Makefile.am
incubator/qpid/branches/M2/cpp/tests/Makefile.am
incubator/qpid/branches/M2/cpp/tests/daemon_test
incubator/qpid/branches/M2/cpp/tests/env
incubator/qpid/branches/M2/cpp/tests/examples.Makefile
incubator/qpid/branches/M2/cpp/tests/run-python-tests
incubator/qpid/branches/M2/cpp/tests/run-system-tests
incubator/qpid/branches/M2/cpp/tests/run-unit-tests
incubator/qpid/branches/M2/cpp/tests/setup
incubator/qpid/branches/M2/cpp/tests/topicall
incubator/qpid/branches/M2/cpp/tests/topictest
incubator/qpid/branches/M2/cpp/versions
Modified: incubator/qpid/branches/M2/cpp/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/Makefile.am Thu Jul 5 03:26:03 2007
@@ -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.
+#
AUTOMAKE_OPTIONS = 1.9.2 foreign
ACLOCAL_AMFLAGS = -I m4
Modified: incubator/qpid/branches/M2/cpp/bootstrap
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/bootstrap?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/bootstrap (original)
+++ incubator/qpid/branches/M2/cpp/bootstrap Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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 -e
aclocal -I m4
autoheader
Modified: incubator/qpid/branches/M2/cpp/docs/api/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/docs/api/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/docs/api/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/docs/api/Makefile.am Thu Jul 5 03:26:03 2007
@@ -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.
+#
html: doxygen.tstamp
dist-hook: html
Modified: incubator/qpid/branches/M2/cpp/docs/man/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/docs/man/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/docs/man/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/docs/man/Makefile.am Thu Jul 5 03:26:03 2007
@@ -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.
+#
dist_man_MANS = qpidd.1
man_aux = $(dist_man_MANS:.1=.x) $(optional_mans:.1=.x)
Modified: incubator/qpid/branches/M2/cpp/etc/qpidd
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/etc/qpidd?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/etc/qpidd (original)
+++ incubator/qpid/branches/M2/cpp/etc/qpidd Thu Jul 5 03:26:03 2007
@@ -1,5 +1,23 @@
#!/bin/bash
#
+# 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.
+#
+#
# qpidd Startup script for the Qpid messaging daemon.
#
# chkconfig: - 85 15
Modified: incubator/qpid/branches/M2/cpp/gen/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/gen/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/gen/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/gen/Makefile.am Thu Jul 5 03:26:03 2007
@@ -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.
+#
include gen-src.mk
BUILT_SOURCES = $(generated_sources) $(generated_headers)
Modified: incubator/qpid/branches/M2/cpp/gen/make-gen-src-mk.sh
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/gen/make-gen-src-mk.sh?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/gen/make-gen-src-mk.sh (original)
+++ incubator/qpid/branches/M2/cpp/gen/make-gen-src-mk.sh Thu Jul 5 03:26:03
2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
# Generate the gen-src.mk makefile fragment, to stdout.
# Usage: <gentools_dir> <gentools_srcdir>
Modified: incubator/qpid/branches/M2/cpp/lib/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/lib/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/lib/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/lib/Makefile.am Thu Jul 5 03:26:03 2007
@@ -1 +1,19 @@
+#
+# 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 = common broker client
Modified: incubator/qpid/branches/M2/cpp/lib/broker/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/lib/broker/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/lib/broker/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/lib/broker/Makefile.am Thu Jul 5 03:26:03
2007
@@ -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.
+#
AM_CXXFLAGS = $(WARNING_CFLAGS)
INCLUDES = \
-I$(top_srcdir)/gen \
Modified: incubator/qpid/branches/M2/cpp/lib/client/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/lib/client/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/lib/client/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/lib/client/Makefile.am Thu Jul 5 03:26:03
2007
@@ -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.
+#
AM_CXXFLAGS = $(WARNING_CFLAGS)
INCLUDES = \
-I$(top_srcdir)/gen \
Modified: incubator/qpid/branches/M2/cpp/lib/common/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/lib/common/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/lib/common/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/lib/common/Makefile.am Thu Jul 5 03:26:03
2007
@@ -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.
+#
AM_CXXFLAGS = $(WARNING_CFLAGS)
INCLUDES = \
Modified: incubator/qpid/branches/M2/cpp/lib/common/doxygen_mainpage.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/lib/common/doxygen_mainpage.h?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/lib/common/doxygen_mainpage.h (original)
+++ incubator/qpid/branches/M2/cpp/lib/common/doxygen_mainpage.h Thu Jul 5
03:26:03 2007
@@ -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.
+ *
+ */
// This header file is just for doxygen documentation purposes.
/*!\mainpage Qpid C++ Developer Kit.
Modified: incubator/qpid/branches/M2/cpp/make-dist
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/make-dist?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/make-dist (original)
+++ incubator/qpid/branches/M2/cpp/make-dist Thu Jul 5 03:26:03 2007
@@ -1,5 +1,23 @@
#!/bin/bash
#
+#
+# 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.
+#
# Temporary hack for producing a binary dev distribution.
# Includes regular stuff from 'make install' + examples and headers.
#
Modified: incubator/qpid/branches/M2/cpp/qpid-autotools-install
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/qpid-autotools-install?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/qpid-autotools-install (original)
+++ incubator/qpid/branches/M2/cpp/qpid-autotools-install Thu Jul 5 03:26:03
2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
# Written by Jim Meyering
VERSION='2007-01-22 19:38' # UTC
Modified: incubator/qpid/branches/M2/cpp/qpidc.spec.in
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/qpidc.spec.in?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/qpidc.spec.in (original)
+++ incubator/qpid/branches/M2/cpp/qpidc.spec.in Thu Jul 5 03:26:03 2007
@@ -1,4 +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.
+#
+#
# Spec file for Qpid C++ packages: qpidc qpidc-devel, qpidd
#
%define daemon qpidd
Modified: incubator/qpid/branches/M2/cpp/rpm/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/rpm/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/rpm/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/rpm/Makefile.am Thu Jul 5 03:26:03 2007
@@ -1,4 +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.
+#
+#
# Build RPMs from the distribution tarball.
#
Modified: incubator/qpid/branches/M2/cpp/src/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/src/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/src/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/src/Makefile.am Thu Jul 5 03:26:03 2007
@@ -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.
+#
AM_CXXFLAGS = $(WARNING_CFLAGS)
INCLUDES = \
Modified: incubator/qpid/branches/M2/cpp/tests/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/Makefile.am?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/tests/Makefile.am Thu Jul 5 03:26:03 2007
@@ -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.
+#
AM_CXXFLAGS = $(WARNING_CFLAGS) $(CPPUNIT_CXXFLAGS)
INCLUDES = \
-I$(top_srcdir)/gen \
Modified: incubator/qpid/branches/M2/cpp/tests/daemon_test
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/daemon_test?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/daemon_test (original)
+++ incubator/qpid/branches/M2/cpp/tests/daemon_test Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
# Without arguments run all daemon tests, exit status is number of failures.
# With arguments run just the test named by $1.
#
Modified: incubator/qpid/branches/M2/cpp/tests/env
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/env?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/env (original)
+++ incubator/qpid/branches/M2/cpp/tests/env Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
#!/bin/bash
+#
+# 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 environment variables for test scripts.
pathmunge () {
Modified: incubator/qpid/branches/M2/cpp/tests/examples.Makefile
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/examples.Makefile?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/examples.Makefile (original)
+++ incubator/qpid/branches/M2/cpp/tests/examples.Makefile Thu Jul 5 03:26:03
2007
@@ -1,4 +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.
+#
+#
# XXX: Edit these locations to suit.
#
BOOST_LOCATION := $(HOME)/local/boost-1.33.1
Modified: incubator/qpid/branches/M2/cpp/tests/run-python-tests
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/run-python-tests?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/run-python-tests (original)
+++ incubator/qpid/branches/M2/cpp/tests/run-python-tests Thu Jul 5 03:26:03
2007
@@ -1,4 +1,22 @@
#!/bin/bash
+#
+# 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.
+#
test -x $abs_srcdir/../../python/run-tests || {
echo WARNING: Python tests not available, skipping.
Modified: incubator/qpid/branches/M2/cpp/tests/run-system-tests
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/run-system-tests?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/run-system-tests (original)
+++ incubator/qpid/branches/M2/cpp/tests/run-system-tests Thu Jul 5 03:26:03
2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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 -e
log=`pwd`/qpidd.log
Modified: incubator/qpid/branches/M2/cpp/tests/run-unit-tests
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/run-unit-tests?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/run-unit-tests (original)
+++ incubator/qpid/branches/M2/cpp/tests/run-unit-tests Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
. $srcdir/setup
Modified: incubator/qpid/branches/M2/cpp/tests/setup
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/setup?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/setup (original)
+++ incubator/qpid/branches/M2/cpp/tests/setup Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
# -*- sh -*-
+#
+# 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.
+#
test "$VERBOSE" = yes && set -x
Modified: incubator/qpid/branches/M2/cpp/tests/topicall
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/topicall?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/topicall (original)
+++ incubator/qpid/branches/M2/cpp/tests/topicall Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
# Do 3 runs of topictests for C++ and Java brokers with reduced output.
. `dirname $0`/env
Modified: incubator/qpid/branches/M2/cpp/tests/topictest
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/topictest?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/topictest (original)
+++ incubator/qpid/branches/M2/cpp/tests/topictest Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
#!/bin/bash
+#
+# 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 the c++ or java topic test
. `dirname $0`/env
Modified: incubator/qpid/branches/M2/cpp/versions
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/versions?view=diff&rev=553447&r1=553446&r2=553447
==============================================================================
--- incubator/qpid/branches/M2/cpp/versions (original)
+++ incubator/qpid/branches/M2/cpp/versions Thu Jul 5 03:26:03 2007
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# 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.
+#
# Utility to print out currently installed versions of qpid developer
# dependencies. Assumes that some dependencies are installed with RPM.
#