You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2015/11/05 01:22:56 UTC

incubator-mynewt-larva git commit: Fix module headers to use the correct copyright notice

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master 76bb13918 -> fd08bee97


Fix module headers to use the correct copyright notice


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/fd08bee9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/fd08bee9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/fd08bee9

Branch: refs/heads/master
Commit: fd08bee9714b567506c4c29ca842c233ed58694b
Parents: 76bb139
Author: Willam San Filippo <wi...@micosa.io>
Authored: Wed Nov 4 16:22:41 2015 -0800
Committer: Willam San Filippo <wi...@micosa.io>
Committed: Wed Nov 4 16:22:47 2015 -0800

----------------------------------------------------------------------
 net/nimble/controller/include/controller/ble_hw.h           | 2 +-
 net/nimble/controller/include/controller/ble_ll.h           | 2 +-
 net/nimble/controller/include/controller/ble_ll_adv.h       | 4 ++--
 net/nimble/controller/include/controller/ble_ll_hci.h       | 4 ++--
 net/nimble/controller/include/controller/ble_ll_scan.h      | 2 +-
 net/nimble/controller/include/controller/ble_ll_sched.h     | 2 +-
 net/nimble/controller/include/controller/ble_ll_whitelist.h | 2 +-
 net/nimble/controller/include/controller/ble_phy.h          | 2 +-
 net/nimble/controller/src/ble_hw.c                          | 3 ++-
 net/nimble/controller/src/ble_ll.c                          | 1 +
 net/nimble/controller/src/ble_ll_scan.c                     | 1 +
 net/nimble/controller/src/ble_phy.c                         | 3 ++-
 net/nimble/include/nimble/ble.h                             | 2 +-
 net/nimble/include/nimble/hci_common.h                      | 3 ++-
 net/nimble/include/nimble/hci_transport.h                   | 5 +++--
 project/bletest/src/main.c                                  | 1 +
 16 files changed, 23 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_hw.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_hw.h b/net/nimble/controller/include/controller/ble_hw.h
index a141823..45d622b 100644
--- a/net/nimble/controller/include/controller/ble_hw.h
+++ b/net/nimble/controller/include/controller/ble_hw.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_ll.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_ll.h b/net/nimble/controller/include/controller/ble_ll.h
index a32a51d..015c753 100644
--- a/net/nimble/controller/include/controller/ble_ll.h
+++ b/net/nimble/controller/include/controller/ble_ll.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_ll_adv.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_ll_adv.h b/net/nimble/controller/include/controller/ble_ll_adv.h
index 4001dd4..5d46d9f 100644
--- a/net/nimble/controller/include/controller/ble_ll_adv.h
+++ b/net/nimble/controller/include/controller/ble_ll_adv.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -153,4 +153,4 @@ int ble_ll_adv_rx_scan_req(uint8_t *rxbuf);
 /* Boolean function denoting whether or not the whitelist can be changed */
 int ble_ll_adv_can_chg_whitelist(void);
 
-#endif /* H_LL_ADV_ */
+#endif /* H_BLE_LL_ADV_ */

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_ll_hci.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_ll_hci.h b/net/nimble/controller/include/controller/ble_ll_hci.h
index 882dabb..acc9701 100644
--- a/net/nimble/controller/include/controller/ble_ll_hci.h
+++ b/net/nimble/controller/include/controller/ble_ll_hci.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -39,4 +39,4 @@ uint8_t ble_ll_hci_is_le_event_enabled(int bitpos);
 /* Send event from controller to host */
 int ble_ll_hci_event_send(uint8_t *evbuf);
 
