diff options
Diffstat (limited to 'src/vty')
-rw-r--r-- | src/vty/vty.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vty/vty.c b/src/vty/vty.c index 88ed9374..01d5ec09 100644 --- a/src/vty/vty.c +++ b/src/vty/vty.c @@ -14,6 +14,12 @@ * routines in libosmovty are not thread-safe. If you must use them in * a multi-threaded context, you have to add your own locking. * + * libosmocovty is developed as part of the Osmocom (Open Source Mobile + * Communications) project, a community-based, collaborative development + * project to create Free and Open Source implementations of mobile + * communications systems. For more information about Osmocom, please + * see https://osmocom.org/ + * * \section sec_copyright Copyright and License * Copyright © 1997-2007 - Kuninhiro Ishiguro\n * Copyright © 2008-2011 - Harald Welte, Holger Freyther and contributors\n @@ -29,6 +35,10 @@ * FITNESS FOR A PARTICULAR PURPOSE. * \n\n * + * \section sec_tracker Homepage + Issue Tracker + * libosmovty is distributed as part of libosmocore and shares its + * project page at http://osmocom.org/projects/libosmocore + * * \section sec_contact Contact and Support * Community-based support is available at the OpenBSC mailing list * <http://lists.osmocom.org/mailman/listinfo/openbsc>\n |