You can subscribe to this list here.
| 2004 |
Jan
(48) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
|
From: Patrick S. <p3s...@us...> - 2005-10-11 16:01:02
|
Update of /cvsroot/lawsontools/Alpha/Programmer_Utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32571 Modified Files: README Log Message: no message Index: README =================================================================== RCS file: /cvsroot/lawsontools/Alpha/Programmer_Utils/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 28 Jan 2004 21:43:58 -0000 1.2 --- README 11 Oct 2005 16:01:03 -0000 1.3 *************** *** 48,52 **** ! Copyright [2004] [lawsontools.sourceforge.net] Licensed under the Apache License, Version 2.0 (the "License"); --- 48,52 ---- ! Copyright [2005] [lawsontools.sourceforge.net] Licensed under the Apache License, Version 2.0 (the "License"); |
|
From: <p3s...@us...> - 2004-03-11 21:21:00
|
Update of /cvsroot/lawsontools/Alpha/System_Admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26873 Added Files: Multi-DC.zip Log Message: Dumps AD user accounts written in VB --- NEW FILE: Multi-DC.zip --- (This appears to be a binary file; contents omitted.) |
|
From: <p3s...@us...> - 2004-02-04 00:03:50
|
Update of /cvsroot/lawsontools/Alpha/Programmer_Utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28133 Modified Files: mqs Log Message: Add count of waiting Index: mqs =================================================================== RCS file: /cvsroot/lawsontools/Alpha/Programmer_Utils/mqs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mqs 28 Jan 2004 21:43:58 -0000 1.2 --- mqs 3 Feb 2004 19:46:23 -0000 1.3 *************** *** 26,29 **** --- 26,31 ---- qstatus |grep -v Waiting mmm=`qstatus |wc |awk '{print $1}'` + x=`qstatus |grep Waiting |wc |awk '{print $1}'` + echo "\n\t$x jobs waiting to compile" sleep 2 clear |
|
From: <p3s...@pr...> - 2004-01-30 18:13:01
|
Update of /cvsroot/lawsontools/Alpha/Programmer_Utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29815 Added Files: cmdline_cgi Log Message: Script to run a CGI from the command line --- NEW FILE: cmdline_cgi --- #!/usr/bin/sh # # TITLE: A script that shows how to run Lawson CGI script via command line. # # Copyright [2004] [lawsontools.sourceforge.net] # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ############################################################################ #excute lawson.env or . cv envname first cd $CGIDIR export REMOTE_USER=your_web_user_id; export QUERY_STRING="_TYP=DT&_PDL=PRODPL&_SYS=HR&_KNB=H07&01=1&H07=2865" #Or whatever you are trying to do. |
|
From: <p3s...@pr...> - 2004-01-30 18:11:48
|
Update of /cvsroot/lawsontools/Alpha/Programmer_Utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28879 Added Files: ags_rd30.pl Log Message: Script to update form via AGS --- NEW FILE: ags_rd30.pl --- #!/usr/local/bin/perl # # TITLE: A Perl script that take one csv arguement and updates RD30 and RD55 via ags.exe # # Copyright [2004] [lawsontools.sourceforge.net] # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ############################################################################ #Import needed Modules use LWP::UserAgent; use HTTP::Request::Common qw(POST); use URI::Escape; use Time::localtime; use Text::ParseWords; use XML::Simple; # Global Vars ############################################################################ ###### $LawUpdt = 'http://user:password@host:port/cgi-lawson/ags.exe'; #ie port: 81 for prod; 83 for test; # Common Code ############################################################################ # Procedure to split the data ### sub parse_qwcsv { return "ewords(",",0, $_[0]); } # Procedure to Send e-Mail ### sub send_message { open (MAIL, "| /usr/sbin/sendmail -t -f \'lawson\@lawson.centura.org\'") || die ('Opening pipe failed.'); print MAIL "From: lawson\@lawson.centura.org\r\n"; print MAIL "To: ErmErrors\@centura.org\r\n"; print MAIL "Subject: LawAD " . $typOerr . "!\r\n"; print MAIL $myfirstErr . "The Lawson to Active Directory Connector - " . $typOerr; print MAIL "\n With the following message: \n " . $msgOerr . "\r\n"; close (MAIL); } sub send_eRMdata { $rd30fc="C"; $rd30evt="CHG"; if ($EmpAct eq "Add" || $EmpAct eq "Modify") { $ua_erm = new LWP::UserAgent; $ua_erm -> agent("LaweRM/0.2" . $ua_erm -> agent); my $req_erm = new HTTP::Request POST => $LawUpdt; $req_erm -> content('_PDL=LOGAN' . #product line '&_TKN=rd30.1' . #form '&_EVT=' . $rd30evt . '&_RTN=MSG' . '&_LFN=ALL' . '&_TDS=IGNORE' . '&FC=' . $rd30fc . '&IDH-ID=' . $ADEmpId . '&IDH-STATUS=1' . '&IDH-ID-TYP=Employee' . '&WUR-TYPE=EM' . '&WUR-COMPANY=1' . '&WUR-EMPLOYEE=' . $LawEmpId . '&IDH-WEB-USER=' . $login . '&_DELIM=%09' . '&_OUT=XML' . '&_EOT=TRUE'); $req_erm -> content_type('application/x-www-form-urlencoded'); $res_erm = $ua_erm->request($req_erm); } } # Procedure to Read the Results of send_eRMdata procedure ### sub proc_eRMresp { if ($EmpAct eq "Add" || $EmpAct eq "Modify") { if ($res_erm->is_success) { my $resXML_erm = XMLin($res_erm->content, keyattr => 'rd30.1'); # rd30 msgs #101 Id Does Not Exist #102 Id Already Exists if ($resXML_erm->{'rd30.1'}->{'MsgNbr'} eq "102") { $rd30fc="C"; $rd30evt="CHG"; send_eRMdata(); } if ($resXML_erm->{'rd30.1'}->{'MsgNbr'} eq "101") { $rd30fc="A"; $rd30evt="ADD"; send_eRMdata(); } if ($resXML_erm->{'rd30.1'}->{'MsgNbr'} eq "000") { $eRMsucces = "Yes"; } } } } # Procedure to Send Add or Remove the Manager and Training Groups to LOGAN DB ### sub send_LOGANdata { if ($IsMgr eq "Yes") { if ($MgrAct eq "Remove") { $rd55mfc="D"; $rd55tfc="D"; } if ($MgrAct eq "Add" || $MgrAct eq "Modify") { $rd55mfc="A"; $rd55tfc="A"; } # For Manager $ua_rd55m = new LWP::UserAgent; $ua_rd55m -> agent("LawWEB/0.2" . $ua_rd55m -> agent); my $req_rd55m = new HTTP::Request POST => $LawUpdt; $req_rd55m -> content('_PDL=LOGAN' . '&_TKN=rd55.2' . '&_EVT=CHG' . '&_RTN=MSG' . '&_DTLSEP=:' . '&_LFN=ALL' . '&_TDS=IGNORE' . '&FC=C' . '&RDG-RECORD-TYPE=01' . '&RDG-GROUP=Manager' . '&LINE-FC:1=' . $rd55mfc . '&WDF-ID:1=' . $login . '&_DELIM=%09' . '&_OUT=XML' . '&_EOT=TRUE'); $req_rd55m -> content_type('application/x-www-form-urlencoded'); $res_rd55m = $ua_rd55m->request($req_rd55m); # post manager # For Training $ua_rd55t = new LWP::UserAgent; $ua_rd55t -> agent("LawWEB/0.2" . $ua_rd55t -> agent); my $req_rd55t = new HTTP::Request POST => $LawUpdt; $req_rd55t -> content('_PDL=LOGAN' . '&_TKN=rd55.2' . '&_EVT=CHG' . '&_RTN=MSG' . '&_DTLSEP=:' . '&_LFN=ALL' . '&_TDS=IGNORE' . '&FC=C' . '&RDG-RECORD-TYPE=01' . '&RDG-GROUP=Training' . '&LINE-FC:1=' . $rd55tfc . '&WDF-ID:1=' . $login . '&_DELIM=%09' . '&_OUT=XML' . '&_EOT=TRUE'); $req_rd55t -> content_type('application/x-www-form-urlencoded'); $res_rd55t = $ua_rd55t->request($req_rd55t); #post training # Read the Results of send_LOGANdata procedure ### # RD55 msgs #200 Id Does Not Exist #201 Id Does Not Exist in this Group #202 Id Already Exists in this Group #Manager Role if ($res_rd55m->is_success) { my $resXML_rd55m = XMLin($res_rd55m->content, keyattr => 'RD55.2'); if ($resXML_rd55m->{'RD55.2'}->{'MsgNbr'} eq "200") { if ($MgrAct ne "Remove") { $rd55mfc="A"; send_LOGANdata(); } } if ($resXML_rd55m->{'RD55.2'}->{'MsgNbr'} eq "000" || $resXML_rd55m->{'RD55.2'}->{'MsgNbr'} eq "202") { $RD55Msucces = "Yes"; } } #Training Role if ($res_rd55t->is_success) { my $resXML_rd55t = XMLin($res_rd55t->content, keyattr => 'RD55.2'); if ($resXML_rd55t->{'RD55.2'}->{'MsgNbr'} eq "200") { if ($MgrAct ne "Remove") { $rd55tfc="A"; send_LOGANdata(); } } if ($resXML_rd55t->{'RD55.2'}->{'MsgNbr'} eq "000"||$resXML_rd55t->{'RD55.2'}->{'MsgNbr'} eq "202") { $RD55Tsucces = "Yes"; } } if ($RD55Tsucces ne "Yes" || $RD55Msucces ne "Yes") { $typOerr = "Lawson Manager or Training Group/Role failure"; $msgOerr = $msgOerr . $res_rd55m->content . "\nTrng:\n" . $res_rd55t->content . "\n"; $msgOerr = $msgOerr . "User: " . $login . "\n"; $msgOerr = $msgOerr . "EmpID: " . $ADEmpId . "\n"; $msgOerr = $msgOerr . "EmpAct: " . $EmpAct . "\n"; $msgOerr = $msgOerr . "Mgr Flag: " . $IsMgr . "\n"; $msgOerr = $msgOerr . "MgrAct: " . $MgrAct . "\n"; send_message(); } } } # end_sub proc_LOGANresp ################ # Main #### ################ ### Do some data clean-up first ### $empdata = $ARGV[0]; $empdata =~ s/&/and/g; $empdata =~ s/AXXXXXXXXX//g; @parsedCSV = "ewords(",",0, $empdata); $ADEmpId = $parsedCSV[0]; $login = $parsedCSV[1]; $LawEmpId = $parsedCSV[2]; $frstname = $parsedCSV[3]; $mddlname = $parsedCSV[4]; $lastname = $parsedCSV[5]; #... $login =~ s/ //g; $login =~ s/\.//g; $login =~ s/~//g; $login =~ s/-//g; $login =~ s/_//g; $ngrp =~ s/~/,/g; $cgrp =~ s/~/,/g; $lastname =~ s/_/,/g; $mgrname =~ s/_/,/g; #... send_eRMdata(); open (LOG, ">> /apps/lawson/ccs/eRM/eRM.log") || die ('Opening eRM.log failed.'); print LOG "*************** " . ctime() . " ***************\n"; print LOG "LAW_" . $empdata . "\n"; print LOG "AD_" . $myform . "\n"; if ($ADsucces ne "Yes") { print LOG "Msg_" . $myfirstErr . "_ErrTyp_" . $typOerr . "_ErrMsg_" . $msgOerr . "\n"; } close (LOG); exit; |
|
From: <p3s...@pr...> - 2004-01-28 21:46:45
|
Update of /cvsroot/lawsontools/User_Utils/UserTokens In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/UserTokens Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/UserTokens/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:27 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:44
|
Update of /cvsroot/lawsontools/User_Utils/Reporting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/Reporting Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/Reporting/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:26 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:44
|
Update of /cvsroot/lawsontools/User_Utils/Reporting/Lawson In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/Reporting/Lawson Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/Reporting/Lawson/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:27 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:44
|
Update of /cvsroot/lawsontools/User_Utils/Reporting/General In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/Reporting/General Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/Reporting/General/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:26 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:44
|
Update of /cvsroot/lawsontools/User_Utils/Reporting/Crystal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/Reporting/Crystal Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/Reporting/Crystal/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:26 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:43
|
Update of /cvsroot/lawsontools/User_Utils/Reporting/ReportSmith In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/Reporting/ReportSmith Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/Reporting/ReportSmith/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:27 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:43
|
Update of /cvsroot/lawsontools/User_Utils/General In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/General Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/General/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:26 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:42
|
Update of /cvsroot/lawsontools/User_Utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596 Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:25 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:42
|
Update of /cvsroot/lawsontools/User_Utils/MSAddins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3596/MSAddins Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/User_Utils/MSAddins/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:37:13 -0000 1.1.1.1 --- README 28 Jan 2004 21:45:26 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:22
|
Update of /cvsroot/lawsontools/Programmer_Utils/HTML_JS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/HTML_JS Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/HTML_JS/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:34 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:22
|
Update of /cvsroot/lawsontools/Programmer_Utils/General In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/General Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/General/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:34 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:22
|
Update of /cvsroot/lawsontools/Programmer_Utils/Portal_XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/Portal_XML Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/Portal_XML/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:35 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:21
|
Update of /cvsroot/lawsontools/Programmer_Utils/Interfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/Interfaces Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/Interfaces/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:34 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:21
|
Update of /cvsroot/lawsontools/Programmer_Utils/Palm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/Palm Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/Palm/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:34 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:20
|
Update of /cvsroot/lawsontools/Programmer_Utils/COM In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/COM Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/COM/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:34 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:20
|
Update of /cvsroot/lawsontools/Programmer_Utils/Cobol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/Cobol Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/Cobol/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:34 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:46:19
|
Update of /cvsroot/lawsontools/Programmer_Utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258 Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:34 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:45:54
|
Update of /cvsroot/lawsontools/Programmer_Utils/RPG In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/RPG Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/RPG/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:37 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:45:54
|
Update of /cvsroot/lawsontools/Programmer_Utils/ProcessFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3258/ProcessFlow Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Programmer_Utils/ProcessFlow/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:36:29 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:35 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |
|
From: <p3s...@pr...> - 2004-01-28 21:45:44
|
Update of /cvsroot/lawsontools/Database_Admin/iSeries In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3147/iSeries Modified Files: README Log Message: Update Apache License v2 Index: README =================================================================== RCS file: /cvsroot/lawsontools/Database_Admin/iSeries/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 20 Jan 2004 19:35:59 -0000 1.1.1.1 --- README 28 Jan 2004 21:44:19 -0000 1.2 *************** *** 48,49 **** --- 48,63 ---- + Copyright [2004] [lawsontools.sourceforge.net] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Z \ No newline at end of file |