Change wich remove commercial gui licence
authormaritus <lucas.pawlik@gmail.com>
Fri, 13 Oct 2006 07:36:21 +0000 (07:36 +0000)
committermaritus <lucas.pawlik@gmail.com>
Fri, 13 Oct 2006 07:36:21 +0000 (07:36 +0000)
git-svn-id: file:///svnroot/mdictionary/trunk@24 5bde0345-f819-0410-ac75-e5045f9217cc

data/files_debbuild/guiC_copyright
data/files_debbuild/guic_postinst
gui/src/ws_gui.c
gui/src/ws_gui_callbacks.c
gui/src/ws_gui_layout.c
include/ws_gui.h
include/ws_gui_callbacks.h
include/ws_gui_layout.h

index 5e212d5..bbc4dbe 100644 (file)
@@ -1,69 +1,7 @@
-Terms of use
+whitestork gui
 
+Copyright 2006 ComArch S.A.
 
-READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
-INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
-
-1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
-license for the internal use only of the accompanying software and
-documentation and any error corrections provided by ComArch (collectively
-"Software"), by the one user.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
-and all associated intellectual property rights is retained by ComArch
-and/or its licensors. Unless enforcement is prohibited by applicable law,
-you may not modify, decompile, or reverse engineer Software. You acknowledge
-that Software is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun ComArch
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or trade
-name of ComArch or its licensors is granted under this terms of use.
-
-
-3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
-ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
-NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
-ARE HELD TO BE LEGALLY INVALID.
-
-4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
-WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
-DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
-OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
-ComArch's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed []. The foregoing limitations will apply
-even if the above stated warranty fails of its essential purpose.
-
-5. Termination. This license is effective until terminated. You may
-terminate this license at any time by destroying all copies of Software.
-This license will terminate immediately without notice from ComArch if you
-fail to comply with any provision of this license. Upon Termination, you
-must destroy all copies of Software.
-
-6. Export Regulations. All Software and technical data delivered under this
-terms of use are subject to Polish export control laws and may be subject to
-export or import regulations in other countries. You agree to comply
-strictly with all such laws and regulations and acknowledge that you have
-the responsibility to obtain such licenses to export, re-export, or import
-as may be required after delivery to you.
-
-7. Governing Law. Any action related to this license will be governed by
-Polish Law.
-
-8. Severability. If any provision of this terms of use is held to be
-unenforceable, this terms of use will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in which
-case this terms of use will immediately terminate.
-
-9. Integration. This document is the entire  agreement between you and
-ComArch relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms of any
-quote, order, acknowledgment, or other communication between the parties
-relating to its subject matter during the term of these terms of use. No
-modification of this Agreement will be binding, unless in writing and signed
-by an authorized representative of each party.
+See: https://garage.maemo.org/projects/mdictionary
 
 
index 78129e2..8dfefee 100755 (executable)
@@ -1,16 +1,16 @@
 #!/bin/sh
 
-echo $1 >> /home/krzsas/log.txt
+#echo $1 >> /home/krzsas/log.txt
 echo -e "Postinstalling actions..." 
 
-maemo-confirm-text /usr/share/doc/whitestorkgui/copyright
+#maemo-confirm-text /usr/share/doc/whitestorkgui/copyright
 
-case $? in
-0)su $USER -c 'gconftool-2 --type bool --set /apps/maemo/WhiteStork/configuration/licence true';;
+#case $? in
+#0)su $USER -c 'gconftool-2 --type bool --set /apps/maemo/WhiteStork/configuration/licence true';;
   # maemo-select-menu-location whitestork.desktop
-1)su $USER -c 'gconftool-2 --type bool --set /apps/maemo/WhiteStork/configuration/licence false';;
-esac
+#1)su $USER -c 'gconftool-2 --type bool --set /apps/maemo/WhiteStork/configuration/licence false';;
+#esac
 
-exit 0
+#exit 0
 
 # End automatically added section
