We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922d0a2 commit 2c011bcCopy full SHA for 2c011bc
βLICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2020 Amir Kedem, Daniel Peretz and Boaz Katz
+Copyright (c) 2021 Amir Kedem, Daniel Peretz and Boaz Katz
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
βpackages/hapi-creator/src/index.js
@@ -4,7 +4,7 @@ import ReactDOM from 'react-dom';
import App from './components/main/App';
import './index.css';
7
-console.log(`Copyright (c) 2020 Amir Kedem, Daniel Peretz and Boaz Katz
+console.log(`Copyright (c) ${new Date().getFullYear()} Amir Kedem, Daniel Peretz and Boaz Katz
8
https://github.com/1ZouLTReX1/iFigures
9
${process.env.NODE_ENV} environment
10
`)
0 commit comments