This commit makes a small but real code fix in org-noter-pdftools.el while also updating the GPL license link to HTTPS. The functional change replaces (when (not ...)) with unless in the org-id guard, which is minor but aligns the code with conventional Emacs Lisp style and can help avoid MELPA complaints or lint issues. It’s a low-risk cleanup that improves package hygiene and keeps publishing smoother.