http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/ClientEditor/src/clienteditor/RequiredStringValidator.java ---------------------------------------------------------------------- diff --git a/java.examples/ClientEditor/src/clienteditor/RequiredStringValidator.java b/java.examples/ClientEditor/src/clienteditor/RequiredStringValidator.java index 6a43d32..bcd513e 100644 --- a/java.examples/ClientEditor/src/clienteditor/RequiredStringValidator.java +++ b/java.examples/ClientEditor/src/clienteditor/RequiredStringValidator.java @@ -1,30 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. - * All rights reserved. - * - * 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 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 clienteditor;
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/GUIFormExamples/src/examples/Antenna.java ---------------------------------------------------------------------- diff --git a/java.examples/GUIFormExamples/src/examples/Antenna.java b/java.examples/GUIFormExamples/src/examples/Antenna.java index e047582..d6483be 100644 --- a/java.examples/GUIFormExamples/src/examples/Antenna.java +++ b/java.examples/GUIFormExamples/src/examples/Antenna.java @@ -1,31 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. All rights reserved. +/** + * 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 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: + * http://www.apache.org/licenses/LICENSE-2.0 * - * * 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 nor the names of its contributors - * may be used to endorse or promote products derived from this software without - * specific prior written permission. - * - * 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 examples; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/GUIFormExamples/src/examples/ContactEditor.java ---------------------------------------------------------------------- diff --git a/java.examples/GUIFormExamples/src/examples/ContactEditor.java b/java.examples/GUIFormExamples/src/examples/ContactEditor.java index 350e4a1..fa1ba1f 100644 --- a/java.examples/GUIFormExamples/src/examples/ContactEditor.java +++ b/java.examples/GUIFormExamples/src/examples/ContactEditor.java @@ -1,31 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. All rights reserved. +/** + * 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 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: + * http://www.apache.org/licenses/LICENSE-2.0 * - * * 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 nor the names of its contributors - * may be used to endorse or promote products derived from this software without - * specific prior written permission. - * - * 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 examples; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/GUIFormExamples/src/examples/Find.java ---------------------------------------------------------------------- diff --git a/java.examples/GUIFormExamples/src/examples/Find.java b/java.examples/GUIFormExamples/src/examples/Find.java index 2c08fe1..02bb106 100644 --- a/java.examples/GUIFormExamples/src/examples/Find.java +++ b/java.examples/GUIFormExamples/src/examples/Find.java @@ -1,31 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. All rights reserved. +/** + * 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 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: + * http://www.apache.org/licenses/LICENSE-2.0 * - * * 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 nor the names of its contributors - * may be used to endorse or promote products derived from this software without - * specific prior written permission. - * - * 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 examples; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/build.xml ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/build.xml b/java.examples/anagrams/build.xml index 944c5e5..da23c9c 100644 --- a/java.examples/anagrams/build.xml +++ b/java.examples/anagrams/build.xml @@ -1,31 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2010, Oracle. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * 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 nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -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. + + 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 + + http://www.apache.org/licenses/LICENSE-2.0 + + 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. + --> <!-- You may freely edit this file. See commented blocks below for --> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/nbproject/genfiles.properties ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/nbproject/genfiles.properties b/java.examples/anagrams/nbproject/genfiles.properties index 5956bb1..a775a0f 100644 --- a/java.examples/anagrams/nbproject/genfiles.properties +++ b/java.examples/anagrams/nbproject/genfiles.properties @@ -1,29 +1,19 @@ -# Copyright (c) 2010, Oracle. -# All rights reserved. +# 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 # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: +# http://www.apache.org/licenses/LICENSE-2.0 # -# * 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 nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# 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. build.xml.data.CRC32=55068f65 build.xml.script.CRC32=df0ba896 http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/nbproject/project.properties ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/nbproject/project.properties b/java.examples/anagrams/nbproject/project.properties index db44e3d..033048a 100644 --- a/java.examples/anagrams/nbproject/project.properties +++ b/java.examples/anagrams/nbproject/project.properties @@ -1,29 +1,19 @@ -# Copyright (c) 2010, Oracle. -# All rights reserved. +# 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 # -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: +# http://www.apache.org/licenses/LICENSE-2.0 # -# * 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 nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# 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. application.args= build.classes.dir=${build.dir}/classes http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/nbproject/project.xml b/java.examples/anagrams/nbproject/project.xml index 99a9adc..63c154f 100644 --- a/java.examples/anagrams/nbproject/project.xml +++ b/java.examples/anagrams/nbproject/project.xml @@ -1,31 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -Copyright (c) 2010, Oracle. -All rights reserved. -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 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 + + 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. -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. --> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/src/com/toy/anagrams/lib/StaticWordLibrary.java ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/src/com/toy/anagrams/lib/StaticWordLibrary.java b/java.examples/anagrams/src/com/toy/anagrams/lib/StaticWordLibrary.java index 93e286f..ca54292 100644 --- a/java.examples/anagrams/src/com/toy/anagrams/lib/StaticWordLibrary.java +++ b/java.examples/anagrams/src/com/toy/anagrams/lib/StaticWordLibrary.java @@ -1,30 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. - * All rights reserved. - * - * 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 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. */ /* Anagram Game Application */ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/src/com/toy/anagrams/lib/WordLibrary.java ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/src/com/toy/anagrams/lib/WordLibrary.java b/java.examples/anagrams/src/com/toy/anagrams/lib/WordLibrary.java index d4ae53f..484d7f8 100644 --- a/java.examples/anagrams/src/com/toy/anagrams/lib/WordLibrary.java +++ b/java.examples/anagrams/src/com/toy/anagrams/lib/WordLibrary.java @@ -1,30 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. - * All rights reserved. - * - * 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 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. */ /* Anagram Game Application */ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/src/com/toy/anagrams/ui/About.java ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/src/com/toy/anagrams/ui/About.java b/java.examples/anagrams/src/com/toy/anagrams/ui/About.java index 6585b9b..4968c1b 100644 --- a/java.examples/anagrams/src/com/toy/anagrams/ui/About.java +++ b/java.examples/anagrams/src/com/toy/anagrams/ui/About.java @@ -1,30 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. - * All rights reserved. - * - * 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 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. */ /* Anagram Game Application */ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.java ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.java b/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.java index 4465bec..cc58da9 100644 --- a/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.java +++ b/java.examples/anagrams/src/com/toy/anagrams/ui/Anagrams.java @@ -1,30 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. - * All rights reserved. - * - * 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 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. */ /* Anagram Game Application */ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.examples/anagrams/test/com/toy/anagrams/lib/WordLibraryTest.java ---------------------------------------------------------------------- diff --git a/java.examples/anagrams/test/com/toy/anagrams/lib/WordLibraryTest.java b/java.examples/anagrams/test/com/toy/anagrams/lib/WordLibraryTest.java index 61f061b..46baf4e 100644 --- a/java.examples/anagrams/test/com/toy/anagrams/lib/WordLibraryTest.java +++ b/java.examples/anagrams/test/com/toy/anagrams/lib/WordLibraryTest.java @@ -1,30 +1,20 @@ -/* - * Copyright (c) 2010, Oracle. - * All rights reserved. - * - * 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 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. */ /* Anagram Game Application */ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.freeform/.DS_Store ---------------------------------------------------------------------- diff --git a/java.freeform/.DS_Store b/java.freeform/.DS_Store new file mode 100644 index 0000000..e42f775 Binary files /dev/null and b/java.freeform/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.graph/.DS_Store ---------------------------------------------------------------------- diff --git a/java.graph/.DS_Store b/java.graph/.DS_Store new file mode 100644 index 0000000..b03c2f7 Binary files /dev/null and b/java.graph/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.guards/.DS_Store ---------------------------------------------------------------------- diff --git a/java.guards/.DS_Store b/java.guards/.DS_Store new file mode 100644 index 0000000..f2a3cfe Binary files /dev/null and b/java.guards/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.hints.declarative.test/.DS_Store ---------------------------------------------------------------------- diff --git a/java.hints.declarative.test/.DS_Store b/java.hints.declarative.test/.DS_Store new file mode 100644 index 0000000..aaf7835 Binary files /dev/null and b/java.hints.declarative.test/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.hints.declarative/.DS_Store ---------------------------------------------------------------------- diff --git a/java.hints.declarative/.DS_Store b/java.hints.declarative/.DS_Store new file mode 100644 index 0000000..22db8cd Binary files /dev/null and b/java.hints.declarative/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.hints.legacy.spi/.DS_Store ---------------------------------------------------------------------- diff --git a/java.hints.legacy.spi/.DS_Store b/java.hints.legacy.spi/.DS_Store new file mode 100644 index 0000000..640a674 Binary files /dev/null and b/java.hints.legacy.spi/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.hints.test/.DS_Store ---------------------------------------------------------------------- diff --git a/java.hints.test/.DS_Store b/java.hints.test/.DS_Store new file mode 100644 index 0000000..31a1f31 Binary files /dev/null and b/java.hints.test/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.hints.ui/.DS_Store ---------------------------------------------------------------------- diff --git a/java.hints.ui/.DS_Store b/java.hints.ui/.DS_Store new file mode 100644 index 0000000..46a3d06 Binary files /dev/null and b/java.hints.ui/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.hints/.DS_Store ---------------------------------------------------------------------- diff --git a/java.hints/.DS_Store b/java.hints/.DS_Store new file mode 100644 index 0000000..b40cd8d Binary files /dev/null and b/java.hints/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.j2sedeploy/.DS_Store ---------------------------------------------------------------------- diff --git a/java.j2sedeploy/.DS_Store b/java.j2sedeploy/.DS_Store new file mode 100644 index 0000000..06991cf Binary files /dev/null and b/java.j2sedeploy/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.j2seembedded/.DS_Store ---------------------------------------------------------------------- diff --git a/java.j2seembedded/.DS_Store b/java.j2seembedded/.DS_Store new file mode 100644 index 0000000..6167616 Binary files /dev/null and b/java.j2seembedded/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.j2semodule/.DS_Store ---------------------------------------------------------------------- diff --git a/java.j2semodule/.DS_Store b/java.j2semodule/.DS_Store new file mode 100644 index 0000000..b93dca8 Binary files /dev/null and b/java.j2semodule/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.j2seplatform/.DS_Store ---------------------------------------------------------------------- diff --git a/java.j2seplatform/.DS_Store b/java.j2seplatform/.DS_Store new file mode 100644 index 0000000..0ee6b57 Binary files /dev/null and b/java.j2seplatform/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.j2seprofiles/.DS_Store ---------------------------------------------------------------------- diff --git a/java.j2seprofiles/.DS_Store b/java.j2seprofiles/.DS_Store new file mode 100644 index 0000000..47d0051 Binary files /dev/null and b/java.j2seprofiles/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.j2seproject/.DS_Store ---------------------------------------------------------------------- diff --git a/java.j2seproject/.DS_Store b/java.j2seproject/.DS_Store new file mode 100644 index 0000000..ea23bd9 Binary files /dev/null and b/java.j2seproject/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.kit/.DS_Store ---------------------------------------------------------------------- diff --git a/java.kit/.DS_Store b/java.kit/.DS_Store new file mode 100644 index 0000000..9b1b560 Binary files /dev/null and b/java.kit/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.lexer/.DS_Store ---------------------------------------------------------------------- diff --git a/java.lexer/.DS_Store b/java.lexer/.DS_Store new file mode 100644 index 0000000..af52d0f Binary files /dev/null and b/java.lexer/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.metrics/.DS_Store ---------------------------------------------------------------------- diff --git a/java.metrics/.DS_Store b/java.metrics/.DS_Store new file mode 100644 index 0000000..884519d Binary files /dev/null and b/java.metrics/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.module.graph/.DS_Store ---------------------------------------------------------------------- diff --git a/java.module.graph/.DS_Store b/java.module.graph/.DS_Store new file mode 100644 index 0000000..c9eb519 Binary files /dev/null and b/java.module.graph/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.navigation/.DS_Store ---------------------------------------------------------------------- diff --git a/java.navigation/.DS_Store b/java.navigation/.DS_Store new file mode 100644 index 0000000..229fcbd Binary files /dev/null and b/java.navigation/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.platform.ui/.DS_Store ---------------------------------------------------------------------- diff --git a/java.platform.ui/.DS_Store b/java.platform.ui/.DS_Store new file mode 100644 index 0000000..4f434a8 Binary files /dev/null and b/java.platform.ui/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.platform/.DS_Store ---------------------------------------------------------------------- diff --git a/java.platform/.DS_Store b/java.platform/.DS_Store new file mode 100644 index 0000000..45f3c2a Binary files /dev/null and b/java.platform/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.preprocessorbridge/.DS_Store ---------------------------------------------------------------------- diff --git a/java.preprocessorbridge/.DS_Store b/java.preprocessorbridge/.DS_Store new file mode 100644 index 0000000..079ea37 Binary files /dev/null and b/java.preprocessorbridge/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.project.ui/.DS_Store ---------------------------------------------------------------------- diff --git a/java.project.ui/.DS_Store b/java.project.ui/.DS_Store new file mode 100644 index 0000000..7e28690 Binary files /dev/null and b/java.project.ui/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.project/.DS_Store ---------------------------------------------------------------------- diff --git a/java.project/.DS_Store b/java.project/.DS_Store new file mode 100644 index 0000000..0cf2c9c Binary files /dev/null and b/java.project/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.source.ant/.DS_Store ---------------------------------------------------------------------- diff --git a/java.source.ant/.DS_Store b/java.source.ant/.DS_Store new file mode 100644 index 0000000..2c3ba77 Binary files /dev/null and b/java.source.ant/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.source.base/.DS_Store ---------------------------------------------------------------------- diff --git a/java.source.base/.DS_Store b/java.source.base/.DS_Store new file mode 100644 index 0000000..3b88fd1 Binary files /dev/null and b/java.source.base/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.source.compat8/.DS_Store ---------------------------------------------------------------------- diff --git a/java.source.compat8/.DS_Store b/java.source.compat8/.DS_Store new file mode 100644 index 0000000..b0800ac Binary files /dev/null and b/java.source.compat8/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.source.queries/.DS_Store ---------------------------------------------------------------------- diff --git a/java.source.queries/.DS_Store b/java.source.queries/.DS_Store new file mode 100644 index 0000000..95402a0 Binary files /dev/null and b/java.source.queries/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.source.queriesimpl/.DS_Store ---------------------------------------------------------------------- diff --git a/java.source.queriesimpl/.DS_Store b/java.source.queriesimpl/.DS_Store new file mode 100644 index 0000000..26428c3 Binary files /dev/null and b/java.source.queriesimpl/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.source/.DS_Store ---------------------------------------------------------------------- diff --git a/java.source/.DS_Store b/java.source/.DS_Store new file mode 100644 index 0000000..b543a72 Binary files /dev/null and b/java.source/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.sourceui/.DS_Store ---------------------------------------------------------------------- diff --git a/java.sourceui/.DS_Store b/java.sourceui/.DS_Store new file mode 100644 index 0000000..ce1f2b2 Binary files /dev/null and b/java.sourceui/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.testrunner.ant/.DS_Store ---------------------------------------------------------------------- diff --git a/java.testrunner.ant/.DS_Store b/java.testrunner.ant/.DS_Store new file mode 100644 index 0000000..7d6dde0 Binary files /dev/null and b/java.testrunner.ant/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.testrunner.ui/.DS_Store ---------------------------------------------------------------------- diff --git a/java.testrunner.ui/.DS_Store b/java.testrunner.ui/.DS_Store new file mode 100644 index 0000000..f62caeb Binary files /dev/null and b/java.testrunner.ui/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/java.testrunner/.DS_Store ---------------------------------------------------------------------- diff --git a/java.testrunner/.DS_Store b/java.testrunner/.DS_Store new file mode 100644 index 0000000..f567a92 Binary files /dev/null and b/java.testrunner/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javadoc/.DS_Store ---------------------------------------------------------------------- diff --git a/javadoc/.DS_Store b/javadoc/.DS_Store new file mode 100644 index 0000000..074ac18 Binary files /dev/null and b/javadoc/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javaee.injection/.DS_Store ---------------------------------------------------------------------- diff --git a/javaee.injection/.DS_Store b/javaee.injection/.DS_Store new file mode 100644 index 0000000..8c6a3bc Binary files /dev/null and b/javaee.injection/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.editor/.DS_Store ---------------------------------------------------------------------- diff --git a/javafx2.editor/.DS_Store b/javafx2.editor/.DS_Store new file mode 100644 index 0000000..04521dd Binary files /dev/null and b/javafx2.editor/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.kit/.DS_Store ---------------------------------------------------------------------- diff --git a/javafx2.kit/.DS_Store b/javafx2.kit/.DS_Store new file mode 100644 index 0000000..3dae8b2 Binary files /dev/null and b/javafx2.kit/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.platform/.DS_Store ---------------------------------------------------------------------- diff --git a/javafx2.platform/.DS_Store b/javafx2.platform/.DS_Store new file mode 100644 index 0000000..829cd80 Binary files /dev/null and b/javafx2.platform/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.project/.DS_Store ---------------------------------------------------------------------- diff --git a/javafx2.project/.DS_Store b/javafx2.project/.DS_Store new file mode 100644 index 0000000..724726a Binary files /dev/null and b/javafx2.project/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/.DS_Store ---------------------------------------------------------------------- diff --git a/javafx2.samples/.DS_Store b/javafx2.samples/.DS_Store new file mode 100644 index 0000000..a73cfa7 Binary files /dev/null and b/javafx2.samples/.DS_Store differ http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/AdvancedMedia/src/advancedmedia/AdvancedMedia.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/AdvancedMedia/src/advancedmedia/AdvancedMedia.java b/javafx2.samples/AdvancedMedia/src/advancedmedia/AdvancedMedia.java index 58a4ea8..5020878 100644 --- a/javafx2.samples/AdvancedMedia/src/advancedmedia/AdvancedMedia.java +++ b/javafx2.samples/AdvancedMedia/src/advancedmedia/AdvancedMedia.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 advancedmedia; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/AudioVisualizer3D/src/audiovisualizer3d/AudioVisualizer3D.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/AudioVisualizer3D/src/audiovisualizer3d/AudioVisualizer3D.java b/javafx2.samples/AudioVisualizer3D/src/audiovisualizer3d/AudioVisualizer3D.java index a09b31a..340be49 100644 --- a/javafx2.samples/AudioVisualizer3D/src/audiovisualizer3d/AudioVisualizer3D.java +++ b/javafx2.samples/AudioVisualizer3D/src/audiovisualizer3d/AudioVisualizer3D.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 audiovisualizer3d; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Ball.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Ball.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Ball.java index af82276..57c17e1 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Ball.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Ball.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Bat.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Bat.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Bat.java index d4233cf..1512ea9 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Bat.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Bat.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Bonus.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Bonus.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Bonus.java index 5f877ab..2abe9cb 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Bonus.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Bonus.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Brick.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Brick.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Brick.java index c69bd1c..b2ab3e3 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Brick.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Brick.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Config.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Config.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Config.java index f3517c7..a11e41a 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Config.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Config.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Level.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Level.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Level.java index da5b16c..5c39436 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Level.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Level.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/LevelData.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/LevelData.java b/javafx2.samples/BrickBreaker/src/brickbreaker/LevelData.java index ab401fd..d35bd58 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/LevelData.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/LevelData.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Main.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Main.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Main.java index 5942c4e..7c07501 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Main.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Main.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Splash.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Splash.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Splash.java index 98699f7..a2960fa 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Splash.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Splash.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker; http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/76d57f77/javafx2.samples/BrickBreaker/src/brickbreaker/Utils.java ---------------------------------------------------------------------- diff --git a/javafx2.samples/BrickBreaker/src/brickbreaker/Utils.java b/javafx2.samples/BrickBreaker/src/brickbreaker/Utils.java index 31e018d..1a318c3 100644 --- a/javafx2.samples/BrickBreaker/src/brickbreaker/Utils.java +++ b/javafx2.samples/BrickBreaker/src/brickbreaker/Utils.java @@ -1,33 +1,20 @@ -/* - * Copyright (c) 2008, 2012 Oracle and/or its affiliates. - * All rights reserved. Use is subject to license terms. +/** + * 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 * - * This file is available and licensed under the following license: + * http://www.apache.org/licenses/LICENSE-2.0 * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - 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. - * - * 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 brickbreaker;
