Skip to content

Instantly share code, notes, and snippets.

View hlgr360's full-sized avatar

Holger Reinhardt hlgr360

View GitHub Profile
@hlgr360
hlgr360 / adello_CLA.md
Last active May 22, 2018 19:37 — forked from DonMartin76/wicked_CLA.md
Adello OSS Contributor License Agreement

Contributor License Agreement

The following terms are used throughout this agreement:

  • You - the person or legal entity including its affiliates asked to accept this agreement. An affiliate is any entity that controls or is controlled by the legal entity, or is under common control with it.
  • Project - is an umbrella term that refers to any and all open source projects in the Adello GitHub organization, maintained by the Adello AG.
  • Contribution - any type of work that is submitted to a Project, including any modifications or additions to existing work.
  • Submitted - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or verbal communication with Adello contributors or maintainers.

1. Grant of Copyright License.

@hlgr360
hlgr360 / 0_reuse_code.js
Created January 20, 2014 19:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console