signalk-backup 0.10.1 → 1.0.0

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.
@@ -0,0 +1,18 @@
1
+ # Contributing
2
+
3
+ Bug reports, feature requests and pull requests are welcome at
4
+ <https://github.com/dirkwa/signalk-backup>.
5
+
6
+ Before opening a pull request, run the full local chain:
7
+
8
+ ```bash
9
+ npm run format && npm run build:all
10
+ ```
11
+
12
+ ## Contributor license grant
13
+
14
+ By submitting a pull request or patch, you grant Dirk Wahrheit a perpetual,
15
+ worldwide, non-exclusive, royalty-free, irrevocable license to use, reproduce,
16
+ modify, publish, sublicense and distribute your contribution, and to relicense
17
+ it under any terms, including as part of signalk-backup releases. You confirm
18
+ that you have the right to grant this.
@@ -1,3 +1,7 @@
1
+ This Apache-2.0 license applied to signalk-backup version 0.10.1 and all
2
+ earlier releases. Those versions remain available under Apache-2.0 in
3
+ perpetuity. Version 1.0.0 and later are licensed under the terms in LICENSE.md.
4
+
1
5
  Apache License
2
6
  Version 2.0, January 2004
3
7
  http://www.apache.org/licenses/
package/LICENSE.md ADDED
@@ -0,0 +1,122 @@
1
+ # Source-Available License, No Redistribution, Version 1.0
2
+
3
+ ## Notice
4
+
5
+ Copyright 2026 Dirk Wahrheit
6
+
7
+ This license is adapted from a standardized plain-language license template.
8
+ It has been modified and is not endorsed by, or associated with, the authors of
9
+ the template.
10
+
11
+ ## Acceptance
12
+
13
+ In order to get any license under these terms, you must agree to them as both
14
+ strict obligations and conditions to all your licenses.
15
+
16
+ ## Copyright License
17
+
18
+ The licensor grants you a copyright license for the software to do everything
19
+ you might do with the software that would otherwise infringe the licensor's
20
+ copyright in it, for any permitted purpose. However, you may only make changes
21
+ or new works based on the software according to the Changes and New Works
22
+ License, and you may only distribute the software according to the
23
+ Redistribution of Official Releases section.
24
+
25
+ ## Permitted Purposes
26
+
27
+ Any of the following is use for a permitted purpose:
28
+
29
+ 1. Personal use, including use aboard any vessel you own or operate, hobby
30
+ projects, amateur pursuits, private study and private entertainment.
31
+
32
+ 2. Use for the internal operations of you and your company, including
33
+ commercial operations.
34
+
35
+ 3. Non-commercial education and non-commercial research.
36
+
37
+ 4. Professional services that you provide to someone else who is using the
38
+ software in accordance with these terms.
39
+
40
+ ## Changes and New Works License
41
+
42
+ The licensor grants you an additional copyright license to make changes and new
43
+ works based on the software, for any permitted purpose. You may not distribute
44
+ those changes or new works.
45
+
46
+ ## Redistribution of Official Releases
47
+
48
+ You may reproduce and distribute verbatim, unmodified copies of releases
49
+ published by the licensor, provided that you do not remove or alter any
50
+ copyright, license or attribution notices, and that you include a copy of or a
51
+ link to these terms.
52
+
53
+ This permits, among other things, package registries, mirrors, proxies and
54
+ caches to serve official releases, and permits you to keep copies of official
55
+ releases in your own backups, images and deployments.
56
+
57
+ You may not distribute the software, or any changes or new works based on the
58
+ software, in any other way. In particular, you may not publish a modified
59
+ version of the software to any package registry, application store or other
60
+ distribution channel.
61
+
62
+ ## Patent License
63
+
64
+ The licensor grants you a patent license for the software that covers patent
65
+ claims the licensor can license, or becomes able to license, that you would
66
+ infringe by using the software.
67
+
68
+ ## Fair Use
69
+
70
+ You may have "fair use" rights for the software under the law. These terms do
71
+ not limit them.
72
+
73
+ ## No Other Rights
74
+
75
+ These terms do not allow you to sublicense or transfer any of your licenses to
76
+ anyone else, or prevent the licensor from granting licenses to anyone else.
77
+ These terms do not imply any other licenses.
78
+
79
+ ## Patent Defense
80
+
81
+ If you make any written claim that the software infringes or contributes to
82
+ infringement of any patent, your patent license for the software granted under
83
+ these terms ends immediately. If your company makes such a claim, your patent
84
+ license ends immediately for work on behalf of your company.
85
+
86
+ ## Violations
87
+
88
+ The first time you are notified in writing that you have violated any of these
89
+ terms, or done anything with the software not covered by your licenses, your
90
+ licenses can nonetheless continue if you come into full compliance with these
91
+ terms, and take practical steps to correct past violations, within 32 days of
92
+ receiving notice. Otherwise, all your licenses end immediately.
93
+
94
+ ## No Liability
95
+
96
+ ***As far as the law allows, the software comes as is, without any warranty or
97
+ condition, and the licensor will not be liable to you for any damages arising
98
+ out of these terms or the use or nature of the software, under any kind of
99
+ legal claim.***
100
+
101
+ ## Definitions
102
+
103
+ The **licensor** is the individual or entity offering these terms, and the
104
+ **software** is the software the licensor makes available under these terms.
105
+
106
+ **You** refers to the individual or entity agreeing to these terms.
107
+
108
+ **Your company** is any legal entity, sole proprietorship, or other kind of
109
+ organization that you work for, plus all organizations that have control over,
110
+ are under the control of, or are under common control with that organization.
111
+ **Control** means ownership of substantially all the assets of an entity, or
112
+ the power to direct its management and policies by vote, contract, or
113
+ otherwise.
114
+
115
+ **Your licenses** are all the licenses granted to you for the software under
116
+ these terms.
117
+
118
+ **Use** means anything you do with the software requiring one of your licenses.
119
+
120
+ **Distribute** means to make the software, or any changes or new works based on
121
+ the software, available to anyone other than you and your company, by any
122
+ means, including publication to a package registry or application store.
package/README.md CHANGED
@@ -105,7 +105,22 @@ Notification paths (alarm shape: `state` / `method` / `message` / `timestamp`):
105
105
 
