diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-02-28 23:42:47 +0000 |
| commit | fbbd9655e5107c68e4e0146ff22b73d7350475bc (patch) | |
| tree | c68b7d4e6c82fd26ce5f831625ef6e971ad98e9c /usr.bin/ctags | |
| parent | 08c22689e662f3091ba410c950367f0769c92995 (diff) | |
Notes
Diffstat (limited to 'usr.bin/ctags')
| -rw-r--r-- | usr.bin/ctags/C.c | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/ctags.1 | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/ctags.c | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/ctags.h | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/fortran.c | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/lisp.c | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/print.c | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/tree.c | 2 | ||||
| -rw-r--r-- | usr.bin/ctags/yacc.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index 22878488c3c9..499b00fcc397 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index e795b72f09c8..9b68f669202e 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -9,7 +9,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 28198406624e..e6ad869a9a8d 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index 597723df59b8..852d6653764f 100644 --- a/usr.bin/ctags/ctags.h +++ b/usr.bin/ctags/ctags.h @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 66d4b54b00fe..b1ad9fb629c6 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 0d0e2c2e9d1a..e6cbd73d4ac2 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index ca5b9deb41ba..7a1aaeb60986 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index b9b2c7a5e880..22580ce3ec3e 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index 5678da557e76..44f708232623 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |
