Skip to content

Commit f524e3a

Browse files
authored
Add remaining copyright headers (jestjs#7263)
1 parent 187ca9e commit f524e3a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

jest.config.ci.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
2+
13
'use strict';
24

35
// Object spread is just node 8

jest.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
2+
13
'use strict';
24

35
module.exports = {

website/static/css/custom.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. */
2+
13
.fixedHeaderContainer header img.logo {
24
height: 60px;
35
margin-top: -20px;

website/static/css/jest.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. */
2+
13
.sponsor-item {
24
margin: 10px;
35
}

0 commit comments

Comments
 (0)