summaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-06-11 08:20:20 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-11 08:35:25 +0200
commit8e89bc594a8fbc3337a08c2c4ac03519000e89b7 (patch)
tree38006e1f2548fdebe7d5c2f546e798aad06fb5fc /drivers/spi
parent70579ca94f0aa76cc0ec2f56a8ec5df8739d0d38 (diff)
downloadbarebox-8e89bc594a8fbc3337a08c2c4ac03519000e89b7.tar.gz
barebox-8e89bc594a8fbc3337a08c2c4ac03519000e89b7.tar.xz
treewide: remove address of the Free Software Foundation
The FSF address has changed; The FSF site says that address is Free Software Foundation 51 Franklin Street, Fifth Floor Boston, MA 02110-1301 USA (see http://www.fsf.org/about/contact/) Instead of updating it each time the address changes, just drop it completely treewide. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/omap3_spi.c5
-rw-r--r--drivers/spi/omap3_spi.h4
2 files changed, 0 insertions, 9 deletions
diff --git a/drivers/spi/omap3_spi.c b/drivers/spi/omap3_spi.c
index c62288b160..761083ae03 100644
--- a/drivers/spi/omap3_spi.c
+++ b/drivers/spi/omap3_spi.c
@@ -26,11 +26,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
*/
#include <common.h>
diff --git a/drivers/spi/omap3_spi.h b/drivers/spi/omap3_spi.h
index 6fd6bdac51..24cdc5301c 100644
--- a/drivers/spi/omap3_spi.h
+++ b/drivers/spi/omap3_spi.h
@@ -21,10 +21,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
*/
#ifndef _OMAP3_SPI_H_