]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
cfg80211: add Intel Mobile Communications copyright
authorJohannes Berg <johannes.berg@intel.com>
Wed, 3 Sep 2014 12:24:58 +0000 (15:24 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 5 Sep 2014 11:52:06 +0000 (13:52 +0200)
Our legal structure changed at some point (see wikipedia), but
we forgot to immediately switch over to the new copyright
notice.

For files that we have modified in the time since the change,
add the proper copyright notice now.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
include/net/cfg80211.h
net/wireless/chan.c
net/wireless/core.c
net/wireless/nl80211.c
net/wireless/reg.c
net/wireless/scan.c
net/wireless/util.c

index 8018c915ee632d90b5076b49325d59760de3ab34..77d4f26e02350c4abd5d9d78da614a5455de0f40 100644 (file)
@@ -6,6 +6,7 @@
  * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi>
  * Copyright (c) 2005, Devicescape Software, Inc.
  * Copyright (c) 2006, Michael Wu <flamingice@sourmilk.net>
+ * Copyright (c) 2013 - 2014 Intel Mobile Communications GmbH
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
index ab21299c8f4dfc13a50a9f23043b19df25f87a69..6be68bb3191802b2425b2de99c6940e3379c9cc1 100644 (file)
@@ -4,6 +4,7 @@
  * 802.11 device and configuration interface
  *
  * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
+ * Copyright 2013-2014 Intel Mobile Communications GmbH
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
index 992b34070bcb16f9fe4323bae293996524f1373c..72d81e2154d590dbba26bf2d1e0868c5c4940e26 100644 (file)
@@ -4,6 +4,7 @@
  * any point in time.
  *
  * Copyright 2009      Johannes Berg <johannes@sipsolutions.net>
+ * Copyright 2013-2014  Intel Mobile Communications GmbH
  */
 
 #include <linux/export.h>
index a207eb116829b47c3dc3c122eb12092b6b906f1e..9698fe7092519df03027c639f80df86ccbc2702d 100644 (file)
@@ -2,6 +2,7 @@
  * This is the linux wireless configuration interface.
  *
  * Copyright 2006-2010         Johannes Berg <johannes@sipsolutions.net>
+ * Copyright 2013-2014  Intel Mobile Communications GmbH
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
index 3011401f52c0a34317b2310dfa59912d4afe760c..d876146498ddb009487756e312614bf76caee8c9 100644 (file)
@@ -2,6 +2,7 @@
  * This is the new netlink-based wireless configuration interface.
  *
  * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>
+ * Copyright 2013-2014  Intel Mobile Communications GmbH
  */
 
 #include <linux/if.h>
index 1afdf45db38f216bb750a905dcdb5a85ae7d0897..8bfc9b172a49b10c8f22589821f690e435b827ae 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright 2005-2006, Devicescape Software, Inc.
  * Copyright 2007      Johannes Berg <johannes@sipsolutions.net>
  * Copyright 2008-2011 Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
+ * Copyright 2013-2014  Intel Mobile Communications GmbH
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 620a4b40d4662f8f5718da6b28aeeb281c573224..bda39f149810b6e9c377c0b8911bd730feeb3395 100644 (file)
@@ -2,6 +2,7 @@
  * cfg80211 scan result handling
  *
  * Copyright 2008 Johannes Berg <johannes@sipsolutions.net>
+ * Copyright 2013-2014  Intel Mobile Communications GmbH
  */
 #include <linux/kernel.h>
 #include <linux/slab.h>
index 728f1c0dc70dbdb7c85558b84b83dc9b66e4083f..a8b2816ffcb906edb46c76460476055e68f96157 100644 (file)
@@ -2,6 +2,7 @@
  * Wireless utility functions
  *
  * Copyright 2007-2009 Johannes Berg <johannes@sipsolutions.net>
+ * Copyright 2013-2014  Intel Mobile Communications GmbH
  */
 #include <linux/export.h>
 #include <linux/bitops.h>