Skip to content

Commit 2c011bc

Browse files
committed
πŸ“… Update year in copyright notices
1 parent 922d0a2 commit 2c011bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽLICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Amir Kedem, Daniel Peretz and Boaz Katz
3+
Copyright (c) 2021 Amir Kedem, Daniel Peretz and Boaz Katz
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

β€Žpackages/hapi-creator/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ReactDOM from 'react-dom';
44
import App from './components/main/App';
55
import './index.css';
66

7-
console.log(`Copyright (c) 2020 Amir Kedem, Daniel Peretz and Boaz Katz
7+
console.log(`Copyright (c) ${new Date().getFullYear()} Amir Kedem, Daniel Peretz and Boaz Katz
88
https://github.com/1ZouLTReX1/iFigures
99
${process.env.NODE_ENV} environment
1010
`)

0 commit comments

Comments
Β (0)