Skip to content
Snippets Groups Projects
Commit 62e735d7 authored by Amin Bandali's avatar Amin Bandali
Browse files

misc: Use 'Savoir-faire Linux Inc.' more consistently

Change-Id: Idfd2a086847f9665c57e83a8184c20957fec9664
parent 41661377
No related branches found
No related tags found
No related merge requests found
......@@ -48,11 +48,11 @@ Short description of content of source tree
- bin/ contains applications main code.
- bin/dbus, the D-Bus XML interfaces, and C++ bindings
About Savoir-faire Linux
------------------------
About Savoir-faire Linux Inc.
-----------------------------
Savoir-faire Linux is a consulting company based in Montreal, Quebec.
For more information, please check out our website:
Savoir-faire Linux Inc. is a consulting company based in Montreal,
Quebec. For more information, please check out our website:
https://www.savoirfairelinux.com/
......
......@@ -41,7 +41,7 @@ print_title()
{
std::cout
<< "Jami Daemon " << libjami::version()
<< ", by Savoir-faire Linux 2004-2023" << std::endl
<< ", by Savoir-faire Linux Inc. 2004-2023" << std::endl
<< "https://jami.net/" << std::endl
#ifdef ENABLE_VIDEO
<< "[Video support enabled]" << std::endl
......
......@@ -54,7 +54,7 @@ print_title()
{
std::cout
<< "Jami Daemon " << libjami::version()
<< ", by Savoir-faire Linux 2004-2023" << std::endl
<< ", by Savoir-faire Linux Inc. 2004-2023" << std::endl
<< "https://jami.net/" << std::endl
#ifdef ENABLE_VIDEO
<< "[Video support enabled]" << std::endl
......
......@@ -43,7 +43,7 @@ print_title()
{
std::cout
<< "Jami Daemon " << libjami::version()
<< ", by Savoir-faire Linux 2004-2023" << std::endl
<< ", by Savoir-faire Linux Inc. 2004-2023" << std::endl
<< "https://jami.net/" << std::endl
#ifdef ENABLE_VIDEO
<< "[Video support enabled]" << std::endl
......
......@@ -47,7 +47,7 @@ print_title()
{
std::cout
<< "Jami Daemon " << libjami::version()
<< ", by Savoir-faire Linux 2004-2023" << std::endl
<< ", by Savoir-faire Linux Inc. 2004-2023" << std::endl
<< "https://jami.net/" << std::endl
#ifdef ENABLE_VIDEO
<< "[Video support enabled]" << std::endl
......
......@@ -10,7 +10,7 @@ dnl DAEMONCFLAGS/DAEMONCXXFLAGS variables below.
: ${CFLAGS=""}
: ${CXXFLAGS=""}
AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2023]])
AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux Inc. 2004-2023]])
AC_REVISION([$Revision$])
dnl Where to find configure files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment