From df2441c834cf341d9b969dacc2dd8dac07cd588e Mon Sep 17 00:00:00 2001 From: xeb Date: Wed, 17 Jun 2009 00:56:34 +0400 Subject: initial import --- pppd_plugin/templates/c | 19 +++++++++++++++++++ pppd_plugin/templates/h | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 pppd_plugin/templates/c create mode 100644 pppd_plugin/templates/h (limited to 'pppd_plugin/templates') diff --git a/pppd_plugin/templates/c b/pppd_plugin/templates/c new file mode 100644 index 00000000..e0f44dbb --- /dev/null +++ b/pppd_plugin/templates/c @@ -0,0 +1,19 @@ +/*************************************************************************** + * Copyright (C) 2006 by Kozlov D. * + * xeb@mail.ru * + * * + * 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 2 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, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ diff --git a/pppd_plugin/templates/h b/pppd_plugin/templates/h new file mode 100644 index 00000000..e0f44dbb --- /dev/null +++ b/pppd_plugin/templates/h @@ -0,0 +1,19 @@ +/*************************************************************************** + * Copyright (C) 2006 by Kozlov D. * + * xeb@mail.ru * + * * + * 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 2 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, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ -- cgit v1.2.3