summaryrefslogtreecommitdiff
path: root/src/drivers/gic
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/gic')
-rw-r--r--src/drivers/gic/gic.c2
-rw-r--r--src/drivers/gic/gic.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/gic/gic.c b/src/drivers/gic/gic.c
index b7bce2a371..e8c7018b70 100644
--- a/src/drivers/gic/gic.c
+++ b/src/drivers/gic/gic.c
@@ -14,7 +14,7 @@
*
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#include <arch/cpu.h>
diff --git a/src/drivers/gic/gic.h b/src/drivers/gic/gic.h
index d6f8d097cb..22d973b597 100644
--- a/src/drivers/gic/gic.h
+++ b/src/drivers/gic/gic.h
@@ -14,7 +14,7 @@
*
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc.
*/
#ifndef DRIVERS_GIC_H