Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2018-11-22 01:01:13 +0000
committerKenn Hussey2018-11-22 01:01:13 +0000
commit7617c29f833ece0d09daaf408aa7e61650202e72 (patch)
treec2409187261445109498a610cebae6469b079453 /plugins/org.eclipse.uml2.common.edit
parentd187fd367fa8187000ff52be60a9064b108b3bcc (diff)
downloadorg.eclipse.uml2-7617c29f833ece0d09daaf408aa7e61650202e72.tar.gz
org.eclipse.uml2-7617c29f833ece0d09daaf408aa7e61650202e72.tar.xz
org.eclipse.uml2-7617c29f833ece0d09daaf408aa7e61650202e72.zip
[535301] Updating org.eclipse.uml2.common.edit to EPL v2.0.
Diffstat (limited to 'plugins/org.eclipse.uml2.common.edit')
-rw-r--r--plugins/org.eclipse.uml2.common.edit/META-INF/MANIFEST.MF7
-rw-r--r--plugins/org.eclipse.uml2.common.edit/about.html2
-rw-r--r--plugins/org.eclipse.uml2.common.edit/about.mappings8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/about.properties10
-rw-r--r--plugins/org.eclipse.uml2.common.edit/build.properties7
-rw-r--r--plugins/org.eclipse.uml2.common.edit/plugin.properties8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/ChangeCommand.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetAddCommand.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetCommand.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetCommand.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetReplaceCommand.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetSetCommand.java7
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetCommand.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetRemoveCommand.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/domain/UML2AdapterFactoryEditingDomain.java8
-rw-r--r--plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/provider/IItemQualifiedTextProvider.java8
16 files changed, 62 insertions, 59 deletions
diff --git a/plugins/org.eclipse.uml2.common.edit/META-INF/MANIFEST.MF b/plugins/org.eclipse.uml2.common.edit/META-INF/MANIFEST.MF
index 7ae1634bb..b8f74e545 100644
--- a/plugins/org.eclipse.uml2.common.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.uml2.common.edit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.uml2.common.edit; singleton:=true
-Bundle-Version: 2.4.0.qualifier
+Bundle-Version: 2.5.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -10,9 +10,10 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.uml2.common.edit.command,
org.eclipse.uml2.common.edit.domain,
org.eclipse.uml2.common.edit.provider
-Require-Bundle: org.eclipse.uml2.common;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
+Require-Bundle: org.eclipse.uml2.common;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.ecore.edit;bundle-version="[2.10.0,3.0.0)";visibility:=reexport,
- org.eclipse.emf.ecore.change;bundle-version="[2.12.0,3.0.0)";visibility:=reexport,
+ org.eclipse.emf.ecore.change;bundle-version="[2.13.0,3.0.0)";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)"
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
+Automatic-Module-Name: org.eclipse.uml2.common.edit
diff --git a/plugins/org.eclipse.uml2.common.edit/about.html b/plugins/org.eclipse.uml2.common.edit/about.html
index 598b36848..1a90f7e71 100644
--- a/plugins/org.eclipse.uml2.common.edit/about.html
+++ b/plugins/org.eclipse.uml2.common.edit/about.html
@@ -14,7 +14,7 @@
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+at <a href="http://www.eclipse.org/legal/epl-v20.html">http://www.eclipse.org/legal/epl-v20.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
diff --git a/plugins/org.eclipse.uml2.common.edit/about.mappings b/plugins/org.eclipse.uml2.common.edit/about.mappings
index b98206b50..34dd83cfd 100644
--- a/plugins/org.eclipse.uml2.common.edit/about.mappings
+++ b/plugins/org.eclipse.uml2.common.edit/about.mappings
@@ -1,13 +1,13 @@
-# Copyright (c) 2006, 2017 IBM Corporation, CEA, and others.
+# Copyright (c) 2006, 2018 IBM Corporation, CEA, and others.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM - initial API and implementation
# Christian W. Damus (CEA) - 227616
-# Kenn Hussey - 526568
+# Kenn Hussey - 526568, 535301
#
# about.mappings
diff --git a/plugins/org.eclipse.uml2.common.edit/about.properties b/plugins/org.eclipse.uml2.common.edit/about.properties
index 1af399f51..a65f62860 100644
--- a/plugins/org.eclipse.uml2.common.edit/about.properties
+++ b/plugins/org.eclipse.uml2.common.edit/about.properties
@@ -1,13 +1,13 @@
-# Copyright (c) 2006, 2017 IBM Corporation, Embarcadero Technologies, CEA, and others.
+# Copyright (c) 2006, 2018 IBM Corporation, Embarcadero Technologies, CEA, and others.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM - initial API and implementation
# Kenn Hussey (Embarcadero Technologies) - 219804, 204200
-# Kenn Hussey - 323181, 526568
+# Kenn Hussey - 323181, 526568, 535301
# Christian W. Damus (CEA) - 227616
# Kenn Hussey (CEA) - 459723
#
@@ -25,5 +25,5 @@ aboutText = UML2 Common Model Edit Support\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2003, 2017. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2003, 2018. All rights reserved.\n\
Visit http://www.eclipse.org/uml2
diff --git a/plugins/org.eclipse.uml2.common.edit/build.properties b/plugins/org.eclipse.uml2.common.edit/build.properties
index 97da4ad0f..ba525193f 100644
--- a/plugins/org.eclipse.uml2.common.edit/build.properties
+++ b/plugins/org.eclipse.uml2.common.edit/build.properties
@@ -1,13 +1,14 @@
-# Copyright (c) 2005, 2013 IBM Corporation, Embarcadero Technologies, CEA, and others.
+# Copyright (c) 2005, 2018 IBM Corporation, Embarcadero Technologies, CEA, and others.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM - initial API and implementation
# Kenn Hussey (Embarcadero Technologies) - 204200
# Christian W. Damus (CEA) - 227616
+# Kenn Hussey - 535301
#
# NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.uml2.common.edit/plugin.properties b/plugins/org.eclipse.uml2.common.edit/plugin.properties
index 9f1b5bd20..be7319d71 100644
--- a/plugins/org.eclipse.uml2.common.edit/plugin.properties
+++ b/plugins/org.eclipse.uml2.common.edit/plugin.properties
@@ -1,14 +1,14 @@
-# Copyright (c) 2005, 2009 IBM Corporation, Embarcadero Technologies, and others.
+# Copyright (c) 2005, 2018 IBM Corporation, Embarcadero Technologies, and others.
# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
+# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
+# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM - initial API and implementation
# Kenn Hussey (Embarcadero Technologies) - 204200
+# Kenn Hussey - 535301
#
-# $Id: plugin.properties,v 1.6 2009/04/07 18:24:30 jbruck Exp $
# NLS_MESSAGEFORMAT_VAR
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/ChangeCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/ChangeCommand.java
index 96b5af1d7..bd8809ad9 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/ChangeCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/ChangeCommand.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2004, 2007 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: ChangeCommand.java,v 1.4 2007/01/04 18:53:35 khussey Exp $
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetAddCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetAddCommand.java
index 8022446e7..19ca3a2a9 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetAddCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetAddCommand.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2003, 2007 IBM Corporation and others.
+ * Copyright (c) 2003, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: SubsetAddCommand.java,v 1.4 2007/01/04 18:53:35 khussey Exp $
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetCommand.java
index 1bf32570d..7d9583193 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetCommand.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2003, 2007 IBM Corporation and others.
+ * Copyright (c) 2003, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: SubsetCommand.java,v 1.2 2007/01/04 18:53:35 khussey Exp $
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetCommand.java
index b0b55c8b2..e647b1415 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetCommand.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: SubsetSupersetCommand.java,v 1.2 2007/01/04 18:53:35 khussey Exp $
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetReplaceCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetReplaceCommand.java
index e51ca181d..c282a85c8 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetReplaceCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetReplaceCommand.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: SubsetSupersetReplaceCommand.java,v 1.3 2007/01/04 18:53:35 khussey Exp $
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetSetCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetSetCommand.java
index 1bb653413..b702c63e5 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetSetCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SubsetSupersetSetCommand.java
@@ -1,13 +1,14 @@
/*
- * Copyright (c) 2006, 2015 IBM Corporation, CEA, and others.
+ * Copyright (c) 2006, 2018 IBM Corporation, CEA, and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
* Kenn Hussey (CEA) - 459723
+ * Kenn Hussey - 535301
*
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetCommand.java
index 6ed60be4a..6a4971686 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetCommand.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2003, 2007 IBM Corporation and others.
+ * Copyright (c) 2003, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: SupersetCommand.java,v 1.2 2007/01/04 18:53:35 khussey Exp $
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetRemoveCommand.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetRemoveCommand.java
index 6e6152d9c..bb6064d20 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetRemoveCommand.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/command/SupersetRemoveCommand.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2003, 2007 IBM Corporation and others.
+ * Copyright (c) 2003, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: SupersetRemoveCommand.java,v 1.4 2007/01/04 18:53:35 khussey Exp $
*/
package org.eclipse.uml2.common.edit.command;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/domain/UML2AdapterFactoryEditingDomain.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/domain/UML2AdapterFactoryEditingDomain.java
index dcb3c29d2..b897943d0 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/domain/UML2AdapterFactoryEditingDomain.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/domain/UML2AdapterFactoryEditingDomain.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2006, 2007 IBM Corporation and others.
+ * Copyright (c) 2006, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: UML2AdapterFactoryEditingDomain.java,v 1.2 2007/01/04 18:53:45 khussey Exp $
*/
package org.eclipse.uml2.common.edit.domain;
diff --git a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/provider/IItemQualifiedTextProvider.java b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/provider/IItemQualifiedTextProvider.java
index fe7344291..0aaf91bd3 100644
--- a/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/provider/IItemQualifiedTextProvider.java
+++ b/plugins/org.eclipse.uml2.common.edit/src/org/eclipse/uml2/common/edit/provider/IItemQualifiedTextProvider.java
@@ -1,14 +1,14 @@
/*
- * Copyright (c) 2004, 2005 IBM Corporation and others.
+ * Copyright (c) 2004, 2018 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey - 535301
*
- * $Id: IItemQualifiedTextProvider.java,v 1.1 2005/05/17 22:03:59 khussey Exp $
*/
package org.eclipse.uml2.common.edit.provider;

Back to the top