commercial-application

Commercial use of Google API

不问归期 提交于 2019-12-21 17:53:30
问题 This question maybe a better fit on The Business of Software forum but despite my post on there, I'm still unable to determine the following: Can I use the Google API to build commercial software? If not how can the people behind Byline charge for their app? Update: I'm specifically interested in Google's Picasa & Reader APIs 回答1: From the Google Terms of Service: 5.3 You agree not to access (or attempt to access) any of the Services by any means other than through the interface that is

Protecting docker filesystem access

情到浓时终转凉″ 提交于 2019-12-08 03:30:34
问题 We use docker during development and everything works well. Our software is written in PHP and dockerized with MySQL, Apache and a lot of frameworks and libraries. For some of our customers we want to ship docker images in order to let them test, evaluate and use it. Using docker images they just need tun run the container and get a fully installed and configured system - very easy! But: How can we avoid customers seeing our code by simply attaching to docker or making some execs inside the

Commercial use of Google API

不问归期 提交于 2019-12-04 10:17:17
This question maybe a better fit on The Business of Software forum but despite my post on there , I'm still unable to determine the following: Can I use the Google API to build commercial software? If not how can the people behind Byline charge for their app? Update: I'm specifically interested in Google's Picasa & Reader APIs From the Google Terms of Service : 5.3 You agree not to access (or attempt to access) any of the Services by any means other than through the interface that is provided by Google, unless you have been specifically allowed to do so in a separate agreement with Google .

How do you protect your commercial application from being installed on multiple computers with one license? [closed]

六眼飞鱼酱① 提交于 2019-11-28 16:45:18
How do you protect your commercial application from being installed on multiple computers from people who only own one license? Do you think it's a good idea to have more than just a serial based scheme? My general rules are Huge deployments in commercial environments - Audit Medium deployments of low value software < $1000 / seat - License key activation Small deployments of high value software > $10,000 / seat - Dongles The following method works well, as long as you have a public server at your disposal: Serial based protection, user must enter a serial before using the program On first

How do you protect your commercial application from being installed on multiple computers with one license? [closed]

邮差的信 提交于 2019-11-27 09:53:36
问题 How do you protect your commercial application from being installed on multiple computers from people who only own one license? Do you think it's a good idea to have more than just a serial based scheme? 回答1: My general rules are Huge deployments in commercial environments - Audit Medium deployments of low value software < $1000 / seat - License key activation Small deployments of high value software > $10,000 / seat - Dongles 回答2: Do you think it's a good idea to have more than just a serial