summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/b64_decode.c2
-rw-r--r--src/lib/device_tree.c6
-rw-r--r--src/lib/fit.c6
-rw-r--r--src/lib/hexdump.c2
-rw-r--r--src/lib/list.c6
5 files changed, 3 insertions, 19 deletions
diff --git a/src/lib/b64_decode.c b/src/lib/b64_decode.c
index 9efa465c25..57c883870e 100644
--- a/src/lib/b64_decode.c
+++ b/src/lib/b64_decode.c
@@ -1,6 +1,4 @@
/*
- * Copyright (C) 2015 Google, Inc.
- *
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c
index b8faab53b8..2124edd582 100644
--- a/src/lib/device_tree.c
+++ b/src/lib/device_tree.c
@@ -1,9 +1,5 @@
+/* Taken from depthcharge: src/base/device_tree.c */
/*
- * Copyright 2013 Google Inc.
- * Copyright 2018-present Facebook, Inc.
- *
- * Taken from depthcharge: src/base/device_tree.c
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
diff --git a/src/lib/fit.c b/src/lib/fit.c
index edac1927e7..be6c87a936 100644
--- a/src/lib/fit.c
+++ b/src/lib/fit.c
@@ -1,9 +1,5 @@
+/* Taken from depthcharge: src/boot/fit.c */
/*
- * Copyright 2013 Google Inc.
- * Copyright 2018-present Facebook, Inc.
- *
- * Taken from depthcharge: src/boot/fit.c
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
diff --git a/src/lib/hexdump.c b/src/lib/hexdump.c
index 8ecba6d512..95f3b93f91 100644
--- a/src/lib/hexdump.c
+++ b/src/lib/hexdump.c
@@ -1,6 +1,4 @@
/*
- * Copyright 2013 Google Inc.
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
diff --git a/src/lib/list.c b/src/lib/list.c
index 06d422d30e..9138ab30cd 100644
--- a/src/lib/list.c
+++ b/src/lib/list.c
@@ -1,9 +1,5 @@
+/* Taken from depthcharge: src/base/list.c */
/*
- * Copyright 2012 Google Inc.
- * Copyright 2018-present Facebook, Inc.
- *
- * Taken from depthcharge: src/base/list.c
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of