-
Notifications
You must be signed in to change notification settings - Fork 41
IsAdmin defined in User.{cc,h} #41
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
|
Not sure what I should be doing with my copyright notice. |
|
https://msdn.microsoft.com/en-us/library/windows/desktop/aa376389(v=vs.85).aspx This requires Advapi32.lib to be linked with on Windows. I don't know how to do that. |
|
Merged! My apologies once again for taking a year to get to this. Some notes: The code will be part of the new For the copyright header, it's consistent across the entire project, I don't include names in the core modules (not even mine). I'm trying to figure out how to best acknowledge all the wonderful contributors. I know some projects just point to the GitHub Contributors page, others point to a special thank you file. But since Robot consists of multiple closely related projects I was thinking of creating a special page on the robot website with links to everyone who contributed to the project. Please let me know if you have any feedback! And thanks again :-D |
|
Ok cool. Feel free to remove the copyright notice. FYI The copyright on that file is not correct. I'll comment on the commit |
| // -------------------------------------------------------------------------- // | ||
| // // | ||
| // (C) 2010-2016 Robot Developers // | ||
| // (C) 2016 Chris Gregory [email protected] // |
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 line should be deleted and the one above should be (C) 2016-2017.
|
No problem! I'll correct the file as part of the integration process. It'll be part of #78. |
No description provided.