You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2017/09/24 21:57:08 UTC

[45/49] incubator-netbeans git commit: [NETBEANS-54] Second batch of license header changes to Apache

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/StopWatch/src/stopwatch/StopWatch.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/StopWatch/src/stopwatch/StopWatch.java b/javafx2.samples/StopWatch/src/stopwatch/StopWatch.java
index 251b8fd..287f89c 100644
--- a/javafx2.samples/StopWatch/src/stopwatch/StopWatch.java
+++ b/javafx2.samples/StopWatch/src/stopwatch/StopWatch.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package stopwatch;
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/SwingInterop/src/swinginterop/SampleTableModel.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/SwingInterop/src/swinginterop/SampleTableModel.java b/javafx2.samples/SwingInterop/src/swinginterop/SampleTableModel.java
index f641143..e5d096d 100644
--- a/javafx2.samples/SwingInterop/src/swinginterop/SampleTableModel.java
+++ b/javafx2.samples/SwingInterop/src/swinginterop/SampleTableModel.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package swinginterop;

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/SwingInterop/src/swinginterop/SwingInterop.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/SwingInterop/src/swinginterop/SwingInterop.java b/javafx2.samples/SwingInterop/src/swinginterop/SwingInterop.java
index fc823a9..0a06e40 100644
--- a/javafx2.samples/SwingInterop/src/swinginterop/SwingInterop.java
+++ b/javafx2.samples/SwingInterop/src/swinginterop/SwingInterop.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 
 package swinginterop;

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/TimelineEvents/src/timelineevents/TimelineEvents.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/TimelineEvents/src/timelineevents/TimelineEvents.java b/javafx2.samples/TimelineEvents/src/timelineevents/TimelineEvents.java
index 2fcfae8..b4567d6 100644
--- a/javafx2.samples/TimelineEvents/src/timelineevents/TimelineEvents.java
+++ b/javafx2.samples/TimelineEvents/src/timelineevents/TimelineEvents.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package timelineevents;
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/TimelineInterpolator/src/timelineinterpolator/TimelineInterpolator.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/TimelineInterpolator/src/timelineinterpolator/TimelineInterpolator.java b/javafx2.samples/TimelineInterpolator/src/timelineinterpolator/TimelineInterpolator.java
index 8558930..73ccd65 100644
--- a/javafx2.samples/TimelineInterpolator/src/timelineinterpolator/TimelineInterpolator.java
+++ b/javafx2.samples/TimelineInterpolator/src/timelineinterpolator/TimelineInterpolator.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package timelineinterpolator;
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/TransitionPath/src/transitionpath/TransitionPath.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/TransitionPath/src/transitionpath/TransitionPath.java b/javafx2.samples/TransitionPath/src/transitionpath/TransitionPath.java
index cefa4d4..9994e97 100644
--- a/javafx2.samples/TransitionPath/src/transitionpath/TransitionPath.java
+++ b/javafx2.samples/TransitionPath/src/transitionpath/TransitionPath.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package transitionpath;
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/TransitionRotate/src/transitionrotate/TransitionRotate.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/TransitionRotate/src/transitionrotate/TransitionRotate.java b/javafx2.samples/TransitionRotate/src/transitionrotate/TransitionRotate.java
index 1eac548..e12665e 100644
--- a/javafx2.samples/TransitionRotate/src/transitionrotate/TransitionRotate.java
+++ b/javafx2.samples/TransitionRotate/src/transitionrotate/TransitionRotate.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package transitionrotate;
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/WebViewBrowser/src/webviewbrowser/WebViewBrowser.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/WebViewBrowser/src/webviewbrowser/WebViewBrowser.java b/javafx2.samples/WebViewBrowser/src/webviewbrowser/WebViewBrowser.java
index e28406d..5b4ef5f 100644
--- a/javafx2.samples/WebViewBrowser/src/webviewbrowser/WebViewBrowser.java
+++ b/javafx2.samples/WebViewBrowser/src/webviewbrowser/WebViewBrowser.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package webviewbrowser;
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/Xylophone/src/xylophone/Xylophone.java
----------------------------------------------------------------------
diff --git a/javafx2.samples/Xylophone/src/xylophone/Xylophone.java b/javafx2.samples/Xylophone/src/xylophone/Xylophone.java
index e630b56..644c783 100644
--- a/javafx2.samples/Xylophone/src/xylophone/Xylophone.java
+++ b/javafx2.samples/Xylophone/src/xylophone/Xylophone.java
@@ -1,33 +1,20 @@
-/*
- * Copyright (c) 2008, 2012 Oracle and/or its affiliates.
- * All rights reserved. Use is subject to license terms.
- *
- * This file is available and licensed under the following license:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *  - Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *  - Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the distribution.
- *  - Neither the name of Oracle Corporation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
  */
 package xylophone;
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.scenebuilder/.DS_Store
----------------------------------------------------------------------
diff --git a/javafx2.scenebuilder/.DS_Store b/javafx2.scenebuilder/.DS_Store
new file mode 100644
index 0000000..45343c4
Binary files /dev/null and b/javafx2.scenebuilder/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javahelp/.DS_Store
----------------------------------------------------------------------
diff --git a/javahelp/.DS_Store b/javahelp/.DS_Store
new file mode 100644
index 0000000..a10e43d
Binary files /dev/null and b/javahelp/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javascript2.debug.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/javascript2.debug.ui/.DS_Store b/javascript2.debug.ui/.DS_Store
new file mode 100644
index 0000000..9f05543
Binary files /dev/null and b/javascript2.debug.ui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javascript2.debug/.DS_Store
----------------------------------------------------------------------
diff --git a/javascript2.debug/.DS_Store b/javascript2.debug/.DS_Store
new file mode 100644
index 0000000..22b751a
Binary files /dev/null and b/javascript2.debug/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javawebstart/.DS_Store
----------------------------------------------------------------------
diff --git a/javawebstart/.DS_Store b/javawebstart/.DS_Store
new file mode 100644
index 0000000..27dc8c6
Binary files /dev/null and b/javawebstart/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/jellytools.ide/.DS_Store
----------------------------------------------------------------------
diff --git a/jellytools.ide/.DS_Store b/jellytools.ide/.DS_Store
new file mode 100644
index 0000000..80cd716
Binary files /dev/null and b/jellytools.ide/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/jellytools.java/.DS_Store
----------------------------------------------------------------------
diff --git a/jellytools.java/.DS_Store b/jellytools.java/.DS_Store
new file mode 100644
index 0000000..6abe2c2
Binary files /dev/null and b/jellytools.java/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/jellytools.platform/.DS_Store
----------------------------------------------------------------------
diff --git a/jellytools.platform/.DS_Store b/jellytools.platform/.DS_Store
new file mode 100644
index 0000000..9a187c3
Binary files /dev/null and b/jellytools.platform/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/jemmy/.DS_Store
----------------------------------------------------------------------
diff --git a/jemmy/.DS_Store b/jemmy/.DS_Store
new file mode 100644
index 0000000..2a8fb0c
Binary files /dev/null and b/jemmy/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/jshell.support/.DS_Store
----------------------------------------------------------------------
diff --git a/jshell.support/.DS_Store b/jshell.support/.DS_Store
new file mode 100644
index 0000000..a70abff
Binary files /dev/null and b/jshell.support/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/jumpto/.DS_Store
----------------------------------------------------------------------
diff --git a/jumpto/.DS_Store b/jumpto/.DS_Store
new file mode 100644
index 0000000..9e8cea1
Binary files /dev/null and b/jumpto/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/junit.ant.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/junit.ant.ui/.DS_Store b/junit.ant.ui/.DS_Store
new file mode 100644
index 0000000..a7ff9af
Binary files /dev/null and b/junit.ant.ui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/junit.ant/.DS_Store
----------------------------------------------------------------------
diff --git a/junit.ant/.DS_Store b/junit.ant/.DS_Store
new file mode 100644
index 0000000..4a2e8f4
Binary files /dev/null and b/junit.ant/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/junit.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/junit.ui/.DS_Store b/junit.ui/.DS_Store
new file mode 100644
index 0000000..79c7366
Binary files /dev/null and b/junit.ui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/junit/.DS_Store
----------------------------------------------------------------------
diff --git a/junit/.DS_Store b/junit/.DS_Store
new file mode 100644
index 0000000..1925b0d
Binary files /dev/null and b/junit/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/junitlib/.DS_Store
----------------------------------------------------------------------
diff --git a/junitlib/.DS_Store b/junitlib/.DS_Store
new file mode 100644
index 0000000..688bce3
Binary files /dev/null and b/junitlib/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/keyring.fallback/.DS_Store
----------------------------------------------------------------------
diff --git a/keyring.fallback/.DS_Store b/keyring.fallback/.DS_Store
new file mode 100644
index 0000000..cd25c35
Binary files /dev/null and b/keyring.fallback/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/keyring.impl/.DS_Store
----------------------------------------------------------------------
diff --git a/keyring.impl/.DS_Store b/keyring.impl/.DS_Store
new file mode 100644
index 0000000..b34fc2c
Binary files /dev/null and b/keyring.impl/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/keyring/.DS_Store
----------------------------------------------------------------------
diff --git a/keyring/.DS_Store b/keyring/.DS_Store
new file mode 100644
index 0000000..a4d3980
Binary files /dev/null and b/keyring/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/languages.diff/.DS_Store
----------------------------------------------------------------------
diff --git a/languages.diff/.DS_Store b/languages.diff/.DS_Store
new file mode 100644
index 0000000..c08ef34
Binary files /dev/null and b/languages.diff/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/languages.manifest/.DS_Store
----------------------------------------------------------------------
diff --git a/languages.manifest/.DS_Store b/languages.manifest/.DS_Store
new file mode 100644
index 0000000..458ce2c
Binary files /dev/null and b/languages.manifest/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/languages.yaml/.DS_Store
----------------------------------------------------------------------
diff --git a/languages.yaml/.DS_Store b/languages.yaml/.DS_Store
new file mode 100644
index 0000000..05f9c64
Binary files /dev/null and b/languages.yaml/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/languages/.DS_Store
----------------------------------------------------------------------
diff --git a/languages/.DS_Store b/languages/.DS_Store
new file mode 100644
index 0000000..0b8e931
Binary files /dev/null and b/languages/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lexer.nbbridge/.DS_Store
----------------------------------------------------------------------
diff --git a/lexer.nbbridge/.DS_Store b/lexer.nbbridge/.DS_Store
new file mode 100644
index 0000000..f28cf6e
Binary files /dev/null and b/lexer.nbbridge/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lexer/.DS_Store
----------------------------------------------------------------------
diff --git a/lexer/.DS_Store b/lexer/.DS_Store
new file mode 100644
index 0000000..2ac5f24
Binary files /dev/null and b/lexer/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.jshell.agent/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.jshell.agent/.DS_Store b/lib.jshell.agent/.DS_Store
new file mode 100644
index 0000000..3660e56
Binary files /dev/null and b/lib.jshell.agent/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.nbjavac/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.nbjavac/.DS_Store b/lib.nbjavac/.DS_Store
new file mode 100644
index 0000000..daf182d
Binary files /dev/null and b/lib.nbjavac/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.nbjshell/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.nbjshell/.DS_Store b/lib.nbjshell/.DS_Store
new file mode 100644
index 0000000..3d4e8cb
Binary files /dev/null and b/lib.nbjshell/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.nbjshell9/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.nbjshell9/.DS_Store b/lib.nbjshell9/.DS_Store
new file mode 100644
index 0000000..c332e3c
Binary files /dev/null and b/lib.nbjshell9/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.profiler.charts/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.profiler.charts/.DS_Store b/lib.profiler.charts/.DS_Store
new file mode 100644
index 0000000..ebc4143
Binary files /dev/null and b/lib.profiler.charts/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.profiler.common/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.profiler.common/.DS_Store b/lib.profiler.common/.DS_Store
new file mode 100644
index 0000000..ca1bc43
Binary files /dev/null and b/lib.profiler.common/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.profiler.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.profiler.ui/.DS_Store b/lib.profiler.ui/.DS_Store
new file mode 100644
index 0000000..eaf0229
Binary files /dev/null and b/lib.profiler.ui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.profiler/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.profiler/.DS_Store b/lib.profiler/.DS_Store
new file mode 100644
index 0000000..fea1618
Binary files /dev/null and b/lib.profiler/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.terminalemulator/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.terminalemulator/.DS_Store b/lib.terminalemulator/.DS_Store
new file mode 100644
index 0000000..ee15552
Binary files /dev/null and b/lib.terminalemulator/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/lib.uihandler/.DS_Store
----------------------------------------------------------------------
diff --git a/lib.uihandler/.DS_Store b/lib.uihandler/.DS_Store
new file mode 100644
index 0000000..15888fd
Binary files /dev/null and b/lib.uihandler/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.antlr3.runtime/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.antlr3.runtime/.DS_Store b/libs.antlr3.runtime/.DS_Store
new file mode 100644
index 0000000..f046f83
Binary files /dev/null and b/libs.antlr3.runtime/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.antlr4.runtime/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.antlr4.runtime/.DS_Store b/libs.antlr4.runtime/.DS_Store
new file mode 100644
index 0000000..eccb3bf
Binary files /dev/null and b/libs.antlr4.runtime/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.asm/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.asm/.DS_Store b/libs.asm/.DS_Store
new file mode 100644
index 0000000..9408991
Binary files /dev/null and b/libs.asm/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.bytelist/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.bytelist/.DS_Store b/libs.bytelist/.DS_Store
new file mode 100644
index 0000000..1f55dc2
Binary files /dev/null and b/libs.bytelist/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.cglib/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.cglib/.DS_Store b/libs.cglib/.DS_Store
new file mode 100644
index 0000000..96edf23
Binary files /dev/null and b/libs.cglib/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.commons_compress/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.commons_compress/.DS_Store b/libs.commons_compress/.DS_Store
new file mode 100644
index 0000000..dbc5583
Binary files /dev/null and b/libs.commons_compress/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.commons_net/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.commons_net/.DS_Store b/libs.commons_net/.DS_Store
new file mode 100644
index 0000000..8c5f71e
Binary files /dev/null and b/libs.commons_net/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.felix/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.felix/.DS_Store b/libs.felix/.DS_Store
new file mode 100644
index 0000000..0a7d97c
Binary files /dev/null and b/libs.felix/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.freemarker/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.freemarker/.DS_Store b/libs.freemarker/.DS_Store
new file mode 100644
index 0000000..cc34d50
Binary files /dev/null and b/libs.freemarker/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.git/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.git/.DS_Store b/libs.git/.DS_Store
new file mode 100644
index 0000000..86e7e40
Binary files /dev/null and b/libs.git/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.ini4j/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.ini4j/.DS_Store b/libs.ini4j/.DS_Store
new file mode 100644
index 0000000..0ef21b2
Binary files /dev/null and b/libs.ini4j/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.javacapi/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.javacapi/.DS_Store b/libs.javacapi/.DS_Store
new file mode 100644
index 0000000..379369c
Binary files /dev/null and b/libs.javacapi/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.javacimpl/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.javacimpl/.DS_Store b/libs.javacimpl/.DS_Store
new file mode 100644
index 0000000..1c20095
Binary files /dev/null and b/libs.javacimpl/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.javafx/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.javafx/.DS_Store b/libs.javafx/.DS_Store
new file mode 100644
index 0000000..6447363
Binary files /dev/null and b/libs.javafx/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.jaxb/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.jaxb/.DS_Store b/libs.jaxb/.DS_Store
new file mode 100644
index 0000000..00d848a
Binary files /dev/null and b/libs.jaxb/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.jna.platform/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.jna.platform/.DS_Store b/libs.jna.platform/.DS_Store
new file mode 100644
index 0000000..58a40a0
Binary files /dev/null and b/libs.jna.platform/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.jna/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.jna/.DS_Store b/libs.jna/.DS_Store
new file mode 100644
index 0000000..e257284
Binary files /dev/null and b/libs.jna/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.jsch.agentproxy/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.jsch.agentproxy/.DS_Store b/libs.jsch.agentproxy/.DS_Store
new file mode 100644
index 0000000..cbd9933
Binary files /dev/null and b/libs.jsch.agentproxy/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.jshell.compile/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.jshell.compile/.DS_Store b/libs.jshell.compile/.DS_Store
new file mode 100644
index 0000000..e66bf2d
Binary files /dev/null and b/libs.jshell.compile/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.json_simple/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.json_simple/.DS_Store b/libs.json_simple/.DS_Store
new file mode 100644
index 0000000..497a784
Binary files /dev/null and b/libs.json_simple/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.jsr223/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.jsr223/.DS_Store b/libs.jsr223/.DS_Store
new file mode 100644
index 0000000..6848e65
Binary files /dev/null and b/libs.jsr223/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.junit4/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.junit4/.DS_Store b/libs.junit4/.DS_Store
new file mode 100644
index 0000000..242218f
Binary files /dev/null and b/libs.junit4/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.jvyamlb/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.jvyamlb/.DS_Store b/libs.jvyamlb/.DS_Store
new file mode 100644
index 0000000..669b51d
Binary files /dev/null and b/libs.jvyamlb/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.lucene/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.lucene/.DS_Store b/libs.lucene/.DS_Store
new file mode 100644
index 0000000..77833c5
Binary files /dev/null and b/libs.lucene/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.nbi.ant/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.nbi.ant/.DS_Store b/libs.nbi.ant/.DS_Store
new file mode 100644
index 0000000..9be69bc
Binary files /dev/null and b/libs.nbi.ant/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.nbi.engine/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.nbi.engine/.DS_Store b/libs.nbi.engine/.DS_Store
new file mode 100644
index 0000000..08411ea
Binary files /dev/null and b/libs.nbi.engine/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.osgi/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.osgi/.DS_Store b/libs.osgi/.DS_Store
new file mode 100644
index 0000000..b9287cf
Binary files /dev/null and b/libs.osgi/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.smack/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.smack/.DS_Store b/libs.smack/.DS_Store
new file mode 100644
index 0000000..7b4fdd4
Binary files /dev/null and b/libs.smack/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.springframework/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.springframework/.DS_Store b/libs.springframework/.DS_Store
new file mode 100644
index 0000000..a7230dd
Binary files /dev/null and b/libs.springframework/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.svnClientAdapter.javahl/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.svnClientAdapter.javahl/.DS_Store b/libs.svnClientAdapter.javahl/.DS_Store
new file mode 100644
index 0000000..2ba4c76
Binary files /dev/null and b/libs.svnClientAdapter.javahl/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.svnClientAdapter.svnkit/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.svnClientAdapter.svnkit/.DS_Store b/libs.svnClientAdapter.svnkit/.DS_Store
new file mode 100644
index 0000000..c326256
Binary files /dev/null and b/libs.svnClientAdapter.svnkit/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.svnClientAdapter/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.svnClientAdapter/.DS_Store b/libs.svnClientAdapter/.DS_Store
new file mode 100644
index 0000000..8aa36ef
Binary files /dev/null and b/libs.svnClientAdapter/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.swingx/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.swingx/.DS_Store b/libs.swingx/.DS_Store
new file mode 100644
index 0000000..2ed4c4d
Binary files /dev/null and b/libs.swingx/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.testng/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.testng/.DS_Store b/libs.testng/.DS_Store
new file mode 100644
index 0000000..e198195
Binary files /dev/null and b/libs.testng/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/libs.xerces/.DS_Store
----------------------------------------------------------------------
diff --git a/libs.xerces/.DS_Store b/libs.xerces/.DS_Store
new file mode 100644
index 0000000..eeaf445
Binary files /dev/null and b/libs.xerces/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/localhistory/.DS_Store
----------------------------------------------------------------------
diff --git a/localhistory/.DS_Store b/localhistory/.DS_Store
new file mode 100644
index 0000000..4b53ce9
Binary files /dev/null and b/localhistory/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/localtasks/.DS_Store
----------------------------------------------------------------------
diff --git a/localtasks/.DS_Store b/localtasks/.DS_Store
new file mode 100644
index 0000000..466b954
Binary files /dev/null and b/localtasks/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/masterfs.linux/.DS_Store
----------------------------------------------------------------------
diff --git a/masterfs.linux/.DS_Store b/masterfs.linux/.DS_Store
new file mode 100644
index 0000000..47e4f05
Binary files /dev/null and b/masterfs.linux/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/masterfs.macosx/.DS_Store
----------------------------------------------------------------------
diff --git a/masterfs.macosx/.DS_Store b/masterfs.macosx/.DS_Store
new file mode 100644
index 0000000..ae41076
Binary files /dev/null and b/masterfs.macosx/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/masterfs.nio2/.DS_Store
----------------------------------------------------------------------
diff --git a/masterfs.nio2/.DS_Store b/masterfs.nio2/.DS_Store
new file mode 100644
index 0000000..4e12e11
Binary files /dev/null and b/masterfs.nio2/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/masterfs.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/masterfs.ui/.DS_Store b/masterfs.ui/.DS_Store
new file mode 100644
index 0000000..2069279
Binary files /dev/null and b/masterfs.ui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/masterfs.windows/.DS_Store
----------------------------------------------------------------------
diff --git a/masterfs.windows/.DS_Store b/masterfs.windows/.DS_Store
new file mode 100644
index 0000000..c23e8cc
Binary files /dev/null and b/masterfs.windows/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/masterfs/.DS_Store
----------------------------------------------------------------------
diff --git a/masterfs/.DS_Store b/masterfs/.DS_Store
new file mode 100644
index 0000000..4aad89d
Binary files /dev/null and b/masterfs/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.apisupport/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.apisupport/.DS_Store b/maven.apisupport/.DS_Store
new file mode 100644
index 0000000..7acc93b
Binary files /dev/null and b/maven.apisupport/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.checkstyle/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.checkstyle/.DS_Store b/maven.checkstyle/.DS_Store
new file mode 100644
index 0000000..a93558f
Binary files /dev/null and b/maven.checkstyle/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.coverage/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.coverage/.DS_Store b/maven.coverage/.DS_Store
new file mode 100644
index 0000000..1a9e4d6
Binary files /dev/null and b/maven.coverage/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.embedder/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.embedder/.DS_Store b/maven.embedder/.DS_Store
new file mode 100644
index 0000000..76850c9
Binary files /dev/null and b/maven.embedder/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.grammar/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.grammar/.DS_Store b/maven.grammar/.DS_Store
new file mode 100644
index 0000000..89d4817
Binary files /dev/null and b/maven.grammar/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.graph/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.graph/.DS_Store b/maven.graph/.DS_Store
new file mode 100644
index 0000000..0909823
Binary files /dev/null and b/maven.graph/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.hints/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.hints/.DS_Store b/maven.hints/.DS_Store
new file mode 100644
index 0000000..12e2ed9
Binary files /dev/null and b/maven.hints/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.htmlui/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.htmlui/.DS_Store b/maven.htmlui/.DS_Store
new file mode 100644
index 0000000..0af6c8b
Binary files /dev/null and b/maven.htmlui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.indexer.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.indexer.ui/.DS_Store b/maven.indexer.ui/.DS_Store
new file mode 100644
index 0000000..2dec169
Binary files /dev/null and b/maven.indexer.ui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.indexer/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.indexer/.DS_Store b/maven.indexer/.DS_Store
new file mode 100644
index 0000000..e484745
Binary files /dev/null and b/maven.indexer/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.junit.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.junit.ui/.DS_Store b/maven.junit.ui/.DS_Store
new file mode 100644
index 0000000..94cdb74
Binary files /dev/null and b/maven.junit.ui/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.junit/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.junit/.DS_Store b/maven.junit/.DS_Store
new file mode 100644
index 0000000..cb0aff1
Binary files /dev/null and b/maven.junit/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.kit/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.kit/.DS_Store b/maven.kit/.DS_Store
new file mode 100644
index 0000000..68f86bd
Binary files /dev/null and b/maven.kit/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.model/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.model/.DS_Store b/maven.model/.DS_Store
new file mode 100644
index 0000000..6f08fed
Binary files /dev/null and b/maven.model/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.osgi/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.osgi/.DS_Store b/maven.osgi/.DS_Store
new file mode 100644
index 0000000..061bb86
Binary files /dev/null and b/maven.osgi/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.persistence/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.persistence/.DS_Store b/maven.persistence/.DS_Store
new file mode 100644
index 0000000..e2baee5
Binary files /dev/null and b/maven.persistence/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.profiler/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.profiler/.DS_Store b/maven.profiler/.DS_Store
new file mode 100644
index 0000000..34473c5
Binary files /dev/null and b/maven.profiler/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.refactoring/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.refactoring/.DS_Store b/maven.refactoring/.DS_Store
new file mode 100644
index 0000000..8fdc596
Binary files /dev/null and b/maven.refactoring/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.repository/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.repository/.DS_Store b/maven.repository/.DS_Store
new file mode 100644
index 0000000..35a6219
Binary files /dev/null and b/maven.repository/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.search/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.search/.DS_Store b/maven.search/.DS_Store
new file mode 100644
index 0000000..aff2331
Binary files /dev/null and b/maven.search/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven.spring/.DS_Store
----------------------------------------------------------------------
diff --git a/maven.spring/.DS_Store b/maven.spring/.DS_Store
new file mode 100644
index 0000000..5d82195
Binary files /dev/null and b/maven.spring/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/maven/.DS_Store
----------------------------------------------------------------------
diff --git a/maven/.DS_Store b/maven/.DS_Store
new file mode 100644
index 0000000..9029f22
Binary files /dev/null and b/maven/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/mercurial/.DS_Store
----------------------------------------------------------------------
diff --git a/mercurial/.DS_Store b/mercurial/.DS_Store
new file mode 100644
index 0000000..5e2d3ac
Binary files /dev/null and b/mercurial/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/mylyn.util/.DS_Store
----------------------------------------------------------------------
diff --git a/mylyn.util/.DS_Store b/mylyn.util/.DS_Store
new file mode 100644
index 0000000..d72656f
Binary files /dev/null and b/mylyn.util/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/nashorn.execution/.DS_Store
----------------------------------------------------------------------
diff --git a/nashorn.execution/.DS_Store b/nashorn.execution/.DS_Store
new file mode 100644
index 0000000..7d994e8
Binary files /dev/null and b/nashorn.execution/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/nbbuild/.DS_Store
----------------------------------------------------------------------
diff --git a/nbbuild/.DS_Store b/nbbuild/.DS_Store
new file mode 100644
index 0000000..87f1aad
Binary files /dev/null and b/nbbuild/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/nbi/.DS_Store
----------------------------------------------------------------------
diff --git a/nbi/.DS_Store b/nbi/.DS_Store
new file mode 100644
index 0000000..dee9b19
Binary files /dev/null and b/nbi/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/nbjunit/.DS_Store
----------------------------------------------------------------------
diff --git a/nbjunit/.DS_Store b/nbjunit/.DS_Store
new file mode 100644
index 0000000..89f91bd
Binary files /dev/null and b/nbjunit/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/net.java.html.boot.fx/.DS_Store
----------------------------------------------------------------------
diff --git a/net.java.html.boot.fx/.DS_Store b/net.java.html.boot.fx/.DS_Store
new file mode 100644
index 0000000..0265580
Binary files /dev/null and b/net.java.html.boot.fx/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/net.java.html.boot.script/.DS_Store
----------------------------------------------------------------------
diff --git a/net.java.html.boot.script/.DS_Store b/net.java.html.boot.script/.DS_Store
new file mode 100644
index 0000000..32efc74
Binary files /dev/null and b/net.java.html.boot.script/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/net.java.html.boot/.DS_Store
----------------------------------------------------------------------
diff --git a/net.java.html.boot/.DS_Store b/net.java.html.boot/.DS_Store
new file mode 100644
index 0000000..04d7a3f
Binary files /dev/null and b/net.java.html.boot/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/net.java.html.geo/.DS_Store
----------------------------------------------------------------------
diff --git a/net.java.html.geo/.DS_Store b/net.java.html.geo/.DS_Store
new file mode 100644
index 0000000..f544bcb
Binary files /dev/null and b/net.java.html.geo/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/net.java.html.json/.DS_Store
----------------------------------------------------------------------
diff --git a/net.java.html.json/.DS_Store b/net.java.html.json/.DS_Store
new file mode 100644
index 0000000..04d7a3f
Binary files /dev/null and b/net.java.html.json/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/net.java.html.sound/.DS_Store
----------------------------------------------------------------------
diff --git a/net.java.html.sound/.DS_Store b/net.java.html.sound/.DS_Store
new file mode 100644
index 0000000..8ae23b8
Binary files /dev/null and b/net.java.html.sound/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/net.java.html/.DS_Store
----------------------------------------------------------------------
diff --git a/net.java.html/.DS_Store b/net.java.html/.DS_Store
new file mode 100644
index 0000000..0c41919
Binary files /dev/null and b/net.java.html/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/netbinox/.DS_Store
----------------------------------------------------------------------
diff --git a/netbinox/.DS_Store b/netbinox/.DS_Store
new file mode 100644
index 0000000..c60118e
Binary files /dev/null and b/netbinox/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/notifications/.DS_Store
----------------------------------------------------------------------
diff --git a/notifications/.DS_Store b/notifications/.DS_Store
new file mode 100644
index 0000000..b784020
Binary files /dev/null and b/notifications/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.commons.codec/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.commons.codec/.DS_Store b/o.apache.commons.codec/.DS_Store
new file mode 100644
index 0000000..0016459
Binary files /dev/null and b/o.apache.commons.codec/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.commons.httpclient/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.commons.httpclient/.DS_Store b/o.apache.commons.httpclient/.DS_Store
new file mode 100644
index 0000000..1c182e0
Binary files /dev/null and b/o.apache.commons.httpclient/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.commons.io/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.commons.io/.DS_Store b/o.apache.commons.io/.DS_Store
new file mode 100644
index 0000000..d791d65
Binary files /dev/null and b/o.apache.commons.io/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.commons.lang/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.commons.lang/.DS_Store b/o.apache.commons.lang/.DS_Store
new file mode 100644
index 0000000..625119c
Binary files /dev/null and b/o.apache.commons.lang/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.commons.logging/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.commons.logging/.DS_Store b/o.apache.commons.logging/.DS_Store
new file mode 100644
index 0000000..dd03732
Binary files /dev/null and b/o.apache.commons.logging/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.tools.ant.module/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.tools.ant.module/.DS_Store b/o.apache.tools.ant.module/.DS_Store
new file mode 100644
index 0000000..5c32695
Binary files /dev/null and b/o.apache.tools.ant.module/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.ws.commons.util/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.ws.commons.util/.DS_Store b/o.apache.ws.commons.util/.DS_Store
new file mode 100644
index 0000000..d20aa8f
Binary files /dev/null and b/o.apache.ws.commons.util/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.xml.resolver/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.xml.resolver/.DS_Store b/o.apache.xml.resolver/.DS_Store
new file mode 100644
index 0000000..7942864
Binary files /dev/null and b/o.apache.xml.resolver/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.apache.xmlrpc/.DS_Store
----------------------------------------------------------------------
diff --git a/o.apache.xmlrpc/.DS_Store b/o.apache.xmlrpc/.DS_Store
new file mode 100644
index 0000000..a69398c
Binary files /dev/null and b/o.apache.xmlrpc/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.core.contenttype/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.core.contenttype/.DS_Store b/o.eclipse.core.contenttype/.DS_Store
new file mode 100644
index 0000000..6906800
Binary files /dev/null and b/o.eclipse.core.contenttype/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.core.jobs/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.core.jobs/.DS_Store b/o.eclipse.core.jobs/.DS_Store
new file mode 100644
index 0000000..2e78fff
Binary files /dev/null and b/o.eclipse.core.jobs/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.core.net/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.core.net/.DS_Store b/o.eclipse.core.net/.DS_Store
new file mode 100644
index 0000000..ab98439
Binary files /dev/null and b/o.eclipse.core.net/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.core.runtime.compatibility.auth/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.core.runtime.compatibility.auth/.DS_Store b/o.eclipse.core.runtime.compatibility.auth/.DS_Store
new file mode 100644
index 0000000..ddf8123
Binary files /dev/null and b/o.eclipse.core.runtime.compatibility.auth/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.core.runtime/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.core.runtime/.DS_Store b/o.eclipse.core.runtime/.DS_Store
new file mode 100644
index 0000000..1ae7d87
Binary files /dev/null and b/o.eclipse.core.runtime/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.equinox.common/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.equinox.common/.DS_Store b/o.eclipse.equinox.common/.DS_Store
new file mode 100644
index 0000000..92fde34
Binary files /dev/null and b/o.eclipse.equinox.common/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.equinox.preferences/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.equinox.preferences/.DS_Store b/o.eclipse.equinox.preferences/.DS_Store
new file mode 100644
index 0000000..f51e4c5
Binary files /dev/null and b/o.eclipse.equinox.preferences/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.equinox.registry/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.equinox.registry/.DS_Store b/o.eclipse.equinox.registry/.DS_Store
new file mode 100644
index 0000000..3fd4b5f
Binary files /dev/null and b/o.eclipse.equinox.registry/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.equinox.security/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.equinox.security/.DS_Store b/o.eclipse.equinox.security/.DS_Store
new file mode 100644
index 0000000..6171588
Binary files /dev/null and b/o.eclipse.equinox.security/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.jgit.java7/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.jgit.java7/.DS_Store b/o.eclipse.jgit.java7/.DS_Store
new file mode 100644
index 0000000..34f1170
Binary files /dev/null and b/o.eclipse.jgit.java7/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.jgit/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.jgit/.DS_Store b/o.eclipse.jgit/.DS_Store
new file mode 100644
index 0000000..747adce
Binary files /dev/null and b/o.eclipse.jgit/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.bugzilla.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.bugzilla.core/.DS_Store b/o.eclipse.mylyn.bugzilla.core/.DS_Store
new file mode 100644
index 0000000..a5068e3
Binary files /dev/null and b/o.eclipse.mylyn.bugzilla.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.commons.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.commons.core/.DS_Store b/o.eclipse.mylyn.commons.core/.DS_Store
new file mode 100644
index 0000000..f68e7ad
Binary files /dev/null and b/o.eclipse.mylyn.commons.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.commons.net/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.commons.net/.DS_Store b/o.eclipse.mylyn.commons.net/.DS_Store
new file mode 100644
index 0000000..86c1a7a
Binary files /dev/null and b/o.eclipse.mylyn.commons.net/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.commons.repositories.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.commons.repositories.core/.DS_Store b/o.eclipse.mylyn.commons.repositories.core/.DS_Store
new file mode 100644
index 0000000..fc5ac77
Binary files /dev/null and b/o.eclipse.mylyn.commons.repositories.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.commons.xmlrpc/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.commons.xmlrpc/.DS_Store b/o.eclipse.mylyn.commons.xmlrpc/.DS_Store
new file mode 100644
index 0000000..cd3e684
Binary files /dev/null and b/o.eclipse.mylyn.commons.xmlrpc/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.tasks.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.tasks.core/.DS_Store b/o.eclipse.mylyn.tasks.core/.DS_Store
new file mode 100644
index 0000000..1a98315
Binary files /dev/null and b/o.eclipse.mylyn.tasks.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.wikitext.confluence.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.wikitext.confluence.core/.DS_Store b/o.eclipse.mylyn.wikitext.confluence.core/.DS_Store
new file mode 100644
index 0000000..8e336c2
Binary files /dev/null and b/o.eclipse.mylyn.wikitext.confluence.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.wikitext.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.wikitext.core/.DS_Store b/o.eclipse.mylyn.wikitext.core/.DS_Store
new file mode 100644
index 0000000..62b5563
Binary files /dev/null and b/o.eclipse.mylyn.wikitext.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.wikitext.markdown.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.wikitext.markdown.core/.DS_Store b/o.eclipse.mylyn.wikitext.markdown.core/.DS_Store
new file mode 100644
index 0000000..d9dab30
Binary files /dev/null and b/o.eclipse.mylyn.wikitext.markdown.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.eclipse.mylyn.wikitext.textile.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.eclipse.mylyn.wikitext.textile.core/.DS_Store b/o.eclipse.mylyn.wikitext.textile.core/.DS_Store
new file mode 100644
index 0000000..de96ec5
Binary files /dev/null and b/o.eclipse.mylyn.wikitext.textile.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.jdesktop.beansbinding/.DS_Store
----------------------------------------------------------------------
diff --git a/o.jdesktop.beansbinding/.DS_Store b/o.jdesktop.beansbinding/.DS_Store
new file mode 100644
index 0000000..afecc9f
Binary files /dev/null and b/o.jdesktop.beansbinding/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.jdesktop.layout/.DS_Store
----------------------------------------------------------------------
diff --git a/o.jdesktop.layout/.DS_Store b/o.jdesktop.layout/.DS_Store
new file mode 100644
index 0000000..883cea1
Binary files /dev/null and b/o.jdesktop.layout/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.bootstrap/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.bootstrap/.DS_Store b/o.n.bootstrap/.DS_Store
new file mode 100644
index 0000000..69d50fc
Binary files /dev/null and b/o.n.bootstrap/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.core/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.core/.DS_Store b/o.n.core/.DS_Store
new file mode 100644
index 0000000..89498cf
Binary files /dev/null and b/o.n.core/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.html.ko4j/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.html.ko4j/.DS_Store b/o.n.html.ko4j/.DS_Store
new file mode 100644
index 0000000..12b2184
Binary files /dev/null and b/o.n.html.ko4j/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.html.xhr4j/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.html.xhr4j/.DS_Store b/o.n.html.xhr4j/.DS_Store
new file mode 100644
index 0000000..6bfcb9c
Binary files /dev/null and b/o.n.html.xhr4j/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.insane/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.insane/.DS_Store b/o.n.insane/.DS_Store
new file mode 100644
index 0000000..3eed664
Binary files /dev/null and b/o.n.insane/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.swing.dirchooser/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.swing.dirchooser/.DS_Store b/o.n.swing.dirchooser/.DS_Store
new file mode 100644
index 0000000..0a145c9
Binary files /dev/null and b/o.n.swing.dirchooser/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.swing.outline/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.swing.outline/.DS_Store b/o.n.swing.outline/.DS_Store
new file mode 100644
index 0000000..a1ccb98
Binary files /dev/null and b/o.n.swing.outline/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.swing.plaf/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.swing.plaf/.DS_Store b/o.n.swing.plaf/.DS_Store
new file mode 100644
index 0000000..6478fa5
Binary files /dev/null and b/o.n.swing.plaf/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.swing.tabcontrol/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.swing.tabcontrol/.DS_Store b/o.n.swing.tabcontrol/.DS_Store
new file mode 100644
index 0000000..25e243d
Binary files /dev/null and b/o.n.swing.tabcontrol/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.n.upgrader/.DS_Store
----------------------------------------------------------------------
diff --git a/o.n.upgrader/.DS_Store b/o.n.upgrader/.DS_Store
new file mode 100644
index 0000000..ab32a77
Binary files /dev/null and b/o.n.upgrader/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/o.openidex.util/.DS_Store
----------------------------------------------------------------------
diff --git a/o.openidex.util/.DS_Store b/o.openidex.util/.DS_Store
new file mode 100644
index 0000000..a0583a2
Binary files /dev/null and b/o.openidex.util/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.actions/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.actions/.DS_Store b/openide.actions/.DS_Store
new file mode 100644
index 0000000..6b735ca
Binary files /dev/null and b/openide.actions/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.awt/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.awt/.DS_Store b/openide.awt/.DS_Store
new file mode 100644
index 0000000..1e3e1e8
Binary files /dev/null and b/openide.awt/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.compat/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.compat/.DS_Store b/openide.compat/.DS_Store
new file mode 100644
index 0000000..fa4ae38
Binary files /dev/null and b/openide.compat/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.dialogs/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.dialogs/.DS_Store b/openide.dialogs/.DS_Store
new file mode 100644
index 0000000..f3a3e40
Binary files /dev/null and b/openide.dialogs/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.execution.compat8/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.execution.compat8/.DS_Store b/openide.execution.compat8/.DS_Store
new file mode 100644
index 0000000..f8edabe
Binary files /dev/null and b/openide.execution.compat8/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.execution/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.execution/.DS_Store b/openide.execution/.DS_Store
new file mode 100644
index 0000000..341a527
Binary files /dev/null and b/openide.execution/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.explorer/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.explorer/.DS_Store b/openide.explorer/.DS_Store
new file mode 100644
index 0000000..8a12be9
Binary files /dev/null and b/openide.explorer/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.filesystems.compat8/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.filesystems.compat8/.DS_Store b/openide.filesystems.compat8/.DS_Store
new file mode 100644
index 0000000..064580d
Binary files /dev/null and b/openide.filesystems.compat8/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.filesystems.nb/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.filesystems.nb/.DS_Store b/openide.filesystems.nb/.DS_Store
new file mode 100644
index 0000000..f13b23e
Binary files /dev/null and b/openide.filesystems.nb/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.filesystems/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.filesystems/.DS_Store b/openide.filesystems/.DS_Store
new file mode 100644
index 0000000..51dc6e1
Binary files /dev/null and b/openide.filesystems/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.io/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.io/.DS_Store b/openide.io/.DS_Store
new file mode 100644
index 0000000..ce016fa
Binary files /dev/null and b/openide.io/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.loaders/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.loaders/.DS_Store b/openide.loaders/.DS_Store
new file mode 100644
index 0000000..e37826b
Binary files /dev/null and b/openide.loaders/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.modules/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.modules/.DS_Store b/openide.modules/.DS_Store
new file mode 100644
index 0000000..ae64a1a
Binary files /dev/null and b/openide.modules/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.nodes/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.nodes/.DS_Store b/openide.nodes/.DS_Store
new file mode 100644
index 0000000..28538bf
Binary files /dev/null and b/openide.nodes/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.options/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.options/.DS_Store b/openide.options/.DS_Store
new file mode 100644
index 0000000..ea9563d
Binary files /dev/null and b/openide.options/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.text/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.text/.DS_Store b/openide.text/.DS_Store
new file mode 100644
index 0000000..f223e48
Binary files /dev/null and b/openide.text/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.util.enumerations/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.util.enumerations/.DS_Store b/openide.util.enumerations/.DS_Store
new file mode 100644
index 0000000..4322d42
Binary files /dev/null and b/openide.util.enumerations/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.util.lookup/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.util.lookup/.DS_Store b/openide.util.lookup/.DS_Store
new file mode 100644
index 0000000..8f03eca
Binary files /dev/null and b/openide.util.lookup/.DS_Store differ

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/openide.util.ui/.DS_Store
----------------------------------------------------------------------
diff --git a/openide.util.ui/.DS_Store b/openide.util.ui/.DS_Store
new file mode 100644
index 0000000..69823b2
Binary files /dev/null and b/openide.util.ui/.DS_Store differ