Live data from Hacker News

Show HN: Bizcardz.ai – Custom metal business cards

github.com

21–30 of 33 posts

Re: Show HN: Bizcardz.ai – Custom metal business cards

#21
post #15

Earlier quoted context omitted.

This is simple I wrote a license The license says there are two licenses If you are non-commercial you get MIT If you are commercial you email for terms There is nowhere a claim that this is MIT

Your lawyer will explain to you that what you wanted, and what your license terms actually mean, are two different things. There are noncommercial users who have downloaded your software and are using it under the terms of the MIT license. You already gave them permission. Now, they can give copies to commercial users, who can use it under the terms of the MIT license. Your lawyer will explain this to you.

> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software

Re: Show HN: Bizcardz.ai – Custom metal business cards

#22
post #16

What is the end use of this product? I’m a commercial printer. I discourage clients from printing business cards. It’s an archaic form of networking. A paper based card is a waste of resources, both natural, chemical and labor. As a pcb board even more so. Please. If you have a mobile phone ask the person for their number and text them your info. Now you have a meaningful connection.

My first company after college would issue business cards to anyone for free if you filled out a form. It felt amazing. So far the only thing I've ever used them for is spreading thermal paste. I agree with you, the idea of business cards is so much more appealing than the reality.

Re: Show HN: Bizcardz.ai – Custom metal business cards

#23
post #18
post #17

Earlier quoted context omitted.

You can create any custom license terms you like, as you have done, but if you refer to it as the "MIT License" (which you do, explicitly) without the source being available under the MIT license, you invite only confusion.

If I published using any non-commercial license whatsoever there would be disagreements so here we are all the same

Yeah, why do anything right, people will complain all the same. /s

Re: Show HN: Bizcardz.ai – Custom metal business cards

#24
post #16

What is the end use of this product? I’m a commercial printer. I discourage clients from printing business cards. It’s an archaic form of networking. A paper based card is a waste of resources, both natural, chemical and labor. As a pcb board even more so. Please. If you have a mobile phone ask the person for their number and text them your info. Now you have a meaningful connection.

My first company after college would issue business cards to anyone for free if you filled out a form. It felt amazing. So far the only thing I've ever used them for is spreading thermal paste. I agree with you, the idea of business cards is so much more appealing than the reality.

I also dropped them into those restaurant fishbowls which claimed the winner would get a free soda or something. Hundreds of business cards, no free soda.

Re: Show HN: Bizcardz.ai – Custom metal business cards

#26
post #5
post #3

"MIT: non-commercial use" [0] I have no idea what this means. > MIT: non-commercial use, Proprietary: commercial use, contact for terms: hello@bizcardz.ai Then, right under it: > 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, including without limitation the rights to use, c…

Though you may wish the license was different I find it hard to believe you have no idea what the license allows for This can be found online as "dual licensing"

I understand your intent here but you're being told that you have not correctly achieved it, and you need to make some small changes to get to where you want to be.

Presently you say this: > This software is available under two licenses: > MIT: non-commercial use > Proprietary: commercial use, contact for terms: hello@bizcardz.ai

What this means:

"You may select from one of two licenses for this software: - the MIT license which has no restrictions of any kind - a proprietary license you must contact me to learn about."

I get you think adding "non-commercial" to that line means you're telling folks the MIT option is only for noncommercial uses, but that's not the end effect. What you are actually saying is that people can choose MIT or not, and they're going to choose MIT. You tried to say it's MIT only for noncommercial, but that language IS NOT IN THE MIT LICENSE and so your statement is unenforcable. We're only trying to help you here.

What I think you're looking for:

You may select from one of two licenses for this software: 1. All use where the code is used in a commercial, revenue generating, or other for-pay or professional use, you must purchase a license. Contact me for details. 2. For non-commercial uses the software is free to use, modify, and redistribute for other non-commercial uses.

Then you want to use a license that agrees with your desires, and MIT is not that license.

Right now anyone can take your code, take it under MIT, and you've got literally nothing to say about it. So just change that license, that's all.

Or don't it's not our code that will be misused.

Never write a legal document yourself. Always talk to a lawyer because these traps are really easy to set.

Re: Show HN: Bizcardz.ai – Custom metal business cards

#27
post #15
post #14

Earlier quoted context omitted.

if it forbids commercial use, it's not MIT. like at all

This is simple I wrote a license The license says there are two licenses If you are non-commercial you get MIT If you are commercial you email for terms There is nowhere a claim that this is MIT

So being non-commercial I can just fork and redistribute the software under MIT license? Strange, but acceptable.

Re: Show HN: Bizcardz.ai – Custom metal business cards

#28
post #4

It would be nice to see an actual picture of the physical business card here. Also do you handle sending the design to a manufacturer, or do I need to download and send myself?

The FAQ page is linked to from the home page https://bizcardz.ai/faq On the FAQ page there are links to images of the end result / physical

It would still be a lot nicer to see a sample in the repo you linked.

Instead of: Gihub Link => bizcardz => FAQ => "Show me the end result"

Re: Show HN: Bizcardz.ai – Custom metal business cards

#29
post #21

Earlier quoted context omitted.

Your lawyer will explain to you that what you wanted, and what your license terms actually mean, are two different things. There are noncommercial users who have downloaded your software and are using it under the terms of the MIT license. You already gave them permission. Now, they can give copies to commercial users, who can use it under the terms of the MIT license. Your lawyer will explain this to you.

> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software

You can just change the license, that's what MIT allows for. You are allowed to do whatever you want:

  MIT License

  Copyright (c) [year] [fullname]

  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**, including **without limitation** the rights
  to use, copy, *modify*, merge, publish, distribute, *sublicense*, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in all
  copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
You have to keep the copyright notice and notice of existing permissions, but that is not the same thing as a license. And you are allowed to sublicense into a more restrictive license (such as proprietary/closed source). Just not the other way around, which is what the inclusion of the existing notice helps to enforce.
Post reply on HN