Browse Source

Correct license location

tags/8.1.0.alpha1
Ahmed Ashour 7 years ago
parent
commit
22b9d37a0f

+ 1
- 3
client/src/main/java/com/vaadin/client/ui/menubar/MenuBar.java View File

* License for the specific language governing permissions and limitations under * License for the specific language governing permissions and limitations under
* the License. * the License.
*/ */

package com.vaadin.client.ui.menubar;

/* /*
* Copyright 2007 Google Inc. * Copyright 2007 Google Inc.
* *
* License for the specific language governing permissions and limitations under * License for the specific language governing permissions and limitations under
* the License. * the License.
*/ */
package com.vaadin.client.ui.menubar;


// COPIED HERE DUE package privates in GWT // COPIED HERE DUE package privates in GWT
import java.util.ArrayList; import java.util.ArrayList;

+ 1
- 3
client/src/main/java/com/vaadin/client/ui/menubar/MenuItem.java View File

* License for the specific language governing permissions and limitations under * License for the specific language governing permissions and limitations under
* the License. * the License.
*/ */

package com.vaadin.client.ui.menubar;

/* /*
* Copyright 2007 Google Inc. * Copyright 2007 Google Inc.
* *
* License for the specific language governing permissions and limitations under * License for the specific language governing permissions and limitations under
* the License. * the License.
*/ */
package com.vaadin.client.ui.menubar;


// COPIED HERE DUE package privates in GWT // COPIED HERE DUE package privates in GWT
import com.google.gwt.user.client.Command; import com.google.gwt.user.client.Command;

+ 0
- 16
server/src/main/java/com/vaadin/navigator/Navigator.java View File

*/ */
package com.vaadin.navigator; package com.vaadin.navigator;


/*
* Copyright 2000-2016 Vaadin Ltd.
*
* Licensed 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.
*/

import java.io.Serializable; import java.io.Serializable;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Iterator; import java.util.Iterator;

+ 2
- 2
server/src/test/java/ClassInDefaultPackage.java View File

import org.junit.Ignore;

/* /*
* Copyright 2000-2016 Vaadin Ltd. * Copyright 2000-2016 Vaadin Ltd.
* *
* the License. * the License.
*/ */


import org.junit.Ignore;

/** /**
* *
* This class is test data. Don't delete it. * This class is test data. Don't delete it.

+ 1
- 2
server/src/test/java/com/vaadin/server/JSONSerializerTest.java View File

package com.vaadin.server;

/* /*
* Copyright 2000-2016 Vaadin Ltd. * Copyright 2000-2016 Vaadin Ltd.
* *
* License for the specific language governing permissions and limitations under * License for the specific language governing permissions and limitations under
* the License. * the License.
*/ */
package com.vaadin.server;


import java.lang.reflect.Type; import java.lang.reflect.Type;
import java.util.Collection; import java.util.Collection;

+ 0
- 16
uitest/src/main/java/com/vaadin/tests/components/table/TableScrollAfterAddRow.java View File

import com.vaadin.v7.data.util.IndexedContainer; import com.vaadin.v7.data.util.IndexedContainer;
import com.vaadin.v7.ui.Table; import com.vaadin.v7.ui.Table;


/*
* Copyright 2000-2016 Vaadin Ltd.
*
* Licensed 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.
*/

