diff --git a/src/blackmisc/dbus.h b/src/blackmisc/dbus.h index 7e2acd737..a53386b9a 100644 --- a/src/blackmisc/dbus.h +++ b/src/blackmisc/dbus.h @@ -1,3 +1,14 @@ +/* Copyright (C) 2014 + * swift project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ + +//! \file + #ifndef BLACKMISC_DBUS_H #define BLACKMISC_DBUS_H diff --git a/src/blackmisc/json.h b/src/blackmisc/json.h index 08110c027..a5cd2aff1 100644 --- a/src/blackmisc/json.h +++ b/src/blackmisc/json.h @@ -1,7 +1,11 @@ -/* Copyright (C) 2014 VATSIM Community / authors - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* Copyright (C) 2014 + * swift project Community / Contributors + * + * This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at http://www.swift-project.org/license.html. No part of swift project, + * including this file, may be copied, modified, propagated, or distributed except according to the terms + * contained in the LICENSE file. + */ /*! \file