X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/db91f942ce46e3af1420f3469a83257ef5aca4c2..4b0833f222da430d31356b6f065e56073b849d0f:/src/librarian/elements/comments/uwaga.py

diff --git a/src/librarian/elements/comments/uwaga.py b/src/librarian/elements/comments/uwaga.py
index 1bdeb39..498d968 100644
--- a/src/librarian/elements/comments/uwaga.py
+++ b/src/librarian/elements/comments/uwaga.py
@@ -1,3 +1,6 @@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from ..base import WLElement
 
 
@@ -10,3 +13,6 @@ class Uwaga(WLElement):
 
     def epub_build(self, builder):
         pass
+
+    def validate(self):
+        return