index 1194e80..e1bd760 100644 (file)
@@ -1,76 +1,22 @@
-/********************************************************************************
-Copyright 2006, ComArch S.A
-All rights reserved
-
-Terms of use
-
-
-READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
-INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
-
-1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
-license for the internal use only of the accompanying software and
-documentation and any error corrections provided by ComArch (collectively
-"Software"), by the one user.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
-and all associated intellectual property rights is retained by ComArch
-and/or its licensors. Unless enforcement is prohibited by applicable law,
-you may not modify, decompile, or reverse engineer Software. You acknowledge
-that Software is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun ComArch
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or trade
-name of ComArch or its licensors is granted under this terms of use.
-
-
-3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
-ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
-NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
-ARE HELD TO BE LEGALLY INVALID.
-
-4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
-WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
-DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
-OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
-ComArch's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed []. The foregoing limitations will apply
-even if the above stated warranty fails of its essential purpose.
-
-5. Termination. This license is effective until terminated. You may
-terminate this license at any time by destroying all copies of Software.
-This license will terminate immediately without notice from ComArch if you
-fail to comply with any provision of this license. Upon Termination, you
-must destroy all copies of Software.
-
-6. Export Regulations. All Software and technical data delivered under this
-terms of use are subject to Polish export control laws and may be subject to
-export or import regulations in other countries. You agree to comply
-strictly with all such laws and regulations and acknowledge that you have
-the responsibility to obtain such licenses to export, re-export, or import
-as may be required after delivery to you.
-
-7. Governing Law. Any action related to this license will be governed by
-Polish Law.
-
-8. Severability. If any provision of this terms of use is held to be
-unenforceable, this terms of use will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in which
-case this terms of use will immediately terminate.
-
-9. Integration. This document is the entire  agreement between you and
-ComArch relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms of any
-quote, order, acknowledgment, or other communication between the parties
-relating to its subject matter during the term of these terms of use. No
-modification of this Agreement will be binding, unless in writing and signed
-by an authorized representative of each party.
-
-*********************************************************************************/
+/************************************************************************************************
+This file is part of WhiteStork.
+
+WhiteStork 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.
+
+WhiteStork 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 WhiteStork; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+Copyright 2006 ComArch S.A.
+************************************************************************************************/
 
 #include "../../include/ws_gui.h"
 #include "../../include/ws_gui_callbacks.h"
@@ -155,35 +101,8 @@ int main(int argc, char *argv[])
        g_signal_connect(G_OBJECT(ws_gui_app->ws_gui_hildon_window), "delete-event", G_CALLBACK(ws_gui_on_exit), ws_gui_app);
 
        
-       gchar *path = g_strconcat(GCONF_CONF, "/licence", NULL);
-       if (gconf_client_get_bool(ws_gui_app->client, path, NULL) == FALSE)
-       {
-               ws_gui_app->licence_dialog = licence_dialog(ws_gui_app);
-               if (gtk_dialog_run(ws_gui_app->licence_dialog) == GTK_RESPONSE_OK)
-                       {
-                               g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "License OK");
-                               gtk_widget_destroy(GTK_WIDGET(ws_gui_app->licence_dialog));
-                               gconf_client_set_bool (ws_gui_app->client, path, TRUE, NULL);
-                               ws_dbus_notify(ws_gui_app->dbus_data, WS_DBUS_ERROR_UNKNOWN);
-                               gtk_main();
-                       }
-               else
-               {
-                               g_log(G_LOG_DOMAIN, G_LOG_LEVEL_INFO, "License CLOSE");
-                               gtk_widget_destroy(GTK_WIDGET(ws_gui_app->licence_dialog));
-                               ws_dbus_notify(ws_gui_app->dbus_data, WS_DBUS_INFO_TERMINATE);
-                               ws_dbus_destroy (ws_gui_app->dbus_data);
-                               ws_gui_free_memory(ws_gui_app);
-                               exit(0);
-                               //gtk_main_quit();
-               }
-       }
-       else
-       {
-               ws_dbus_notify(ws_gui_app->dbus_data, WS_DBUS_ERROR_UNKNOWN);
-               gtk_main();
-       }
-       
+
+       gtk_main();
        return 0;
 }
 
