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

LICENSE full text needed for proprietary dependencies. #22

Open
omsai opened this issue Oct 28, 2013 · 0 comments
Open

LICENSE full text needed for proprietary dependencies. #22

omsai opened this issue Oct 28, 2013 · 0 comments

Comments

@omsai
Copy link
Owner

omsai commented Oct 28, 2013

Need to obtain the following license files:

  • Andor SDK 2 (binary library)
  • Andor SDK 3 (binary library and BirFlow driver)
  • IDS 4.30
  • Princeton Instruments PVCAM-2.7.4.2 (binary library)
  • Photometrics PVCAM-2.7.0.0 (binary library)
  • SpotCamera
  • Raptor XCLIB
  • Maestro UscCmd (standalone executable)

List of external GNU/Linux dependencies:
http://micro-manager.org/wiki/Building_and_debugging_Micro-Manager_source_code#Linux

Some proprietary DeviceAdapters are publically downloadable so, after checking the license agreement, those should probably be find to include in the binary bundle as well. Assume dependencies already included in the Windows installer are also safe to include in the GNU/Linux bundled installer; in other words any device with ./DeviceAdapters//lib/ indicates redistributable GNU/Linux binaries:

$ ls DeviceAdapters/*/lib*/
DeviceAdapters/ABS/lib_Win32/:
CamUsb_API_hal.lib

DeviceAdapters/ABS/lib_x64/:
CamUsb_API64_hal.lib

DeviceAdapters/AgilentLaserCombiner/lib/:
LaserCombinerSDK.dll  LaserCombinerSDK64.dll

DeviceAdapters/Andor/lib/:
atmcd32d.dll  atmcd64d.dll

DeviceAdapters/AndorLaserCombiner/lib/:
AB_ALC_REV.dll  AB_ALC_REV64.dll  usbi2cio64.dll

DeviceAdapters/AndorSDK3/lib32/:
atcorem.lib

DeviceAdapters/AndorSDK3/lib64/:
atcorem.lib

Unfortunately, this only infers the Andor libraries are safe to distribute, but their license text is still needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant