Skip to content

Commit 84dae0a

Browse files
authored
Remove licenses from readmes and remove travis badges from readmes (#2244)
1 parent 4ea43fe commit 84dae0a

File tree

70 files changed

+57
-521
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+57
-521
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MongoDB Compass [![][travis_img]][travis_url]
1+
# MongoDB Compass
22
The MongoDB GUI.
33

44
![Aggregation Pipeline Builder Tab in Compass](packages/compass/compass-screenshot.png)
@@ -97,6 +97,3 @@ forum](https://feedback.mongodb.com/forums/924283-compass).
9797

9898
# License
9999
[SSPL](https://github.com/mongodb-js/compass/blob/master/LICENSE)
100-
101-
[travis_img]: https://travis-ci.org/mongodb-js/compass.svg
102-
[travis_url]: https://travis-ci.org/mongodb-js/compass

packages/ace-mode/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,5 @@ color: #0086B3;
354354
</div>
355355
```
356356

357-
## License
358-
359-
Apache 2.0
360-
361357
[npm_img]: https://img.shields.io/npm/v/mongodb-ace-mode.svg?style=flat-square
362358
[npm_url]: https://www.npmjs.org/package/mongodb-ace-mode

packages/ace-theme-query/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,5 @@ import 'mongodb-ace-theme-query';
1515
editor.setTheme("ace/theme/mongodb-query");
1616
```
1717

18-
## License
19-
20-
Apache 2.0
21-
2218
[npm_img]: https://img.shields.io/npm/v/mongodb-ace-theme-query.svg?style=flat-square
2319
[npm_url]: https://www.npmjs.org/package/mongodb-ace-theme-query

packages/ace-theme/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,5 @@ import 'mongodb-ace-theme';
2121
editor.setTheme("ace/theme/mongodb");
2222
```
2323

24-
## License
25-
26-
Apache 2.0
27-
2824
[npm_img]: https://img.shields.io/npm/v/mongodb-ace-theme.svg?style=flat-square
2925
[npm_url]: https://www.npmjs.org/package/mongodb-ace-theme

packages/app-migrations/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# app-migrations [![travis][travis_img]][travis_url] [![npm][npm_img]][npm_url]
1+
# app-migrations [![npm][npm_img]][npm_url]
22

33
> A helper module to define and execute app schema migrations.
44
@@ -92,11 +92,5 @@ migrate('1.0.8', '1.0.3', function(err, res) {
9292
// Error: Downgrade from version 1.0.8 to 1.0.3 not possible.
9393
```
9494

95-
## License
96-
97-
Apache 2.0
98-
99-
[travis_img]: https://img.shields.io/travis/mongodb-js/app-migrations.svg
100-
[travis_url]: https://travis-ci.org/mongodb-js/app-migrations
10195
[npm_img]: https://img.shields.io/npm/v/app-migrations.svg
10296
[npm_url]: https://npmjs.org/package/app-migrations

packages/collection-model/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mongodb-collection-model [![][npm_img]][npm_url] [![][travis_img]][travis_url]
1+
# mongodb-collection-model [![][npm_img]][npm_url]
22

33
> MongoDB collection model.
44
@@ -14,12 +14,6 @@ npm install --save mongodb-collection-model
1414
npm test
1515
```
1616

17-
## License
18-
19-
Apache 2.0
20-
21-
[travis_img]: https://secure.travis-ci.org/mongodb-js/collection-model.svg?branch=master
22-
[travis_url]: https://travis-ci.org/mongodb-js/collection-model
2317
[npm_img]: https://img.shields.io/npm/v/mongodb-collection-model.svg
2418
[npm_url]: https://www.npmjs.org/package/mongodb-collection-model
2519
[gitter_img]: https://badges.gitter.im/Join%20Chat.svg

packages/compass-aggregations/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# compass-aggregations [![][travis_img]][travis_url] [![][storybook_img]][storybook_url]
1+
# compass-aggregations [![][storybook_img]][storybook_url]
22

33
> Compass Plugin for the MongoDB Aggregation Pipeline Builder.
44
@@ -321,12 +321,6 @@ npm run analyze
321321
npm i -S @mongodb-js/compass-aggregations
322322
```
323323

324-
## License
325-
326-
Apache 2.0
327-
328-
[travis_img]: https://travis-ci.org/mongodb-js/compass-aggregations.svg?branch=master
329-
[travis_url]: https://travis-ci.org/mongodb-js/compass-aggregations
330324
[storybook_img]: https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg
331325
[storybook_url]: https://mongodb-js.github.io/compass-aggregations/
332326
[hadron-app-registry]: https://github.com/mongodb-js/hadron-app-registry

packages/compass-app-stores/README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# app-stores [![][travis_img]][travis_url]
1+
# app-stores
22

33
> The external stores repo for compass
44
@@ -19,12 +19,6 @@ COMPASS_HOME=/path/to/my/compass npm run link-plugin
1919
COMPASS_HOME=/path/to/my/compass npm run unlink-plugin
2020
```
2121

22-
## License
23-
24-
Apache 2
25-
26-
===
27-
2822
## Features
2923

3024
#### Storybook
@@ -89,12 +83,6 @@ For completeness, below is a list of directories present in this module:
8983
they are automatically added to storybook.
9084
- `test` implement your tests here, and name the files `*.test.js`.
9185

92-
## License
93-
94-
Apache 2.0
95-
96-
[travis_img]: https://travis-ci.org/mongodb-js/compass-app-stores.svg?branch=master
97-
[travis_url]: https://travis-ci.org/mongodb-js/compass-app-stores
9886
[react-storybook]: https://github.com/kadirahq/react-storybook
9987
[enzyme]: http://airbnb.io/enzyme/
10088
[enzyme-chai]: https://github.com/producthunt/chai-enzyme

packages/compass-auto-updates/README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
# compass-auto-updates [![][travis_img]][travis_url]
1+
# compass-auto-updates
22

33
> Compass Auto Updates Plugin
44
5-
## License
6-
7-
Apache 2
8-
95
===
106

117
## Features
@@ -62,12 +58,6 @@ For completeness, below is a list of directories present in this module:
6258
they are automatically added to storybook.
6359
- `test` implement your tests here, and name the files `*.test.js`.
6460

65-
## License
66-
67-
Apache 2.0
68-
69-
[travis_img]: https://travis-ci.org/mongodb-js/compass-auto-updates.svg?branch=master
70-
[travis_url]: https://travis-ci.org/mongodb-js/compass-auto-updates
7161
[enzyme]: http://airbnb.io/enzyme/
7262
[enzyme-chai]: https://github.com/producthunt/chai-enzyme
7363
[jsdom]: https://github.com/tmpvar/jsdom
+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Collection Stats [![][travis_img]][travis_url]
1+
# Collection Stats
22

33
Compass Collection Stats
4-
5-
## License
6-
7-
Apache 2.0
8-
9-
[travis_img]: https://travis-ci.com/mongodb-js/compass-collection-stats.svg?token=ezEB2TnpPiu7XLo6ByZp&branch=master
10-
[travis_url]: https://travis-ci.com/mongodb-js/compass-collection-stats

packages/compass-collection/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @mongodb-js/compass-collection [![][travis_img]][travis_url] [![][azure_img]][azure_url]
1+
# @mongodb-js/compass-collection [![][azure_img]][azure_url]
22

33
> Compass Collection Plugin
44
@@ -92,12 +92,6 @@ COMPASS_HOME=/path/to/my/compass npm run unlink-plugin
9292
- [ ] docs: dependabot
9393
- [x] ci: publish coverage and karma xunit on azure
9494

95-
## License
96-
97-
Apache 2.0
98-
99-
[travis_img]: https://travis-ci.org/mongodb-js/compass-collection.svg?branch=master
100-
[travis_url]: https://travis-ci.org/mongodb-js/compass-collection
10195
[azure_img]: https://dev.azure.com/team-compass/team-compass/_apis/build/status/mongodb-js.compass-collection?branchName=master
10296
[azure_url]: https://dev.azure.com/team-compass/team-compass/_build/latest?definitionId=1&branchName=master
10397
[react-storybook]: https://github.com/kadirahq/react-storybook

packages/compass-connect/.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.jshintrc
55
.jsfmtrc
66
.nycrc
7-
.travis.yml
87
config/
98
electron/
109
karma.conf.js

packages/compass-connect/README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compass Connect [![][travis_img]][travis_url]
1+
# Compass Connect
22

33
This plugin is the initial connection screen dialog that appears when you open MongoDB Compass.
44

@@ -42,11 +42,5 @@ Users can switch to the form view by clicking `"Fill in connection fields indivi
4242

4343
![form-view](./form-view.png)
4444

45-
## License
46-
47-
Apache 2.0
48-
49-
[travis_img]: https://travis-ci.org/mongodb-js/compass-connect.svg?token=ezEB2TnpPiu7XLo6ByZp&branch=master
50-
[travis_url]: https://travis-ci.org/mongodb-js/compass-connect
5145
[npm_img]: https://img.shields.io/npm/v/@mongodb-js/compass-connect.svg?style=flat-square
5246
[npm_url]: https://www.npmjs.org/package/@mongodb-js/compass-connect

packages/compass-crud/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ npm install -S @mongodb-js/compass-crud
173173
- [hadron-app-registry][hadron-app-registry]
174174
- [hadron-app][hadron-app]
175175

176-
# License
177-
[Apache 2.0](./LICENSE)
178-
179176
[workflow_img]: https://github.com/mongodb-js/compass-crud/workflows/Run%20Tests/badge.svg
180177
[workflow_url]: https://github.com/mongodb-js/compass-crud/actions?query=workflow%3A%22Run+Tests%22+branch%3Amaster
181178
[npm_img]: https://img.shields.io/npm/v/@mongodb-js/compass-crud.svg?style=flat-square

packages/compass-database/README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# database [![][travis_img]][travis_url]
1+
# database
22

33
> Compass Database Plugin
44
@@ -19,12 +19,6 @@ COMPASS_HOME=/path/to/my/compass npm run link-plugin
1919
COMPASS_HOME=/path/to/my/compass npm run unlink-plugin
2020
```
2121

22-
## License
23-
24-
Apache 2
25-
26-
===
27-
2822
## Features
2923

3024
#### Storybook
@@ -89,12 +83,6 @@ For completeness, below is a list of directories present in this module:
8983
they are automatically added to storybook.
9084
- `test` implement your tests here, and name the files `*.test.js`.
9185

92-
## License
93-
94-
Apache 2.0
95-
96-
[travis_img]: https://travis-ci.org/mongodb-js/compass-database.svg?branch=master
97-
[travis_url]: https://travis-ci.org/mongodb-js/compass-database
9886
[react-storybook]: https://github.com/kadirahq/react-storybook
9987
[enzyme]: http://airbnb.io/enzyme/
10088
[enzyme-chai]: https://github.com/producthunt/chai-enzyme

packages/compass-deployment-awareness/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compass Deployment Awareness Plugin [![Build Status](https://travis-ci.org/mongodb-js/compass-deployment-awareness.svg)](https://travis-ci.org/mongodb-js/compass-deployment-awareness)
1+
# Compass Deployment Awareness Plugin
22

33
Provide functionality surrounding deployment awareness and if the topology
44
is in a state to read or write.
@@ -23,7 +23,3 @@ is in a state to read or write.
2323
|---------------------------------------|---------------------------------------------------------|
2424
| `DeploymentAwareness.ReadStateStore` | Triggers when the readable state changes. |
2525
| `DeploymentAwareness.WriteStateStore` | Triggers when the writable state changes. |
26-
27-
## License
28-
29-
Apache 2
+1-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
# compass-explain-plan [![][travis_img]][travis_url]
1+
# compass-explain-plan
22

33
> Compass plugin for Explain Plan
44
55
The Explain Plan tab displays the execution plan for a query.
66

77
===
88

9-
## License
10-
11-
Apache 2.0
12-
13-
[travis_img]: https://travis-ci.org/mongodb-js/compass-explain-plan.svg?branch=master
14-
[travis_url]: https://travis-ci.org/mongodb-js/compass-explain-plan
159
[enzyme]: http://airbnb.io/enzyme/
1610
[enzyme-chai]: https://github.com/producthunt/chai-enzyme
1711
[jsdom]: https://github.com/tmpvar/jsdom

packages/compass-export-to-language/README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# export-to-language [![][travis_img]][travis_url]
1+
# export-to-language
22

33
> export to language button
44
@@ -19,12 +19,6 @@ COMPASS_HOME=/path/to/my/compass npm run link-plugin
1919
COMPASS_HOME=/path/to/my/compass npm run unlink-plugin
2020
```
2121

22-
## License
23-
24-
Apache 2
25-
26-
===
27-
2822
## Features
2923

3024
#### Storybook
@@ -78,12 +72,6 @@ For completeness, below is a list of directories present in this module:
7872
they are automatically added to storybook.
7973
- `test` implement your tests here, and name the files `*.test.js`.
8074

81-
## License
82-
83-
Apache 2.0
84-
85-
[travis_img]: https://travis-ci.org/mongodb-js/compass-export-to-language.svg?style=flat-square
86-
[travis_url]: https://travis-ci.org/mongodb-js/compass-export-to-language
8775
[react-storybook]: https://github.com/kadirahq/react-storybook
8876
[enzyme]: http://airbnb.io/enzyme/
8977
[enzyme-chai]: https://github.com/producthunt/chai-enzyme

packages/compass-field-store/README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# field-store [![][travis_img]][travis_url]
1+
# field-store
22

33
>
44
@@ -19,12 +19,6 @@ COMPASS_HOME=/path/to/my/compass npm run link-plugin
1919
COMPASS_HOME=/path/to/my/compass npm run unlink-plugin
2020
```
2121

22-
## License
23-
24-
Apache 2
25-
26-
===
27-
2822
## Features
2923

3024
#### Storybook
@@ -89,12 +83,6 @@ For completeness, below is a list of directories present in this module:
8983
they are automatically added to storybook.
9084
- `test` implement your tests here, and name the files `*.test.js`.
9185

92-
## License
93-
94-
Apache 2.0
95-
96-
[travis_img]: https://travis-ci.org/mongodb-js/field-store.svg?branch=master
97-
[travis_url]: https://travis-ci.org/mongodb-js/field-store
9886
[react-storybook]: https://github.com/kadirahq/react-storybook
9987
[enzyme]: http://airbnb.io/enzyme/
10088
[enzyme-chai]: https://github.com/producthunt/chai-enzyme

packages/compass-find-in-page/README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# compass-find-in-page [![][travis_img]][travis_url]
1+
# compass-find-in-page
22

33
> cmd-f UI for compass
44
@@ -19,12 +19,6 @@ COMPASS_HOME=/path/to/my/compass npm run link-plugin
1919
COMPASS_HOME=/path/to/my/compass npm run unlink-plugin
2020
```
2121

22-
## License
23-
24-
Apache 2
25-
26-
===
27-
2822
## Features
2923

3024
#### Storybook
@@ -89,12 +83,6 @@ For completeness, below is a list of directories present in this module:
8983
they are automatically added to storybook.
9084
- `test` implement your tests here, and name the files `*.test.js`.
9185

92-
## License
93-
94-
Apache 2.0
95-
96-
[travis_img]: https://img.shields.io/travis/mongodb-js/10gen/compass-find-in-page/master.svg?style=flat-square
97-
[travis_url]: https://travis-ci.com/mongodb-js/compass-find-in-page
9886
[react-storybook]: https://github.com/kadirahq/react-storybook
9987
[enzyme]: http://airbnb.io/enzyme/
10088
[enzyme-chai]: https://github.com/producthunt/chai-enzyme

0 commit comments

Comments
 (0)