Hi Klaus, As new version of FOSSOlogy(i.e 2.6.1) didn't have template-plugin.php in template directory. If old SPDX plugin was installed and if it calls template-plugin.php you will get an error that file or directory not found.
For the wget issue, please use the below format and let me know your results: wget -qO - --no-check-certificate --post-file=./fossology-spdx-master.zip --timeout=0 https://fossologyspdx.ist.unomaha.edu/?mod=spdx_license_once&noCopyright=false&jsonOutput=false&fullSPDXFlag=false&packageNameInLog=fossology-spdx-master.zip eg: wget -qO - --no-check-certificate --post-file=./test.tar.gz --timeout=0 https://fossologyspdx.ist.unomaha.edu/?mod=spdx_license_once&noCopyright=false&jsonOutput=false&fullSPDXFlag=false&packageNameInLog=test.tar.gz On Wed, Oct 29, 2014 at 11:28 AM, <[email protected]> wrote: > Send fossology mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.fossology.org/mailman/listinfo/fossology > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of fossology digest..." > > > Today's Topics: > > 1. Re: fossology Digest, Vol 83, Issue 3 (Klaus Gmeinwieser) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 29 Oct 2014 16:55:41 +0100 > From: Klaus Gmeinwieser <[email protected]> > To: Venkata Krishna Penmatsa <[email protected]> > Cc: [email protected] > Subject: Re: [FOSSology] fossology Digest, Vol 83, Issue 3 > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8"; Format="flowed" > > Hi Venkata, > > I installed the new spdx version from github on a completely fresh > installed fossology 2.6.1. > > --> It worked!!!! Thank you very very much for the quick help on this :) > > I also was able to generate a 30MB, 600000 lines spdx tag file from > component Wildfly (full package) now, which did NOT timeout (took about > 2h!). This is very good news, but this issue was not taken a look into > as github just reports a single line to be changed. As all of my > previous attempts failed, I am astonished about this, but also extremely > happy. Do you have an idea about the reason, why it works? > > I also tried to use the WEB UI, as this would allow use of SPDX with > CLI, but this still does not work - or I made a mistake...? > > I added the wget (debug) output to my test machine, where the latest > versions of all software is installed.... > The process never came back, so I pressed CTRL-C and the last line was > then printed.... (the package ngInfiniteScroll is already scanned from > Fossology and the SPDX Tag file can be successfully generated using a > webbrowser) > > Maybe you can have a quick look in the log and find my mistake... > > Thank you very much in advance & Best Regards > Klaus > > Am 28.10.2014 um 16:43 schrieb Venkata Krishna Penmatsa: > > Hi Klaus, > > > > We are very happy that our tool is helping you and your organization in > > their daily activities. > > > > Coming to your problem please make the following changes. > > > > Remove --> require_once("$MODDIR/www/ui/template/template-plugin.php"); > > from *spdx/ui/output_module/spdx_output_db.php * > > * > > * > > This has been updated in https://github.com/spdx-tools/__fossology-spdx > > <https://github.com/spdx-tools/fossology-spdx> . > > > > Please let me know if you have face any issues. > > > > Have a nice day ahead!! > > > > On Tue, Oct 28, 2014 at 10:04 AM, <[email protected] > > <mailto:[email protected]>> wrote: > > > > Send fossology mailing list submissions to > > [email protected] <mailto:[email protected]> > > > > To subscribe or unsubscribe via the World Wide Web, visit > > http://lists.fossology.org/mailman/listinfo/fossology > > or, via email, send a message with subject or body 'help' to > > [email protected] > > <mailto:[email protected]> > > > > You can reach the person managing the list at > > [email protected] > > <mailto:[email protected]> > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of fossology digest..." > > > > > > Today's Topics: > > > > 1. General SPDX Error and also with WEB UI (Klaus Gmeinwieser) > > 2. Re: General SPDX Error and also with WEB UI (Gobeille, Robert) > > 3. Re: General SPDX Error and also with WEB UI (Matt Germonprez) > > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Tue, 28 Oct 2014 13:51:44 +0100 > > From: Klaus Gmeinwieser <[email protected] > > <mailto:[email protected]>> > > To: <[email protected] > > <mailto:[email protected]>> > > Subject: [FOSSology] General SPDX Error and also with WEB UI > > Message-ID: <[email protected] <mailto: > [email protected]>> > > Content-Type: text/plain; charset="utf-8"; format=flowed > > > > Dear all, > > > > I post this email to probably the wrong group, but it seems, that the > > address > > > > [email protected] > > <mailto:[email protected]> > > > > as it is noted on > > > > https://sites.google.com/site/fossologyunospdx/communities > > > > does not work, as I got a reply, stating this group does not > exist??? A > > search on googlegroups also does not show up this group as > existing.... > > > > So please apologize for my posting to this group? Maybe somebody > knows > > the correct mailing list address? > > > > To the problems I found: > > > > In the past I installed an instance of FOSSology 2.5.0 for use in > > software development dept. and also installed the SPDX extension from > > https://github.com/spdx-tools/fossology-spdx on it. The results were > > very very helpful, so we decided to go for further use of this tool > for > > our software development... > > > > Recently I installed a completely new machine with FOSSology 2.6.1 in > > order to use the new license features, which we found very useful. > > > > The SPDX module on the 2.5.0 version worked well except one issue. > The > > SPDX tag file generation always timed out for larger (5Meg++) > packages, > > which makes it impossible to get the tag file for a large group of > > uploads... > > > > The SPDX Module does not work at all for the 2.6.1 version of > FOSSology > > and fails for the following error: > > > > Warning: > > > require_once(/usr/share/fossology/www/ui/template/template-plugin.php): > > failed to open stream: No such file or directory in > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > Asides I tried to work on the timeout issue and found others to have > the > > same problem and that there is a WEB UI, which should solve this > > problem. So I tried to use this on my local 2.5.0 version, which does > > not work. So I tried the "official" public SPDX server and found the > > system to be updated to FOSSology 2.6.1, but the SPDX module works > fine > > (at least for smaller uploads), but the code at github is not > > installable on a 2.6.1 for missing file > > /usr/share/fossology/www/ui/template/template-plugin.php. Last > commit on > > github was on April, 2014 where 2.5.0 was latest version... > > > > But the I encountered another issue, which I fond. The public SPDX > > server also does not have a working WEB UI: > > > > gmeinwik@lx5:~> wget -qO - --no-check-certificate > > --post-file=./procps-3.3.9-6.4.src.rpm --timeout=0 > > > https://fossologyspdx.ist.unomaha.edu/?mod=spdx_license_once&noCopyright=false&jsonOutput=false&fullSPDXFlag=false&packageNameInLog=procps-3.3.9.4.src.rpm > > [1] 4629 > > [2] 4630 > > [3] 4631 > > [4] 4632 > > [2] Fertig noCopyright=false > > [3]- Fertig jsonOutput=false > > [4]+ Fertig fullSPDXFlag=false > > gmeinwik@lx5:~> > > > > Warning: > > > require_once(/usr/share/fossology/www/ui/template/template-plugin.php): > > failed to open stream: No such file or directory in > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > Fatal error: require_once(): Failed opening required > > '/usr/share/fossology/www/ui/template/template-plugin.php' > > (include_path='.:/usr/share/php:/usr/share/pear') in > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > Please advise... if possible :) > > > > Thank you very much in advance & Best Regards > > Klaus > > > > > > -- > > Klaus Gmeinwieser > > T +49 (0)8121 72 4358 <tel:%2B49%20%280%298121%2072%204358> F +49 > > (0)8121 72 3173 <tel:%2B49%20%280%298121%2072%203173> > > E [email protected] <mailto:[email protected]> W > > www.oce.com <http://www.oce.com> > > > > Oc? Printing Systems GmbH & Co. KG ? A Canon Group Company > > P.O. Box 1260 ? 85581 Poing > > Siemensallee 2 ? 85586 Poing ? Germany > > > > Oc? enables its customers to manage their documents efficiently and > > effectively by offering > > innovative print and document management products and services for > > professional > > environments. > > > > Oc? Printing Systems GmbH & Co. KG > > The company is a limited partnership with its registered office in > Poing > > ? Trade Register HRA 100955 (Amtsgericht M?nchen) ? WEEE-Reg.-No. DE > 888 > > 05 443 > > > > General Partner: Oc? Printing Systems Gesch?ftsf?hrungsgesellschaft > mbH > > Registered Office: Poing ? Trade Register HRB 206480 (Amtsgericht > > M?nchen) > > Executive Officer: Andr? Mittelsteiner > > This message and attachment(s) are intended solely for use by the > > addressee and may contain information that is privileged, > > confidential or otherwise exempt from disclosure under applicable > > law. If you are not the intended recipient or agent thereof > > responsible for delivering this message to the intended recipient, > > you are hereby notified that any dissemination, distribution or > > copying of this communication is strictly prohibited. If you have > > received this communication in error, please notify the sender > > immediately by telephone and with a 'reply' message. Thank you for > > your co-operation. > > > > > > ------------------------------ > > > > Message: 2 > > Date: Tue, 28 Oct 2014 08:49:03 -0600 > > From: "Gobeille, Robert" <[email protected] > > <mailto:[email protected]>> > > To: Klaus Gmeinwieser <[email protected] > > <mailto:[email protected]>> > > Cc: [email protected] <mailto: > [email protected]> > > Subject: Re: [FOSSology] General SPDX Error and also with WEB UI > > Message-ID: <[email protected] > > <mailto:[email protected]>> > > Content-Type: text/plain; charset=utf-8 > > > > Hello Klaus, > > > > There is some work the FOSSology-SPDX group needs to work out to be > > compatible with FOSSology 2.6.1. One problem is that the SPDX > > plugin was done as a student project and isn?t a high priority for > > the University where it was done. This is the reason we never > > integrated the SPDX plugin module into the main FOSSology source > > tree (now on github). > > > > We?ve been hearing about this issue from our users so we know you > > are not alone. Unfortunately, before this we had no idea who was > > using the SPDX plugin so we didn?t know how important it was (and > > is). I?ve been talking with our great friends at Siemens and > > TNGTech who are interested in fixing (or rewriting) the SPDX module > > and putting it into our master git repository. I can?t tell you > > when this will be resolved but it has our attention. I do expect > > it to be resolved in 2.7.0 but maybe we can get it out earlier in a > > point release. > > > > I would like to give a huge thank you to Siemens for becoming an > > integral member of the FOSSology project. > > > > Bob Gobeille > > FOSSology Project Leader > > > > > > > On Oct 28, 2014, at 6:51 AM, Klaus Gmeinwieser > > <[email protected] <mailto:[email protected]>> > wrote: > > > > > > Dear all, > > > > > > I post this email to probably the wrong group, but it seems, that > the > > > address > > > > > > [email protected] > > <mailto:[email protected]> > > > > > > as it is noted on > > > > > > https://sites.google.com/site/fossologyunospdx/communities > > > > > > does not work, as I got a reply, stating this group does not > > exist??? A > > > search on googlegroups also does not show up this group as > > existing.... > > > > > > So please apologize for my posting to this group? Maybe somebody > > knows > > > the correct mailing list address? > > > > > > To the problems I found: > > > > > > In the past I installed an instance of FOSSology 2.5.0 for use in > > > software development dept. and also installed the SPDX extension > from > > > https://github.com/spdx-tools/fossology-spdx on it. The results > were > > > very very helpful, so we decided to go for further use of this > > tool for > > > our software development... > > > > > > Recently I installed a completely new machine with FOSSology > 2.6.1 in > > > order to use the new license features, which we found very useful. > > > > > > The SPDX module on the 2.5.0 version worked well except one > > issue. The > > > SPDX tag file generation always timed out for larger (5Meg++) > > packages, > > > which makes it impossible to get the tag file for a large group of > > > uploads... > > > > > > The SPDX Module does not work at all for the 2.6.1 version of > > FOSSology > > > and fails for the following error: > > > > > > Warning: > > > > > > require_once(/usr/share/fossology/www/ui/template/template-plugin.php): > > > failed to open stream: No such file or directory in > > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > > > Asides I tried to work on the timeout issue and found others to > > have the > > > same problem and that there is a WEB UI, which should solve this > > > problem. So I tried to use this on my local 2.5.0 version, which > does > > > not work. So I tried the "official" public SPDX server and found > the > > > system to be updated to FOSSology 2.6.1, but the SPDX module > > works fine > > > (at least for smaller uploads), but the code at github is not > > > installable on a 2.6.1 for missing file > > > /usr/share/fossology/www/ui/template/template-plugin.php. Last > > commit on > > > github was on April, 2014 where 2.5.0 was latest version... > > > > > > But the I encountered another issue, which I fond. The public SPDX > > > server also does not have a working WEB UI: > > > > > > gmeinwik@lx5:~> wget -qO - --no-check-certificate > > > --post-file=./procps-3.3.9-6.4.src.rpm --timeout=0 > > > > > > https://fossologyspdx.ist.unomaha.edu/?mod=spdx_license_once&noCopyright=false&jsonOutput=false&fullSPDXFlag=false&packageNameInLog=procps-3.3.9.4.src.rpm > > > [1] 4629 > > > [2] 4630 > > > [3] 4631 > > > [4] 4632 > > > [2] Fertig noCopyright=false > > > [3]- Fertig jsonOutput=false > > > [4]+ Fertig fullSPDXFlag=false > > > gmeinwik@lx5:~> > > > > > > Warning: > > > > > > require_once(/usr/share/fossology/www/ui/template/template-plugin.php): > > > failed to open stream: No such file or directory in > > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > > > Fatal error: require_once(): Failed opening required > > > '/usr/share/fossology/www/ui/template/template-plugin.php' > > > (include_path='.:/usr/share/php:/usr/share/pear') in > > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > > > Please advise... if possible :) > > > > > > Thank you very much in advance & Best Regards > > > Klaus > > > > > > > > > -- > > > Klaus Gmeinwieser > > > T +49 (0)8121 72 4358 <tel:%2B49%20%280%298121%2072%204358> F +49 > > (0)8121 72 3173 <tel:%2B49%20%280%298121%2072%203173> > > > E [email protected] <mailto:[email protected]> W > > www.oce.com <http://www.oce.com> > > > > > > Oc? Printing Systems GmbH & Co. KG ? A Canon Group Company > > > P.O. Box 1260 ? 85581 Poing > > > Siemensallee 2 ? 85586 Poing ? Germany > > > > > > Oc? enables its customers to manage their documents efficiently > and > > > effectively by offering > > > innovative print and document management products and services for > > > professional > > > environments. > > > > > > Oc? Printing Systems GmbH & Co. KG > > > The company is a limited partnership with its registered office > > in Poing > > > ? Trade Register HRA 100955 (Amtsgericht M?nchen) ? WEEE-Reg.-No. > > DE 888 > > > 05 443 > > > > > > General Partner: Oc? Printing Systems > > Gesch?ftsf?hrungsgesellschaft mbH > > > Registered Office: Poing ? Trade Register HRB 206480 (Amtsgericht > > M?nchen) > > > Executive Officer: Andr? Mittelsteiner > > > This message and attachment(s) are intended solely for use by the > > addressee and may contain information that is privileged, > > confidential or otherwise exempt from disclosure under applicable > > law. If you are not the intended recipient or agent thereof > > responsible for delivering this message to the intended recipient, > > you are hereby notified that any dissemination, distribution or > > copying of this communication is strictly prohibited. If you have > > received this communication in error, please notify the sender > > immediately by telephone and with a 'reply' message. Thank you for > > your co-operation. > > > _______________________________________________ > > > fossology mailing list > > > [email protected] <mailto: > [email protected]> > > > http://lists.fossology.org/mailman/listinfo/fossology > > > > > > > > ------------------------------ > > > > Message: 3 > > Date: Tue, 28 Oct 2014 10:02:55 -0500 > > From: Matt Germonprez <[email protected] > > <mailto:[email protected]>> > > To: "Gobeille, Robert" <[email protected] > > <mailto:[email protected]>> > > Cc: [email protected] <mailto: > [email protected]> > > Subject: Re: [FOSSology] General SPDX Error and also with WEB UI > > Message-ID: > > > > <CADFygWiDm1W5=nwwrgdx61vsg3guodum6syrh3mdrbr1dza...@mail.gmail.com > > <mailto:nwwrgdx61vsg3guodum6syrh3mdrbr1dza%[email protected]>> > > Content-Type: text/plain; charset="utf-8" > > > > Hi Klaus, > > > > We'll take a closer look into this and will keep you and the list > > posted. > > > > Regards, > > Matt Germonprez > > University of Nebraska at Omaha > > > > On Tue, Oct 28, 2014 at 9:49 AM, Gobeille, Robert > > <[email protected] <mailto:[email protected]>> > > wrote: > > > > > Hello Klaus, > > > > > > There is some work the FOSSology-SPDX group needs to work out to > be > > > compatible with FOSSology 2.6.1. One problem is that the SPDX > > plugin was > > > done as a student project and isn?t a high priority for the > > University > > > where it was done. This is the reason we never integrated the > > SPDX plugin > > > module into the main FOSSology source tree (now on github). > > > > > > We?ve been hearing about this issue from our users so we know you > > are not > > > alone. Unfortunately, before this we had no idea who was using > > the SPDX > > > plugin so we didn?t know how important it was (and is). I?ve > > been talking > > > with our great friends at Siemens and TNGTech who are interested > > in fixing > > > (or rewriting) the SPDX module and putting it into our master git > > > repository. I can?t tell you when this will be resolved but it > > has our > > > attention. I do expect it to be resolved in 2.7.0 but maybe we > > can get it > > > out earlier in a point release. > > > > > > I would like to give a huge thank you to Siemens for becoming an > > integral > > > member of the FOSSology project. > > > > > > Bob Gobeille > > > FOSSology Project Leader > > > > > > > > > > On Oct 28, 2014, at 6:51 AM, Klaus Gmeinwieser < > > > [email protected] <mailto:[email protected]>> > wrote: > > > > > > > > Dear all, > > > > > > > > I post this email to probably the wrong group, but it seems, > > that the > > > > address > > > > > > > > [email protected] > > <mailto:[email protected]> > > > > > > > > as it is noted on > > > > > > > > https://sites.google.com/site/fossologyunospdx/communities > > > > > > > > does not work, as I got a reply, stating this group does not > > exist??? A > > > > search on googlegroups also does not show up this group as > > existing.... > > > > > > > > So please apologize for my posting to this group? Maybe > > somebody knows > > > > the correct mailing list address? > > > > > > > > To the problems I found: > > > > > > > > In the past I installed an instance of FOSSology 2.5.0 for use > in > > > > software development dept. and also installed the SPDX > > extension from > > > > https://github.com/spdx-tools/fossology-spdx on it. The results > > were > > > > very very helpful, so we decided to go for further use of this > > tool for > > > > our software development... > > > > > > > > Recently I installed a completely new machine with FOSSology > > 2.6.1 in > > > > order to use the new license features, which we found very > useful. > > > > > > > > The SPDX module on the 2.5.0 version worked well except one > > issue. The > > > > SPDX tag file generation always timed out for larger (5Meg++) > > packages, > > > > which makes it impossible to get the tag file for a large group > of > > > > uploads... > > > > > > > > The SPDX Module does not work at all for the 2.6.1 version of > > FOSSology > > > > and fails for the following error: > > > > > > > > Warning: > > > > > > > require_once(/usr/share/fossology/www/ui/template/template-plugin.php): > > > > failed to open stream: No such file or directory in > > > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > > > > > Asides I tried to work on the timeout issue and found others to > > have the > > > > same problem and that there is a WEB UI, which should solve this > > > > problem. So I tried to use this on my local 2.5.0 version, > > which does > > > > not work. So I tried the "official" public SPDX server and > > found the > > > > system to be updated to FOSSology 2.6.1, but the SPDX module > > works fine > > > > (at least for smaller uploads), but the code at github is not > > > > installable on a 2.6.1 for missing file > > > > /usr/share/fossology/www/ui/template/template-plugin.php. Last > > commit on > > > > github was on April, 2014 where 2.5.0 was latest version... > > > > > > > > But the I encountered another issue, which I fond. The public > SPDX > > > > server also does not have a working WEB UI: > > > > > > > > gmeinwik@lx5:~> wget -qO - --no-check-certificate > > > > --post-file=./procps-3.3.9-6.4.src.rpm --timeout=0 > > > > > > > > > > https://fossologyspdx.ist.unomaha.edu/?mod=spdx_license_once&noCopyright=false&jsonOutput=false&fullSPDXFlag=false&packageNameInLog=procps-3.3.9.4.src.rpm > > > > [1] 4629 > > > > [2] 4630 > > > > [3] 4631 > > > > [4] 4632 > > > > [2] Fertig noCopyright=false > > > > [3]- Fertig jsonOutput=false > > > > [4]+ Fertig fullSPDXFlag=false > > > > gmeinwik@lx5:~> > > > > > > > > Warning: > > > > > > > require_once(/usr/share/fossology/www/ui/template/template-plugin.php): > > > > failed to open stream: No such file or directory in > > > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > > > > > Fatal error: require_once(): Failed opening required > > > > '/usr/share/fossology/www/ui/template/template-plugin.php' > > > > (include_path='.:/usr/share/php:/usr/share/pear') in > > > > /usr/share/fossology/spdx/ui/spdx_license_once.php on line 831 > > > > > > > > Please advise... if possible :) > > > > > > > > Thank you very much in advance & Best Regards > > > > Klaus > > > > > > > > > > > > -- > > > > Klaus Gmeinwieser > > > > T +49 (0)8121 72 4358 <tel:%2B49%20%280%298121%2072%204358> F > > +49 (0)8121 72 3173 <tel:%2B49%20%280%298121%2072%203173> > > > > E [email protected] <mailto:[email protected]> > > W www.oce.com <http://www.oce.com> > > > > > > > > Oc? Printing Systems GmbH & Co. KG ? A Canon Group Company > > > > P.O. Box 1260 ? 85581 Poing > > > > Siemensallee 2 ? 85586 Poing ? Germany > > > > > > > > Oc? enables its customers to manage their documents efficiently > and > > > > effectively by offering > > > > innovative print and document management products and services > for > > > > professional > > > > environments. > > > > > > > > Oc? Printing Systems GmbH & Co. KG > > > > The company is a limited partnership with its registered office > > in Poing > > > > ? Trade Register HRA 100955 (Amtsgericht M?nchen) ? > > WEEE-Reg.-No. DE 888 > > > > 05 443 > > > > > > > > General Partner: Oc? Printing Systems > > Gesch?ftsf?hrungsgesellschaft mbH > > > > Registered Office: Poing ? Trade Register HRB 206480 > (Amtsgericht > > > M?nchen) > > > > Executive Officer: Andr? Mittelsteiner > > > > This message and attachment(s) are intended solely for use by > the > > > addressee and may contain information that is privileged, > > confidential or > > > otherwise exempt from disclosure under applicable law. If you are > > not the > > > intended recipient or agent thereof responsible for delivering > > this message > > > to the intended recipient, you are hereby notified that any > > dissemination, > > > distribution or copying of this communication is strictly > > prohibited. If > > > you have received this communication in error, please notify the > > sender > > > immediately by telephone and with a 'reply' message. Thank you > > for your > > > co-operation. > > > > _______________________________________________ > > > > fossology mailing list > > > > [email protected] > > <mailto:[email protected]> > > > > http://lists.fossology.org/mailman/listinfo/fossology > > > > > > > > > > > > -- > > Mutual of Omaha Associate Professor > > Information Systems > > College of Information Science & Technology > > University of Nebraska Omaha > > http://ocrl.unomaha.edu/ > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: > > < > http://lists.fossology.org/pipermail/fossology/attachments/20141028/a9e4af11/attachment.html > > > > > > ------------------------------ > > > > Subject: Digest Footer > > > > _______________________________________________ > > fossology mailing list > > [email protected] <mailto:[email protected]> > > http://lists.fossology.org/mailman/listinfo/fossology > > > > > > ------------------------------ > > > > End of fossology Digest, Vol 83, Issue 3 > > **************************************** > > > > > > > > > > -- > > Thank you > > Venkata Krishna Penmatsa > > Open Communities Research Lab > > PKI-373, UNO > > -- > Klaus Gmeinwieser > T +49 (0)8121 72 4358 F +49 (0)8121 72 3173 > E [email protected] W www.oce.com > > Oc? Printing Systems GmbH & Co. KG ? A Canon Group Company > P.O. Box 1260 ? 85581 Poing > Siemensallee 2 ? 85586 Poing ? Germany > > Oc? enables its customers to manage their documents efficiently and > effectively by offering > innovative print and document management products and services for > professional > environments. > > Oc? Printing Systems GmbH & Co. KG > The company is a limited partnership with its registered office in Poing > ? Trade Register HRA 100955 (Amtsgericht M?nchen) ? WEEE-Reg.-No. DE 888 > 05 443 > > General Partner: Oc? Printing Systems Gesch?ftsf?hrungsgesellschaft mbH > Registered Office: Poing ? Trade Register HRB 206480 (Amtsgericht M?nchen) > Executive Officer: Andr? Mittelsteiner > This message and attachment(s) are intended solely for use by the > addressee and may contain information that is privileged, confidential or > otherwise exempt from disclosure under applicable law. If you are not the > intended recipient or agent thereof responsible for delivering this message > to the intended recipient, you are hereby notified that any dissemination, > distribution or copying of this communication is strictly prohibited. If > you have received this communication in error, please notify the sender > immediately by telephone and with a 'reply' message. Thank you for your > co-operation. > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: wget.log > Type: text/x-log > Size: 2082 bytes > Desc: not available > URL: < > http://lists.fossology.org/pipermail/fossology/attachments/20141029/63042896/attachment.bin > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > fossology mailing list > [email protected] > http://lists.fossology.org/mailman/listinfo/fossology > > > ------------------------------ > > End of fossology Digest, Vol 83, Issue 5 > **************************************** > -- Thank you Sincerely Venkata Krishna Penmatsa Open Communities Research Lab PKI-373, UNO
_______________________________________________ fossology mailing list [email protected] http://lists.fossology.org/mailman/listinfo/fossology
