Skip to content

Commit

Permalink
license: clear up distinction between source and vendor package license
Browse files Browse the repository at this point in the history
As per the discussion of ros/rosdistro#43450.
Also, update the version to reflect the added license.txt, see:
https://sourceforge.net/p/clipsrules/discussion/776945/thread/f3176d3efe/#e913
  • Loading branch information
TarikViehmann committed Nov 13, 2024
1 parent d851dfe commit edd029d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif()
ament_vendor(${PROJECT_NAME}
SATISFIED FALSE
VCS_TYPE svn
VCS_VERSION 914
VCS_VERSION 925
VCS_URL https://svn.code.sf.net/p/clipsrules/code/branches/64x
PATCHES ${PATCH_FILE}
CMAKE_ARGS
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT No Attribution

Copyright 2023 Secret Society Software, LLC
Copyright 2024 Tarik Viehmann

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>6.4.2</version>
<description>Vendor package for the CLIPS rule based production system</description>
<maintainer email="[email protected]">Tarik Viehmann</maintainer>
<license>MIT-0</license>
<license>MIT-0</license> <!-- License of both CLIPS (Copyright 2023 Secret Society Software, LLC) and this package -->
<depend>ament_cmake_vendor_package</depend>
<depend condition="$BUILD_WITH_JAVA_EXAMPLES != ''"> java</depend>

Expand Down

0 comments on commit edd029d

Please sign in to comment.