[shortcut-fe] update legal markings for release
Change-Id: I063221891eb065987fe1a6861022ae8b77c901bd
Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
diff --git a/fast-classifier/fast-classifier.c b/fast-classifier/fast-classifier.c
index 28bcf09..1204956 100644
--- a/fast-classifier/fast-classifier.c
+++ b/fast-classifier/fast-classifier.c
@@ -3,7 +3,10 @@
* Shortcut forwarding engine connection manager.
* fast-classifier style
*
- * XXX - fill in the appropriate GPL notice.
+ * Copyright (c) 2013 Qualcomm Atheros, Inc.
+ *
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
*/
#include <linux/module.h>
#include <linux/sysfs.h>
@@ -1310,5 +1313,5 @@
MODULE_AUTHOR("Qualcomm Atheros Inc.");
MODULE_DESCRIPTION("Shortcut Forwarding Engine - Connection Manager");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual BSD/GPL");
diff --git a/fast-classifier/fast-classifier.h b/fast-classifier/fast-classifier.h
index 3e16e64..3fede74 100644
--- a/fast-classifier/fast-classifier.h
+++ b/fast-classifier/fast-classifier.h
@@ -1,5 +1,10 @@
/*
* User space header to send message to the fast classifier
+ *
+ * Copyright (c) 2013 Qualcomm Atheros, Inc.
+ *
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
*/
#include <linux/if_ether.h>
diff --git a/fast-classifier/userspace_example.c b/fast-classifier/userspace_example.c
index 9908558..a8da1be 100644
--- a/fast-classifier/userspace_example.c
+++ b/fast-classifier/userspace_example.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 Qualcomm Atheros, Inc.
+ *
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
+ */
+
#include <netlink/genl/genl.h>
#include <netlink/genl/ctrl.h>
#include <errno.h>
diff --git a/shortcut-fe/Kconfig b/shortcut-fe/Kconfig
index 487f1e0..5860576 100644
--- a/shortcut-fe/Kconfig
+++ b/shortcut-fe/Kconfig
@@ -1,3 +1,7 @@
+# Copyright (c) 2013 Qualcomm Atheros, Inc.
+#
+# All Rights Reserved.
+# Qualcomm Atheros Confidential and Proprietary.
#
# Shortcut forwarding engine
#
diff --git a/shortcut-fe/Makefile b/shortcut-fe/Makefile
index e53294e..d05f8f1 100644
--- a/shortcut-fe/Makefile
+++ b/shortcut-fe/Makefile
@@ -1,4 +1,9 @@
#
+# Copyright (c) 2013 Qualcomm Atheros, Inc.
+#
+# All Rights Reserved.
+# Qualcomm Atheros Confidential and Proprietary.
+#
# Makefile for Shortcut FE.
#
diff --git a/shortcut-fe/sfe.h b/shortcut-fe/sfe.h
index 4ed1f7c..e5d4da4 100644
--- a/shortcut-fe/sfe.h
+++ b/shortcut-fe/sfe.h
@@ -2,7 +2,10 @@
* sfe.h
* Shortcut forwarding engine.
*
- * XXX - fill in the appropriate GPL notice.
+ * Copyright (c) 2013 Qualcomm Atheros, Inc.
+ *
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
*/
/*
diff --git a/shortcut-fe/sfe_cm.c b/shortcut-fe/sfe_cm.c
index c6b2fa6..c0bbf8c 100644
--- a/shortcut-fe/sfe_cm.c
+++ b/shortcut-fe/sfe_cm.c
@@ -2,8 +2,12 @@
* sfe-cm.c
* Shortcut forwarding engine connection manager.
*
- * XXX - fill in the appropriate GPL notice.
+ * Copyright (c) 2013 Qualcomm Atheros, Inc.
+ *
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
*/
+
#include <linux/module.h>
#include <linux/sysfs.h>
#include <linux/skbuff.h>
@@ -821,5 +825,5 @@
MODULE_AUTHOR("Qualcomm Atheros Inc.");
MODULE_DESCRIPTION("Shortcut Forwarding Engine - Connection Manager");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual BSD/GPL");
diff --git a/shortcut-fe/sfe_ipv4.c b/shortcut-fe/sfe_ipv4.c
index 39e0e03..7cf828c 100644
--- a/shortcut-fe/sfe_ipv4.c
+++ b/shortcut-fe/sfe_ipv4.c
@@ -2,8 +2,12 @@
* sfe_ipv4.c
* Shortcut forwarding engine - IPv4 edition.
*
- * XXX - fill in the appropriate GPL notice.
+ * Copyright (c) 2013 Qualcomm Atheros, Inc.
+ *
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
*/
+
#include <linux/module.h>
#include <linux/sysfs.h>
#include <linux/skbuff.h>
@@ -3477,5 +3481,5 @@
MODULE_AUTHOR("Qualcomm Atheros Inc.");
MODULE_DESCRIPTION("Shortcut Forwarding Engine - IPv4 edition");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("Dual BSD/GPL");
diff --git a/shortcut-fe/sfe_ipv4.h b/shortcut-fe/sfe_ipv4.h
index d7d87fc..0f35036 100644
--- a/shortcut-fe/sfe_ipv4.h
+++ b/shortcut-fe/sfe_ipv4.h
@@ -2,7 +2,10 @@
* sfe_ipv4.h
* Shortcut forwarding engine.
*
- * XXX - fill in the appropriate GPL notice.
+ * Copyright (c) 2013 Qualcomm Atheros, Inc.
+ *
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
*/
/*