index 311f227..e40c6c8 100644 (file)
@@ -1,76 +1,23 @@
-/********************************************************************************
-Copyright 2006, ComArch S.A
-All rights reserved
-
-Terms of use
-
-
-READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
-INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
-
-1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
-license for the internal use only of the accompanying software and
-documentation and any error corrections provided by ComArch (collectively
-"Software"), by the one user.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
-and all associated intellectual property rights is retained by ComArch
-and/or its licensors. Unless enforcement is prohibited by applicable law,
-you may not modify, decompile, or reverse engineer Software. You acknowledge
-that Software is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun ComArch
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or trade
-name of ComArch or its licensors is granted under this terms of use.
-
-
-3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
-ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
-NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
-ARE HELD TO BE LEGALLY INVALID.
-
-4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
-WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
-DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
-OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
-ComArch's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed []. The foregoing limitations will apply
-even if the above stated warranty fails of its essential purpose.
-
-5. Termination. This license is effective until terminated. You may
-terminate this license at any time by destroying all copies of Software.
-This license will terminate immediately without notice from ComArch if you
-fail to comply with any provision of this license. Upon Termination, you
-must destroy all copies of Software.
-
-6. Export Regulations. All Software and technical data delivered under this
-terms of use are subject to Polish export control laws and may be subject to
-export or import regulations in other countries. You agree to comply
-strictly with all such laws and regulations and acknowledge that you have
-the responsibility to obtain such licenses to export, re-export, or import
-as may be required after delivery to you.
-
-7. Governing Law. Any action related to this license will be governed by
-Polish Law.
-
-8. Severability. If any provision of this terms of use is held to be
-unenforceable, this terms of use will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in which
-case this terms of use will immediately terminate.
-
-9. Integration. This document is the entire  agreement between you and
-ComArch relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms of any
-quote, order, acknowledgment, or other communication between the parties
-relating to its subject matter during the term of these terms of use. No
-modification of this Agreement will be binding, unless in writing and signed
-by an authorized representative of each party.
-
-*********************************************************************************/
+/************************************************************************************************
+This file is part of WhiteStork.
+
+WhiteStork 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.
+
+WhiteStork 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 WhiteStork; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+Copyright 2006 ComArch S.A.
+************************************************************************************************/
+
 
 #include "../../include/ws_gui_callbacks.h"
 #include "../../include/ws_gui.h"
index d66e61e..c413eed 100644 (file)
@@ -1,76 +1,22 @@
-/********************************************************************************
-Copyright 2006, ComArch S.A
-All rights reserved
-
-Terms of use
-
-
-READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
-INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
-
-1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
-license for the internal use only of the accompanying software and
-documentation and any error corrections provided by ComArch (collectively
-"Software"), by the one user.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
-and all associated intellectual property rights is retained by ComArch
-and/or its licensors. Unless enforcement is prohibited by applicable law,
-you may not modify, decompile, or reverse engineer Software. You acknowledge
-that Software is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun ComArch
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or trade
-name of ComArch or its licensors is granted under this terms of use.
-
-
-3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
-ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
-NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
-ARE HELD TO BE LEGALLY INVALID.
-
-4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
-WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
-DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
-OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
-ComArch's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed []. The foregoing limitations will apply
-even if the above stated warranty fails of its essential purpose.
-
-5. Termination. This license is effective until terminated. You may
-terminate this license at any time by destroying all copies of Software.
-This license will terminate immediately without notice from ComArch if you
-fail to comply with any provision of this license. Upon Termination, you
-must destroy all copies of Software.
-
-6. Export Regulations. All Software and technical data delivered under this
-terms of use are subject to Polish export control laws and may be subject to
-export or import regulations in other countries. You agree to comply
-strictly with all such laws and regulations and acknowledge that you have
-the responsibility to obtain such licenses to export, re-export, or import
-as may be required after delivery to you.
-
-7. Governing Law. Any action related to this license will be governed by
-Polish Law.
-
-8. Severability. If any provision of this terms of use is held to be
-unenforceable, this terms of use will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in which
-case this terms of use will immediately terminate.
-
-9. Integration. This document is the entire  agreement between you and
-ComArch relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms of any
-quote, order, acknowledgment, or other communication between the parties
-relating to its subject matter during the term of these terms of use. No
-modification of this Agreement will be binding, unless in writing and signed
-by an authorized representative of each party.
-
-*********************************************************************************/
+/************************************************************************************************
+This file is part of WhiteStork.
+
+WhiteStork 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.
+
+WhiteStork 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 WhiteStork; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+Copyright 2006 ComArch S.A.
+************************************************************************************************/
 
 #include "../../include/ws_gui_layout.h"
 #include "../../include/ws_gui.h"
