Skip to content

Commit 921b2f9

Browse files
committed
Update copyright notice
Closes gh-1621
1 parent 5296b84 commit 921b2f9

21 files changed

Lines changed: 21 additions & 21 deletions

LICENSE.BSD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
1+
Copyright JS Foundation and other contributors, https://js.foundation/
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:

bin/esparse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/*
3-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
3+
Copyright JS Foundation and other contributors, https://js.foundation/
44
55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

bin/esvalidate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/*
3-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
3+
Copyright JS Foundation and other contributors, https://js.foundation/
44
55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

src/esprima.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
2+
Copyright JS Foundation and other contributors, https://js.foundation/
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:

test/api-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
2+
Copyright JS Foundation and other contributors, https://js.foundation/
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:

test/benchmark-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
2+
Copyright JS Foundation and other contributors, https://js.foundation/
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:

test/benchmark-tokenizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
2+
Copyright JS Foundation and other contributors, https://js.foundation/
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:

test/browser-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
2+
Copyright JS Foundation and other contributors, https://js.foundation/
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:

test/check-complexity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
2+
Copyright JS Foundation and other contributors, https://js.foundation/
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are met:

test/check-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/*
4-
Copyright (c) jQuery Foundation, Inc. and Contributors, All Rights Reserved.
4+
Copyright JS Foundation and other contributors, https://js.foundation/
55
66
Redistribution and use in source and binary forms, with or without
77
modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)