diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAction.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAction.java index c2d8a13..82456d2 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAction.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAction.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import org.gitlab.api.models.GitlabIssue; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttribute.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttribute.java index c94b312..fb5de7d 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttribute.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttribute.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import java.util.Arrays; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeKeys.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeKeys.java index f404c25..8a52acf 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeKeys.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeKeys.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; public class GitlabAttributeKeys { diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeMapper.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeMapper.java index f5d9d94..4d6a9f6 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeMapper.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabAttributeMapper.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import java.io.IOException; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnection.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnection.java index fa56699..15253d4 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnection.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnection.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import java.io.IOException; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnector.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnector.java index a2053fe..9e0b019 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnector.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabConnector.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import java.io.IOException; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabFlag.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabFlag.java index 3f54280..ea776c7 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabFlag.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabFlag.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; public enum GitlabFlag { diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabIssueSearch.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabIssueSearch.java index dc333da..e86b00d 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabIssueSearch.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabIssueSearch.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import java.util.ArrayList; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabPluginCore.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabPluginCore.java index 4b55fb8..4641a5f 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabPluginCore.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabPluginCore.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import java.net.URL; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskDataHandler.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskDataHandler.java index bfe613d..e3464e8 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskDataHandler.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskDataHandler.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import java.io.IOException; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskMapper.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskMapper.java index 66377e2..e881bc5 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskMapper.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/GitlabTaskMapper.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core; import org.eclipse.mylyn.tasks.core.data.TaskData; diff --git a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/exceptions/GitlabException.java b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/exceptions/GitlabException.java index d188b15..9812a73 100644 --- a/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/exceptions/GitlabException.java +++ b/de.weingardt.mylyn.gitlab.core/src/de/weingardt/mylyn/gitlab/core/exceptions/GitlabException.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.core.exceptions; import org.eclipse.core.runtime.CoreException; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabConnectorUI.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabConnectorUI.java index 65f5b12..5e515d2 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabConnectorUI.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabConnectorUI.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; import org.eclipse.jface.resource.ImageDescriptor; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPage.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPage.java index c1960c4..a1750be 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPage.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPage.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; import java.util.Iterator; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPageFactory.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPageFactory.java index fbd7f76..ad19765 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPageFactory.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabEditorPageFactory.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; import org.eclipse.mylyn.commons.ui.CommonImages; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabImages.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabImages.java index 77bb82a..4da061f 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabImages.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabImages.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; import java.net.MalformedURLException; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabQueryPage.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabQueryPage.java index 7ae1c8c..e47b972 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabQueryPage.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabQueryPage.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; import java.util.Arrays; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabRepositorySettingsPage.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabRepositorySettingsPage.java index 4c80920..5363ed6 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabRepositorySettingsPage.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabRepositorySettingsPage.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; import org.eclipse.core.runtime.CoreException; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabUIPlugin.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabUIPlugin.java index 7bdb5a6..f152661 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabUIPlugin.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/GitlabUIPlugin.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/Strings.java b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/Strings.java index a726b49..4439235 100644 --- a/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/Strings.java +++ b/de.weingardt.mylyn.gitlab.ui/src/de/weingardt/mylyn/gitlab/ui/Strings.java @@ -1,3 +1,16 @@ +/******************************************************************************* + * Copyright (c) 2014, Paul Weingardt + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Paul Weingardt - initial API and implementation + *******************************************************************************/ + + + package de.weingardt.mylyn.gitlab.ui; public class Strings {