@mcpg-dev/cli-linux-arm64 0.1.0-beta.14 → 0.1.0-beta.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -1,17 +1,3 @@
1
- # License
2
-
3
- This package distributes the mcpg CLI suite. Each binary is licensed
4
- on its own terms:
5
-
6
- | binary | license |
7
- | --- | --- |
8
- | `mcpg`, `mcpg-config`, `mcpg-cloud`, `mcpg-plugin`, `mcpg-inspector` | Apache-2.0 |
9
- | `mcpg-control-plane` | Business Source License 1.1 |
10
-
11
- Both license texts follow.
12
-
13
- ## Apache License 2.0
14
-
15
1
  Apache License
16
2
  Version 2.0, January 2004
17
3
  http://www.apache.org/licenses/
@@ -213,111 +199,3 @@ Both license texts follow.
213
199
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
214
200
  See the License for the specific language governing permissions and
215
201
  limitations under the License.
216
-
217
-
218
- ## Business Source License 1.1 (mcpg-control-plane)
219
-
220
- Business Source License 1.1
221
-
222
- Parameters
223
-
224
- Licensor: MCPG
225
-
226
- Licensed Work: The MCPG control plane server (the contents of this directory).
227
- The Licensed Work is (c) 2026 MCPG
228
-
229
- Additional Use Grant: You may make production use of the Licensed Work, provided
230
- such use does not include offering the Licensed
231
- Work to third parties on a hosted or embedded
232
- basis in a product or service that competes with
233
- MCPG's paid products or services.
234
-
235
- Change Date: Three years from the date each version of the Licensed
236
- Work is published.
237
-
238
- Change License: Apache License, Version 2.0
239
-
240
- For information about alternative licensing arrangements for the Licensed
241
- Work, please contact licensing@mcpg.dev.
242
-
243
- Notice
244
-
245
- Business Source License 1.1
246
-
247
- License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
248
- "Business Source License" is a trademark of MariaDB Corporation Ab.
249
-
250
- -----------------------------------------------------------------------------
251
-
252
- Terms
253
-
254
- The Licensor hereby grants you the right to copy, modify, create derivative
255
- works, redistribute, and make non-production use of the Licensed Work. The
256
- Licensor may make an Additional Use Grant, above, permitting limited
257
- production use.
258
-
259
- Effective on the Change Date, or the fourth anniversary of the first
260
- publicly available distribution of a specific version of the Licensed Work
261
- under this License, whichever comes first, the Licensor hereby grants you
262
- rights under the terms of the Change License, and the rights granted in the
263
- paragraph above terminate.
264
-
265
- If your use of the Licensed Work does not comply with the requirements
266
- currently in effect as described in this License, you must purchase a
267
- commercial license from the Licensor, its affiliated entities, or authorized
268
- resellers, or you must refrain from using the Licensed Work.
269
-
270
- All copies of the original and modified Licensed Work, and derivative works
271
- of the Licensed Work, are subject to this License. This License applies
272
- separately for each version of the Licensed Work and the Change Date may
273
- vary for each version of the Licensed Work released by Licensor.
274
-
275
- You must conspicuously display this License on each original or modified
276
- copy of the Licensed Work. If you receive the Licensed Work in original or
277
- modified form from a third party, the terms and conditions set forth in this
278
- License apply to your use of that work.
279
-
280
- Any use of the Licensed Work in violation of this License will automatically
281
- terminate your rights under this License for the current and all other
282
- versions of the Licensed Work.
283
-
284
- This License does not grant you any right in any trademark or logo of
285
- Licensor or its affiliates (provided that you may use a trademark or logo of
286
- Licensor as expressly required by this License).
287
-
288
- TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
289
- AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
290
- EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
291
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
292
- TITLE.
293
-
294
- MariaDB hereby grants you permission to use this License's text to license
295
- your works, and to refer to it using the trademark "Business Source
296
- License", as long as you comply with the Covenants of Licensor below.
297
-
298
- Covenants of Licensor
299
-
300
- In consideration of the right to use this License's text and the "Business
301
- Source License" name and trademark, Licensor covenants to MariaDB, and to
302
- all other recipients of the licensed work to be provided by Licensor:
303
-
304
- 1. To specify as the Change License the GPL Version 2.0 or any later
305
- version, or a license that is compatible with GPL Version 2.0 or a later
306
- version, where "compatible" means that software provided under the Change
307
- License can be included in a program with software provided under GPL
308
- Version 2.0 or a later version. Licensor may specify additional Change
309
- Licenses without limitation.
310
-
311
- 2. To either: (a) specify an additional grant of rights to use that does not
312
- impose any additional restriction on the right granted in this License,
313
- as the Additional Use Grant; or (b) insert the text "None".
314
-
315
- 3. To specify a Change Date.
316
-
317
- 4. Not to modify this License in any other way.
318
-
319
- Notice
320
-
321
- The Business Source License (this document, or the "License") is not an
322
- Open Source license. However, the Licensed Work will eventually be made
323
- available under an Open Source License, as stated in this License.
package/bin/mcpg CHANGED
Binary file
package/bin/mcpg-cloud CHANGED
Binary file
package/bin/mcpg-config CHANGED
Binary file
package/bin/mcpg-plugin CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@mcpg-dev/cli-linux-arm64",
3
- "version": "0.1.0-beta.14",
3
+ "version": "0.1.0-beta.15",
4
4
  "description": "mcpg CLI suite binaries (linux-arm64)",
5
- "license": "Apache-2.0 AND BUSL-1.1",
5
+ "license": "Apache-2.0",
6
6
  "repository": { "type": "git", "url": "https://github.com/mcpg-dev/mcpg" },
7
7
  "os": ["linux"],
8
8
  "cpu": ["arm64"],
Binary file
Binary file