summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dockerignore0
-rw-r--r--frontend/CONTRIBUTING.md28
-rw-r--r--frontend/LICENSE.md21
-rw-r--r--frontend/README.md5
-rw-r--r--simulator/CONTRIBUTING.md0
-rw-r--r--simulator/LICENSE.txt21
-rw-r--r--simulator/README.md9
-rw-r--r--web-server/LICENSE.md21
8 files changed, 0 insertions, 105 deletions
diff --git a/.dockerignore b/.dockerignore
deleted file mode 100644
index e69de29b..00000000
--- a/.dockerignore
+++ /dev/null
diff --git a/frontend/CONTRIBUTING.md b/frontend/CONTRIBUTING.md
deleted file mode 100644
index 152ab5aa..00000000
--- a/frontend/CONTRIBUTING.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributing to the OpenDC Frontend
-
-First of all, thanks for wanting to contribute! 🎉
-
-
-## 💬 Have a question or general feedback relating to the OpenDC Frontend?
-
-Contact us at 📧[opendc@atlarge-research.com](mailto:opendc@atlarge-research.com)!
-
-
-## 🐞 Want to report a bug or suggest a feature?
-
-Encountered what you deem to be undesirable behavior? Have an idea for a feature that could be added? Please go to our [GitHub issues page](https://github.com/atlarge-research/opendc-frontend/issues) and have a look if there already is an issue addressing your concern.
-
-If there already is an issue, feel free to comment on the issue to show your support for it, or to add additional information that might be helpful. You can also just react with a thumbs-up 👍 to the issue or feature, to indicate that you'd be interested in its resolution. This can help us prioritize what we spend our development time on.
-
-If you can't find an issue that fits your problem or feature request, [open a new one](https://github.com/atlarge-research/opendc-frontend/issues/new). Describe actual and expected behavior, and be as detailed as you can. We'll get back to you asap.
-
-
-## 💻 Want to contribute code?
-
-Great! [Fork this repo](https://github.com/atlarge-research/opendc-frontend/new/master) and submit a PR here when you're ready! Be sure to describe *what* you changed and *why* you changed it, to help us understand what your contribution is about.
-
-* A couple of notes on the code itself:
- * Before you make changes to the codebase, have a look at the rest of the codebase (especially parts that are similar to what you want to achieve). Do you understand what they do? If not, feel free to [contact us](mailto:opendc@atlarge-research.com).
- * Try to write clean, concise, self-documenting code.
- * Don't worry too much about the formatting of your code: our `prettier` pre-commit hook takes care of formatting your code for you, automatically.
-* A quick note on commit messages: Please follow common Git standards when writing commit messages, see [this post](https://chris.beams.io/posts/git-commit/) for details.
diff --git a/frontend/LICENSE.md b/frontend/LICENSE.md
deleted file mode 100644
index 57288ae2..00000000
--- a/frontend/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2017 atlarge-research
-
-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/frontend/README.md b/frontend/README.md
index 527abd28..0ed1f44a 100644
--- a/frontend/README.md
+++ b/frontend/README.md
@@ -95,8 +95,3 @@ The following command runs all tests in the codebase. On top of this, it also wa
```bash
yarn test
```
-
-
-## License
-
-The code is released under the MIT license. See `LICENSE.md`.
diff --git a/simulator/CONTRIBUTING.md b/simulator/CONTRIBUTING.md
deleted file mode 100644
index e69de29b..00000000
--- a/simulator/CONTRIBUTING.md
+++ /dev/null
diff --git a/simulator/LICENSE.txt b/simulator/LICENSE.txt
deleted file mode 100644
index 57288ae2..00000000
--- a/simulator/LICENSE.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2017 atlarge-research
-
-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/simulator/README.md b/simulator/README.md
index 84b40a54..0e9a1671 100644
--- a/simulator/README.md
+++ b/simulator/README.md
@@ -35,12 +35,3 @@ The documentation is located in the [docs/](docs) directory and is divided as fo
## Getting Started
TODO
-
-## Contributing
-### Contributing Guide
-Read our [contributing guide](CONTRIBUTING.md) to learn about our
-development process, how to propose bug fixes and improvements, and how
-to build and test your changes to the project.
-
-### License
-The OpenDC simulator is available under the [MIT license](https://github.com/atlarge-research/opendc-simulator/blob/master/LICENSE.txt).
diff --git a/web-server/LICENSE.md b/web-server/LICENSE.md
deleted file mode 100644
index 57288ae2..00000000
--- a/web-server/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2017 atlarge-research
-
-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.