summaryrefslogtreecommitdiff
path: root/example_pkg
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-09 14:39:42 -0700
committermo khan <mo.khan@gmail.com>2020-01-09 14:39:42 -0700
commit0d08930217a6e5eceebfb87f60a803f841fde174 (patch)
tree0b53d92f7b1f26e730c3e4ee24ef58da72bc62f8 /example_pkg
parentbbe651b52287b58ad424c2b952af94625747a8b8 (diff)
Move LICENSE and README to proper location
Diffstat (limited to 'example_pkg')
-rw-r--r--example_pkg/LICENSE19
-rw-r--r--example_pkg/README.md5
2 files changed, 24 insertions, 0 deletions
diff --git a/example_pkg/LICENSE b/example_pkg/LICENSE
index e69de29..bbe5b08 100644
--- a/example_pkg/LICENSE
+++ b/example_pkg/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2018 mo khan
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/example_pkg/README.md b/example_pkg/README.md
index e69de29..ad9ff9a 100644
--- a/example_pkg/README.md
+++ b/example_pkg/README.md
@@ -0,0 +1,5 @@
+# Example Package
+
+This is a simple example package. You can use
+[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
+to write your content.