vstte paper#3473
Conversation
|
@rahulku This isn't going to merge automatically because it fails our required copyright status check. I believe we'll have to temporarily disable this check (or at least make it optional) so that this can merge. |
Perhaps we should just include adequate copyright information in each of the files? |
tautschnig
left a comment
There was a problem hiding this comment.
I suggest we have a Makefile or shell script that downloads the LNCS template files from Springer's website and extracts the necessary files.
The following should do the trick: #!/bin/sh
curl https://resource-cms.springernature.com/springer-cms/rest/v1/content/19238648/data/v8 -o llncs.zip
unzip llncs.zip llncs.cls splncs04.bst
rm llncs.zip |
|
removed LLNCS specific files, added README. |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.