index 744fd72..df7fced 100644 (file)
@@ -1,76 +1,22 @@
-/********************************************************************************
-Copyright 2006, ComArch S.A
-All rights reserved
-
-Terms of use
-
-
-READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
-INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
-
-1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
-license for the internal use only of the accompanying software and
-documentation and any error corrections provided by ComArch (collectively
-"Software"), by the one user.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
-and all associated intellectual property rights is retained by ComArch
-and/or its licensors. Unless enforcement is prohibited by applicable law,
-you may not modify, decompile, or reverse engineer Software. You acknowledge
-that Software is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun ComArch
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or trade
-name of ComArch or its licensors is granted under this terms of use.
-
-
-3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
-ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
-NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
-ARE HELD TO BE LEGALLY INVALID.
-
-4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
-WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
-DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
-OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
-ComArch's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed []. The foregoing limitations will apply
-even if the above stated warranty fails of its essential purpose.
-
-5. Termination. This license is effective until terminated. You may
-terminate this license at any time by destroying all copies of Software.
-This license will terminate immediately without notice from ComArch if you
-fail to comply with any provision of this license. Upon Termination, you
-must destroy all copies of Software.
-
-6. Export Regulations. All Software and technical data delivered under this
-terms of use are subject to Polish export control laws and may be subject to
-export or import regulations in other countries. You agree to comply
-strictly with all such laws and regulations and acknowledge that you have
-the responsibility to obtain such licenses to export, re-export, or import
-as may be required after delivery to you.
-
-7. Governing Law. Any action related to this license will be governed by
-Polish Law.
-
-8. Severability. If any provision of this terms of use is held to be
-unenforceable, this terms of use will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in which
-case this terms of use will immediately terminate.
-
-9. Integration. This document is the entire  agreement between you and
-ComArch relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms of any
-quote, order, acknowledgment, or other communication between the parties
-relating to its subject matter during the term of these terms of use. No
-modification of this Agreement will be binding, unless in writing and signed
-by an authorized representative of each party.
-
-*********************************************************************************/
+/************************************************************************************************
+This file is part of WhiteStork.
+
+WhiteStork 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.
+
+WhiteStork 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 WhiteStork; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+Copyright 2006 ComArch S.A.
+************************************************************************************************/
 
 #ifndef _WS_GUI
 #define _WS_GUI 
index 8ff8c26..099982a 100644 (file)
@@ -1,76 +1,22 @@
-/********************************************************************************
-Copyright 2006, ComArch S.A
-All rights reserved
-
-Terms of use
-
-
-READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
-INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
-
-1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
-license for the internal use only of the accompanying software and
-documentation and any error corrections provided by ComArch (collectively
-"Software"), by the one user.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
-and all associated intellectual property rights is retained by ComArch
-and/or its licensors. Unless enforcement is prohibited by applicable law,
-you may not modify, decompile, or reverse engineer Software. You acknowledge
-that Software is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun ComArch
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or trade
-name of ComArch or its licensors is granted under this terms of use.
-
-
-3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
-ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
-NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
-ARE HELD TO BE LEGALLY INVALID.
-
-4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
-WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
-DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
-OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
-ComArch's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed []. The foregoing limitations will apply
-even if the above stated warranty fails of its essential purpose.
-
-5. Termination. This license is effective until terminated. You may
-terminate this license at any time by destroying all copies of Software.
-This license will terminate immediately without notice from ComArch if you
-fail to comply with any provision of this license. Upon Termination, you
-must destroy all copies of Software.
-
-6. Export Regulations. All Software and technical data delivered under this
-terms of use are subject to Polish export control laws and may be subject to
-export or import regulations in other countries. You agree to comply
-strictly with all such laws and regulations and acknowledge that you have
-the responsibility to obtain such licenses to export, re-export, or import
-as may be required after delivery to you.
-
-7. Governing Law. Any action related to this license will be governed by
-Polish Law.
-
-8. Severability. If any provision of this terms of use is held to be
-unenforceable, this terms of use will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in which
-case this terms of use will immediately terminate.
-
-9. Integration. This document is the entire  agreement between you and
-ComArch relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms of any
-quote, order, acknowledgment, or other communication between the parties
-relating to its subject matter during the term of these terms of use. No
-modification of this Agreement will be binding, unless in writing and signed
-by an authorized representative of each party.
-
-*********************************************************************************/
+/************************************************************************************************
+This file is part of WhiteStork.
+
+WhiteStork 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.
+
+WhiteStork 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 WhiteStork; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+Copyright 2006 ComArch S.A.
+************************************************************************************************/
 
 #ifndef _WS_GUI_CALLBACKS
 #define _WS_GUI_CALLBACKS 
