Skip to content

Commit a50b682

Browse files
committed
automatic year in README
1 parent bdb6bf5 commit a50b682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editedskeleton/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ README.md:
160160
echo -n "[Book page on langsci-press.org](http://langsci-press.org/catalog/book/" >> README.md
161161
echo `grep lsID localmetadata.tex|sed "s/.*lsID\}{\(.*\)}/\1)/"` >> README.md
162162
echo "## License" >> README.md
163-
echo "Copyright: (c) 2017, the authors." >> README.md
163+
echo "Copyright: (c) "`date +"%Y"`", the authors." >> README.md
164164
echo "All data, code and documentation in this repository is published under the [Creative Commons Attribution 4.0 Licence](http://creativecommons.org/licenses/by/4.0/) (CC BY 4.0)." >> README.md
165165

166166

skeleton/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ README.md:
160160
echo -n "[Book page on langsci-press.org](http://langsci-press.org/catalog/book/" >> README.md
161161
echo `grep lsID localmetadata.tex|sed "s/.*lsID\}{\(.*\)}/\1)/"` >> README.md
162162
echo "## License" >> README.md
163-
echo "Copyright: (c) 2017, the authors." >> README.md
163+
echo "Copyright: (c) "`date +"%Y"`", the authors." >> README.md
164164
echo "All data, code and documentation in this repository is published under the [Creative Commons Attribution 4.0 Licence](http://creativecommons.org/licenses/by/4.0/) (CC BY 4.0)." >> README.md
165165

166166

0 commit comments

Comments
 (0)