From 251a32145d77c33e77b479816d19321078c33c81 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sun, 19 Feb 2012 12:53:41 +0000 Subject: [PATCH] Add copyright git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/devmodules/dev-libs/ec@34778 72102866-910b-0410-8b05-ffd578937521 --- COPYING.LESSER | 165 ++++++++++++++++++++++++++++++++++++++++++ Client.h | 27 +++++++ Client.m | 28 +++++++ Command.m | 28 +++++++ Console.m | 34 ++++++++- Control.m | 28 +++++++ EcAlarm.h | 29 ++++++++ EcAlarm.m | 29 ++++++++ EcAlarmDestination.h | 28 +++++++ EcAlarmDestination.m | 28 +++++++ EcAlarmSinkSNMP.h | 28 +++++++ EcAlarmSinkSNMP.m | 28 +++++++ EcAlerter.h | 28 +++++++ EcAlerter.m | 28 +++++++ EcBroadcastProxy.h | 36 +++++++-- EcBroadcastProxy.m | 34 +++++++-- EcHost.h | 28 +++++++ EcHost.m | 28 +++++++ EcLogger.h | 28 +++++++ EcLogger.m | 36 ++++++++- EcProcess.h | 29 ++++++++ EcProcess.m | 28 +++++++ EcUserDefaults.h | 28 +++++++ EcUserDefaults.m | 28 +++++++ NSFileHandle+Printf.h | 30 +++++++- NSFileHandle+Printf.m | 31 +++++++- Terminate.m | 32 +++++++- 27 files changed, 908 insertions(+), 24 deletions(-) create mode 100644 COPYING.LESSER diff --git a/COPYING.LESSER b/COPYING.LESSER new file mode 100644 index 0000000..31afd6d --- /dev/null +++ b/COPYING.LESSER @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/Client.h b/Client.h index 8e52460..1624476 100644 --- a/Client.h +++ b/Client.h @@ -1,3 +1,30 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ @interface ClientInfo : NSObject { diff --git a/Client.m b/Client.m index 933e0e6..71c9dcf 100644 --- a/Client.m +++ b/Client.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import diff --git a/Command.m b/Command.m index 2194d50..a588e5d 100644 --- a/Command.m +++ b/Command.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import "EcProcess.h" diff --git a/Console.m b/Console.m index bb644b5..a883323 100644 --- a/Console.m +++ b/Console.m @@ -1,8 +1,36 @@ -#include +/** Enterprise Control Configuration and Logging -#include "EcProcess.h" -#include "NSFileHandle+Printf.h" + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + +#import + +#import "EcProcess.h" +#import "NSFileHandle+Printf.h" #include diff --git a/Control.m b/Control.m index ea7592e..100e6d9 100644 --- a/Control.m +++ b/Control.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import "EcAlarm.h" diff --git a/EcAlarm.h b/EcAlarm.h index 24e6734..159c467 100644 --- a/EcAlarm.h +++ b/EcAlarm.h @@ -1,3 +1,32 @@ + +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #ifndef _ECALARM_H #define _ECALARM_H diff --git a/EcAlarm.m b/EcAlarm.m index f70c4aa..e1521c7 100644 --- a/EcAlarm.m +++ b/EcAlarm.m @@ -1,3 +1,32 @@ + +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import #import diff --git a/EcAlarmDestination.h b/EcAlarmDestination.h index 48673bc..0c7c2ae 100644 --- a/EcAlarmDestination.h +++ b/EcAlarmDestination.h @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import @class EcAlarm; diff --git a/EcAlarmDestination.m b/EcAlarmDestination.m index a049b14..e628c13 100644 --- a/EcAlarmDestination.m +++ b/EcAlarmDestination.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import "EcProcess.h" diff --git a/EcAlarmSinkSNMP.h b/EcAlarmSinkSNMP.h index 7a98e6a..a46026d 100644 --- a/EcAlarmSinkSNMP.h +++ b/EcAlarmSinkSNMP.h @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import "EcAlarmDestination.h" diff --git a/EcAlarmSinkSNMP.m b/EcAlarmSinkSNMP.m index 59e74ce..e2fe411 100644 --- a/EcAlarmSinkSNMP.m +++ b/EcAlarmSinkSNMP.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import "EcAlarm.h" diff --git a/EcAlerter.h b/EcAlerter.h index cdec91c..8413bf7 100644 --- a/EcAlerter.h +++ b/EcAlerter.h @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import @class GSMimeSMTPClient; diff --git a/EcAlerter.m b/EcAlerter.m index 563799a..9d6df8c 100644 --- a/EcAlerter.m +++ b/EcAlerter.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import diff --git a/EcBroadcastProxy.h b/EcBroadcastProxy.h index b7cd648..f3c687d 100644 --- a/EcBroadcastProxy.h +++ b/EcBroadcastProxy.h @@ -1,14 +1,36 @@ -/* -*-objc-*- - * Nicola Pero, Brainstorm, October 2000 - * EcBroadcastProxy - an object able to broadcast a message to - * a list of remote objects. - * - */ + +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Nicola Pero + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ #ifndef _ECBROADCASTPROXY_H #define _ECBROADCASTPROXY_H -#include +#import @class NSArray; @class NSMutableArray; diff --git a/EcBroadcastProxy.m b/EcBroadcastProxy.m index ec69191..fb8e5ab 100644 --- a/EcBroadcastProxy.m +++ b/EcBroadcastProxy.m @@ -1,9 +1,31 @@ -/* - * Nicola Pero, Brainstorm, October 2000 - * EcBroadcastProxy - an object able to broadcast a message to - * a list of remote objects. - * - */ + +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Nicola Pero + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ #import diff --git a/EcHost.h b/EcHost.h index 1284692..ba4566f 100644 --- a/EcHost.h +++ b/EcHost.h @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import @class NSDictionary; diff --git a/EcHost.m b/EcHost.m index 68c0d2b..702a8e3 100644 --- a/EcHost.m +++ b/EcHost.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import #import diff --git a/EcLogger.h b/EcLogger.h index 52f6952..04178a6 100644 --- a/EcLogger.h +++ b/EcLogger.h @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #ifndef _ECLOGGER_H #define _ECLOGGER_H diff --git a/EcLogger.m b/EcLogger.m index 97ccffb..3d7b0a7 100644 --- a/EcLogger.m +++ b/EcLogger.m @@ -1,9 +1,37 @@ -#include -#include +/** Enterprise Control Configuration and Logging -#include "EcProcess.h" -#include "EcLogger.h" + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + +#import +#import + +#import "EcProcess.h" +#import "EcLogger.h" @implementation EcLogger diff --git a/EcProcess.h b/EcProcess.h index 78825c3..0c5978e 100644 --- a/EcProcess.h +++ b/EcProcess.h @@ -1,3 +1,32 @@ + +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #ifndef INCLUDED_ECPROCESS_H #define INCLUDED_ECPROCESS_H diff --git a/EcProcess.m b/EcProcess.m index ebb2ddc..49678f6 100644 --- a/EcProcess.m +++ b/EcProcess.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import #import diff --git a/EcUserDefaults.h b/EcUserDefaults.h index 99170dc..1ee9458 100644 --- a/EcUserDefaults.h +++ b/EcUserDefaults.h @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import @class NSString; diff --git a/EcUserDefaults.m b/EcUserDefaults.m index 5753aba..09bde75 100644 --- a/EcUserDefaults.m +++ b/EcUserDefaults.m @@ -1,4 +1,32 @@ +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import #import diff --git a/NSFileHandle+Printf.h b/NSFileHandle+Printf.h index a918d33..0d6b4a8 100644 --- a/NSFileHandle+Printf.h +++ b/NSFileHandle+Printf.h @@ -1,5 +1,33 @@ -#include +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + +#import /** File handle printing utilities. */ diff --git a/NSFileHandle+Printf.m b/NSFileHandle+Printf.m index 0fb844b..d5bc8ba 100644 --- a/NSFileHandle+Printf.m +++ b/NSFileHandle+Printf.m @@ -1,9 +1,38 @@ + +/** Enterprise Control Configuration and Logging + + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + #import #import #import #import -#include "NSFileHandle+Printf.h" +#import "NSFileHandle+Printf.h" @implementation NSFileHandle (Printf) diff --git a/Terminate.m b/Terminate.m index c55a01e..f234b83 100644 --- a/Terminate.m +++ b/Terminate.m @@ -1,7 +1,35 @@ -#include +/** Enterprise Control Configuration and Logging -#include "EcProcess.h" + Copyright (C) 2012 Free Software Foundation, Inc. + + Written by: Richard Frith-Macdonald + Date: Febrary 2010 + Originally developed from 1996 to 2012 by Brainstorm, and donated to + the FSF. + + This file is part of the GNUstep project. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02111 USA. + + */ + +#import + +#import "EcProcess.h" int main()