From: Mark Wooding Date: Tue, 15 Dec 2015 14:44:44 +0000 (+0000) Subject: lib/: Attach proper LGPL notices to files. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/65aaa02c8b8a0226b13724934e12f4bd871cdc19 lib/: Attach proper LGPL notices to files. Include a `.skelrc' file so that future files added here get the proper notice. --- diff --git a/lib/.skelrc b/lib/.skelrc new file mode 100644 index 0000000..3115eb2 --- /dev/null +++ b/lib/.skelrc @@ -0,0 +1,6 @@ +;;; -*-emacs-lisp-*- + +(setq skel-alist + (append + '((licence-text . skelrc-lgpl)) + skel-alist)) diff --git a/lib/Makefile.am b/lib/Makefile.am index 3521d28..939f721 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -10,18 +10,19 @@ ### This file is part of the Sensible Object Design, an object system for C. ### ### SOD is free software; you can redistribute it and/or modify -### it under the terms of the GNU General Public License as published by -### the Free Software Foundation; either version 2 of the License, or -### (at your option) any later version. +### it under the terms of the GNU Library General Public License as +### published by the Free Software Foundation; either version 2 of the +### License, or (at your option) any later version. ### ### SOD is distributed in the hope that it will be useful, ### but WITHOUT ANY WARRANTY; without even the implied warranty of ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -### GNU General Public License for more details. +### GNU Library General Public License for more details. ### -### You should have received a copy of the GNU General Public License -### along with SOD; if not, write to the Free Software Foundation, -### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +### You should have received a copy of the GNU Library General Public +### License along with SOD; if not, write to the Free +### Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +### MA 02111-1307, USA. include $(top_srcdir)/vars.am diff --git a/lib/sod-structs.3 b/lib/sod-structs.3 index da12cc5..a6c9db2 100644 --- a/lib/sod-structs.3 +++ b/lib/sod-structs.3 @@ -10,18 +10,19 @@ .\" This file is part of the Sensible Object Design, an object system for C. .\" .\" SOD is free software; you can redistribute it and/or modify -.\" it under the terms of the GNU General Public License as published by -.\" the Free Software Foundation; either version 2 of the License, or -.\" (at your option) any later version. +.\" it under the terms of the GNU Library General Public License as +.\" published by the Free Software Foundation; either version 2 of the +.\" License, or (at your option) any later version. .\" .\" SOD is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. +.\" GNU Library General Public License for more details. .\" -.\" You should have received a copy of the GNU General Public License -.\" along with SOD; if not, write to the Free Software Foundation, -.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.\" You should have received a copy of the GNU Library General Public +.\" License along with SOD; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +.\" MA 02111-1307, USA. . .\" Highlight using terminal escapes, rather than overstriking. .\"\X'tty: sgr 1' diff --git a/lib/sod.3 b/lib/sod.3 index c35d3c0..a1d520a 100644 --- a/lib/sod.3 +++ b/lib/sod.3 @@ -10,18 +10,19 @@ .\" This file is part of the Sensible Object Design, an object system for C. .\" .\" SOD is free software; you can redistribute it and/or modify -.\" it under the terms of the GNU General Public License as published by -.\" the Free Software Foundation; either version 2 of the License, or -.\" (at your option) any later version. +.\" it under the terms of the GNU Library General Public License as +.\" published by the Free Software Foundation; either version 2 of the +.\" License, or (at your option) any later version. .\" .\" SOD is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. +.\" GNU Library General Public License for more details. .\" -.\" You should have received a copy of the GNU General Public License -.\" along with SOD; if not, write to the Free Software Foundation, -.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +.\" You should have received a copy of the GNU Library General Public +.\" License along with SOD; if not, write to the Free +.\" Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, +.\" MA 02111-1307, USA. . .\" Highlight using terminal escapes, rather than overstriking. .\"\X'tty: sgr 1'