Ticket #569 (closed defect: fixed)
license violation in build/*.py
| Reported by: | marcusb | Owned by: | dgollub |
|---|---|---|---|
| Priority: | highest | Milestone: | OpenSync 0.40 |
| Component: | OpenSync | Version: | 0.33 |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
Some files in build/ contain build scripts with copyright saying they are licensed under BSD license. That would normally require Opensync to reproduce the license text, but it is nowhere to be found.
Change History
comment:1 Changed 4 years ago by dgollub
- Owner changed from abauer to dgollub
- Priority changed from normal to highest
- Version changed from 0.32 to 0.33
- Severity changed from normal to blocker
- Milestone set to OpenSync 0.40
comment:2 Changed 4 years ago by dgollub
- Status changed from new to closed
- Resolution set to fixed
Switched to CMake. Some of the CMake find module are BSD licensed as well. License available at:
http://www.opensync.org/browser/trunk/cmake/modules/COPYING-CMAKE-SCRIPTS
Thanks for the hint!
Note: See
TracTickets for help on using
tickets.

We switch to cmake anyway ...