index 3411a1b..6ee41bb 100644 (file)
@@ -1,76 +1,22 @@
-/********************************************************************************
-Copyright 2006, ComArch S.A
-All rights reserved
+/************************************************************************************************
+This file is part of WhiteStork.
 
-Terms of use
+WhiteStork 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.
 
+WhiteStork 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.
 
-READ THE TERMS OF USE CAREFULLY BEFORE INSTALALTION OF THIS SOFTWARE. BY
-INSTALALTION OF THIS SOFTWARE, YOU AGREE TO THE FOLLOWING TERMS OF USE.
+You should have received a copy of the GNU General Public License 
+along with WhiteStork; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 
-1. LICENSE TO USE. ComArch grants you a non-exclusive and non-transferable
-license for the internal use only of the accompanying software and
-documentation and any error corrections provided by ComArch (collectively
-"Software"), by the one user.
-
-2. RESTRICTIONS. Software is confidential and copyrighted. Title to Software
-and all associated intellectual property rights is retained by ComArch
-and/or its licensors. Unless enforcement is prohibited by applicable law,
-you may not modify, decompile, or reverse engineer Software. You acknowledge
-that Software is not designed, licensed or intended for use in the design,
-construction, operation or maintenance of any nuclear facility. Sun ComArch
-disclaims any express or implied warranty of fitness for such uses. No
-right, title or interest in or to any trademark, service mark, logo or trade
-name of ComArch or its licensors is granted under this terms of use.
-
-
-3. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT TERMS OF USE,
-ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
-ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
-NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT THESE DISCLAIMERS
-ARE HELD TO BE LEGALLY INVALID.
-
-4. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
-WILL COMARCH OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR
-DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE
-DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT
-OF OR RELATED TO THE USE OF OR INABILITY TO USE SOFTWARE, EVEN IF COMARCH
-HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. In no event will
-ComArch's liability to you, whether in contract, tort (including
-negligence), or otherwise, exceed []. The foregoing limitations will apply
-even if the above stated warranty fails of its essential purpose.
-
-5. Termination. This license is effective until terminated. You may
-terminate this license at any time by destroying all copies of Software.
-This license will terminate immediately without notice from ComArch if you
-fail to comply with any provision of this license. Upon Termination, you
-must destroy all copies of Software.
-
-6. Export Regulations. All Software and technical data delivered under this
-terms of use are subject to Polish export control laws and may be subject to
-export or import regulations in other countries. You agree to comply
-strictly with all such laws and regulations and acknowledge that you have
-the responsibility to obtain such licenses to export, re-export, or import
-as may be required after delivery to you.
-
-7. Governing Law. Any action related to this license will be governed by
-Polish Law.
-
-8. Severability. If any provision of this terms of use is held to be
-unenforceable, this terms of use will remain in effect with the provision
-omitted, unless omission would frustrate the intent of the parties, in which
-case this terms of use will immediately terminate.
-
-9. Integration. This document is the entire  agreement between you and
-ComArch relating to its subject matter. It supersedes all prior or
-contemporaneous oral or written communications, proposals, representations
-and warranties and prevails over any conflicting or additional terms of any
-quote, order, acknowledgment, or other communication between the parties
-relating to its subject matter during the term of these terms of use. No
-modification of this Agreement will be binding, unless in writing and signed
-by an authorized representative of each party.
-
-*********************************************************************************/
+Copyright 2006 ComArch S.A.
+************************************************************************************************/
 
 #ifndef _WS_GUI_LAYOUT
 #define _WS_GUI_LAYOUT