Skip to content

Commit 450e86d

Browse files
committed
Switch from CLA to AUTHORS Certificate
1 parent 45ec383 commit 450e86d

File tree

6 files changed

+65
-3
lines changed

6 files changed

+65
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
AUTHORS merge=union

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ language: node_js
22
node_js: "5.1"
33
before_script:
44
- npm install -g grunt-cli
5+
script: npm run test-travis

AUTHORS

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# The jQuery Foundation AUTHORS Certificate v1.0
2+
#
3+
# This certificate clarifies the terms under which You, the person listed below,
4+
# may make Contributions — which may include without limitation, software, bug
5+
# fixes, configuration changes, documentation, or any other materials — to any
6+
# of the projects owned or managed by the jQuery Foundation.
7+
#
8+
# You accept and agree to the following terms and conditions for Your present
9+
# and future Contributions submitted to the jQuery Foundation. Except for the
10+
# license granted herein to the jQuery Foundation, You reserve all right, title,
11+
# and interest in and to Your Contributions.
12+
#
13+
# By proposing a change to this project that adds a line like
14+
#
15+
# Name <E-Mail>
16+
#
17+
# below, or, having previously signed the jQuery Foundation Contributor License
18+
# Agreement, you agree to the following terms.
19+
#
20+
# Licenses
21+
#
22+
# jQuery Foundation projects (code, documentation, and any other materials) are
23+
# each released under the terms of the individual licenses as noted in the
24+
# project's repository, or, if no separate license is specified, under the terms
25+
# of the MIT license, with the following exception:
26+
#
27+
# Copyright and related rights for sample code as defined in the project's
28+
# LICENSE.txt file are waived via CC0. Rights to any change to existing sample
29+
# code or contribution of new code denoted as sample code as defined in the
30+
# project's LICENSE.txt file are waived via CC0.
31+
#
32+
# You certify that:
33+
#
34+
# (a) Your Contributions are created in whole or in part by You and You have the
35+
# right to submit it under the designated license; or
36+
#
37+
# (b) Your Contributions are based upon previous work that, to the best of your
38+
# knowledge, is covered under an appropriate open source license and You
39+
# have the right under that license to submit that work with modifications,
40+
# whether created in whole or in part by You, under the designated license;
41+
# or
42+
#
43+
# (c) Your Contributions are provided directly to You by some other person who
44+
# certified (a) or (b) and You have not modified them.
45+
#
46+
# (d) You understand and agree that the jQuery Foundation projects and Your
47+
# Contributions are public and that a record of the Contributions (including
48+
# all metadata and personal information You submit with them) is maintained
49+
# indefinitely and may be redistributed consistent with the jQuery
50+
# Foundation's policies and the requirements of the MIT license where they
51+
# are relevant.
52+
#
53+
# (e) You are granting Your Contributions to the jQuery Foundation under the
54+
# terms of the license as noted in the project's repository or if not
55+
# specified, either the MIT open source license or the CC0 as applicable.
56+
57+
Kris Borchers <[email protected]>

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 jQuery Foundation and other contributors, https://jquery.org/
3+
Copyright jQuery Foundation and other contributors listed in AUTHORS,
4+
https://jquery.org/
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +20,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1920
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2021
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2122
SOFTWARE.
22-

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"src/"
1212
],
1313
"scripts": {
14-
"test": "grunt test"
14+
"test-travis": "grunt test && npm run install-temp-checker",
15+
"check-authors-travis": "check-authors-certificate pr=true"
1516
},
1617
"keywords": [
1718
"react",
@@ -40,6 +41,7 @@
4041
"babel-preset-react": "^6.5.0",
4142
"babel-register": "^6.7.2",
4243
"chai": "^3.5.0",
44+
"check-authors-certificate": "file:temp\\check-authors-certificate.js",
4345
"cldr-data": ">=25",
4446
"cldrjs": "^0.4.3",
4547
"enzyme": "^1.2.0",

temp/check-authors-certificate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit fc32f84247c0cb82db816f6cb21acf090c2414f8

0 commit comments

Comments
 (0)