@@ -9,6 +9,7 @@ expanding into more specifics.
9
9
10
10
1 . [ Assumptions] ( #assumptions )
11
11
1 . [ Your First Contribution] ( #your-first-contribution )
12
+ 1 . [ New sources, sinks, and transforms] ( #new-sources-sinks-and-transforms )
12
13
1 . [ Change Control] ( #change-control )
13
14
1 . [ Git Branches] ( #git-branches )
14
15
1 . [ Git Commits] ( #git-commits )
@@ -31,6 +32,7 @@ expanding into more specifics.
31
32
1 . [ Dependencies] ( #dependencies )
32
33
1 . [ Guidelines] ( #guidelines )
33
34
1 . [ Sink Healthchecks] ( #sink-healthchecks )
35
+ 1 . [ Metric naming convention] ( #metric-naming-convention )
34
36
1 . [ Testing] ( #testing )
35
37
1 . [ Sample Logs] ( #sample-logs )
36
38
1 . [ Tips and Tricks] ( #tips-and-tricks )
@@ -817,10 +819,10 @@ To protect all users of Vector, the following legal requirements are made.
817
819
### DCO
818
820
819
821
Vector requires all contributors to agree to the DCO. DCO stands for Developer
820
- Certificate of Origin and is maintained by the [ Linux
821
- Foundation] ( https://www.linuxfoundation.org ) . It is an attestation attached to
822
- every commit made by every developer. It ensures that all committed code
823
- adheres to the [ Vector license] ( LICENSE.md ) (Apache 2.0 ).
822
+ Certificate of Origin and is maintained by the
823
+ [ Linux Foundation] ( https://www.linuxfoundation.org ) . It is an attestation
824
+ attached to every commit made by every developer. It ensures that all committed
825
+ code adheres to the [ Vector license] ( LICENSE.md ) .
824
826
825
827
#### Trivial changes
826
828
@@ -829,16 +831,9 @@ Trivial changes, such as spelling fixes, do not need to be signed.
829
831
### Granted rights and copyright assignment
830
832
831
833
It is important to note that the DCO is not a license. The license of the
832
- project – in our case the Apache License – is the license under which the
833
- contribution is made. However, the DCO in conjunction with the Apache License
834
- may be considered an alternate CLA.
835
-
836
- The existence of section 5 of the Apache License is proof that the Apache
837
- License is intended to be usable without CLAs. Users need for the code to be
838
- open-source, with all the legal rights that imply, but it is the open source
839
- license that provides this. The Apache License provides very generous
840
- copyright permissions from contributors, and contributors explicitly grant
841
- patent licenses as well. These rights are granted to everyone.
834
+ project is the license under which the contribution is made. However, the DCO
835
+ in conjunction with the Vector License may be considered an alternate
836
+ Contributor License Agreement (CLA).
842
837
843
838
## FAQ
844
839
0 commit comments