Author Topic: CC-BY for hardware / repository structure for HW/SW project  (Read 9575 times)

0 Members and 1 Guest are viewing this topic.

Offline 0xdeadbeefTopic starter

  • Super Contributor
  • ***
  • Posts: 1572
  • Country: de
CC-BY for hardware / repository structure for HW/SW project
« on: March 19, 2014, 06:47:33 pm »
I wonder if anybody here used the CC-BY license to release an open hardware project.
It looks pretty likable to me. Not a lot of legal stuff, not a lot of restrictions, emphasis on fair use and giving the author credit.
Any opinion on this?

2nd topic, somewhat related: I want to release three source code trees (PC GUI, µC main software, µC bootloader) plus hardware documents (schematic + layout, gerber files etc.) on GitHub/BitBucket/whatever. It would be convenient for me to put all stuff in one common repository. Yet I wonder if wouldn't be better to have at least two repositories (hardware and software) or even separate repositories for the different software parts. Because if I always need to tag the full repository, every small update e.g. to the GUI would mean a new tag for the whole project - which again would lead to the assumption that also e.g. the bootloader from previous tags was be outdated - even if it never changed.
The problem is that I understand that for GitHib/ButBucket one project means one repository and two repositories means two projects. Which would result in unintended clutter as there would be two Wikis, two Bugtrackers etc.
In other words: in an ideal world, I could have subprojects inside the main project with separate tags. But I guess there's no way to achieve this with GitHub or BitBucket.
Any ideas?
Trying is the first step towards failure - Homer J. Simpson
 

Offline GiskardReventlov

  • Frequent Contributor
  • **
  • Posts: 598
  • Country: 00
  • How many pseudonyms do you have?
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #1 on: March 20, 2014, 04:00:22 pm »
The topic of  "what license" will get you many different answers. It comes down to a personal choice. My choice would be public domain and lots of others on github do same.

As for organizing your project, why not try each one of the scenarios you outlined and see which one works for you and your project. You might also look at other projects that are similar to yours and see what they've done. And you can always ask github this sames question.
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6190
  • Country: us
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #2 on: June 12, 2014, 10:47:35 pm »
The topic of  "what license" will get you many different answers. It comes down to a personal choice. My choice would be public domain and lots of others on github do same.

I looked at the public domain option at creativecommons.org but it involves some formality, so I ended using Apache 2 (for hardware and software). I wish cc would have a license with no attribution, no share alike and no commercial limitations.

As for a single vs multiple repositories, having all the files (hardware, software, docs, BOM, etc) in one directory is more community friendly IMO.
 

Offline BloodyCactus

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: us
    • Kråketær
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #3 on: June 13, 2014, 04:41:09 pm »
for my pinball control board system I've got GPLv2 for the software and Cern OHL for the hardware/schematics etc. its up on github
-- Aussie living in the USA --
 

Offline 0xdeadbeefTopic starter

  • Super Contributor
  • ***
  • Posts: 1572
  • Country: de
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #4 on: June 13, 2014, 05:16:50 pm »
I looked at the public domain option at creativecommons.org but it involves some formality, so I ended using Apache 2 (for hardware and software). I wish cc would have a license with no attribution, no share alike and no commercial limitations.
Hm, the CC-BY license looks very informal to me and has no commercial limitations.

As for a single vs multiple repositories, having all the files (hardware, software, docs, BOM, etc) in one directory is more community friendly IMO.
I think I found a solution that's good for me to handle and also user friendly. It's a git hosted on Bitbucket with three branches for hardware, software and documentation.
So I can update each branch separately and it's still one repository. See here.
Trying is the first step towards failure - Homer J. Simpson
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6190
  • Country: us
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #5 on: June 13, 2014, 06:12:24 pm »

Hm, the CC-BY license looks very informal to me and has no commercial limitations.

This imposes attribution requirements. I want my stuff to be really free without having to track linage of derivative works.

Sent from my Nexus 5 using Tapatalk

 

Offline gxti

  • Frequent Contributor
  • **
  • Posts: 507
  • Country: us
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #6 on: June 13, 2014, 06:29:34 pm »
Sounds like you want Creative Commons Zero then: https://creativecommons.org/publicdomain/zero/1.0/

Some countries believe in your rights so badly that you no longer have the right to waive your rights. Ironic. CC0 has the legalese to grant the maximum license possible in such cases. Description of what it does here: https://creativecommons.org/about/cc0
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6190
  • Country: us
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #7 on: June 13, 2014, 06:55:08 pm »
Sounds like you want Creative Commons Zero then: https://creativecommons.org/publicdomain/zero/1.0/

Some countries believe in your rights so badly that you no longer have the right to waive your rights. Ironic. CC0 has the legalese to grant the maximum license possible in such cases. Description of what it does here: https://creativecommons.org/about/cc0

Yes, that's what I was referring to. Follow the link, it requires a formal process, not just linking to as a typical open source license. That's why I use Apache 2.
 

Offline gxti

  • Frequent Contributor
  • **
  • Posts: 507
  • Country: us
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #8 on: June 13, 2014, 10:17:19 pm »
That's not a "formal process", it just generates some HTML metadata for people who are publishing content on the web as opposed to source code, so that it can be automatically indexed. You can copy the text of the license and plop it into a file like any other license. There's even a FAQ about how to format it for source code.

That said, there's nothing wrong with the Apache license, I use it myself. But it does require that derivative works retain any copyright notices you place:
Quote
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works;
In that respect, other permissive licenses (MIT, BSD, ISC, etc.) are similar. If you take it completely literally, it's sufficient to just not place any copyright notices and users will no longer be obligated to retain them. But it may not be as legally clear that it is an approved derivative if there is no clear entity responsible for issuing the license to begin with.
 

