commit 2e7dbe75d979eab16828a0399c8bd5cf21896a90
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 13 Jul 2017 18:53:22 +0200
Package skeleton
Diffstat:
4 files changed, 62 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,4 @@
+*~
+\#*
+.\#*
+.DS_Store
diff --git a/LICENSE-more.md b/LICENSE-more.md
@@ -0,0 +1,24 @@
+$$$PKG_NAME$$$
+Copyright (c) 2016-2017 Georges Dupéron
+
+
+
+This package is in distributed under the Creative Commons CC0 license
+https://creativecommons.org/publicdomain/zero/1.0/, as specified by
+the LICENSE.txt file.
+
+
+
+The CC0 license is equivalent to a dedication to the Public Domain
+in most countries, but is also effective in countries which do not
+recognize explicit dedications to the Public Domain.
+
+
+
+In order to avoid any potential licensing issues, this package is explicitly
+distributed under the Creative Commons CC0 license
+https://creativecommons.org/publicdomain/zero/1.0/, or under the GNU Lesser
+General Public License (LGPL) https://opensource.org/licenses/LGPL-3.0, or
+under the Apache License Version 2.0
+https://opensource.org/licenses/Apache-2.0, or under the MIT license
+https://opensource.org/licenses/MIT, at your option.
diff --git a/LICENSE.txt b/LICENSE.txt
@@ -0,0 +1,24 @@
+$$$PKG_NAME$$$
+Copyright (c) 2016-2017 Georges Dupéron
+
+
+
+This package is in distributed under the Creative Commons CC0 license
+https://creativecommons.org/publicdomain/zero/1.0/, as specified by
+the LICENSE.txt file.
+
+
+
+The CC0 license is equivalent to a dedication to the Public Domain
+in most countries, but is also effective in countries which do not
+recognize explicit dedications to the Public Domain.
+
+
+
+In order to avoid any potential licensing issues, this package is explicitly
+distributed under the Creative Commons CC0 license
+https://creativecommons.org/publicdomain/zero/1.0/, or under the GNU Lesser
+General Public License (LGPL) https://opensource.org/licenses/LGPL-3.0, or
+under the Apache License Version 2.0
+https://opensource.org/licenses/Apache-2.0, or under the MIT license
+https://opensource.org/licenses/MIT, at your option.
diff --git a/README.md b/README.md
@@ -0,0 +1,10 @@
+[](https://travis-ci.org/jsmaniac/git-rebasei)
+[](https://codecov.io/gh/jsmaniac/git-rebasei)
+[](http://jsmaniac.github.io/travis-stats/#jsmaniac/git-rebasei)
+[](https://github.com/jsmaniac/git-rebasei/issues)
+[](https://creativecommons.org/publicdomain/zero/1.0/)
+
+git-rebasei
+===========
+
+A small wrapper around git rebase -i to show commits in the same order and with the same information as git log --oneline --decorate