Modified: axis/axis2/c/core/trunk/tools/tcpmon/test/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/tcpmon/test/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/tools/tcpmon/test/Makefile.am (original) +++ axis/axis2/c/core/trunk/tools/tcpmon/test/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1 +1,15 @@ +# 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 = unit
Modified: axis/axis2/c/core/trunk/tools/tcpmon/test/unit/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/tools/tcpmon/test/unit/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/tools/tcpmon/test/unit/Makefile.am (original) +++ axis/axis2/c/core/trunk/tools/tcpmon/test/unit/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = prgbindir=$(prefix)/bin/unit_test prgbin_PROGRAMS = tcpmon_unit_test_suite Modified: axis/axis2/c/core/trunk/util/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. datadir=$(prefix) tmpincludedir=$(prefix)/include/axis2-${PACKAGE_VERSION}/ includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}/ Modified: axis/axis2/c/core/trunk/util/include/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/include/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/include/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/include/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,2 +1,16 @@ +# 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. includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}/ nobase_include_HEADERS= platforms/axutil_platform_auto_sense.h platforms/unix/*.h platforms/windows/*.h Modified: axis/axis2/c/core/trunk/util/src/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/src/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/src/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/src/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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 = platforms/unix @ZLIBBUILD@ lib_LTLIBRARIES = libaxutil.la libaxutil_la_SOURCES = hash.c \ Modified: axis/axis2/c/core/trunk/util/src/minizip/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/src/minizip/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/src/minizip/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/src/minizip/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. lib_LTLIBRARIES = libaxis2_minizip.la libaxis2_minizip_la_SOURCES = ioapi.c \ Modified: axis/axis2/c/core/trunk/util/src/platforms/unix/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/src/platforms/unix/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/src/platforms/unix/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/src/platforms/unix/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. noinst_LTLIBRARIES = libaxis2_unix.la libaxis2_unix_la_SOURCES = uuid_gen_unix.c\ Modified: axis/axis2/c/core/trunk/util/test/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,2 +1,16 @@ +# 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 = util allocator date_time duration link_list properties rand stack string_util uri url utils Modified: axis/axis2/c/core/trunk/util/test/allocator/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/allocator/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/allocator/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/allocator/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = allocator_test check_PROGRAMS = allocator_test noinst_PROGRAMS = allocator_test Modified: axis/axis2/c/core/trunk/util/test/date_time/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/date_time/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/date_time/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/date_time/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = date_time_test noinst_PROGRAMS = date_time_test check_PROGRAMS = date_time_test Modified: axis/axis2/c/core/trunk/util/test/duration/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/duration/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/duration/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/duration/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = duration_test check_PROGRAMS = duration_test noinst_PROGRAMS = duration_test Modified: axis/axis2/c/core/trunk/util/test/link_list/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/link_list/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/link_list/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/link_list/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = link_list_test check_PROGRAMS = link_list_test noinst_PROGRAMS = link_list_test Modified: axis/axis2/c/core/trunk/util/test/properties/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/properties/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/properties/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/properties/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = property_test check_PROGRAMS = property_test noinst_PROGRAMS = property_test Modified: axis/axis2/c/core/trunk/util/test/rand/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/rand/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/rand/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/rand/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = rand_test check_PROGRAMS = rand_test noinst_PROGRAMS = rand_test Modified: axis/axis2/c/core/trunk/util/test/stack/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/stack/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/stack/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/stack/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = stack_test check_PROGRAMS = stack_test noinst_PROGRAMS = stack_test Modified: axis/axis2/c/core/trunk/util/test/string_util/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/string_util/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/string_util/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/string_util/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = string_util_test noinst_PROGRAMS = string_util_test check_PROGRAMS = string_util_test Modified: axis/axis2/c/core/trunk/util/test/uri/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/uri/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/uri/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/uri/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = uri_test check_PROGRAMS = uri_test noinst_PROGRAMS = uri_test Modified: axis/axis2/c/core/trunk/util/test/url/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/url/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/url/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/url/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = url_test noinst_PROGRAMS = url_test check_PROGRAMS = url_test Modified: axis/axis2/c/core/trunk/util/test/util/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/util/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/util/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/util/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = test_thread test_util noinst_PROGRAMS = test_util test_thread noinst_HEADERS = test_log.h \ Modified: axis/axis2/c/core/trunk/util/test/utils/Makefile.am URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/test/utils/Makefile.am?rev=987028&r1=987027&r2=987028&view=diff ============================================================================== --- axis/axis2/c/core/trunk/util/test/utils/Makefile.am (original) +++ axis/axis2/c/core/trunk/util/test/utils/Makefile.am Thu Aug 19 06:32:29 2010 @@ -1,3 +1,17 @@ +# 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. TESTS = utils_test check_PROGRAMS = utils_test noinst_PROGRAMS = utils_test
