Copyright Notices
ksuderman opened this issue · 3 comments
Ensure copyright notices have been added to all source files.
- api
- core
- serialization
- vocabulary
- discriminator
@marcverhagen this should be done for the Brandeis services as well. I see some code is copyright @chunqishi These files should be changed so they are copyright Brandeis University.
This is actually quite easy to do. I believe IntelliJ can insert copyright notices to source files, but anything that uses the Lappsgrid Maven parent pom (that is everything that I am aware of) can also use the ANC Maven plugin's copyright
goal:
- Create a file named COPYRIGHT with the text of the copyright notice that should be inserted at the top of each source file.
- Run the command
mvn anc:copyright
in the project root.
See https://github.com/lapps/org.lappsgrid.api/blob/master/COPYRIGHT for an example copyright notice.
Hi, Marc,
I will double check the copyright things.
Could help me prepare a copyright txt, so that I could update the github
projects.
Best,
Chunqi Shi, Ph.D.
Research Scientist,
Department of Computer Science
110 Volen Center for Complex Systems,
Brandeis University,
415 South Street,
Waltham, MA 02454, USA
(tel) +1-781-736-2744
(email) shicq@cs.brandeis.edu
On Wed, Jun 10, 2015 at 7:01 AM, Keith Suderman notifications@github.com
wrote:
@marcverhagen https://github.com/marcverhagen this should be done for
the Brandeis services as well. I see some code is copyright @chunqishi
https://github.com/chunqishi These files should be changed so they are
copyright Brandeis University.This is actually quite easy to do. I believe IntelliJ can insert copyright
notices to source files, but anything that uses the Lappsgrid Maven parent
pom (that is everything that I am aware of) can also use the ANC Maven
plugin's copyright goal:
- Create a file named COPYRIGHT with the text of the copyright notice
that should be inserted at the top of each source file.- Run the command mvn anc:copyright in the project root.
—
Reply to this email directly or view it on GitHub
#7 (comment)
.
Committed core
, discriminator
, serialization
, vocabulary
modules with updated copyright notice.
Continue to work on
- pycaller
- parent-pom
- war-parent-pom
- example (helloworld)
- example (stanford)
- example (whitespace-tokenizer)
- example (nltk)
- evaluation
- client
All done!