summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrakash Dhavali <pdhavali@codeaurora.org>2014-01-17 19:09:35 -0800
committerPrakash Dhavali <pdhavali@codeaurora.org>2014-01-18 02:43:14 -0800
commitb349e4b4c4e3d51fb0ec25ae8b82bf4342943885 (patch)
treeed7c4478ca8e446806bc22a1f374a52c555c550f
parenta64bac5faf93d24508103270e6bf24a5e2ccad1d (diff)
Correct copyright year to match it was before
-rw-r--r--CORE/SERVICES/COMMON/wma_dfs_interface.h2
-rw-r--r--CORE/SERVICES/DFS/inc/ath_dfs_structs.h2
-rw-r--r--CORE/SERVICES/DFS/inc/dfs_interface.h2
-rw-r--r--CORE/SERVICES/DFS/inc/radar_filters.h2
-rw-r--r--CORE/SERVICES/DFS/src/dfs.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs.h2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_bindetects.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_debug.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_fcc_bin5.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_init.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_ioctl.h2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_ioctl_private.h2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_misc.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_nol.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_phyerr.h2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_phyerr_tlv.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_phyerr_tlv.h2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_process_phyerr.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_process_radarevent.c2
-rw-r--r--CORE/SERVICES/DFS/src/dfs_staggered.c2
-rw-r--r--CORE/SERVICES/WMA/wma_dfs_interface.c2
21 files changed, 21 insertions, 21 deletions
diff --git a/CORE/SERVICES/COMMON/wma_dfs_interface.h b/CORE/SERVICES/COMMON/wma_dfs_interface.h
index 07b58004e996..6d3d6da91839 100644
--- a/CORE/SERVICES/COMMON/wma_dfs_interface.h
+++ b/CORE/SERVICES/COMMON/wma_dfs_interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/inc/ath_dfs_structs.h b/CORE/SERVICES/DFS/inc/ath_dfs_structs.h
index 8340db22558d..d85ba50fcd54 100644
--- a/CORE/SERVICES/DFS/inc/ath_dfs_structs.h
+++ b/CORE/SERVICES/DFS/inc/ath_dfs_structs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/inc/dfs_interface.h b/CORE/SERVICES/DFS/inc/dfs_interface.h
index 45a5fb8fbc46..bd13f9eaec45 100644
--- a/CORE/SERVICES/DFS/inc/dfs_interface.h
+++ b/CORE/SERVICES/DFS/inc/dfs_interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/inc/radar_filters.h b/CORE/SERVICES/DFS/inc/radar_filters.h
index 666c5485bb2d..33ca999f47fe 100644
--- a/CORE/SERVICES/DFS/inc/radar_filters.h
+++ b/CORE/SERVICES/DFS/inc/radar_filters.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs.c b/CORE/SERVICES/DFS/src/dfs.c
index 772a0039d0a0..9e2cf985ec35 100644
--- a/CORE/SERVICES/DFS/src/dfs.c
+++ b/CORE/SERVICES/DFS/src/dfs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs.h b/CORE/SERVICES/DFS/src/dfs.h
index 41cb38a107b6..a65db7c9813c 100644
--- a/CORE/SERVICES/DFS/src/dfs.h
+++ b/CORE/SERVICES/DFS/src/dfs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_bindetects.c b/CORE/SERVICES/DFS/src/dfs_bindetects.c
index 23183a7fa21e..a01285e6207b 100644
--- a/CORE/SERVICES/DFS/src/dfs_bindetects.c
+++ b/CORE/SERVICES/DFS/src/dfs_bindetects.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_debug.c b/CORE/SERVICES/DFS/src/dfs_debug.c
index fd178be251d5..5164f737d22b 100644
--- a/CORE/SERVICES/DFS/src/dfs_debug.c
+++ b/CORE/SERVICES/DFS/src/dfs_debug.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_fcc_bin5.c b/CORE/SERVICES/DFS/src/dfs_fcc_bin5.c
index e72ca7d9cfbd..983905b73740 100644
--- a/CORE/SERVICES/DFS/src/dfs_fcc_bin5.c
+++ b/CORE/SERVICES/DFS/src/dfs_fcc_bin5.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_init.c b/CORE/SERVICES/DFS/src/dfs_init.c
index 4fb1621c11cf..3fc9a0946549 100644
--- a/CORE/SERVICES/DFS/src/dfs_init.c
+++ b/CORE/SERVICES/DFS/src/dfs_init.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_ioctl.h b/CORE/SERVICES/DFS/src/dfs_ioctl.h
index 2879582438d3..7503715b280c 100644
--- a/CORE/SERVICES/DFS/src/dfs_ioctl.h
+++ b/CORE/SERVICES/DFS/src/dfs_ioctl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_ioctl_private.h b/CORE/SERVICES/DFS/src/dfs_ioctl_private.h
index ac5347a4ce3d..2e506e7782bb 100644
--- a/CORE/SERVICES/DFS/src/dfs_ioctl_private.h
+++ b/CORE/SERVICES/DFS/src/dfs_ioctl_private.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_misc.c b/CORE/SERVICES/DFS/src/dfs_misc.c
index 374c8d2d91d9..04e2630647e0 100644
--- a/CORE/SERVICES/DFS/src/dfs_misc.c
+++ b/CORE/SERVICES/DFS/src/dfs_misc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_nol.c b/CORE/SERVICES/DFS/src/dfs_nol.c
index c877141b8821..db570b609c33 100644
--- a/CORE/SERVICES/DFS/src/dfs_nol.c
+++ b/CORE/SERVICES/DFS/src/dfs_nol.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_phyerr.h b/CORE/SERVICES/DFS/src/dfs_phyerr.h
index b82217eb052e..5b471d8f0d9e 100644
--- a/CORE/SERVICES/DFS/src/dfs_phyerr.h
+++ b/CORE/SERVICES/DFS/src/dfs_phyerr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.c b/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.c
index f495bcc0e60d..bb584a5883c8 100644
--- a/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.c
+++ b/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.h b/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.h
index 874294852081..c15e7f5517c1 100644
--- a/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.h
+++ b/CORE/SERVICES/DFS/src/dfs_phyerr_tlv.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_process_phyerr.c b/CORE/SERVICES/DFS/src/dfs_process_phyerr.c
index 42ebc21f2f1e..f98cb99964ff 100644
--- a/CORE/SERVICES/DFS/src/dfs_process_phyerr.c
+++ b/CORE/SERVICES/DFS/src/dfs_process_phyerr.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_process_radarevent.c b/CORE/SERVICES/DFS/src/dfs_process_radarevent.c
index ae8103eb2505..adb9ad37bcdf 100644
--- a/CORE/SERVICES/DFS/src/dfs_process_radarevent.c
+++ b/CORE/SERVICES/DFS/src/dfs_process_radarevent.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/DFS/src/dfs_staggered.c b/CORE/SERVICES/DFS/src/dfs_staggered.c
index bd2baa69353f..f5f9f49a45ae 100644
--- a/CORE/SERVICES/DFS/src/dfs_staggered.c
+++ b/CORE/SERVICES/DFS/src/dfs_staggered.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
diff --git a/CORE/SERVICES/WMA/wma_dfs_interface.c b/CORE/SERVICES/WMA/wma_dfs_interface.c
index 9403bcfa870e..5fb437a77394 100644
--- a/CORE/SERVICES/WMA/wma_dfs_interface.c
+++ b/CORE/SERVICES/WMA/wma_dfs_interface.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013, The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*