From ce8cfd33e7a23a6b649ff7935eca7450714bd7c2 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 17 Jul 2009 12:36:50 -0700 Subject: [PATCH] Correct copyright headers of property files When we converted the license from LGPL to EPL in commit 2baa6eb54706926f74d8ca5a10c7f0448acb5fe6 we missed doing the conversion on the *.properties files as the tool used only matched on *.java files. This was a simple oversight as the intent of all involved was to relicense all files. Signed-off-by: Shawn O. Pearce --- org.eclipse.egit.core/plugin.properties | 8 ++++++++ .../src/org/eclipse/egit/core/coretext.properties | 24 ++++++++-------------- org.eclipse.egit.ui/plugin.properties | 9 ++++++++ .../src/org/eclipse/egit/ui/uitext.properties | 24 ++++++++-------------- 4 files changed, 33 insertions(+), 32 deletions(-) diff --git a/org.eclipse.egit.core/plugin.properties b/org.eclipse.egit.core/plugin.properties index 5c3ef429..9b61e82f 100644 --- a/org.eclipse.egit.core/plugin.properties +++ b/org.eclipse.egit.core/plugin.properties @@ -1,2 +1,10 @@ +############################################################################### +# Copyright (c) 2005, 2009 Shawn Pearce and others. +# 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 +# +############################################################################### plugin_name=Git Team Provider (Core) (Incubation) provider_name=eclipse.org diff --git a/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties b/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties index 663c9961..9b7ed82b 100644 --- a/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties +++ b/org.eclipse.egit.core/src/org/eclipse/egit/core/coretext.properties @@ -1,19 +1,11 @@ -## -## Copyright (C) 2006 Shawn Pearce -## -## This library is free software; you can redistribute it and/or -## modify it under the terms of the GNU Lesser General Public -## License, version 2.1, as published by the Free Software Foundation. -## -## This library 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 this library; if not, write to the Free Software -## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -## +############################################################################### +# Copyright (c) 2006, 2009 Shawn Pearce and others. +# 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 +# +############################################################################### ConnectProviderOperation_connecting=Connecting Git team provider. ConnectProviderOperation_ConnectingProject=Connecting project {0} diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties index a2bbbc23..989dbb92 100644 --- a/org.eclipse.egit.ui/plugin.properties +++ b/org.eclipse.egit.ui/plugin.properties @@ -1,3 +1,12 @@ +############################################################################### +# Copyright (c) 2005, 2009 Shawn Pearce and others. +# 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 +# +############################################################################### + plugin_name=Git Team Provider (UI) (Incubation) provider_name=eclipse.org diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties index a141c905..1d9c55ae 100644 --- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties +++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties @@ -1,19 +1,11 @@ -## -## Copyright (C) 2006 Shawn Pearce -## -## This library is free software; you can redistribute it and/or -## modify it under the terms of the GNU Lesser General Public -## License, version 2.1, as published by the Free Software Foundation. -## -## This library 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 this library; if not, write to the Free Software -## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -## +############################################################################### +# Copyright (c) 2005, 2009 Shawn Pearce and others. +# 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 +# +############################################################################### WizardProjectsImportPage_projectLabel={0} ({1}) WizardProjectsImportPage_ImportProjectsTitle=Import Projects -- 2.11.4.GIT