/** /**
* *
* @author Vaadin Ltd * @author Vaadin Ltd

+ 15
- 16
uitest/src/main/java/com/vaadin/tests/elements/CompatibilityComponentElementGetValue.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import java.util.Arrays; import java.util.Arrays;
import com.vaadin.v7.ui.TextField; import com.vaadin.v7.ui.TextField;
import com.vaadin.v7.ui.TwinColSelect; import com.vaadin.v7.ui.TwinColSelect;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

/** /**
* UI test for getValue() method of components: TextField, TextArea, * UI test for getValue() method of components: TextField, TextArea,
* PasswordField, ComboBox, ListSelect, NativeSelect, OptionGroup, CheckBox, * PasswordField, ComboBox, ListSelect, NativeSelect, OptionGroup, CheckBox,

+ 15
- 16
uitest/src/main/java/com/vaadin/tests/elements/CompatibilityElementComponentGetCaptionBase.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import com.vaadin.annotations.Widgetset; import com.vaadin.annotations.Widgetset;
import com.vaadin.v7.ui.TreeTable; import com.vaadin.v7.ui.TreeTable;
import com.vaadin.v7.ui.TwinColSelect; import com.vaadin.v7.ui.TwinColSelect;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

/** /**
* *
* Base testUI class for testing getCaption method. Captions of elements * Base testUI class for testing getCaption method. Captions of elements

+ 15
- 16
uitest/src/main/java/com/vaadin/tests/elements/ComponentElementGetValue.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import java.time.LocalDate; import java.time.LocalDate;
import com.vaadin.ui.TextField; import com.vaadin.ui.TextField;
import com.vaadin.ui.TwinColSelect; import com.vaadin.ui.TwinColSelect;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

/** /**
* UI test for getValue() method of components: TextField, TextArea, * UI test for getValue() method of components: TextField, TextArea,
* PasswordField, ComboBox, ListSelect, NativeSelect, OptionGroup, CheckBox, * PasswordField, ComboBox, ListSelect, NativeSelect, OptionGroup, CheckBox,

+ 15
- 16
uitest/src/main/java/com/vaadin/tests/elements/ElementComponentGetCaptionBase.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import com.vaadin.server.VaadinRequest; import com.vaadin.server.VaadinRequest;
import com.vaadin.ui.TwinColSelect; import com.vaadin.ui.TwinColSelect;
import com.vaadin.ui.VerticalLayout; import com.vaadin.ui.VerticalLayout;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

/** /**
* *
* Base testUI class for testing getCaption method. Captions of elements * Base testUI class for testing getCaption method. Captions of elements

+ 0
- 15
uitest/src/main/java/com/vaadin/tests/layouts/HorizontalLayoutAndCaretPosition.java View File

import com.vaadin.ui.Label; import com.vaadin.ui.Label;
import com.vaadin.ui.TextField; import com.vaadin.ui.TextField;


/*
* Copyright 2000-2016 Vaadin Ltd.
*
* Licensed 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.
*/
public class HorizontalLayoutAndCaretPosition extends AbstractTestUI { public class HorizontalLayoutAndCaretPosition extends AbstractTestUI {
@Override @Override
protected void setup(VaadinRequest request) { protected void setup(VaadinRequest request) {

+ 15
- 16
uitest/src/test/java/com/vaadin/tests/elements/CompatibilityComponentElementGetValueTest.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
import com.vaadin.testbench.elements.TwinColSelectElement; import com.vaadin.testbench.elements.TwinColSelectElement;
import com.vaadin.tests.tb3.MultiBrowserTest; import com.vaadin.tests.tb3.MultiBrowserTest;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

public class CompatibilityComponentElementGetValueTest public class CompatibilityComponentElementGetValueTest
extends MultiBrowserTest { extends MultiBrowserTest {



+ 15
- 16
uitest/src/test/java/com/vaadin/tests/elements/CompatibilityElementComponentGetCaptionBaseTest.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import org.junit.Assert; import org.junit.Assert;
import com.vaadin.testbench.elements.TwinColSelectElement; import com.vaadin.testbench.elements.TwinColSelectElement;
import com.vaadin.tests.tb3.MultiBrowserTest; import com.vaadin.tests.tb3.MultiBrowserTest;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

/** /**
* *
* Test class which have test methods for all components added in the testUI * Test class which have test methods for all components added in the testUI

+ 15
- 16
uitest/src/test/java/com/vaadin/tests/elements/ComponentElementGetValueTest.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import java.time.format.DateTimeFormatter; import java.time.format.DateTimeFormatter;
import com.vaadin.testbench.elements.TwinColSelectElement; import com.vaadin.testbench.elements.TwinColSelectElement;
import com.vaadin.tests.tb3.MultiBrowserTest; import com.vaadin.tests.tb3.MultiBrowserTest;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

public class ComponentElementGetValueTest extends MultiBrowserTest { public class ComponentElementGetValueTest extends MultiBrowserTest {


@Before @Before

+ 15
- 16
uitest/src/test/java/com/vaadin/tests/elements/ElementComponentGetCaptionBaseTest.java View File

/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/
package com.vaadin.tests.elements; package com.vaadin.tests.elements;


import org.junit.Assert; import org.junit.Assert;
import com.vaadin.testbench.elements.VerticalLayoutElement; import com.vaadin.testbench.elements.VerticalLayoutElement;
import com.vaadin.tests.tb3.MultiBrowserTest; import com.vaadin.tests.tb3.MultiBrowserTest;


/*
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed 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.
*/

/** /**
* *
* Test class which have test methods for all components added in the testUI * Test class which have test methods for all components added in the testUI

Loading…
Cancel
Save