Skip to content

Commit

Permalink
fix license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Mar 23, 2024
1 parent f8be52a commit 5f77426
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion launcher/src/MacchinaLauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2017-2023, Applied Informatics Software Engineering GmbH.
// All rights reserved.
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
//


Expand Down
2 changes: 1 addition & 1 deletion platform/ActiveRecord/testsuite/src/WinDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2020, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: BSL-1.0
//


Expand Down
2 changes: 1 addition & 1 deletion platform/OSP/CodeCacheUtility/src/CCUtility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2017, Applied Informatics Software Engineering GmbH.
// All rights reserved.
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
//


Expand Down
2 changes: 1 addition & 1 deletion platform/OSP/RemotingNG/REST/src/BundleActivator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2022, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
//


Expand Down
2 changes: 1 addition & 1 deletion platform/OSP/RemotingNG/TCP/src/BundleActivator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2016, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
//


Expand Down
2 changes: 1 addition & 1 deletion platform/OSP/StripBundle/src/StripBundle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Copyright (c) 2018, Applied Informatics Software Engineering GmbH.
// All rights reserved.
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
//


Expand Down
4 changes: 2 additions & 2 deletions platform/RemotingNG/include/Poco/RemotingNG/ClientHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Copyright (c) 2006-2015, Applied Informatics Software Engineering GmbH.
// All rights reserved.
//
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: GPL-3.0-only
//


Expand Down Expand Up @@ -45,7 +45,7 @@ class ClientHelper
/// typedef Poco::AutoPtr<ISomeService> InterfacePtr;
/// typedef SomeServiceRemoteObject RemoteObject;
/// typedef Poco::AutoPtr<RemoteObject> RemoteObjectPtr;
///
///
/// static std::string registerObject(ServicePtr pServiceObject, const Poco::RemotingNG::Identifiable::ObjectId& oid, const std::string& listenerId);
/// static std::string registerObject(RemoteObjectPtr pRemoteObject, const std::string listenerId);
/// static void unregisterObject(const std::string& uri);
Expand Down

0 comments on commit 5f77426

Please sign in to comment.