You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by ab...@apache.org on 2011/01/05 12:03:29 UTC

svn commit: r1055410 [1/3] - in /incubator/celix/trunk: ./ celix/ celix_test/ dependency_manager/ echo_service/ echo_service/client/ echo_service/server/ hello_world/ launcher/ receiver-2.0/ receiver/ remote/ sender/ shell/ shell_tui/ test/ whiteboard/...

Author: abroekhuis
Date: Wed Jan  5 11:03:25 2011
New Revision: 1055410

URL: http://svn.apache.org/viewvc?rev=1055410&view=rev
Log:
CELIX-1: Added header to files

Added:
    incubator/celix/trunk/Hello World.launch   (with props)
Modified:
    incubator/celix/trunk/Bundle.in
    incubator/celix/trunk/CMakeLists.txt
    incubator/celix/trunk/CPackConfig.in
    incubator/celix/trunk/CPackConfigDeploy.in
    incubator/celix/trunk/CPackConfigPKG.in
    incubator/celix/trunk/Packaging.cmake
    incubator/celix/trunk/celix/CMakeLists.txt
    incubator/celix/trunk/celix/archive.h
    incubator/celix/trunk/celix/array_list.c
    incubator/celix/trunk/celix/array_list.h
    incubator/celix/trunk/celix/array_list_private.h
    incubator/celix/trunk/celix/attribute.c
    incubator/celix/trunk/celix/attribute.h
    incubator/celix/trunk/celix/bundle.c
    incubator/celix/trunk/celix/bundle.h
    incubator/celix/trunk/celix/bundle_activator.h
    incubator/celix/trunk/celix/bundle_archive.c
    incubator/celix/trunk/celix/bundle_archive.h
    incubator/celix/trunk/celix/bundle_cache.c
    incubator/celix/trunk/celix/bundle_cache.h
    incubator/celix/trunk/celix/bundle_context.c
    incubator/celix/trunk/celix/bundle_context.h
    incubator/celix/trunk/celix/bundle_state.h
    incubator/celix/trunk/celix/capability.c
    incubator/celix/trunk/celix/capability.h
    incubator/celix/trunk/celix/component.h
    incubator/celix/trunk/celix/constants.h
    incubator/celix/trunk/celix/filter.c
    incubator/celix/trunk/celix/filter.h
    incubator/celix/trunk/celix/framework.c
    incubator/celix/trunk/celix/framework.h
    incubator/celix/trunk/celix/hash_map.c
    incubator/celix/trunk/celix/hash_map.h
    incubator/celix/trunk/celix/hash_map_private.h
    incubator/celix/trunk/celix/headers.h
    incubator/celix/trunk/celix/linked_list_iterator.c
    incubator/celix/trunk/celix/linked_list_iterator.h
    incubator/celix/trunk/celix/linked_list_private.h
    incubator/celix/trunk/celix/linkedlist.c
    incubator/celix/trunk/celix/linkedlist.h
    incubator/celix/trunk/celix/manifest.c
    incubator/celix/trunk/celix/manifest.h
    incubator/celix/trunk/celix/manifest_parser.c
    incubator/celix/trunk/celix/manifest_parser.h
    incubator/celix/trunk/celix/module.c
    incubator/celix/trunk/celix/module.h
    incubator/celix/trunk/celix/properties.c
    incubator/celix/trunk/celix/properties.h
    incubator/celix/trunk/celix/requirement.c
    incubator/celix/trunk/celix/requirement.h
    incubator/celix/trunk/celix/resolver.c
    incubator/celix/trunk/celix/resolver.h
    incubator/celix/trunk/celix/service_reference.c
    incubator/celix/trunk/celix/service_reference.h
    incubator/celix/trunk/celix/service_registration.c
    incubator/celix/trunk/celix/service_registration.h
    incubator/celix/trunk/celix/service_registry.c
    incubator/celix/trunk/celix/service_registry.h
    incubator/celix/trunk/celix/service_tracker.c
    incubator/celix/trunk/celix/service_tracker.h
    incubator/celix/trunk/celix/utils.c
    incubator/celix/trunk/celix/utils.h
    incubator/celix/trunk/celix/version.c
    incubator/celix/trunk/celix/version.h
    incubator/celix/trunk/celix/version_range.c
    incubator/celix/trunk/celix/version_range.h
    incubator/celix/trunk/celix/wire.c
    incubator/celix/trunk/celix/wire.h
    incubator/celix/trunk/celix_test/CMakeLists.txt
    incubator/celix/trunk/celix_test/array_list_test.c
    incubator/celix/trunk/celix_test/hash_map_test.c
    incubator/celix/trunk/celix_test/hash_map_test_hash.c
    incubator/celix/trunk/celix_test/test.c
    incubator/celix/trunk/dependency_manager/CMakeLists.txt
    incubator/celix/trunk/dependency_manager/dependency_activator_base.c
    incubator/celix/trunk/dependency_manager/dependency_activator_base.h
    incubator/celix/trunk/dependency_manager/dependency_manager.c
    incubator/celix/trunk/dependency_manager/dependency_manager.h
    incubator/celix/trunk/dependency_manager/service.h
    incubator/celix/trunk/dependency_manager/service_component.c
    incubator/celix/trunk/dependency_manager/service_component.h
    incubator/celix/trunk/dependency_manager/service_component_private.h
    incubator/celix/trunk/dependency_manager/service_dependency.c
    incubator/celix/trunk/dependency_manager/service_dependency.h
    incubator/celix/trunk/echo_service/CMakeLists.txt
    incubator/celix/trunk/echo_service/client/echo_client.c
    incubator/celix/trunk/echo_service/client/echo_client_activator.c
    incubator/celix/trunk/echo_service/client/echo_client_private.h
    incubator/celix/trunk/echo_service/server/echo_server.c
    incubator/celix/trunk/echo_service/server/echo_server.h
    incubator/celix/trunk/echo_service/server/echo_server_activator.c
    incubator/celix/trunk/echo_service/server/echo_server_private.h
    incubator/celix/trunk/hello_world/CMakeLists.txt
    incubator/celix/trunk/hello_world/activator.c
    incubator/celix/trunk/launcher/CMakeLists.txt
    incubator/celix/trunk/launcher/launcher.c
    incubator/celix/trunk/receiver-2.0/CMakeLists.txt
    incubator/celix/trunk/receiver-2.0/activator.c
    incubator/celix/trunk/receiver-2.0/serviceTest.c
    incubator/celix/trunk/receiver-2.0/serviceTest.h
    incubator/celix/trunk/receiver-2.0/serviceTest_private.h
    incubator/celix/trunk/receiver/CMakeLists.txt
    incubator/celix/trunk/receiver/activator.c
    incubator/celix/trunk/receiver/serviceTest.c
    incubator/celix/trunk/receiver/serviceTest.h
    incubator/celix/trunk/receiver/serviceTest_private.h
    incubator/celix/trunk/remote/TestService.java
    incubator/celix/trunk/remote/test_service.h
    incubator/celix/trunk/sender/CMakeLists.txt
    incubator/celix/trunk/sender/listenerTest.c
    incubator/celix/trunk/sender/listenerTest.h
    incubator/celix/trunk/sender/test_activator.c
    incubator/celix/trunk/shell/CMakeLists.txt
    incubator/celix/trunk/shell/command.c
    incubator/celix/trunk/shell/command.h
    incubator/celix/trunk/shell/command_private.h
    incubator/celix/trunk/shell/ps_command.c
    incubator/celix/trunk/shell/ps_command.h
    incubator/celix/trunk/shell/shell.c
    incubator/celix/trunk/shell/shell.h
    incubator/celix/trunk/shell/shell_private.h
    incubator/celix/trunk/shell/start_command.c
    incubator/celix/trunk/shell/start_command.h
    incubator/celix/trunk/shell/stop_command.c
    incubator/celix/trunk/shell/stop_command.h
    incubator/celix/trunk/shell_tui/CMakeLists.txt
    incubator/celix/trunk/shell_tui/shell_tui.c
    incubator/celix/trunk/target.cmake
    incubator/celix/trunk/test/CMakeLists.txt
    incubator/celix/trunk/test/main.c
    incubator/celix/trunk/whiteboard/CMakeLists.txt
    incubator/celix/trunk/whiteboard/publisherA/CMakeLists.txt
    incubator/celix/trunk/whiteboard/publisherA/activator.c
    incubator/celix/trunk/whiteboard/publisherA/publisher.c
    incubator/celix/trunk/whiteboard/publisherB/CMakeLists.txt
    incubator/celix/trunk/whiteboard/publisherB/activator.c
    incubator/celix/trunk/whiteboard/publisherB/publisher.c
    incubator/celix/trunk/whiteboard/publisherService/publisher.h
    incubator/celix/trunk/whiteboard/publisherService/publisher_private.h
    incubator/celix/trunk/whiteboard/tracker/CMakeLists.txt
    incubator/celix/trunk/whiteboard/tracker/activator.c
    incubator/celix/trunk/whiteboard/tracker_depman/CMakeLists.txt
    incubator/celix/trunk/whiteboard/tracker_depman/dependency_activator.c

