Skip to content

Commit 69850d8

Browse files
Make plop pick current year (#2148)
Co-authored-by: Robert Snow <[email protected]>
1 parent ef881eb commit 69850d8

20 files changed

+26
-22
lines changed

plop-templates/@react-aria/docs/useComponent.mdx.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright 2020 Adobe. All rights reserved.
1+
<!-- Copyright {{currentYear}} Adobe. All rights reserved.
22
This file is licensed to you under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License. You may obtain a copy
44
of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-aria/index.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-aria/src/index.ts.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0
6-
*
6+
*
77
* Unless required by applicable law or agreed to in writing, software distributed under
88
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
99
* OF ANY KIND, either express or implied. See the License for the specific language

plop-templates/@react-aria/src/useComponent.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-aria/test/useComponent.test.js.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-spectrum/chromatic/Component.chromatic.tsx.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-spectrum/docs/Component.mdx.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright 2020 Adobe. All rights reserved.
1+
<!-- Copyright {{currentYear}} Adobe. All rights reserved.
22
This file is licensed to you under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License. You may obtain a copy
44
of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-spectrum/index.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-spectrum/src/Component.tsx.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0

plop-templates/@react-spectrum/src/index.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Adobe. All rights reserved.
2+
* Copyright {{currentYear}} Adobe. All rights reserved.
33
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License. You may obtain a copy
55
* of the License at http://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)