From 62e735d73c807cac424f59c63de454969dd2d808 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 6 Feb 2023 01:45:52 -0500 Subject: [PATCH] misc: Use 'Savoir-faire Linux Inc.' more consistently Change-Id: Idfd2a086847f9665c57e83a8184c20957fec9664 --- README | 8 ++++---- bin/dbus/main.cpp | 2 +- bin/main.cpp | 2 +- bin/osxmain.cpp | 2 +- bin/winmain.cpp | 2 +- configure.ac | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index fae1cab6b..be4bcc690 100644 --- a/README +++ b/README @@ -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/ diff --git a/bin/dbus/main.cpp b/bin/dbus/main.cpp index d59c3a17b..398ae9218 100644 --- a/bin/dbus/main.cpp +++ b/bin/dbus/main.cpp @@ -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 diff --git a/bin/main.cpp b/bin/main.cpp index 507b10baa..b29f0e8b9 100644 --- a/bin/main.cpp +++ b/bin/main.cpp @@ -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 diff --git a/bin/osxmain.cpp b/bin/osxmain.cpp index ed8b7b397..c29d2bb3b 100644 --- a/bin/osxmain.cpp +++ b/bin/osxmain.cpp @@ -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 diff --git a/bin/winmain.cpp b/bin/winmain.cpp index f1d88cef1..09df480e5 100644 --- a/bin/winmain.cpp +++ b/bin/winmain.cpp @@ -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 diff --git a/configure.ac b/configure.ac index 157097cbb..f55b6d3f4 100644 --- a/configure.ac +++ b/configure.ac @@ -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