Git Product home page Git Product logo

Comments (2)

tarsius avatar tarsius commented on July 18, 2024

I would have preferred to leave this undefined but now you have forced my hand.

  1. I believe that copyright does (or should not) apply to configuration.
  2. I consider this repository to consist almost exclusively of configuration.

Only the seven line Makefile and four lines from from init.el are not configuration. That's only eleven trivial lines, which also aren't (or should not be) copyrightable.

-include lib/borg/borg.mk

bootstrap-borg:
  	@git submodule--helper clone --name borg --path lib/borg \
	--url [email protected]:emacscollective/borg.git
	@cd lib/borg; git symbolic-ref HEAD refs/heads/master
	@cd lib/borg; git reset --hard HEAD
(progn ;    `borg'
  (add-to-list 'load-path (expand-file-name "lib/borg" user-emacs-directory))
  (require  'borg)
  (borg-initialize))

The rest boils down to many instances of "use package X" and "set variable Y to Z". And a bit of documentation.

from emacs.g.

cloudchin avatar cloudchin commented on July 18, 2024

Thanks for clarifying, and for your emacs contributions.

I'm not sure how my question causes a "forced hand" though. Users need to know what the usability is for borrowed content. Leaving potential restrictions or complexities undocumented and undiscovered now can only hurt the noble efforts behind emacscollective. Do you disagree? Thinking it might help structure & disambiguate documentation too...

If you don't want sunlight on it (though that begs the question), maybe add a subtle link to your post in the readme?

from emacs.g.

Related Issues (17)

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.