Loading sls/trunk/Makefile.am +17 −1 Original line number Diff line number Diff line # This file is part of SLS. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLS 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. # SLS 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 SLS; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA bin_PROGRAMS= sls sls_SOURCES= src/sls.hh \ Loading @@ -11,7 +28,6 @@ sls_SOURCES= src/sls.hh \ src/server.hh \ src/server.cc CLEANFILES= *~ '\#*' EXTRA_DIST= COPYING README Loading sls/trunk/configure.ac +19 −2 Original line number Diff line number Diff line # This file is part of SLS. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLS 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. # SLS 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 SLS; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Require a recent version of autotools AC_PREREQ(2.59) # Auto conf init AC_INIT([sls],[1.0],[seblu@seblu.net],[sls]) AC_INIT([sls],[1.0],[contact@seblu.net],[sls]) # Define configure generator directory AC_CONFIG_AUX_DIR([build]) Loading sls/trunk/src/database.cc +2 −2 Original line number Diff line number Diff line /* This file is part of SLS. Copyright (C) 2008 Sebastien LUTTRINGER (<contact@seblu.net> ) Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with SLS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "sls.hh" Loading sls/trunk/src/database.hh +2 −2 Original line number Diff line number Diff line /* This file is part of SLS. Copyright (C) 2008 Sebastien LUTTRINGER (<contact@seblu.net> ) Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with SLS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DATABASE_HH Loading sls/trunk/src/error.cc +2 −2 Original line number Diff line number Diff line /* This file is part of SLS. Copyright (C) 2008 Sebastien LUTTRINGER (<contact@seblu.net> ) Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with SLS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "error.hh" Loading Loading
sls/trunk/Makefile.am +17 −1 Original line number Diff line number Diff line # This file is part of SLS. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLS 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. # SLS 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 SLS; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA bin_PROGRAMS= sls sls_SOURCES= src/sls.hh \ Loading @@ -11,7 +28,6 @@ sls_SOURCES= src/sls.hh \ src/server.hh \ src/server.cc CLEANFILES= *~ '\#*' EXTRA_DIST= COPYING README Loading
sls/trunk/configure.ac +19 −2 Original line number Diff line number Diff line # This file is part of SLS. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLS 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. # SLS 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 SLS; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Require a recent version of autotools AC_PREREQ(2.59) # Auto conf init AC_INIT([sls],[1.0],[seblu@seblu.net],[sls]) AC_INIT([sls],[1.0],[contact@seblu.net],[sls]) # Define configure generator directory AC_CONFIG_AUX_DIR([build]) Loading
sls/trunk/src/database.cc +2 −2 Original line number Diff line number Diff line /* This file is part of SLS. Copyright (C) 2008 Sebastien LUTTRINGER (<contact@seblu.net> ) Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with SLS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "sls.hh" Loading
sls/trunk/src/database.hh +2 −2 Original line number Diff line number Diff line /* This file is part of SLS. Copyright (C) 2008 Sebastien LUTTRINGER (<contact@seblu.net> ) Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with SLS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DATABASE_HH Loading
sls/trunk/src/error.cc +2 −2 Original line number Diff line number Diff line /* This file is part of SLS. Copyright (C) 2008 Sebastien LUTTRINGER (<contact@seblu.net> ) Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Loading @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with SLS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 US Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "error.hh" Loading