From d82bce2db9c3e622ffc136706208a6dfdf9cd4b3 Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 21 Aug 2025 17:59:36 -0400 Subject: add GPL-3 header to weechat.cil --- src/agent/weechat.cil | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/agent/weechat.cil b/src/agent/weechat.cil index df85aa7..84c0b10 100644 --- a/src/agent/weechat.cil +++ b/src/agent/weechat.cil @@ -1,3 +1,18 @@ +;; Copyright (C) 2025 John Turner + +;; This program 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 3 of the License, or +;; (at your option) any later version. + +;; This program 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. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + (in agent (block weechat -- cgit v1.2.3