Changed licence to MIT license with permission given by Ithamar R. Adema.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2475 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2003-01-17 18:40:51 +00:00
parent 39de200904
commit d3a6f099e2
15 changed files with 406 additions and 270 deletions
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "AddPrinterDialog.h" #include "AddPrinterDialog.h"
#include "PrinterListView.h" #include "PrinterListView.h"
+28 -18
View File
@@ -1,21 +1,31 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef ADDPRINTERDIALOG_H #ifndef ADDPRINTERDIALOG_H
#define ADDPRINTERDIALOG_H #define ADDPRINTERDIALOG_H
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "Globals.h" #include "Globals.h"
#include "pr_server.h" #include "pr_server.h"
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef GLOBALS_H #ifndef GLOBALS_H
#define GLOBALS_H #define GLOBALS_H
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "JobListView.h" #include "JobListView.h"
#include "pr_server.h" #include "pr_server.h"
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef JOBLISTVIEW_H #ifndef JOBLISTVIEW_H
#define JOBLISTVIEW_H #define JOBLISTVIEW_H
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef MESSAGES_H #ifndef MESSAGES_H
#define MESSAGES_H #define MESSAGES_H
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "PrinterListView.h" #include "PrinterListView.h"
#include "pr_server.h" #include "pr_server.h"
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef PRINTERSLISTVIEW_H #ifndef PRINTERSLISTVIEW_H
#define PRINTERSLISTVIEW_H #define PRINTERSLISTVIEW_H
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "Printers.h" #include "Printers.h"
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef PRINTERS_H #ifndef PRINTERS_H
#define PRINTERS_H #define PRINTERS_H
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "PrintersWindow.h" #include "PrintersWindow.h"
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef PRINTERSWINDOW_H #ifndef PRINTERSWINDOW_H
#define PRINTERSWINDOW_H #define PRINTERSWINDOW_H
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#include "SpoolFolder.h" #include "SpoolFolder.h"
#include "JobListView.h" #include "JobListView.h"
+27 -18
View File
@@ -1,21 +1,30 @@
/* /*****************************************************************************/
* Printers Preference Application. // Printers Preference Application.
* Copyright (C) 2001, 2002 OpenBeOS. All Rights Reserved. //
* // This application and all source files used in its construction, except
* This program is free software; you can redistribute it and/or modify // where noted, are licensed under the MIT License, and have been written
* it under the terms of the GNU General Public License as published by // and are:
* the Free Software Foundation; either version 2 of the License, or //
* (at your option) any later version. // Copyright (c) 2001-2003 OpenBeOS Project
* //
* This program is distributed in the hope that it will be useful, // Permission is hereby granted, free of charge, to any person obtaining a
* but WITHOUT ANY WARRANTY; without even the implied warranty of // copy of this software and associated documentation files (the "Software"),
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // to deal in the Software without restriction, including without limitation
* GNU General Public License for more details. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
* // and/or sell copies of the Software, and to permit persons to whom the
* You should have received a copy of the GNU General Public License // Software is furnished to do so, subject to the following conditions:
* along with this program; if not, write to the Free Software //
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // The above copyright notice and this permission notice shall be included
*/ // in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*****************************************************************************/
#ifndef SPOOL_FOLDER_H #ifndef SPOOL_FOLDER_H
#define SPOOL_FODLER_H #define SPOOL_FODLER_H