@@ -313,6 +313,43 @@ module BuildSettings (RuntimeCTX: RUNTIME_CONTEXT) (Config: CONFIG) = struct
313313 );
314314 pane in
315315
316+ let _license_panel =
317+ let pane = GPack. box ~packing: (add_page " About LibreRef" ) `VERTICAL () in
318+
319+ ignore ((GMisc. label
320+ ~ypad: settings_title_padding
321+ ~packing: (pack_tight pane)
322+ ~justify: `LEFT ~markup: " <b>About LibreRef</b>" () ));
323+
324+ ignore ((GMisc. label
325+ ~ypad: settings_title_padding
326+ ~packing: (pack_tight pane)
327+ ~line_wrap: true
328+ ~width: 80
329+ ~justify: `LEFT
330+ ~markup: " LibreRef is a free as in freedom digital referencing tool for artists.
331+ Copyright (C) 2021 Kiran Gopinathan
332+
333+ This program is free software: you can redistribute it and/or modify
334+ it under the terms of the GNU Affero General Public License as published by
335+ the Free Software Foundation, either version 3 of the License, or
336+ (at your option) any later version.
337+
338+ This program is distributed in the hope that it will be useful,
339+ but WITHOUT ANY WARRANTY; without even the implied warranty of
340+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
341+ GNU Affero General Public License for more details.
342+
343+ You should have received a copy of the GNU Affero General Public License
344+ along with this program. If not, see https://www.gnu.org/licenses/.
345+
346+ The source code and LICENSE files for LibreRef can be found at:\n
347+
348+ https://gitlab.com/gopiandcode/libre-ref/-/tree/master" () ));
349+ pane in
350+
351+
352+ (* https://gitlab.com/gopiandcode/libre-ref/-/tree/master *)
316353 window#show () ;
317354 ()
318355end
0 commit comments