What do you suggest I license this as if I can get permission or rewrite it?
Probably check with the author first what he things. I personally would probably also stay away from GPL as it is a can of worms. That's a particular one.
My suggestions: BSD is a particularly easy license. It does not have a copyleft, it basically grants access to the code under conditions "do whatever you want to do".
But probably that's not what you like, or the authors. It allows "forking as you like, usage as you like", including commercial usage, and no copyleft attached.
So another option would be to look into the family of "Creative Commons" licenses because they really have a larger "mix and match" repository where you can pick your conditions.
For example, you could use "CC ND NC", meaning its open, it cannot be forked, and commercial usage is prohibited.
Another variant is "CC BY", i.e. "do what you want, but quote the author".
So there are a couple of options you can look into.
As far as P96 is concerned, my *personal* best fit is "CC ND NC" or "CC ND NC BY". Probably even without the NC part I personally do not care much about. "ND" is something I personally consider useful if you want to ensure one single consistent repository - and that's pretty useful for end users so they don't have to pick "which version works for me", as there is only one.