From f2c63cc6c120b32319ec3598a7dcd4e4fc851631 Mon Sep 17 00:00:00 2001 From: Martin Trojer Date: Thu, 20 May 2021 05:47:35 -0700 Subject: [PATCH] [FCP] Remove README/LICENSE files that are duplicated in the parent (main infer) folder. Reviewed By: skcho Differential Revision: D28567207 fbshipit-source-id: 6f7de9d37 --- facebook-clang-plugins/CODE_OF_CONDUCT.md | 3 -- facebook-clang-plugins/CONTRIBUTING.md | 41 ----------------------- facebook-clang-plugins/LICENSE | 21 ------------ 3 files changed, 65 deletions(-) delete mode 100644 facebook-clang-plugins/CODE_OF_CONDUCT.md delete mode 100644 facebook-clang-plugins/CONTRIBUTING.md delete mode 100644 facebook-clang-plugins/LICENSE diff --git a/facebook-clang-plugins/CODE_OF_CONDUCT.md b/facebook-clang-plugins/CODE_OF_CONDUCT.md deleted file mode 100644 index 0a45f9bd5..000000000 --- a/facebook-clang-plugins/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,3 +0,0 @@ -# Code of Conduct - -Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please [read the full text](https://code.facebook.com/codeofconduct) so that you can understand what actions will and will not be tolerated. diff --git a/facebook-clang-plugins/CONTRIBUTING.md b/facebook-clang-plugins/CONTRIBUTING.md deleted file mode 100644 index 1d7dfee52..000000000 --- a/facebook-clang-plugins/CONTRIBUTING.md +++ /dev/null @@ -1,41 +0,0 @@ -# Contributing to facebook-clang-plugins -We want to make contributing to this project as easy and transparent as -possible. - -## Code of Conduct -The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md). - -## Our Development Process -The github repository https://github.com/facebook/facebook-clang-plugins is the source of truth. - -## Pull Requests -We actively welcome your pull requests. - -1. Fork the repo and create your branch from `master`. -2. If you've added code that should be tested, add tests -3. If you've changed APIs, update the documentation. -4. Ensure the test suite passes. - Run tests with `make -C libtooling test`. For re-recording the tests, run `make -C libtooling record-test-outputs`. -5. If you haven't already, complete the Contributor License Agreement ("CLA"). - -## Contributor License Agreement ("CLA") -In order to accept your pull request, we need you to submit a CLA. You only need -to do this once to work on any of Facebook's open source projects. - -Complete your CLA here: - -## Issues -We use GitHub issues to track public bugs. Please ensure your description is -clear and has sufficient instructions to be able to reproduce the issue. - -Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe -disclosure of security bugs. In those cases, please go through the process -outlined on that page and do not file a public issue. - -## Coding Style -Please use the LLVM style for new code: http://llvm.org/docs/CodingStandards.html -while we are (slowly) updating the rest of the files. - -## License -By contributing to facebook-clang-plugins, you agree that your contributions will be licensed -under its MIT license. diff --git a/facebook-clang-plugins/LICENSE b/facebook-clang-plugins/LICENSE deleted file mode 100644 index cde61b6c5..000000000 --- a/facebook-clang-plugins/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2014-present, Facebook, Inc. - -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.