Post
Topic
Board Announcements (Altcoins)
Re: [NEM] NEM -New Economy Movement - No Envy Movement - Updates+Discussion thread
by
ejhuff
on 04/02/2014, 23:33:22 UTC
Regarding the copyright notice on NEM source code:

https://github.com/NxtEM/nem/blob/master/LICENSE.txt

Code:
The MIT License (MIT)

Copyright (c) 2014 Jaguar0625

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

vs. https://github.com/NxtEM/nem/blob/master/nxt_0.4.7e/MIT-license.txt

Code:
Copyright (c) 2013-2014 BCNext and the Nxt core developers.

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


I believe it is necessary for the new file to read as follows:

Code:
The MIT License (MIT)

Copyright (c) 2013-2014 BCNext and the Nxt core developers.
Copyright (c) 2014 Jaguar0625

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