]> jfr.im git - irc/freenode/syn.git/commitdiff
add licence info production origin/HEAD origin/production
authorStephen Bennett <redacted>
Thu, 10 Sep 2020 12:49:26 +0000 (12:49 +0000)
committerNicole Kleinhoff <redacted>
Sun, 13 Sep 2020 16:33:51 +0000 (16:33 +0000)
facilities.c
gateways.c
help.c
joinrate.c
kline.c
main.c
masks.c
protocol-ircd-seven.c
tor.c
util.c

index 7ad4500a6b83f00316142fb62bb6ba8ffec48926..c73d641d405601cc59fb54114ac0914c050198cf 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 #include "pmodule.h"
 
index 7747fc2c25935a5ea3959403c3c383cf28741180..7eebb5879b6af2048776b40f182595b032293901 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 #include "uplink.h"
 
diff --git a/help.c b/help.c
index 60a5a90b7172c96ead4bc61cc4cd21038ee15bcd..5420f5d4a54e4ce783b0fc7b2064cf30440a32f0 100644 (file)
--- a/help.c
+++ b/help.c
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 
 #include "syn.h"
index 9f867abb78f28b93dc81bbf7a7ef427204e3b61e..28d61b70867bcce164340b7230fa3d0747cca5ca 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 
 #include "syn.h"
diff --git a/kline.c b/kline.c
index 51238386cf704fe4d5b10c986fa2f24429fa1f35..e6e4298c03fc8feb9f6165680b8eacbe4921ae82 100644 (file)
--- a/kline.c
+++ b/kline.c
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 #include "pmodule.h"
 
diff --git a/main.c b/main.c
index 24b3d20eca5e297576328cd64eacce77b2c6d7dc..7c71a527cf3119346dfa679f5c21d33d339fdf51 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 
 static void syn_handler(sourceinfo_t *si, int parc, char *parv[]);
diff --git a/masks.c b/masks.c
index 7ec59297253e3583e64cf44ae2a4fc2c807aeb4b..b8e68de41cf726a179e37fd5a69f1edc2fda55d6 100644 (file)
--- a/masks.c
+++ b/masks.c
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 
 #include "syn.h"
index 0fa5cef491e83d46277562deff1e3cbf67075222..d71fec7834bd2b94d5772f4477b7e0d758e9eba8 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 /*
  * Copyright (c) 2003-2004 E. Will et al.
  * Copyright (c) 2005-2007 Atheme Development Group
diff --git a/tor.c b/tor.c
index 8c22c8db83e4b0d24cbd00a0ee001c72d693e472..944dcba460e92dd7c5b7db69783ba7fc3ee35db9 100644 (file)
--- a/tor.c
+++ b/tor.c
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 
 #include "syn.h"
diff --git a/util.c b/util.c
index 7bda7049d06d319fe4ceeeb096686fa6995eb0b5..bce40283c805602ada7544bd765cdfac3feaca0b 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1,3 +1,22 @@
+/*
+ * syn: a utility bot to manage IRC network access
+ * Copyright (C) 2009-2016 Stephen Bennett
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ * 
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+
 #include "atheme.h"
 #include "syn.h"