Skip to content

Commit

Permalink
add COPYING
Browse files Browse the repository at this point in the history
  • Loading branch information
yurial committed Jun 19, 2013
1 parent d7927ca commit 9a2e2a6
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/cerr.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
libsyslogpp - c++ wrapper for standard syslog interface
copyright (c) 2013 yuri diachenko
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 <http://www.gnu.org/licenses/>.
*/

#include <stdlib.h>
#include <iostream>
#include <syslogpp.h>
Expand Down
18 changes: 18 additions & 0 deletions examples/clog.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
libsyslogpp - c++ wrapper for standard syslog interface
copyright (c) 2013 yuri diachenko
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 <http://www.gnu.org/licenses/>.
*/

#include <stdlib.h>
#include <iostream>
#include <syslogpp.h>
Expand Down
18 changes: 18 additions & 0 deletions examples/std.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
libsyslogpp - c++ wrapper for standard syslog interface
copyright (c) 2013 yuri diachenko
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 <http://www.gnu.org/licenses/>.
*/

#include <stdlib.h>
#include <syslogpp.h>

Expand Down
18 changes: 18 additions & 0 deletions examples/stream.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
libsyslogpp - c++ wrapper for standard syslog interface
copyright (c) 2013 yuri diachenko
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 <http://www.gnu.org/licenses/>.
*/

#include <stdlib.h>
#include <syslogpp.h>

Expand Down
18 changes: 18 additions & 0 deletions src/syslogpp.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
libsyslogpp - c++ wrapper for standard syslog interface
copyright (c) 2013 yuri diachenko
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 <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down
18 changes: 18 additions & 0 deletions src/syslogpp.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
libsyslogpp - c++ wrapper for standard syslog interface
copyright (c) 2013 yuri diachenko
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 <http://www.gnu.org/licenses/>.
*/

#ifndef SYSLOGPP_H
#define SYSLOGPP_H

Expand Down
18 changes: 18 additions & 0 deletions src/syslogpp_r.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
libsyslogpp - c++ wrapper for standard syslog interface
copyright (c) 2013 yuri diachenko
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 <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
Expand Down

0 comments on commit 9a2e2a6

Please sign in to comment.