-
Notifications
You must be signed in to change notification settings - Fork 10
Refactor memcr-client code to create libmemcrclient.so licensed as LG… #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
COPYING
Outdated
| ================================================================================ | ||
|
|
||
| memcrclient_proto.h and libmemcrclient shared libarary are licensed by | ||
| Global Service B.V. under the GNU Lesser General Public License version 2.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who is Global Service BV?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will correct that
| Please use the following copyright for source for libmemcrlient shared library | ||
| source code: | ||
|
|
||
| Copyright (C) <YEAR> <NAME> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please amend above values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is an example of the header (similarly in as GPL part), those tags are supposed to be filled in by proper values when used in a new source code
ea8ef65 to
cf7d7e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving on behalf of Liberty Gobal the License change from GPLv2 to LGPLv2 for memcrclient and protocol between client and memcr deamon. Rest of changes I can't comment on because of lack of knowledge
Makefile
Outdated
|
|
||
|
|
||
| all: $(B)/memcr $(B)/memcr-client | ||
| all: $(B)/memcr $(B)/memcr-client ${B}/libmemcrclient.so |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be good to stick to parenthesis style already used in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Makefile
Outdated
| @stat -c "-> %n: %s bytes <-" $@ | ||
| @size $@ | ||
|
|
||
| ${B}/libmemcrclient.o: libmemcrclient.c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here and below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
cf7d7e4 to
68a85f6
Compare
68a85f6 to
24f123a
Compare
…PL2.1