-
Notifications
You must be signed in to change notification settings - Fork 170
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
Metadata Views: Full License View #106
Comments
is this Dapper Labs as Flow Team, or Dapper Labs as Dapper Wallet ? ( called Dapper Studio I guess if not different entity) or is it Dapper Labs as Dapper Foundation ? In general I don't have problem with this issue, but I feel like that this can be used as a stepping stone of license enforcement on Flow Blockchain ( by Flow Protocol or Service Account ), so I think it would be nice to make that clear from the beginning. |
@psiemens @EricLin2004 Would you be able to elaborate a bit more on what is required for this? I want to make sure this is pretty clear |
Here are two documents that our legal team has put together for how we envision this. I'll try to respond again later this week with some ideas for how I might want to implement this but any ideas or feedback in the meantime is appreciated. :) |
This is very good idea, as long as Flow Team ( blockchain ) does not enforce this, just for user information and user trust, I think it will be beneficial to ecosystem. But from the look of the chart seems grouping is not so well.
If we exclude the full ownership for a second:
We can summarize with 2 questions:
I think very poorly designed tbh. Maybe even multiple badges can cover better. ( e.g. base & commercial & voting ) Even technically those rights can be interfaces, and can be combined later. Or you can maybe upgrade your NFT later for another license.
|
Are you saying that instead of indicating which group an NFT belongs to in this view, we just provide answers to these two questions with an enum or something? It isn't clear what you are suggesting.
Can you elaborate here? I'm not sure what you mean |
I meant If we want to make a generic license view, we should have an array of granted permissions on chain, rest should be up to dapp to show. e.g coloring/badging Something like this: License( name='Base NFT License' , rights=
[
LicenseGrant(Code: License.PERSONAL, Text: 'Use content for personal use', Link: HttpLink('https://license.dapperlabs.com/personal')),
LicenseGrant(Code: License.RESELL, Text: 'Resell short description', Link: HttpLink('https://license.dapperlabs.com/personal')),
])
Content providers will rarely grant this, so it is better to make this separate right. I mean License View should describe in full, it should not leave part like: " depends on provider " |
Definitely not something we'd enforce, just an optional tool for NFT developers.
I was imagining something simpler: just a But I'm not a lawyer! I'll get an opinion from the lawyers who drafted the framework above. |
Maybe the existing license metadata should be renamed to indicate it is a software license? I really like the idea of machine-readable license information. It would be great to have a Rights Expression Language for Cadence. The Creative Commons organization has done a lot in this space over the years, maybe we can adopt their ccREL? W3C's ODRL looks even more expressive. |
I clarified a few things based on the discussion here.
|
So what I am hearing from the discussion here is that we can do something simple like @psiemens suggests, but it would still be good to have the information accessible on chain, like @bluesign says: Here is a basic view structure that might work. let me know if I am not understanding something properly here
|
I like the idea of keeping it simple, however, It seems confusing to me when we divide the license category as per the voting or whatnot. I like the idea of @bluesign, where the license can be broadly divided into two categories, and we can have subcategories. ex - Utility (voting/content/skip). Right now, it is a flat structure that can also work unless it creates confusion |
@joshuahannan, I think we need to look into this as well. Today a16z released this https://a16zcrypto.com/introducing-nft-licenses/ they are using what @turbolent proposes creative common stuff. |
They have more or less the same as what we have above. |
I believe this might be well outside the scope of the current proposal, but leaving room for further elaboration on "derivative works" might be helpful (a separate view perhaps?). I believe there's an opportunity to facilitate licensing of IP through smart contracts, and having a more expressive language for this would likely be helpful.
While I understand it's likely outside the scope of this proposal, I believe a more expressive language for granting derivative works rights would be helpful, and hoping we can find a way to represent this as a gray area here in the short term in cases where content creators are not satisfied with a bool. |
That was never the intention from my part. The intention was always that the view was content lisence and that you should use relevant identifiers in SPDX that are content based like https://spdx.org/licenses/CC-BY-4.0.html. |
Another relevant post popped up recently https://a16zcrypto.com/introducing-nft-licenses/ |
Another aspect to all of this that I personally feel is important is the mutability of said license. Changing the license of an NFT is problematic at best horrible at worst. There are examples on projects doing this in ETH and it was nasty. |
the links should be MetadataViews.Media here IMHO, as they have both a file/url and a content/type. Somebody might want to store a PDF version in ipfs and a html/plan-text version in http. |
I think mutable is the correct way legally although I agree with you totally on problematic side. Btw @psiemens can we invite some ecosystem people ( like Dapper Studio etc ) to this discussion directly ? I mean obviously licenses are designed to protect their rights, not user’s |
I also think we kind of need mutability, but should we have some way then to track when this license was changed? and have a version to check when the previous version was added or something? |
This view would be very useful for Doodles, can we try to get this through the door? |
I would think so yes |
Yeah, I'm pinging the relevant people to see if any of their ideas have changes and I'm gonna get them to join in the conversation on this thread as well. I also closed #150 so we can concentrate discussion here. |
Hi All, Flow core team is seeking legal guidance on NFT licenses and we believe that a standard view for licenses declared by the NFT minter remains the right path forward. We will be calling for a community working group to advance this topic forward once we have more clarity but this is one of the top priorities for the ecosystem. We will soon follow up with an update on our proposal for licensing in NFT views and then brainstorm in the working group. We recognize that, despite the options, licenses won’t be right for every project, and that the licensing needs of projects will change as rapid innovation tirelessly drives the space in new directions. Thanks for your patience |
My legal counsel colleague might be able to help @franklywatson. I'll DM you. |
@albeethekid Shared a new proposal that the Flow team is working on with Creative Commons for NFT Licenses. We'd like to utilize some of what we've discussed here to make the standard metadata view for this initiative, but we want to make sure that the proposal itself is sound before we do too much technical work on the view. Please leave any feedback you have about the core proposal in the forum post. Also, If you'd like to take a stab at implementing the metadata view based on this, please share your ideas here and we'll be happy to support you! If nobody volunteers to lead this, the Flow team will make some proposals. Thanks for your support! |
I posted a new PR with the license proposal based off Bjarte's that I am looking for feedback on: #173 |
Issue To Be Solved
Flow is working with governments to define a standard for how NFT projects can define licensing rights for NFTs that define permissions for what can be done with them and their metadata by the owner.
The current License view does not sufficiently cover the needs for a full license view, so we would like to define a new one that projects can start using.
Suggest A Solution
Options:
We'll post and discuss more in this issue
The text was updated successfully, but these errors were encountered: