Yes. GPL and its ilk give people other than the copyright holder a licence to do things that they don't have under regular copyright law (such as modification and distribution) provided they follow the rules.
As the copyright holder yourself, you have full rights to do with the code what you will and are not subject to the limitations of the GPL.
You should also keep in mind that GPL itself doesn't prevent use in commercial projects, provided you follow the actual rules of the licence. There's little un-commercial about Red Hat Enterprise Linux, for example, despite the fact they adhere to the GPL.
Some relevant snippets from the GPL FAQ:
I heard that someone got a copy of a GPL'ed program under another license. Is this possible?
The GNU GPL does not give users permission to attach other licenses to the program. But the copyright holder for a program can release it under several different licenses in parallel. One of them may be the GNU GPL.
The license that comes in your copy, assuming it was put in by the copyright holder and that you got the copy legitimately, is the license that applies to your copy.
I would like to release a program I wrote under the GNU GPL, but I would like to use the same code in non-free programs.
To release a non-free program is always ethically tainted, but legally there is no obstacle to your doing this. If you are the copyright holder for the code, you can release it under various different non-exclusive licenses at various times.
Is the developer of a GPL-covered program bound by the GPL? Could the developer's actions ever be a violation of the GPL?
Strictly speaking, the GPL is a license from the developer for others to use, distribute and change the program. The developer itself is not bound by it, so no matter what the developer does, this is not a “violation” of the GPL.
However, if the developer does something that would violate the GPL if done by someone else, the developer will surely lose moral standing in the community.