mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
license header
This commit is contained in:
parent
0ff2f220df
commit
3cc1c8127a
42 changed files with 840 additions and 0 deletions
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file psyc.h
|
||||
* @brief Main PSYC interface providing crucial functionality.
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef PSYC_MATCH_H
|
||||
#define PSYC_MATCH_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef PSYC_METHOD_H
|
||||
#define PSYC_METHOD_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef PSYC_PACKET_H
|
||||
#define PSYC_PACKET_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef PSYC_PARSE_H
|
||||
#define PSYC_PARSE_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef PSYC_RENDER_H
|
||||
#define PSYC_RENDER_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef PSYC_TEXT_H
|
||||
#define PSYC_TEXT_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef PSYC_UNIFORM_H
|
||||
#define PSYC_UNIFORM_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file psyc/variable.h
|
||||
*/
|
||||
|
|
20
src/debug.h
20
src/debug.h
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef DEBUG_H
|
||||
# define DEBUG_H
|
||||
|
||||
|
|
20
src/itoa.c
20
src/itoa.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#define ALPHANUMS "zyxwvutsrqponmlkjihgfedcba9876543210123456789abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
/**
|
||||
|
|
20
src/lib.h
20
src/lib.h
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
/* this is needed to compile the library, not to use it */
|
||||
|
||||
#ifndef PSYC_LIB_H
|
||||
|
|
20
src/match.c
20
src/match.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include "lib.h"
|
||||
|
||||
int
|
||||
|
|
20
src/memmem.c
20
src/memmem.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2005 Pascal Gloor <pascal.gloor@spale.com>
|
||||
*
|
||||
|
|
20
src/packet.c
20
src/packet.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include "lib.h"
|
||||
#include <psyc/packet.h>
|
||||
|
||||
|
|
20
src/parse.c
20
src/parse.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct PsycParser;
|
||||
|
|
20
src/render.c
20
src/render.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "lib.h"
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#define _ PSYC_C2STRI
|
||||
|
||||
._notice_alias_add =
|
||||
|
|
20
src/text.c
20
src/text.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include "lib.h"
|
||||
#include <psyc/text.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include "lib.h"
|
||||
#include "psyc/uniform.h"
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include "lib.h"
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <psyc.h>
|
||||
#include <stdio.h>
|
||||
#include <lib.h>
|
||||
|
|
20
test/test.c
20
test/test.c
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
/**
|
||||
* test server for packet parsing & rendering
|
||||
*
|
||||
|
|
20
test/test.h
20
test/test.h
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#ifndef TEST_H
|
||||
# define TEST_H
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <psyc.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/time.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <lib.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <lib.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <lib.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <psyc.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <psyc/uniform.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <psyc.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
This file is part of libpsyc.
|
||||
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
|
||||
and other contributing authors.
|
||||
|
||||
libpsyc 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. As a special exception, libpsyc is distributed with additional
|
||||
permissions to link libpsyc libraries with non-AGPL works.
|
||||
|
||||
libpsyc 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 and
|
||||
the linking exception along with libpsyc in a COPYING file.
|
||||
*/
|
||||
|
||||
#include <psyc.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue