Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2019-09-24 06:50:41 +0000
committerEd Merks2019-09-24 06:50:41 +0000
commit5fa5cc6fa8f81132e88638856732dff645a712fa (patch)
tree8d3bab3f572780ee14014d1af83fb487b9e81b7e
parent1490a241d6162c8ca8f387028a5b5fd328050b96 (diff)
downloadrt.equinox.framework-5fa5cc6fa8f81132e88638856732dff645a712fa.tar.gz
rt.equinox.framework-5fa5cc6fa8f81132e88638856732dff645a712fa.tar.xz
rt.equinox.framework-5fa5cc6fa8f81132e88638856732dff645a712fa.zip
Bug 551396 - Fix files that have ended up with CRLF in the gitI20190924-1800
repository Change-Id: I0b7bb7493a422086f6272f17b73358891bb8cf2b Signed-off-by: Ed Merks <ed.merks@gmail.com>
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/implied.permissions104
1 files changed, 52 insertions, 52 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/implied.permissions b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/implied.permissions
index f2102ebc8..50f98ad62 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/implied.permissions
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/permadmin/implied.permissions
@@ -1,55 +1,55 @@
-########################################################################
-# Copyright (c) 2003, 2010 IBM Corporation and others.
+########################################################################
+# Copyright (c) 2003, 2010 IBM Corporation and others.
#
-# This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License 2.0
-# which accompanies this distribution, and is available at
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
-# SPDX-License-Identifier: EPL-2.0
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-########################################################################
-
-# Lines beginning with '#' or '//' are comments
-#
-# This file contains the implied permissions to be granted
-# to all bundles. This file must be UTF8 encoded.
-#
-# In this file, FilePermissions with relative names are
-# mapped to an individual bundle's data directory.
-#
-# The permissions are listed one per
-# line in PermissionInfo encoded format.
-# See org.osgi.service.permissionadmin.PermissionInfo
-
-(java.util.PropertyPermission "java.vendor" "read")
-(java.util.PropertyPermission "java.specification.version" "read")
-(java.util.PropertyPermission "line.separator" "read")
-(java.util.PropertyPermission "java.class.version" "read")
-(java.util.PropertyPermission "java.specification.name" "read")
-(java.util.PropertyPermission "java.vendor.url" "read")
-(java.util.PropertyPermission "java.vm.version" "read")
-(java.util.PropertyPermission "os.name" "read")
-(java.util.PropertyPermission "os.arch" "read")
-(java.util.PropertyPermission "os.version" "read")
-(java.util.PropertyPermission "java.version" "read")
-(java.util.PropertyPermission "java.vm.specification.version" "read")
-(java.util.PropertyPermission "java.vm.specification.name" "read")
-(java.util.PropertyPermission "java.specification.vendor" "read")
-(java.util.PropertyPermission "java.vm.vendor" "read")
-(java.util.PropertyPermission "file.separator" "read")
-(java.util.PropertyPermission "path.separator" "read")
-(java.util.PropertyPermission "java.vm.name" "read")
-(java.util.PropertyPermission "java.vm.specification.vendor" "read")
-(java.util.PropertyPermission "org.osgi.framework.*" "read")
-(java.io.FilePermission "" "read")
-(java.io.FilePermission "-" "read,write,delete")
-
-# Added for OSGi SP R3 - this likely is not needed any more
-(org.osgi.framework.PackagePermission "java.*" "import")
-# Added for OSGi R4.3
-(org.osgi.framework.CapabilityPermission "osgi.ee" "require")
-# Added for OSGi R6
-(org.osgi.framework.CapabilityPermission "osgi.native" "require")
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+########################################################################
+
+# Lines beginning with '#' or '//' are comments
+#
+# This file contains the implied permissions to be granted
+# to all bundles. This file must be UTF8 encoded.
+#
+# In this file, FilePermissions with relative names are
+# mapped to an individual bundle's data directory.
+#
+# The permissions are listed one per
+# line in PermissionInfo encoded format.
+# See org.osgi.service.permissionadmin.PermissionInfo
+
+(java.util.PropertyPermission "java.vendor" "read")
+(java.util.PropertyPermission "java.specification.version" "read")
+(java.util.PropertyPermission "line.separator" "read")
+(java.util.PropertyPermission "java.class.version" "read")
+(java.util.PropertyPermission "java.specification.name" "read")
+(java.util.PropertyPermission "java.vendor.url" "read")
+(java.util.PropertyPermission "java.vm.version" "read")
+(java.util.PropertyPermission "os.name" "read")
+(java.util.PropertyPermission "os.arch" "read")
+(java.util.PropertyPermission "os.version" "read")
+(java.util.PropertyPermission "java.version" "read")
+(java.util.PropertyPermission "java.vm.specification.version" "read")
+(java.util.PropertyPermission "java.vm.specification.name" "read")
+(java.util.PropertyPermission "java.specification.vendor" "read")
+(java.util.PropertyPermission "java.vm.vendor" "read")
+(java.util.PropertyPermission "file.separator" "read")
+(java.util.PropertyPermission "path.separator" "read")
+(java.util.PropertyPermission "java.vm.name" "read")
+(java.util.PropertyPermission "java.vm.specification.vendor" "read")
+(java.util.PropertyPermission "org.osgi.framework.*" "read")
+(java.io.FilePermission "" "read")
+(java.io.FilePermission "-" "read,write,delete")
+
+# Added for OSGi SP R3 - this likely is not needed any more
+(org.osgi.framework.PackagePermission "java.*" "import")
+# Added for OSGi R4.3
+(org.osgi.framework.CapabilityPermission "osgi.ee" "require")
+# Added for OSGi R6
+(org.osgi.framework.CapabilityPermission "osgi.native" "require")

Back to the top