Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with the ros_license_toolkit #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/ros-license-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check Licenses

on:
push:
branches: [ "master", "pr_license"]
pull_request:
branches: [ "master"]

jobs:
check_licenses:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: matthias-mayr/[email protected]
8 changes: 0 additions & 8 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
SkiROS2 - Skill-based platform for ROS v2

Software License Agreement (L-GPL License)

Copyright (C) 2018 RiACT ApS

Authors: Francesco Rovida, Bjarne Grossmann

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
Expand Down
2 changes: 1 addition & 1 deletion skiros2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Changelog for package skiros2
* Finish plan-in-the-tree
* Added extra properties to test robot hardware
* Changed test camera type
* Changed license to L-GPL and updated changelog
* Changed license to LGPL-3.0-or-later and updated changelog
* Updated version and changelog file
* Contributors: Matthias Mayr, RvmiLab, Francesco Rovida

Expand Down
2 changes: 1 addition & 1 deletion skiros2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<maintainer email="[email protected]">Francesco Rovida</maintainer>
<maintainer email="[email protected]">Bjarne Grossmann</maintainer>
<license>L-GPL</license>
<license>LGPL-3.0-or-later</license>

<author email="[email protected]">Francesco Rovida</author>
<author>Francesco Rovida</author>
Expand Down
2 changes: 1 addition & 1 deletion skiros2_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<maintainer email="[email protected]">Francesco Rovida</maintainer>
<maintainer email="[email protected]">Bjarne Grossmann</maintainer>
<license>L-GPL</license>
<license>LGPL-3.0-or-later</license>
<author email="[email protected]">Francesco Rovida</author>
<author>Francesco Rovida</author>

Expand Down
2 changes: 1 addition & 1 deletion skiros2_gui/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Changelog for package skiros2_gui
* Added timeout to kill blocked BTs. Minor improvements on GUI
* GUI improvements: BT execution visualization and more intuitive interface
* Implemented visualization of active tasks
* Changed license to L-GPL and updated changelog
* Changed license to LGPL-3.0-or-later and updated changelog
* Updated version and changelog file
* Contributors: Francesco Rovida, Matthias Mayr, Francesco Rovida

Expand Down
2 changes: 1 addition & 1 deletion skiros2_gui/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<maintainer email="[email protected]">Francesco Rovida</maintainer>
<maintainer email="[email protected]">Bjarne Grossmann</maintainer>
<license>L-GPL</license>
<license>LGPL-3.0-or-later</license>
<author email="[email protected]">Francesco Rovida</author>
<author>Francesco Rovida</author>

Expand Down
2 changes: 1 addition & 1 deletion skiros2_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Changelog for package skiros2_msgs
* Merged 'develop' into 'pycodestyle'.
* Finish plan-in-the-tree
* GUI improvements: BT execution visualization and more intuitive interface
* Changed license to L-GPL and updated changelog
* Changed license to LGPL-3.0-or-later and updated changelog
* Updated version and changelog file
* Contributors: Matthias Mayr, Francesco Rovida

Expand Down
2 changes: 1 addition & 1 deletion skiros2_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</description>
<maintainer email="[email protected]">Francesco Rovida</maintainer>
<maintainer email="[email protected]">Bjarne Grossmann</maintainer>
<license>L-GPL</license>
<license>LGPL-3.0-or-later</license>
<author email="[email protected]">Francesco Rovida</author>
<author>Francesco Rovida</author>

Expand Down
2 changes: 1 addition & 1 deletion skiros2_skill/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<maintainer email="[email protected]">Francesco Rovida</maintainer>
<maintainer email="[email protected]">Bjarne Grossmann</maintainer>
<license>L-GPL</license>
<license>LGPL-3.0-or-later</license>
<author email="[email protected]">Francesco Rovida</author>
<author>Francesco Rovida</author>

Expand Down
2 changes: 1 addition & 1 deletion skiros2_task/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<maintainer email="[email protected]">Francesco Rovida</maintainer>
<maintainer email="[email protected]">Bjarne Grossmann</maintainer>
<license>L-GPL</license>
<license>LGPL-3.0-or-later</license>
<author email="[email protected]">Francesco Rovida</author>
<author>Francesco Rovida</author>

Expand Down
2 changes: 1 addition & 1 deletion skiros2_world_model/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<maintainer email="[email protected]">Francesco Rovida</maintainer>
<maintainer email="[email protected]">Bjarne Grossmann</maintainer>
<license>L-GPL</license>
<license>LGPL-3.0-or-later</license>
<author email="[email protected]">Francesco Rovida</author>
<author>Francesco Rovida</author>

Expand Down