106
106
  ## License
107
107
 
108
- Apache-2.0
108
+ signalk-backup 1.0.0 and later is **source available, not open source**.
109
+ See [LICENSE.md](LICENSE.md).
110
+
111
+ **You may**, free of charge: run it on your own boat or fleet, private or
112
+ commercial; use it for internal company operations; modify it for your own use;
113
+ use it in education and research; and provide professional services around it.
114
+
115
+ **You may not**: redistribute it, or publish a modified version of it to npm or
116
+ anywhere else. Verbatim copies of official releases may be mirrored and cached.
117
+
118
+ Versions 0.10.1 and earlier remain available under the Apache-2.0 license, see
119
+ [LICENSE-Apache-2.0-through-v0.x.txt](LICENSE-Apache-2.0-through-v0.x.txt).
120
+
121
+ ## Contributing
122
+
123
+ See [CONTRIBUTING.md](CONTRIBUTING.md).
109
124
 
110
125
  ## See also
111
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-backup",
3
- "version": "0.10.1",
3
+ "version": "1.0.0",
4
4
  "description": "Scheduled deduplicated backups of SignalK config to local storage and Google Drive (via Kopia + rclone)",
5
5
  "main": "plugin/index.js",
6
6
  "type": "module",
@@ -43,6 +43,9 @@
43
43
  },
44
44
  "files": [
45
45
  "plugin/**/*",
46
+ "LICENSE.md",
47
+ "LICENSE-Apache-2.0-through-v0.x.txt",
48
+ "CONTRIBUTING.md",
46
49
  "public/**/*",
47
50
  "assets/**/*",
48
51
  "docs/**/*"
@@ -88,5 +91,5 @@
88
91
  "type": "git",
89
92
  "url": "git+https://github.com/dirkwa/signalk-backup.git"
90
93
  },
91
- "license": "Apache-2.0"
94
+ "license": "SEE LICENSE IN LICENSE.md"
92
95
  }