Giter Site home page Giter Site logo

avalonia.groupbox's People

Contributors

teast avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Forkers

deivatsi bintoss

avalonia.groupbox's Issues

Choose A License

https://choosealicense.com/

"No License" == "All Rights Reserved". This restricts others from using this software in their own projects.

If you find software that doesn’t have a license, that generally means you have no permission from the creators of the software to use, modify, or share the software. Although a code host such as GitHub may allow you to view and fork the code, this does not imply that you are permitted to use, modify, or share the software for any purpose.

What If I Don't Choose A License?

No License

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

Even in the absence of a license file, you may grant some rights in cases where you publish your source code to a site that requires accepting terms of service. For example, if you publish your source code in a public repository on GitHub, you have accepted the Terms of Service, by which you allow others to view and fork your repository. Others may not need your permission if limitations and exceptions to copyright apply to their particular situation. Neither site terms nor jurisdiction-specific copyright limitations are sufficient for the kinds of collaboration that people usually seek on a public code host, such as experimentation, modification, and sharing as fostered by an open source license.

You don’t have to do anything to not offer a license. You may, however, wish to add a copyright notice and statement that you are not offering any license in a prominent place (e.g., your project’s README) so that users don’t assume you made an oversight. If you’re going to accept others’ contributions to your non-licensed project, you may wish to explore adding a contributor agreement to your project with your lawyer so that you maintain copyright permission from contributors, even though you’re not granting the same.

Disallowing use of your code might not be what you intend by “no license.” An open source license allows reuse of your code while retaining copyright. If your goal is to completely opt-out of copyright restrictions, try a public domain dedication instead.

For users

If you find software that doesn’t have a license, that generally means you have no permission from the creators of the software to use, modify, or share the software. Although a code host such as GitHub may allow you to view and fork the code, this does not imply that you are permitted to use, modify, or share the software for any purpose.

Your options:

  • Ask the maintainers nicely to add a license. Unless the software includes strong indications to the contrary, lack of a license is probably an oversight. If the software is hosted on a site like GitHub, open an issue requesting a license and include a link to this site. If you’re bold and it’s fairly obvious what license is most appropriate, open a pull request to add a license – see “suggest this license” in the sidebar of the page for each license on this site (e.g., MIT).
  • Don’t use the software. Find or create an alternative that is under an open source license.
  • Negotiate a private license. Bring your lawyer.

Compile issue

Not sure if this is related to #1 (because there's a huge lack of info) but I'm trying to compile in Avalonia 0.9.12 and getting the following build error:

Internal compiler error while transforming node XamlIl.Ast.XamlIlAstObjectNode:
XamlIl.XamlIlTypeSystemException: Content (or substitute) attribute is declared on multiple properties of Teast.Controls.GroupBox:Teast.Controls.GroupBox
at XamlIl.Transform.XamlIlTransformerConfiguration.FindContentProperty(IXamlIlType type)
at XamlIl.Transform.Transformers.XamlIlResolveContentPropertyTransformer.Transform(XamlIlAstTransformationContext context, IXamlIlAstNode node)
at XamlIl.Transform.XamlIlAstTransformationContext.Visitor.Visit(IXamlIlAstNode node) (line 16 position 6) Line 16, position 6. AvaloniaPropertyIssue C:\Users\derek\source\repos\AvaloniaTest\AvaloniaTest\MainWindow.axaml 16

I'm using the same code as the sample:

    <teast:GroupBox
        Header="This is a header">
      <StackPanel>
        <TextBlock Text="Sample text inside" />
        <Button Content="Sample button" />
      </StackPanel>
    </teast:GroupBox>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.