Offline zapta

  • Super Contributor
  • ***
  • Posts: 6190
  • Country: us
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #9 on: June 13, 2014, 10:29:37 pm »
That's not a "formal process", it just generates some HTML metadata for people who are publishing content on the web as opposed to source code, so that it can be automatically indexed. You can copy the text of the license and plop it into a file like any other license. There's even a FAQ about how to format it for source code.

Thanks, I will take another look at it. I saw that online form with name, etc they have and assumed they keep some central registry. 

That said, there's nothing wrong with the Apache license, I use it myself. But it does require that derivative works retain any copyright notices you place:

In that respect, other permissive licenses (MIT, BSD, ISC, etc.) are similar. If you take it completely literally, it's sufficient to just not place any copyright notices and users will no longer be obligated to retain them. But it may not be as legally clear that it is an approved derivative if there is no clear entity responsible for issuing the license to begin with.

I used open source while working for a large corporation and all those tiny restrictions are pain when you need to get the legal clearance to use them. That's why I want my stuff to have as less restrictions as possible (and avoid GPL like the plague ;-))..

Any other permissive license that does not require to retain the copyright notice?
 

Offline abaxas

  • Regular Contributor
  • *
  • Posts: 131
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #10 on: June 17, 2014, 09:47:40 pm »
Just make it public domain and stop faffing about.


 

Offline PointyOintment

  • Frequent Contributor
  • **
  • Posts: 327
  • Country: ca
  • ↑ I scanned my face
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #11 on: September 04, 2014, 05:19:58 am »
As for a single vs multiple repositories, having all the files (hardware, software, docs, BOM, etc) in one directory is more community friendly IMO.
I think I found a solution that's good for me to handle and also user friendly. It's a git hosted on Bitbucket with three branches for hardware, software and documentation.
So I can update each branch separately and it's still one repository. See here.
I have almost no experience with version control, but that looks like a highly nonstandard way of using branches. Is it working well? Can you still use (sub-)branches for their intended purpose? I have some projects I'm starting that have similar requirements.
I refuse to use AD's LTspice or any other "free" software whose license agreement prohibits benchmarking it (which implies it's really bad) or publicly disclosing the existence of the agreement. Fortunately, I haven't agreed to that one, and those terms are public already.
 

Offline 0xdeadbeefTopic starter

  • Super Contributor
  • ***
  • Posts: 1572
  • Country: de
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #12 on: September 04, 2014, 04:02:02 pm »
Honestly I "borrowed" the idea from someone else - but don't ask me from where - I simply stumbled over this approach while searching for solutions.
Besides, this is a small one man project, so "real" branches inside one of the three main branches are not probable. Then again, I don't see why they shouldn't work any more.

For me, this approach works pretty well. The only drawback is that by switching branches, the files/folders in my local repository appear/disappear. So when I switch from software to documentation, the folder "software" and its whole content disappears from my local git/ngen folder, and the folder "docs" magically appears. This feels weird and makes it impossible to work on the local repository for e.g. software and hardware at the same time.

Then again, this is not really an issue for me as my software development folder is not the same as my local repository folder. When I feel I should put changed files in the repository, I switch to the "software" branch, synchronize my development folder and the local repository with "Beyond Compare" and then commit/push from there.
Trying is the first step towards failure - Homer J. Simpson
 

Offline alex.forencich

  • Frequent Contributor
  • **
  • Posts: 397
  • Country: us
    • Alex Forencich
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #13 on: December 01, 2014, 07:39:00 pm »
Honestly I "borrowed" the idea from someone else - but don't ask me from where - I simply stumbled over this approach while searching for solutions.
Besides, this is a small one man project, so "real" branches inside one of the three main branches are not probable. Then again, I don't see why they shouldn't work any more.

For me, this approach works pretty well. The only drawback is that by switching branches, the files/folders in my local repository appear/disappear. So when I switch from software to documentation, the folder "software" and its whole content disappears from my local git/ngen folder, and the folder "docs" magically appears. This feels weird and makes it impossible to work on the local repository for e.g. software and hardware at the same time.

Then again, this is not really an issue for me as my software development folder is not the same as my local repository folder. When I feel I should put changed files in the repository, I switch to the "software" branch, synchronize my development folder and the local repository with "Beyond Compare" and then commit/push from there.

Couple of things:

1. don't do that if possible (orphan branches), subfolders are generally fine
2. possibly look in to git subtree (you can have a separate repo for each one, then combine all three in one repo and pass commits back and forth, see https://github.com/alexforencich/verilog-ethernet/tree/master/lib for an example)
3. if you really like orphan branches, https://github.com/git/git/blob/master/contrib/workdir/git-new-workdir
Python-based instrument control: Python IVI, Python VXI-11, Python USBTMC
 

Offline PointyOintment

  • Frequent Contributor
  • **
  • Posts: 327
  • Country: ca
  • ↑ I scanned my face
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #14 on: December 06, 2014, 02:55:11 am »
I refuse to use AD's LTspice or any other "free" software whose license agreement prohibits benchmarking it (which implies it's really bad) or publicly disclosing the existence of the agreement. Fortunately, I haven't agreed to that one, and those terms are public already.
 

Offline bitwelder

  • Frequent Contributor
  • **
  • Posts: 967
  • Country: fi
Re: CC-BY for hardware / repository structure for HW/SW project
« Reply #15 on: March 22, 2015, 07:39:46 am »
I'm following (and I've backed) the USB Armory project (http://www.inversepath.com/usbarmory.html) and while they originally put it under GPL2 license, they recently changed to CERN Open Hardware license (http://www.ohwr.org/projects/cernohl/wiki), as it's more appropriate for the hardware.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf