From 2314915ff2ac498fa4306091580a7677b664d42b Mon Sep 17 00:00:00 2001
From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
Date: Wed, 14 May 2014 09:49:09 +0200
Subject: [PATCH] license: fix license header grammar

insert missing "is"
---
 core/cib.c                              | 2 +-
 core/lifo.c                             | 2 +-
 cpu/lpc1768/atom.c                      | 2 +-
 cpu/lpc1768/cpu.c                       | 2 +-
 cpu/lpc1768/lpc1768-lpm.c               | 2 +-
 cpu/lpc1768/syscalls.c                  | 2 +-
 cpu/sam3x8e/cpu.c                       | 2 +-
 examples/default/main.c                 | 2 +-
 sys/posix/fd.c                          | 2 +-
 sys/posix/pnet/netinet_in.c             | 2 +-
 sys/posix/pnet/sys_socket.c             | 2 +-
 sys/posix/pthread/pthread.c             | 2 +-
 sys/posix/pthread/pthread_attr.c        | 2 +-
 sys/posix/pthread/pthread_barrier.c     | 2 +-
 sys/posix/pthread/pthread_barrierattr.c | 2 +-
 sys/posix/pthread/pthread_mutex.c       | 2 +-
 sys/posix/pthread/pthread_once.c        | 2 +-
 sys/posix/pthread/pthread_spin.c        | 2 +-
 sys/posix/strings.c                     | 2 +-
 sys/posix/unistd.c                      | 2 +-
 tests/test_net_if/main.c                | 2 +-
 21 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/core/cib.c b/core/cib.c
index d8a7c0d688..39150dd469 100644
--- a/core/cib.c
+++ b/core/cib.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/core/lifo.c b/core/lifo.c
index 846d3741ee..a6032558aa 100644
--- a/core/lifo.c
+++ b/core/lifo.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/cpu/lpc1768/atom.c b/cpu/lpc1768/atom.c
index 94e98fe474..e8ecc4fc1a 100644
--- a/cpu/lpc1768/atom.c
+++ b/cpu/lpc1768/atom.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013 Oliver Hahm <oliver.hahm@inria.fr>
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  *
diff --git a/cpu/lpc1768/cpu.c b/cpu/lpc1768/cpu.c
index b056283528..505ff96d30 100644
--- a/cpu/lpc1768/cpu.c
+++ b/cpu/lpc1768/cpu.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013 Oliver Hahm <oliver.hahm@inria.fr>
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  *
diff --git a/cpu/lpc1768/lpc1768-lpm.c b/cpu/lpc1768/lpc1768-lpm.c
index 832e6ecd46..c4541a8e0e 100644
--- a/cpu/lpc1768/lpc1768-lpm.c
+++ b/cpu/lpc1768/lpc1768-lpm.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013 Oliver Hahm <oliver.hahm@inria.fr>
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  *
diff --git a/cpu/lpc1768/syscalls.c b/cpu/lpc1768/syscalls.c
index 4b6031fb7b..1160a7c830 100644
--- a/cpu/lpc1768/syscalls.c
+++ b/cpu/lpc1768/syscalls.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013 Oliver Hahm <oliver.hahm@inria.fr>
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  *
diff --git a/cpu/sam3x8e/cpu.c b/cpu/sam3x8e/cpu.c
index 998ae82aba..5498c68b9d 100644
--- a/cpu/sam3x8e/cpu.c
+++ b/cpu/sam3x8e/cpu.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2014 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/examples/default/main.c b/examples/default/main.c
index 02f8464bbc..5ee0b056ec 100644
--- a/examples/default/main.c
+++ b/examples/default/main.c
@@ -3,7 +3,7 @@
  * Copyright (C) 2013 INRIA
  * Copyright (C) 2013 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/fd.c b/sys/posix/fd.c
index 9d05475428..54e9ea505a 100644
--- a/sys/posix/fd.c
+++ b/sys/posix/fd.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pnet/netinet_in.c b/sys/posix/pnet/netinet_in.c
index 908e19a3ea..72208e969b 100644
--- a/sys/posix/pnet/netinet_in.c
+++ b/sys/posix/pnet/netinet_in.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pnet/sys_socket.c b/sys/posix/pnet/sys_socket.c
index 13a335b72e..a68c1e7db5 100644
--- a/sys/posix/pnet/sys_socket.c
+++ b/sys/posix/pnet/sys_socket.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pthread/pthread.c b/sys/posix/pthread/pthread.c
index 99193b3bfa..1a0f30d72c 100644
--- a/sys/posix/pthread/pthread.c
+++ b/sys/posix/pthread/pthread.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pthread/pthread_attr.c b/sys/posix/pthread/pthread_attr.c
index de37963836..7f4ef94f7b 100644
--- a/sys/posix/pthread/pthread_attr.c
+++ b/sys/posix/pthread/pthread_attr.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pthread/pthread_barrier.c b/sys/posix/pthread/pthread_barrier.c
index fc4a24913f..22165441b5 100644
--- a/sys/posix/pthread/pthread_barrier.c
+++ b/sys/posix/pthread/pthread_barrier.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2014 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pthread/pthread_barrierattr.c b/sys/posix/pthread/pthread_barrierattr.c
index c0b5d96f65..543a0313b4 100644
--- a/sys/posix/pthread/pthread_barrierattr.c
+++ b/sys/posix/pthread/pthread_barrierattr.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2014 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pthread/pthread_mutex.c b/sys/posix/pthread/pthread_mutex.c
index 295d940b6f..1b78844f53 100644
--- a/sys/posix/pthread/pthread_mutex.c
+++ b/sys/posix/pthread/pthread_mutex.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pthread/pthread_once.c b/sys/posix/pthread/pthread_once.c
index 9f9d10a70c..200378bcaa 100644
--- a/sys/posix/pthread/pthread_once.c
+++ b/sys/posix/pthread/pthread_once.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/pthread/pthread_spin.c b/sys/posix/pthread/pthread_spin.c
index 5bc2ee839a..501bb93f92 100644
--- a/sys/posix/pthread/pthread_spin.c
+++ b/sys/posix/pthread/pthread_spin.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/strings.c b/sys/posix/strings.c
index abd011b653..ef9c1bba17 100644
--- a/sys/posix/strings.c
+++ b/sys/posix/strings.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/sys/posix/unistd.c b/sys/posix/unistd.c
index dfc484dd78..92222e4b08 100644
--- a/sys/posix/unistd.c
+++ b/sys/posix/unistd.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Freie Universität Berlin
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
diff --git a/tests/test_net_if/main.c b/tests/test_net_if/main.c
index 956af77882..c9af411703 100644
--- a/tests/test_net_if/main.c
+++ b/tests/test_net_if/main.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Martin Lenders <mlenders@inf.fu-berlin.de>
  *
- * This file subject to the terms and conditions of the GNU Lesser General
+ * This file is subject to the terms and conditions of the GNU Lesser General
  * Public License. See the file LICENSE in the top level directory for more
  * details.
  */
-- 
GitLab