Skip to content

Commit

Permalink
Removing un-necessary files
Browse files Browse the repository at this point in the history
Update placeholders
  • Loading branch information
maoo committed Feb 26, 2021
1 parent 4481e6a commit 8d9b97e
Show file tree
Hide file tree
Showing 14 changed files with 6,687 additions and 413 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code of Conduct for {project name}
# Code of Conduct for Open Source Readiness

Please see the [Community Code of Conduct](https://www.finos.org/code-of-conduct).
13 changes: 0 additions & 13 deletions .whitesource

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# {project name} Contribution and Governance Policies
# Open Source Readiness Contribution and Governance Policies

This document describes the contribution process and governance policies of the FINOS {project name} project. The project is also governed by the [Linux Foundation Antitrust Policy](https://www.linuxfoundation.org/antitrust-policy/), and the FINOS [IP Policy](https://github.com/finos/community/blob/master/governance/IP-Policy.pdf), [Code of Conduct](https://github.com/finos/community/blob/master/governance/Code-of-Conduct.md), [Collaborative Principles](https://github.com/finos/community/blob/master/governance/Collaborative-Principles.md), and [Meeting Procedures](https://github.com/finos/community/blob/master/governance/Meeting-Procedures.md).
This document describes the contribution process and governance policies of the FINOS Open Source Readiness project. The project is also governed by the [Linux Foundation Antitrust Policy](https://www.linuxfoundation.org/antitrust-policy/), and the FINOS [IP Policy](https://github.com/finos/community/blob/master/governance/IP-Policy.pdf), [Code of Conduct](https://github.com/finos/community/blob/master/governance/Code-of-Conduct.md), [Collaborative Principles](https://github.com/finos/community/blob/master/governance/Collaborative-Principles.md), and [Meeting Procedures](https://github.com/finos/community/blob/master/governance/Meeting-Procedures.md).

## Contribution Process

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2018 FINOS

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions LICENSE.spdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPDXVersion: SPDX-2.0
DataLicense: CC0-1.0
Creator: {name of copyright owner}
PackageName: {project name}
PackageOriginator: {name of copyright owner}
PackageHomePage: https://github.com/finos/{project slug}
Creator: FINOS
PackageName: Open Source Readiness
PackageOriginator: FINOS
PackageHomePage: https://github.com/finos/open-source-readiness
PackageLicenseDeclared: Apache-2.0
6 changes: 2 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{project name} - FINOS
Copyright {yyyy} - {current year} {name of copyright owner} {email of copyright holder}
Open Source Readiness - FINOS
Copyright 2018 FINOS - [email protected]

This product includes software developed at the Fintech Open Source Foundation (https://www.finos.org/).

{Other notices, as necessary}
65 changes: 0 additions & 65 deletions README.template.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/home.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: home
title: {project name} docs
title: Open Source Readiness docs
---

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: roadmap
title: {project name} Roadmap
title: Open Source Readiness Roadmap
---

....
2 changes: 1 addition & 1 deletion docs/team.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: team
title: {project name} Team
title: Open Source Readiness Team
---

....
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ $ npm -v
2. Install and run Docusaurus locally

```sh
$ git clone [email protected]:<your fork>/{project slug}.git
$ cd {project slug}
$ git clone [email protected]:<your fork>/open-source-readiness.git
$ cd open-source-readiness

# Download dependencies
$ yarn --cwd website install
Expand Down
6 changes: 3 additions & 3 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
// See https://docusaurus.io/docs/site-config for all the possible
// site configuration options.

// Replace 'project-blueprint' with {project name}
const projectName = 'Open Source Readines'
// Replace 'project-blueprint' with {project name}
// Replace 'project-blueprint' with Open Source Readiness
const projectName = 'Open Source Readiness'
// Replace 'project-blueprint' with Open Source Readiness
const projectSlug = 'open-source-readiness'
// Replace 'FINOS' with {name of copyright owner}
const copyrightOwner = 'FINOS'
Expand Down
Loading

0 comments on commit 8d9b97e

Please sign in to comment.