update copyright.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@23580 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2006-09-21 07:24:22 +00:00
parent a41849407a
commit f62d20d5bd
30 changed files with 385 additions and 16 deletions

View file

@ -1,3 +1,4 @@
2006-09-20 Matt Rice <ratmice@yahoo.com>
* EOInterface/EOGenericControlAssociation.m (-endEditing):
@ -6,6 +7,10 @@
* GDL2Palette/ConnectInspector.m: Replace static map table with
walking the list of connectors.
* EOInterface/EODeprecated.h: Fix typo.
* DBModeler/*.[hm]
* GDL2Palette/*.[hm]: Update copyright.
2006-09-19 Matt Rice <ratmice@yahoo.com>
* GDL2Palette/KeyWrapper.h: Add LocalType.

View file

@ -2,7 +2,7 @@
ConsistencyChecker.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Jul 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
DefaultColumnProvider.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: Apr 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
EOAdditions.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -1,3 +1,27 @@
/*
AttributesInspector.h
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of DBModeler.
DBModeler is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
DBModeler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DBModeler; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <EOAccess/EOAttribute.h>
#include <EOModeler/EOMInspector.h>

View file

@ -1,3 +1,26 @@
/*
AttributesInspector.m
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of DBModeler.
DBModeler is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
DBModeler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DBModeler; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "AttributeInspector.h"
#include <Foundation/NSObjCRuntime.h>

View file

@ -1,3 +1,27 @@
/*
RelationshipInspector.h
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
This file is part of DBModeler.
DBModeler is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
DBModeler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DBModeler; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <EOModeler/EOMInspector.h>
#include <AppKit/AppKit.h>

View file

@ -1,3 +1,27 @@
/*
RelationshipInspector.m
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of DBModeler.
DBModeler is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
DBModeler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DBModeler; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "RelationshipInspector.h"
#include <EOAccess/EOEntity.h>

View file

@ -5,7 +5,7 @@
MainModelerEditor.h
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
MainModelEditor.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -5,7 +5,7 @@
Modeler.h
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
ModelerAttributeEditor.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
ModelerEntityEditor.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
ModelerTableEmbedibleEditor.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Apr 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
Preferences.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Mar 2006
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -2,7 +2,7 @@
SQLGenerator.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Jul 2005
Date: 2005, 2006
This file is part of DBModeler.

View file

@ -1,5 +1,5 @@
/** -*-ObjC-*-
EODprecated.h
EODeprecated.h
Copyright (C) 2004,2005 Free Software Foundation, Inc.

View file

@ -1,3 +1,27 @@
/**
ConnectInspector.h
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include <InterfaceBuilder/IBInspector.h>
@class NSBrowser;
@class NSPopUpButton;

View file

@ -1,3 +1,27 @@
/**
ConnectInspector.m
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include "ConnectionInspector.h"
#include "Foundation+Categories.h"

View file

@ -1,3 +1,27 @@
/**
DisplayGroupInspector.h
Author: Matt Rice <ratmice@yahoo.com>
Date: Sept 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include <InterfaceBuilder/IBInspector.h>
#include <AppKit/NSNibDeclarations.h>

View file

@ -1,3 +1,27 @@
/**
DisplayGroupInspector.m
Author: Matt Rice <ratmice@yahoo.com>
Date: Sept 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include "DisplayGroupInspector.h"
#include <EOInterface/EODisplayGroup.h>
#include <AppKit/NSNibLoading.h>

View file

@ -1,3 +1,27 @@
/**
Foundation+Categories.h
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include <Foundation/NSArray.h>
/* since we don't really have blocks and i don't feel like including them.. */
@interface NSArray (SelectorStuff)

View file

@ -1,3 +1,28 @@
/**
Foundation+Categories.m
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include "Foundation+Categories.h"
/* since we don't really have blocks and i don't feel like including them.. */

View file

@ -1,3 +1,27 @@
/**
IB+Categories.m
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include <Foundation/Foundation.h>
#include <EOInterface/EODisplayGroup.h>

View file

@ -7,12 +7,12 @@
This file is part of GDL2Palette.
<license>
DBModeler is free software; you can redistribute it and/or modify
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
DBModeler is distributed in the hope that it will be useful,
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

View file

@ -7,12 +7,12 @@
This file is part of GDL2Palette.
<license>
DBModeler is free software; you can redistribute it and/or modify
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
DBModeler is distributed in the hope that it will be useful,
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

View file

@ -1,3 +1,28 @@
/**
Palette.h
Author: Matt Rice <ratmice@yahoo.com>
Date: May 2005
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include <InterfaceBuilder/IBPalette.h>
static NSConstantString *GDL2PaletteBundles;

View file

@ -1,3 +1,28 @@
/**
Palette.m
Author: Matt Rice <ratmice@yahoo.com>
Date: May 2005
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include "Palette.h"
#include "ResourceManager.h"
#include <Foundation/NSUserDefaults.h>

View file

@ -1,3 +1,28 @@
/**
ResourceManager.h
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include <InterfaceBuilder/IBResourceManager.h>
@class EOEditingContext;

View file

@ -1,3 +1,28 @@
/**
ResourceManager.m
Author: Matt Rice <ratmice@yahoo.com>
Date: 2005, 2006
This file is part of GDL2Palette.
<license>
GDL2Palette is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
GDL2Palette is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDL2Palette; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
</license>
**/
#include "ResourceManager.h"
#include <EOInterface/EOAspectConnector.h>