]> err.no Git - sope/blobdiff - sopex/Templates/Project Templates/SOPE/Web Application/Main.m
updates for SOPE:X 2.x
[sope] / sopex / Templates / Project Templates / SOPE / Web Application / Main.m
index 1867541ffd1f263647a155a6f0efe08f352dd0a1..60e472721831dddae55537524524415c1e048a29 100644 (file)
@@ -1,12 +1,35 @@
-//
-// Main.m: Implementation file for Web Component 'Main'
-// Project ÇPROJECTNAMEÈ
-//
-// Created by ÇUSERNAMEÈ on ÇDATEÈ
-//
+/*
+  Copyright (C) 2000-2004 SKYRIX Software AG
 
+  This file is part of OGo
 
-#include "Main.h"
+  OGo 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 2, or (at your option) any
+  later version.
+
+  OGo 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 Lesser General Public
+  License for more details.
+
+  You should have received a copy of the GNU Lesser General Public
+  License along with OGo; see the file COPYING.  If not, write to the
+  Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+  02111-1307, USA.
+*/
+// $Id: wox.m 25 2004-07-30 11:22:02Z znek $
+
+
+#include <NGObjWeb/NGObjWeb.h>
+
+
+@interface Main : WOComponent
+{
+
+}
+
+@end
 
 
 @implementation Main