CELIX-210: Added licence headers to source files.

Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/b2ed1882
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/b2ed1882
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/b2ed1882

Branch: refs/heads/feature/CELIX-269_depman
Commit: b2ed18827e6892bf5845a203fcaf7bab88c6eff2
Parents: 9203fdd
Author: Erjan Altena <erjan.alt...@nl.thalesgroup.com>
Authored: Fri Oct 16 16:39:14 2015 +0200
Committer: Pepijn Noltes <pepijnnol...@gmail.com>
Committed: Mon Oct 19 20:44:59 2015 +0200

----------------------------------------------------------------------
 .../include/dm_dependency_manager_impl.h        | 25 +++++++++++++++++++
 .../private/include/dm_server_impl.h            | 26 ++++++++++++++++++++
 .../include/dm_service_dependency_impl.h        |  2 +-
 .../private/include/dm_shell_list_command.h     |  4 +--
 .../private/src/dm_component_impl.c             |  2 +-
 dependency_manager/private/src/dm_server.c      | 26 ++++++++++++++++++++
 .../private/src/dm_shell_activator.c            | 26 ++++++++++++++++++++
 .../private/src/dm_shell_list_command.c         |  4 +--
 8 files changed, 109 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/include/dm_dependency_manager_impl.h
----------------------------------------------------------------------
diff --git a/dependency_manager/private/include/dm_dependency_manager_impl.h 
b/dependency_manager/private/include/dm_dependency_manager_impl.h
index 8a0cae8..3c9db01 100644
--- a/dependency_manager/private/include/dm_dependency_manager_impl.h
+++ b/dependency_manager/private/include/dm_dependency_manager_impl.h
@@ -1,3 +1,28 @@
+/**
+ *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.
+ */
+/*
+ * dm_dependency_manager_impl.h
+ *
+ *  \date       15 Oct 2015
+ *  \author     <a href="mailto:d...@celix.apache.org";>Apache Celix Project 
Team</a>
+ *  \copyright  Apache License, Version 2.0
+ */
 
 #ifndef CELIX_DM_DEPENDENCY_MANAGER_IMPL_H
 #define CELIX_DM_DEPENDENCY_MANAGER_IMPL_H

http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/include/dm_server_impl.h
----------------------------------------------------------------------
diff --git a/dependency_manager/private/include/dm_server_impl.h 
b/dependency_manager/private/include/dm_server_impl.h
index f54aece..117c561 100644
--- a/dependency_manager/private/include/dm_server_impl.h
+++ b/dependency_manager/private/include/dm_server_impl.h
@@ -1,3 +1,29 @@
+/**
+ *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.
+ */
+/*
+ * dm_server_impl.h
+ *
+ *  \date       16 Oct 2015
+ *  \author     <a href="mailto:d...@celix.apache.org";>Apache Celix Project 
Team</a>
+ *  \copyright  Apache License, Version 2.0
+ */
+
 #include "dm_server.h"
 #include "dm_component.h"
 #include "dm_component_impl.h"

http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/include/dm_service_dependency_impl.h
----------------------------------------------------------------------
diff --git a/dependency_manager/private/include/dm_service_dependency_impl.h 
b/dependency_manager/private/include/dm_service_dependency_impl.h
index 0f80cef..7f2a736 100644
--- a/dependency_manager/private/include/dm_service_dependency_impl.h
+++ b/dependency_manager/private/include/dm_service_dependency_impl.h
@@ -19,7 +19,7 @@
 /*
  * dm_service_dependency_impl.h
  *
- *  \date       8 Oct 2014
+ *  \date       16 Oct 2015
  *  \author     <a href="mailto:d...@celix.apache.org";>Apache Celix Project 
Team</a>
  *  \copyright  Apache License, Version 2.0
  */

