diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/console.c | 2 | ||||
-rw-r--r-- | src/console/die.c | 3 | ||||
-rw-r--r-- | src/console/early_print.c | 2 | ||||
-rw-r--r-- | src/console/init.c | 3 | ||||
-rw-r--r-- | src/console/post.c | 3 | ||||
-rw-r--r-- | src/console/uart_wrapper.c | 2 | ||||
-rw-r--r-- | src/console/vsprintf.c | 3 |
7 files changed, 7 insertions, 11 deletions
diff --git a/src/console/console.c b/src/console/console.c index 592fd21442..00c0f1ce2e 100644 --- a/src/console/console.c +++ b/src/console/console.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 <console/cbmem_console.h> diff --git a/src/console/die.c b/src/console/die.c index b0e04a4903..128fe6b0f0 100644 --- a/src/console/die.c +++ b/src/console/die.c @@ -15,8 +15,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/io.h> diff --git a/src/console/early_print.c b/src/console/early_print.c index da6532f0fb..978cae9206 100644 --- a/src/console/early_print.c +++ b/src/console/early_print.c @@ -12,7 +12,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 <console/streams.h> diff --git a/src/console/init.c b/src/console/init.c index 5bca6ada54..98a9d430b3 100644 --- a/src/console/init.c +++ b/src/console/init.c @@ -15,8 +15,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 <console/console.h> diff --git a/src/console/post.c b/src/console/post.c index df71a62d90..44ff857d1f 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -15,8 +15,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/io.h> diff --git a/src/console/uart_wrapper.c b/src/console/uart_wrapper.c index 0454cfc213..c315229019 100644 --- a/src/console/uart_wrapper.c +++ b/src/console/uart_wrapper.c @@ -13,7 +13,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 <console/console.h> diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index d0ddfc14f3..5d1923524c 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -15,8 +15,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 <console/vtxprintf.h> |