I'm hoping to open source a personal project under a copyleft licence in the near future (for the sake of this question let's say it'll be the GPL). Unfortunately, I don't know anything about starting a non-profit organization for the purpose of holding the copyright for the project; as such, my tentative plan is to have the copyright notice state that I am the copyright holder. The problem with this approach is that if the project takes off and becomes a real community effort, I don't know if having the founder of the project as the sole copyright owner would work well, if at all. Is is possible to change the copyright holder from myself to a non-profit organization if this becomes necessary as time goes on?
tl;dr:
Can I go from
Copyright (C) 2012 Dylan L. Knowles (me)
to
Copyright (C) 2012 Some Non-Profit Organization
if I licence my project using the GPL?
(PS: Mods, I noticed that a lot of licence-related questions have been closed for being off-topic. I've examined the FAQ and I feel that this question is one of the "practical, answerable problems that are unique to the programming profession"; hopefully you agree and this won't be closed!)