diff --git a/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingDefinitions.java b/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingDefinitions.java index bc028c0..ae94108 100644 --- a/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingDefinitions.java +++ b/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingDefinitions.java @@ -1,6 +1,21 @@ +/* + * (C) Copyright 2007-2008 Abstratt Technologies + * + * Permission to use, copy, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appear in all copies and that + * both that copyright notice and this permission notice appear in + * supporting documentation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * $Id$ + * + */ package org.umlgraph.settings; - /** * A tag interface for classes defining settings. * Classes implementing this interface are expected to diff --git a/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingKey.java b/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingKey.java index 398976a..8de9054 100644 --- a/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingKey.java +++ b/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/SettingKey.java @@ -1,3 +1,19 @@ +/* + * (C) Copyright 2007-2008 Abstratt Technologies + * + * Permission to use, copy, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appear in all copies and that + * both that copyright notice and this permission notice appear in + * supporting documentation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * $Id$ + * + */ package org.umlgraph.settings; diff --git a/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/Settings.java b/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/Settings.java index ee2be9b..140c8b5 100644 --- a/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/Settings.java +++ b/umlgraph_ng/org.umlgraph.settings/src/org/umlgraph/settings/Settings.java @@ -1,3 +1,19 @@ +/* + * (C) Copyright 2007-2008 Abstratt Technologies + * + * Permission to use, copy, and distribute this software and its + * documentation for any purpose and without fee is hereby granted, + * provided that the above copyright notice appear in all copies and that + * both that copyright notice and this permission notice appear in + * supporting documentation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * + * $Id$ + * + */ package org.umlgraph.settings; import java.lang.reflect.Field;