-#endif /* H_LL_ADV_ */
+#endif /* H_BLE_LL_HCI_ */

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_ll_scan.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_ll_scan.h b/net/nimble/controller/include/controller/ble_ll_scan.h
index 6fe3728..017680b 100644
--- a/net/nimble/controller/include/controller/ble_ll_scan.h
+++ b/net/nimble/controller/include/controller/ble_ll_scan.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_ll_sched.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_ll_sched.h b/net/nimble/controller/include/controller/ble_ll_sched.h
index ba2bd20..eae0cc5 100644
--- a/net/nimble/controller/include/controller/ble_ll_sched.h
+++ b/net/nimble/controller/include/controller/ble_ll_sched.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_ll_whitelist.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_ll_whitelist.h b/net/nimble/controller/include/controller/ble_ll_whitelist.h
index 590b132..882f841 100644
--- a/net/nimble/controller/include/controller/ble_ll_whitelist.h
+++ b/net/nimble/controller/include/controller/ble_ll_whitelist.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/include/controller/ble_phy.h
----------------------------------------------------------------------
diff --git a/net/nimble/controller/include/controller/ble_phy.h b/net/nimble/controller/include/controller/ble_phy.h
index cfd03b7..0119b44 100644
--- a/net/nimble/controller/include/controller/ble_phy.h
+++ b/net/nimble/controller/include/controller/ble_phy.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/src/ble_hw.c
----------------------------------------------------------------------
diff --git a/net/nimble/controller/src/ble_hw.c b/net/nimble/controller/src/ble_hw.c
index 1d93d8e..fbdf689 100644
--- a/net/nimble/controller/src/ble_hw.c
+++ b/net/nimble/controller/src/ble_hw.c
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <stdint.h>
 #include <assert.h>
 #include "os/os.h"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/src/ble_ll.c
----------------------------------------------------------------------
diff --git a/net/nimble/controller/src/ble_ll.c b/net/nimble/controller/src/ble_ll.c
index d53a0bb..1894e92 100644
--- a/net/nimble/controller/src/ble_ll.c
+++ b/net/nimble/controller/src/ble_ll.c
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <stdint.h>
 #include <assert.h>
 #include <string.h>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/src/ble_ll_scan.c
----------------------------------------------------------------------
diff --git a/net/nimble/controller/src/ble_ll_scan.c b/net/nimble/controller/src/ble_ll_scan.c
index ca578f6..e95d9c6 100644
--- a/net/nimble/controller/src/ble_ll_scan.c
+++ b/net/nimble/controller/src/ble_ll_scan.c
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <stdint.h>
 #include <string.h>
 #include <assert.h>

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/controller/src/ble_phy.c
----------------------------------------------------------------------
diff --git a/net/nimble/controller/src/ble_phy.c b/net/nimble/controller/src/ble_phy.c
index f0d12e6..126c4a8 100644
--- a/net/nimble/controller/src/ble_phy.c
+++ b/net/nimble/controller/src/ble_phy.c
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <stdint.h>
 #include <assert.h>
 #include "os/os.h"

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/include/nimble/ble.h
----------------------------------------------------------------------
diff --git a/net/nimble/include/nimble/ble.h b/net/nimble/include/nimble/ble.h
index 6760735..8df8d9d 100644
--- a/net/nimble/include/nimble/ble.h
+++ b/net/nimble/include/nimble/ble.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/include/nimble/hci_common.h
----------------------------------------------------------------------
diff --git a/net/nimble/include/nimble/hci_common.h b/net/nimble/include/nimble/hci_common.h
index b02ecdd..17e0787 100644
--- a/net/nimble/include/nimble/hci_common.h
+++ b/net/nimble/include/nimble/hci_common.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef H_BLE_HCI_COMMON_
 #define H_BLE_HCI_COMMON_
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/net/nimble/include/nimble/hci_transport.h
----------------------------------------------------------------------
diff --git a/net/nimble/include/nimble/hci_transport.h b/net/nimble/include/nimble/hci_transport.h
index 3787c43..86587d7 100644
--- a/net/nimble/include/nimble/hci_transport.h
+++ b/net/nimble/include/nimble/hci_transport.h
@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2015 Stack Inc.
+ * Copyright (c) 2015 Runtime Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #ifndef H_HCI_TRANSPORT_
 #define H_HCI_TRANSPORT_
 
@@ -22,4 +23,4 @@ int ble_hci_transport_host_cmd_send(uint8_t *cmd);
 /* Send a HCI event from the controller to the host */
 int ble_hci_transport_ctlr_event_send(uint8_t *hci_ev);
 
-#endif /* H_HCI_COMMON_ */
+#endif /* H_HCI_TRANSPORT_ */

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fd08bee9/project/bletest/src/main.c
----------------------------------------------------------------------
diff --git a/project/bletest/src/main.c b/project/bletest/src/main.c
index b5d763e..a47c263 100755
--- a/project/bletest/src/main.c
+++ b/project/bletest/src/main.c
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 #include <assert.h>
 #include <string.h>
 #include "os/os.h"