clk: add GPLv2 headers to the Versatile clock files
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 20 Nov 2012 21:39:31 +0000 (22:39 +0100)
committerMike Turquette <mturquette@linaro.org>
Wed, 21 Nov 2012 19:02:00 +0000 (11:02 -0800)
The GPLv2 headers were missing and the subsystem maintainer likes
them so put them in. I am the copyright holder, so explicitly
licensing these under the GPLv2.

Reported-by: Mike Turquette <mturquette@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/versatile/clk-icst.c
drivers/clk/versatile/clk-integrator.c
drivers/clk/versatile/clk-realview.c

index f555b50a5fa5bd3eabef795bc44d3fccac1bf95d..23d2d7ea1beb1df955fc550ed6a4785b41fa4122 100644 (file)
@@ -3,6 +3,12 @@
  * We wrap the custom interface from <asm/hardware/icst.h> into the generic
  * clock framework.
  *
+ * Copyright (C) 2012 Linus Walleij
+ *
+ * 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
+ * published by the Free Software Foundation.
+ *
  * TODO: when all ARM reference designs are migrated to generic clocks, the
  * ICST clock code from the ARM tree should probably be merged into this
  * file.
index a5053921bf7f670afc0212d1fedd6bf4fb098934..3c816ae17c16d21c8159adc28b931eddfa5f2bdc 100644 (file)
@@ -1,8 +1,16 @@
+/*
+ * Clock driver for the ARM Integrator/AP and Integrator/CP boards
+ * Copyright (C) 2012 Linus Walleij
+ *
+ * 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
+ * published by the Free Software Foundation.
+ */
+#include <linux/clk-provider.h>
 #include <linux/clk.h>
 #include <linux/clkdev.h>
 #include <linux/err.h>
 #include <linux/io.h>
-#include <linux/clk-provider.h>
 
 #include <mach/hardware.h>
 #include <mach/platform.h>
index e21a99cef3780e1c3dd7e1471938c1cdd4d37766..fd2dbdbc269df6c9d2f556a38c535eefb3a98203 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Clock driver for the ARM RealView boards
+ * Copyright (C) 2012 Linus Walleij
+ *
+ * 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
+ * published by the Free Software Foundation.
+ */
 #include <linux/clk.h>
 #include <linux/clkdev.h>
 #include <linux/err.h>
This page took 0.026018 seconds and 5 git commands to generate.