Modified: incubator/celix/trunk/Bundle.in
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/Bundle.in?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/Bundle.in (original)
+++ incubator/celix/trunk/Bundle.in Wed Jan  5 11:03:25 2011
@@ -1,2 +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.
+
 set(BUNDLE_NAME ${NAME}_bundle)
 set(PACKAGE_NAME ${NAME}_package)
\ No newline at end of file

Modified: incubator/celix/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/CMakeLists.txt?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/CMakeLists.txt (original)
+++ incubator/celix/trunk/CMakeLists.txt Wed Jan  5 11:03:25 2011
@@ -1,6 +1,25 @@
+# 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.
+
 cmake_minimum_required (VERSION 2.6)
 project (Celix)
 
+SET(CMAKE_VERBOSE_MAKEFILE ON)
+
 SET(CMAKE_BUILD_TYPE "Debug")
 SET(CMAKE_C_FLAGS "-std=c99")
 SET(CMAKE_C_FLAGS "-D_GNU_SOURCE")

Modified: incubator/celix/trunk/CPackConfig.in
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/CPackConfig.in?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/CPackConfig.in (original)
+++ incubator/celix/trunk/CPackConfig.in Wed Jan  5 11:03:25 2011
@@ -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.
+
 SET(CPACK_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
 SET(CPACK_GENERATOR "@CPACK_GENERATOR@")
 SET(CPACK_INSTALL_CMAKE_PROJECTS "@PROJECT_BINARY_DIR@;@PROJECT_NAME@;@BUNDLE_NAME@;/")

Modified: incubator/celix/trunk/CPackConfigDeploy.in
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/CPackConfigDeploy.in?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/CPackConfigDeploy.in (original)
+++ incubator/celix/trunk/CPackConfigDeploy.in Wed Jan  5 11:03:25 2011
@@ -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.
+
 SET(CPACK_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
 SET(CPACK_GENERATOR "@CPACK_GENERATOR@")
 SET(CPACK_INSTALL_CMAKE_PROJECTS "@PROJECT_BINARY_DIR@;@PROJECT_NAME@;@DEPLOY_COMPONENT@;/") 

Modified: incubator/celix/trunk/CPackConfigPKG.in
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/CPackConfigPKG.in?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/CPackConfigPKG.in (original)
+++ incubator/celix/trunk/CPackConfigPKG.in Wed Jan  5 11:03:25 2011
@@ -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.
+
 SET(CPACK_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
 SET(CPACK_GENERATOR "@CPACK_GENERATOR@")
 SET(CPACK_INSTALL_CMAKE_PROJECTS "@PROJECT_BINARY_DIR@;@PROJECT_NAME@;@PACKAGE_COMPONENT@;/")

Added: incubator/celix/trunk/Hello World.launch
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/Hello%20World.launch?rev=1055410&view=auto
==============================================================================
--- incubator/celix/trunk/Hello World.launch (added)
+++ incubator/celix/trunk/Hello World.launch Wed Jan  5 11:03:25 2011
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.cdt.launch.applicationLaunchType">
+<intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
+<stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="build/launcher/launcher"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="celix"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value=""/>
+<stringAttribute key="org.eclipse.cdt.launch.WORKING_DIRECTORY" value="${workspace_loc:celix/build/deploy/hello_world}"/>
+<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="true"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/celix"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="4"/>
+</listAttribute>
+<mapAttribute key="org.eclipse.debug.core.environmentVariables">
+<mapEntry key="DYLD_LIBRARY_PATH" value="${workspace_loc:celix/build/celix}"/>
+</mapAttribute>
+</launchConfiguration>

Propchange: incubator/celix/trunk/Hello World.launch
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/celix/trunk/Packaging.cmake
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/Packaging.cmake?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/Packaging.cmake (original)
+++ incubator/celix/trunk/Packaging.cmake Wed Jan  5 11:03:25 2011
@@ -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.
+
 GET_FILENAME_COMPONENT(__cmake_path ${CMAKE_COMMAND} PATH)
 FIND_PROGRAM(CPACK_COMMAND cpack ${__cmake_path})
 MESSAGE(STATUS "Found CPack at: ${CPACK_COMMAND}")

Modified: incubator/celix/trunk/celix/CMakeLists.txt
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/CMakeLists.txt?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/CMakeLists.txt (original)
+++ incubator/celix/trunk/celix/CMakeLists.txt Wed Jan  5 11:03:25 2011
@@ -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.
+
 aux_source_directory(. SRC)
 add_library(framework SHARED ${SRC})
 target_link_libraries(framework m dl z pthread)

Modified: incubator/celix/trunk/celix/archive.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/archive.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/archive.h (original)
+++ incubator/celix/trunk/celix/archive.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * archive.h
  *

Modified: incubator/celix/trunk/celix/array_list.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/array_list.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/array_list.c (original)
+++ incubator/celix/trunk/celix/array_list.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * array_list.c
  *

Modified: incubator/celix/trunk/celix/array_list.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/array_list.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/array_list.h (original)
+++ incubator/celix/trunk/celix/array_list.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * array_list.h
  *

Modified: incubator/celix/trunk/celix/array_list_private.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/array_list_private.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/array_list_private.h (original)
+++ incubator/celix/trunk/celix/array_list_private.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * array_list_private.h
  *

Modified: incubator/celix/trunk/celix/attribute.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/attribute.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/attribute.c (original)
+++ incubator/celix/trunk/celix/attribute.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * attribute.c
  *

Modified: incubator/celix/trunk/celix/attribute.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/attribute.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/attribute.h (original)
+++ incubator/celix/trunk/celix/attribute.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * attribute.h
  *

Modified: incubator/celix/trunk/celix/bundle.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle.c (original)
+++ incubator/celix/trunk/celix/bundle.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle.c
  *

Modified: incubator/celix/trunk/celix/bundle.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle.h (original)
+++ incubator/celix/trunk/celix/bundle.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle.h
  *

Modified: incubator/celix/trunk/celix/bundle_activator.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_activator.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_activator.h (original)
+++ incubator/celix/trunk/celix/bundle_activator.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * activator.h
  *

Modified: incubator/celix/trunk/celix/bundle_archive.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_archive.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_archive.c (original)
+++ incubator/celix/trunk/celix/bundle_archive.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle_archive.c
  *

Modified: incubator/celix/trunk/celix/bundle_archive.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_archive.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_archive.h (original)
+++ incubator/celix/trunk/celix/bundle_archive.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle_archive.h
  *

Modified: incubator/celix/trunk/celix/bundle_cache.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_cache.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_cache.c (original)
+++ incubator/celix/trunk/celix/bundle_cache.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle_cache.c
  *

Modified: incubator/celix/trunk/celix/bundle_cache.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_cache.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_cache.h (original)
+++ incubator/celix/trunk/celix/bundle_cache.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle_cache.h
  *

Modified: incubator/celix/trunk/celix/bundle_context.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_context.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_context.c (original)
+++ incubator/celix/trunk/celix/bundle_context.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle_context.c
  *

Modified: incubator/celix/trunk/celix/bundle_context.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_context.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_context.h (original)
+++ incubator/celix/trunk/celix/bundle_context.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle_context.h
  *

Modified: incubator/celix/trunk/celix/bundle_state.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/bundle_state.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/bundle_state.h (original)
+++ incubator/celix/trunk/celix/bundle_state.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * bundle_state.h
  *

Modified: incubator/celix/trunk/celix/capability.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/capability.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/capability.c (original)
+++ incubator/celix/trunk/celix/capability.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * capability.c
  *

Modified: incubator/celix/trunk/celix/capability.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/capability.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/capability.h (original)
+++ incubator/celix/trunk/celix/capability.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * capability.h
  *

Modified: incubator/celix/trunk/celix/component.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/component.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/component.h (original)
+++ incubator/celix/trunk/celix/component.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * component.h
  *

Modified: incubator/celix/trunk/celix/constants.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/constants.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/constants.h (original)
+++ incubator/celix/trunk/celix/constants.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * constants.h
  *

Modified: incubator/celix/trunk/celix/filter.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/filter.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/filter.c (original)
+++ incubator/celix/trunk/celix/filter.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * filter.c
  *

Modified: incubator/celix/trunk/celix/filter.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/filter.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/filter.h (original)
+++ incubator/celix/trunk/celix/filter.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * filter.h
  *

Modified: incubator/celix/trunk/celix/framework.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/framework.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/framework.c (original)
+++ incubator/celix/trunk/celix/framework.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * framework.c
  *

Modified: incubator/celix/trunk/celix/framework.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/framework.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/framework.h (original)
+++ incubator/celix/trunk/celix/framework.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * framework.h
  *

Modified: incubator/celix/trunk/celix/hash_map.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/hash_map.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/hash_map.c (original)
+++ incubator/celix/trunk/celix/hash_map.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * hash_map.c
  *

Modified: incubator/celix/trunk/celix/hash_map.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/hash_map.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/hash_map.h (original)
+++ incubator/celix/trunk/celix/hash_map.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * hash_map.h
  *

Modified: incubator/celix/trunk/celix/hash_map_private.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/hash_map_private.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/hash_map_private.h (original)
+++ incubator/celix/trunk/celix/hash_map_private.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * hash_map_private.h
  *

Modified: incubator/celix/trunk/celix/headers.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/headers.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/headers.h (original)
+++ incubator/celix/trunk/celix/headers.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * headers.h
  *

Modified: incubator/celix/trunk/celix/linked_list_iterator.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/linked_list_iterator.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/linked_list_iterator.c (original)
+++ incubator/celix/trunk/celix/linked_list_iterator.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * linked_list_iterator.c
  *

Modified: incubator/celix/trunk/celix/linked_list_iterator.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/linked_list_iterator.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/linked_list_iterator.h (original)
+++ incubator/celix/trunk/celix/linked_list_iterator.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * linked_list_iterator.h
  *

Modified: incubator/celix/trunk/celix/linked_list_private.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/linked_list_private.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/linked_list_private.h (original)
+++ incubator/celix/trunk/celix/linked_list_private.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * linked_list_private.h
  *

Modified: incubator/celix/trunk/celix/linkedlist.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/linkedlist.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/linkedlist.c (original)
+++ incubator/celix/trunk/celix/linkedlist.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * linkedlist.c
  *

Modified: incubator/celix/trunk/celix/linkedlist.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/linkedlist.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/linkedlist.h (original)
+++ incubator/celix/trunk/celix/linkedlist.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * linkedlist.h
  *

Modified: incubator/celix/trunk/celix/manifest.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/manifest.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/manifest.c (original)
+++ incubator/celix/trunk/celix/manifest.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * manifest.c
  *

Modified: incubator/celix/trunk/celix/manifest.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/manifest.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/manifest.h (original)
+++ incubator/celix/trunk/celix/manifest.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * manifest.h
  *

Modified: incubator/celix/trunk/celix/manifest_parser.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/manifest_parser.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/manifest_parser.c (original)
+++ incubator/celix/trunk/celix/manifest_parser.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * manifest_parser.c
  *

Modified: incubator/celix/trunk/celix/manifest_parser.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/manifest_parser.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/manifest_parser.h (original)
+++ incubator/celix/trunk/celix/manifest_parser.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * manifest_parser.h
  *

Modified: incubator/celix/trunk/celix/module.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/module.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/module.c (original)
+++ incubator/celix/trunk/celix/module.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * module.c
  *

Modified: incubator/celix/trunk/celix/module.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/module.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/module.h (original)
+++ incubator/celix/trunk/celix/module.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * module.h
  *

Modified: incubator/celix/trunk/celix/properties.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/properties.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/properties.c (original)
+++ incubator/celix/trunk/celix/properties.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * properties.c
  *

Modified: incubator/celix/trunk/celix/properties.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/properties.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/properties.h (original)
+++ incubator/celix/trunk/celix/properties.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * properties.h
  *

Modified: incubator/celix/trunk/celix/requirement.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/requirement.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/requirement.c (original)
+++ incubator/celix/trunk/celix/requirement.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * requirement.c
  *

Modified: incubator/celix/trunk/celix/requirement.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/requirement.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/requirement.h (original)
+++ incubator/celix/trunk/celix/requirement.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * requirement.h
  *

Modified: incubator/celix/trunk/celix/resolver.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/resolver.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/resolver.c (original)
+++ incubator/celix/trunk/celix/resolver.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * resolver.c
  *

Modified: incubator/celix/trunk/celix/resolver.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/resolver.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/resolver.h (original)
+++ incubator/celix/trunk/celix/resolver.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * resolver.h
  *

Modified: incubator/celix/trunk/celix/service_reference.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_reference.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_reference.c (original)
+++ incubator/celix/trunk/celix/service_reference.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_reference.c
  *

Modified: incubator/celix/trunk/celix/service_reference.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_reference.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_reference.h (original)
+++ incubator/celix/trunk/celix/service_reference.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_reference.h
  *

Modified: incubator/celix/trunk/celix/service_registration.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_registration.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_registration.c (original)
+++ incubator/celix/trunk/celix/service_registration.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_registration.c
  *

Modified: incubator/celix/trunk/celix/service_registration.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_registration.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_registration.h (original)
+++ incubator/celix/trunk/celix/service_registration.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_registration.h
  *

Modified: incubator/celix/trunk/celix/service_registry.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_registry.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_registry.c (original)
+++ incubator/celix/trunk/celix/service_registry.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_registry.c
  *

Modified: incubator/celix/trunk/celix/service_registry.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_registry.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_registry.h (original)
+++ incubator/celix/trunk/celix/service_registry.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_registry.h
  *

Modified: incubator/celix/trunk/celix/service_tracker.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_tracker.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_tracker.c (original)
+++ incubator/celix/trunk/celix/service_tracker.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_tracker.c
  *

Modified: incubator/celix/trunk/celix/service_tracker.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/service_tracker.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/service_tracker.h (original)
+++ incubator/celix/trunk/celix/service_tracker.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * service_tracker.h
  *

Modified: incubator/celix/trunk/celix/utils.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/utils.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/utils.c (original)
+++ incubator/celix/trunk/celix/utils.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * utils.c
  *

Modified: incubator/celix/trunk/celix/utils.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/utils.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/utils.h (original)
+++ incubator/celix/trunk/celix/utils.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * utils.h
  *

Modified: incubator/celix/trunk/celix/version.c
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/version.c?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/version.c (original)
+++ incubator/celix/trunk/celix/version.c Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * version.c
  *

Modified: incubator/celix/trunk/celix/version.h
URL: http://svn.apache.org/viewvc/incubator/celix/trunk/celix/version.h?rev=1055410&r1=1055409&r2=1055410&view=diff
==============================================================================
--- incubator/celix/trunk/celix/version.h (original)
+++ incubator/celix/trunk/celix/version.h Wed Jan  5 11:03:25 2011
@@ -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.
+ */
 /*
  * version.h
  *