diff --git a/src/jmemdst.c b/src/jmemdst.c index 2481913e2..c66f39f25 100644 --- a/src/jmemdst.c +++ b/src/jmemdst.c @@ -1,9 +1,26 @@ -/* this is not a core library module, so it doesn't define JPEG_INTERNALS */ +/* + * Zone Monitor JPEG memory encoding, $Date$, $Revision$ + * Copyright (C) 2002 Philip Coombes + * + * 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. +*/ + #include "jinclude.h" #include "jpeglib.h" #include "jerror.h" - /* Expanded data destination object for memory */ typedef struct { diff --git a/src/zm.cpp b/src/zm.cpp index 02cf28499..95eab3b18 100644 --- a/src/zm.cpp +++ b/src/zm.cpp @@ -1,3 +1,22 @@ +// +// Zone Monitor Core Implementation, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include "zm.h" MYSQL dbconn; diff --git a/src/zm.h b/src/zm.h index 690411577..112a4828c 100644 --- a/src/zm.h +++ b/src/zm.h @@ -1,3 +1,22 @@ +// +// Zone Monitor Core Interfaces, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include #include #include diff --git a/src/zma.cpp b/src/zma.cpp index 399ea1edc..f68efd65c 100644 --- a/src/zma.cpp +++ b/src/zma.cpp @@ -1,3 +1,22 @@ +// +// Zone Monitor Analysis Daemon, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include "zm.h" bool reload = false; diff --git a/src/zmc.cpp b/src/zmc.cpp index fe45f4f1c..2bca33d53 100644 --- a/src/zmc.cpp +++ b/src/zmc.cpp @@ -1,3 +1,22 @@ +// +// Zone Monitor Capture Daemon, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include "zm.h" bool reload = false; diff --git a/src/zmcfg.h.z b/src/zmcfg.h.z index 682efba9b..4c0704d62 100644 --- a/src/zmcfg.h.z +++ b/src/zmcfg.h.z @@ -1,3 +1,22 @@ +// +// Zone Monitor Configuration, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include "config.h" #define ZM_DATABASE "zm" diff --git a/src/zmdbg.c b/src/zmdbg.c index 3c711bda0..328056675 100644 --- a/src/zmdbg.c +++ b/src/zmdbg.c @@ -1,3 +1,22 @@ +// +// Zone Monitor Debug Implementation, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include #include #include diff --git a/src/zmdbg.h b/src/zmdbg.h index 3f656b095..921712724 100644 --- a/src/zmdbg.h +++ b/src/zmdbg.h @@ -1,3 +1,22 @@ +// +// Zone Monitor Debug Interface, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include #ifndef TRUE diff --git a/src/zms.cpp b/src/zms.cpp index aed65a18a..b45bc58bc 100644 --- a/src/zms.cpp +++ b/src/zms.cpp @@ -1,3 +1,22 @@ +// +// Zone Monitor Streaming Server, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include "zm.h" void main( int argc, const char *argv[] ) diff --git a/src/zmu.cpp b/src/zmu.cpp index 9be9ff989..660fa8ef8 100644 --- a/src/zmu.cpp +++ b/src/zmu.cpp @@ -1,3 +1,22 @@ +// +// Zone Monitor Control Utility, $Date$, $Revision$ +// Copyright (C) 2002 Philip Coombes +// +// 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. +// + #include #include "zm.h" diff --git a/web/zm.php b/web/zm.php index 8e411ed10..c416d2b73 100644 --- a/web/zm.php +++ b/web/zm.php @@ -1,6 +1,24 @@ + .text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #333333; font-weight: normal} .redtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: red; font-weight: bold} .oratext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: orange; font-weight: bold}