http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/include/dm_shell_list_command.h
----------------------------------------------------------------------
diff --git a/dependency_manager/private/include/dm_shell_list_command.h 
b/dependency_manager/private/include/dm_shell_list_command.h
index 28482e0..bbccdc1 100644
--- a/dependency_manager/private/include/dm_shell_list_command.h
+++ b/dependency_manager/private/include/dm_shell_list_command.h
@@ -17,9 +17,9 @@
  *under the License.
  */
 /*
- * help_command.c
+ * dm_shell_list_command.h
  *
- *  \date       Aug 20, 2010
+ *  \date       Oct 16, 2015
  *  \author            <a href="mailto:d...@celix.apache.org";>Apache Celix 
Project Team</a>
  *  \copyright Apache License, Version 2.0
  */

http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/src/dm_component_impl.c
----------------------------------------------------------------------
diff --git a/dependency_manager/private/src/dm_component_impl.c 
b/dependency_manager/private/src/dm_component_impl.c
index 801d426..bac73eb 100644
--- a/dependency_manager/private/src/dm_component_impl.c
+++ b/dependency_manager/private/src/dm_component_impl.c
@@ -120,7 +120,7 @@ celix_status_t component_create(bundle_context_pt context, 
dm_dependency_manager
 
         (*component)->state = DM_CMP_STATE_INACTIVE;
         (*component)->isStarted = false;
-        (*component)->active = false;
+        (*component)->active = a;
 
         (*component)->dependencyEvents = hashMap_create(NULL, NULL, NULL, 
NULL);
 

http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/src/dm_server.c
----------------------------------------------------------------------
diff --git a/dependency_manager/private/src/dm_server.c 
b/dependency_manager/private/src/dm_server.c
index 7f86d8d..2976cf6 100644
--- a/dependency_manager/private/src/dm_server.c
+++ b/dependency_manager/private/src/dm_server.c
@@ -1,3 +1,29 @@
+/**
+ *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.
+ */
+/*
+ * dm_component_impl.c
+ *
+ *  \date       9 Oct 2014
+ *  \author     <a href="mailto:d...@celix.apache.org";>Apache Celix Project 
Team</a>
+ *  \copyright  Apache License, Version 2.0
+ */
+
 #include <stdlib.h>
 
 #include "array_list.h"

http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/src/dm_shell_activator.c
----------------------------------------------------------------------
diff --git a/dependency_manager/private/src/dm_shell_activator.c 
b/dependency_manager/private/src/dm_shell_activator.c
index 28b4784..7cdd561 100644
--- a/dependency_manager/private/src/dm_shell_activator.c
+++ b/dependency_manager/private/src/dm_shell_activator.c
@@ -1,3 +1,29 @@
+/**
+ *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.
+ */
+/*
+ * dm_shell_activator.c
+ *
+ *  \date       16 Oct 2015
+ *  \author     <a href="mailto:d...@celix.apache.org";>Apache Celix Project 
Team</a>
+ *  \copyright  Apache License, Version 2.0
+ */
+
 #include "bundle_context.h"
 #include "service_registration.h"
 #include "command.h"

http://git-wip-us.apache.org/repos/asf/celix/blob/b2ed1882/dependency_manager/private/src/dm_shell_list_command.c
----------------------------------------------------------------------
diff --git a/dependency_manager/private/src/dm_shell_list_command.c 
b/dependency_manager/private/src/dm_shell_list_command.c
index 06e5968..74460fa 100644
--- a/dependency_manager/private/src/dm_shell_list_command.c
+++ b/dependency_manager/private/src/dm_shell_list_command.c
@@ -17,9 +17,9 @@
  *under the License.
  */
 /*
- * help_command.c
+ * dm_shell_list_command.c
  *
- *  \date       Aug 20, 2010
+ *  \date       Oct 16, 2015
  *  \author            <a href="mailto:d...@celix.apache.org";>Apache Celix 
Project Team</a>
  *  \copyright Apache License, Version 2.0
  */

Reply via email to