Browse Source

Updated copyright notices and added missing license headers

Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
tags/7.0.0.rc1
Artur Signell 11 years ago
parent
commit
fb68bd5303
100 changed files with 358 additions and 167 deletions
  1. 15
    0
      buildhelpers/src/com/vaadin/buildhelpers/GeneratePackageExports.java
  2. 52
    23
      buildhelpers/src/com/vaadin/buildhelpers/ManifestWriter.java
  3. 15
    0
      client-compiler/src/com/vaadin/sass/linker/SassLinker.java
  4. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java
  5. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java
  6. 14
    3
      client-compiler/src/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java
  7. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/WidgetSetBuilder.java
  8. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java
  9. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java
  10. 14
    3
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
  11. 14
    3
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java
  12. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java
  13. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java
  14. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java
  15. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java
  16. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java
  17. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java
  18. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/Property.java
  19. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
  20. 14
    3
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java
  21. 14
    3
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java
  22. 14
    3
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java
  23. 1
    1
      client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java
  24. 1
    1
      client/src/com/vaadin/client/ApplicationConfiguration.java
  25. 1
    1
      client/src/com/vaadin/client/ApplicationConnection.java
  26. 1
    1
      client/src/com/vaadin/client/BrowserInfo.java
  27. 1
    1
      client/src/com/vaadin/client/CSSRule.java
  28. 1
    1
      client/src/com/vaadin/client/ComponentConnector.java
  29. 1
    1
      client/src/com/vaadin/client/ComponentDetail.java
  30. 1
    1
      client/src/com/vaadin/client/ComponentDetailMap.java
  31. 1
    1
      client/src/com/vaadin/client/ComponentLocator.java
  32. 1
    1
      client/src/com/vaadin/client/ComputedStyle.java
  33. 1
    1
      client/src/com/vaadin/client/ConnectorHierarchyChangeEvent.java
  34. 1
    1
      client/src/com/vaadin/client/ConnectorMap.java
  35. 2
    2
      client/src/com/vaadin/client/Console.java
  36. 2
    2
      client/src/com/vaadin/client/ContainerResizedListener.java
  37. 2
    2
      client/src/com/vaadin/client/DateTimeService.java
  38. 2
    2
      client/src/com/vaadin/client/DirectionalManagedLayout.java
  39. 1
    1
      client/src/com/vaadin/client/EventHelper.java
  40. 2
    2
      client/src/com/vaadin/client/FastStringSet.java
  41. 1
    1
      client/src/com/vaadin/client/Focusable.java
  42. 1
    1
      client/src/com/vaadin/client/HasComponentsConnector.java
  43. 2
    2
      client/src/com/vaadin/client/JavaScriptConnectorHelper.java
  44. 2
    2
      client/src/com/vaadin/client/JavaScriptExtension.java
  45. 1
    1
      client/src/com/vaadin/client/LayoutManager.java
  46. 1
    1
      client/src/com/vaadin/client/LayoutManagerIE8.java
  47. 2
    2
      client/src/com/vaadin/client/LocaleNotLoadedException.java
  48. 2
    2
      client/src/com/vaadin/client/LocaleService.java
  49. 2
    2
      client/src/com/vaadin/client/MeasuredSize.java
  50. 2
    2
      client/src/com/vaadin/client/MouseEventDetailsBuilder.java
  51. 2
    2
      client/src/com/vaadin/client/NullConsole.java
  52. 1
    1
      client/src/com/vaadin/client/Paintable.java
  53. 1
    1
      client/src/com/vaadin/client/RenderInformation.java
  54. 1
    1
      client/src/com/vaadin/client/RenderSpace.java
  55. 2
    2
      client/src/com/vaadin/client/ResourceLoader.java
  56. 1
    1
      client/src/com/vaadin/client/ServerConnector.java
  57. 1
    1
      client/src/com/vaadin/client/SimpleTree.java
  58. 1
    1
      client/src/com/vaadin/client/StyleConstants.java
  59. 2
    2
      client/src/com/vaadin/client/SuperDevMode.java
  60. 1
    1
      client/src/com/vaadin/client/SynchronousXHR.java
  61. 2
    2
      client/src/com/vaadin/client/TooltipInfo.java
  62. 2
    2
      client/src/com/vaadin/client/UIDL.java
  63. 1
    1
      client/src/com/vaadin/client/Util.java
  64. 1
    1
      client/src/com/vaadin/client/VCaption.java
  65. 2
    2
      client/src/com/vaadin/client/VCaptionWrapper.java
  66. 1
    1
      client/src/com/vaadin/client/VConsole.java
  67. 1
    1
      client/src/com/vaadin/client/VDebugConsole.java
  68. 2
    2
      client/src/com/vaadin/client/VErrorMessage.java
  69. 1
    1
      client/src/com/vaadin/client/VSchedulerImpl.java
  70. 2
    2
      client/src/com/vaadin/client/VTooltip.java
  71. 1
    1
      client/src/com/vaadin/client/VUIDLBrowser.java
  72. 1
    1
      client/src/com/vaadin/client/ValueMap.java
  73. 1
    1
      client/src/com/vaadin/client/WidgetInstantiator.java
  74. 1
    1
      client/src/com/vaadin/client/WidgetLoader.java
  75. 1
    1
      client/src/com/vaadin/client/WidgetMap.java
  76. 2
    2
      client/src/com/vaadin/client/WidgetSet.java
  77. 1
    1
      client/src/com/vaadin/client/communication/AbstractServerConnectorEvent.java
  78. 2
    2
      client/src/com/vaadin/client/communication/DiffJSONSerializer.java
  79. 2
    2
      client/src/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java
  80. 1
    1
      client/src/com/vaadin/client/communication/JSONSerializer.java
  81. 1
    1
      client/src/com/vaadin/client/communication/JavaScriptMethodInvocation.java
  82. 1
    1
      client/src/com/vaadin/client/communication/JsonDecoder.java
  83. 1
    1
      client/src/com/vaadin/client/communication/JsonEncoder.java
  84. 1
    1
      client/src/com/vaadin/client/communication/RpcManager.java
  85. 1
    1
      client/src/com/vaadin/client/communication/RpcProxy.java
  86. 1
    1
      client/src/com/vaadin/client/communication/StateChangeEvent.java
  87. 2
    2
      client/src/com/vaadin/client/communication/URLReference_Serializer.java
  88. 2
    2
      client/src/com/vaadin/client/extensions/AbstractExtensionConnector.java
  89. 1
    1
      client/src/com/vaadin/client/extensions/BrowserWindowOpenerConnector.java
  90. 1
    1
      client/src/com/vaadin/client/extensions/FileDownloaderConnector.java
  91. 1
    1
      client/src/com/vaadin/client/extensions/javascriptmanager/JavaScriptManagerConnector.java
  92. 14
    3
      client/src/com/vaadin/client/metadata/AsyncBundleLoader.java
  93. 14
    3
      client/src/com/vaadin/client/metadata/BundleLoadCallback.java
  94. 14
    3
      client/src/com/vaadin/client/metadata/ConnectorBundleLoader.java
  95. 1
    1
      client/src/com/vaadin/client/metadata/InvokationHandler.java
  96. 14
    3
      client/src/com/vaadin/client/metadata/Invoker.java
  97. 14
    3
      client/src/com/vaadin/client/metadata/Method.java
  98. 1
    1
      client/src/com/vaadin/client/metadata/NoDataException.java
  99. 14
    3
      client/src/com/vaadin/client/metadata/Property.java
  100. 0
    0
      client/src/com/vaadin/client/metadata/ProxyHandler.java

+ 15
- 0
buildhelpers/src/com/vaadin/buildhelpers/GeneratePackageExports.java View File

@@ -1,3 +1,18 @@
/*
* Copyright 2000-2013 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.buildhelpers;

import java.io.IOException;

+ 52
- 23
buildhelpers/src/com/vaadin/buildhelpers/ManifestWriter.java View File

@@ -1,5 +1,17 @@
/**
/*
* Copyright 2000-2013 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.buildhelpers;

@@ -15,21 +27,23 @@ import java.util.jar.Manifest;

public class ManifestWriter {
StringBuffer buffer = new StringBuffer();
public ManifestWriter() {
}

/**
* Writes a manifest attribute to a temporary buffer.
*
* @param name Attribute name
* @param value Attribute value
* @param name
* Attribute name
* @param value
* Attribute value
*/
public void writeAttribute(String name, String value) {
int linelen = name.length() + 2;
buffer.append(name);
buffer.append(": ");
String remainingValue = value;
while (linelen + remainingValue.length() > 72) {
int fitsLine = 72 - linelen;
@@ -39,19 +53,20 @@ public class ManifestWriter {
}
buffer.append(remainingValue + "\n");
}
/**
* Writes the manifest to given JAR file.
*
* The manifest must be created with {@code #writeAttribute(String, String)}
* before calling this write.
* before calling this write.
*
* @param jarFilename File name of the JAR in which the manifest is written
* @param jarFilename
* File name of the JAR in which the manifest is written
* @return 0 on success, nonzero value on error
*/
int updateJar(String jarFilename) {
int status = 0;
// Determine a temporary file name
String newMfPrefix = "vaadin-manifest-" + (new Date()).getTime();
File newMfFile = null;
@@ -61,7 +76,7 @@ public class ManifestWriter {
System.err.println("Creating temp file failed");
status = 1;
}
// Write the manifest to the temporary file
if (status == 0) {
FileOutputStream fos = null;
@@ -70,11 +85,13 @@ public class ManifestWriter {
fos.write(getBytes());
fos.close();
} catch (IOException e) {
System.err.println("Writing to file '"+newMfFile.getAbsolutePath() +"' failed because: " + e.getMessage());
System.err.println("Writing to file '"
+ newMfFile.getAbsolutePath() + "' failed because: "
+ e.getMessage());
status = 1;
}
}
// Check that the manifest is OK
if (status == 0) {
Manifest checkMf = new Manifest();
@@ -83,47 +100,59 @@ public class ManifestWriter {
is = new FileInputStream(newMfFile);
checkMf.read(is);
} catch (IOException e) {
System.err.println("Reading from file '"+newMfFile.getAbsolutePath() +"' failed because: " + e.getMessage());
System.err.println("Reading from file '"
+ newMfFile.getAbsolutePath() + "' failed because: "
+ e.getMessage());
status = 1;
}
}
// Update the manifest in the Jar
if (status == 0) {
System.out.println("Updating manifest in JAR " + jarFilename);
try {
// The "mf" order must correspond with manifest-jarfile order
Process process = Runtime.getRuntime().exec(new String[]{"jar", "umf", newMfFile.getAbsolutePath(), jarFilename});
Process process = Runtime.getRuntime().exec(
new String[] { "jar", "umf",
newMfFile.getAbsolutePath(), jarFilename });
int exitValue = process.waitFor();
if (exitValue != 0) {
InputStream jarErr = process.getErrorStream();
BufferedReader reader = new BufferedReader(new InputStreamReader(jarErr));
BufferedReader reader = new BufferedReader(
new InputStreamReader(jarErr));
while (reader.ready()) {
System.err.println("jar: " + reader.readLine());
}
System.err.println("The 'jar' command returned with exit value " + exitValue);
System.err
.println("The 'jar' command returned with exit value "
+ exitValue);
status = 1;
}
} catch (IOException e) {
System.err.println("Failed to execute 'jar' command. " + e.getMessage());
System.err.println("Failed to execute 'jar' command. "
+ e.getMessage());
status = 1;
} catch (InterruptedException e) {
System.err.println("Execution of 'jar' command was interrupted. " + e.getMessage());
System.err
.println("Execution of 'jar' command was interrupted. "
+ e.getMessage());
status = 1;
}
}
// Remove the temporary file
if (newMfFile != null)
if (newMfFile != null) {
newMfFile.delete();
}

return status;
}

@Override
public String toString() {
return buffer.toString();
}
public byte[] getBytes() {
return buffer.toString().getBytes();
}

+ 15
- 0
client-compiler/src/com/vaadin/sass/linker/SassLinker.java View File

@@ -1,3 +1,18 @@
/*
* Copyright 2000-2013 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.sass.linker;

import java.io.ByteArrayInputStream;

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 14
- 3
client-compiler/src/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.server.widgetsetutils;

import java.io.PrintWriter;

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/WidgetSetBuilder.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 14
- 3
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.server.widgetsetutils.metadata;

import java.io.Serializable;

+ 14
- 3
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.server.widgetsetutils.metadata;

import com.google.gwt.core.ext.TreeLogger;

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/Property.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 14
- 3
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.server.widgetsetutils.metadata;

import com.google.gwt.core.ext.TreeLogger;

+ 14
- 3
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.server.widgetsetutils.metadata;

import com.google.gwt.core.ext.TreeLogger;

+ 14
- 3
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.server.widgetsetutils.metadata;

import java.util.Collection;

+ 1
- 1
client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ApplicationConfiguration.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ApplicationConnection.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/BrowserInfo.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/CSSRule.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ComponentConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ComponentDetail.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ComponentDetailMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ComponentLocator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ComputedStyle.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ConnectorHierarchyChangeEvent.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ConnectorMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/Console.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/ContainerResizedListener.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/DateTimeService.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/DirectionalManagedLayout.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/EventHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/FastStringSet.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/Focusable.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/HasComponentsConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/JavaScriptConnectorHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/JavaScriptExtension.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/LayoutManager.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/LayoutManagerIE8.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/LocaleNotLoadedException.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/LocaleService.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/MeasuredSize.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/MouseEventDetailsBuilder.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/NullConsole.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/Paintable.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/RenderInformation.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/RenderSpace.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/ResourceLoader.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ServerConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/SimpleTree.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/StyleConstants.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/SuperDevMode.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/SynchronousXHR.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/TooltipInfo.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/UIDL.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/Util.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/VCaption.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/VCaptionWrapper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/VConsole.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/VDebugConsole.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/VErrorMessage.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/VSchedulerImpl.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/VTooltip.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/VUIDLBrowser.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/ValueMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/WidgetInstantiator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/WidgetLoader.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/WidgetMap.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/WidgetSet.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/AbstractServerConnectorEvent.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/communication/DiffJSONSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/JSONSerializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/JavaScriptMethodInvocation.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/JsonDecoder.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/JsonEncoder.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/RpcManager.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/RpcProxy.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/communication/StateChangeEvent.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/communication/URLReference_Serializer.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 2
- 2
client/src/com/vaadin/client/extensions/AbstractExtensionConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
/*
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/extensions/BrowserWindowOpenerConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/extensions/FileDownloaderConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012 Vaadin Ltd.
* Copyright 2000-2013 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

+ 1
- 1
client/src/com/vaadin/client/extensions/javascriptmanager/JavaScriptManagerConnector.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 14
- 3
client/src/com/vaadin/client/metadata/AsyncBundleLoader.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.client.metadata;

import java.util.ArrayList;

+ 14
- 3
client/src/com/vaadin/client/metadata/BundleLoadCallback.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.client.metadata;

public interface BundleLoadCallback {

+ 14
- 3
client/src/com/vaadin/client/metadata/ConnectorBundleLoader.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.client.metadata;

import java.util.HashMap;

+ 1
- 1
client/src/com/vaadin/client/metadata/InvokationHandler.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 14
- 3
client/src/com/vaadin/client/metadata/Invoker.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.client.metadata;

public interface Invoker {

+ 14
- 3
client/src/com/vaadin/client/metadata/Method.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.client.metadata;

public class Method {

+ 1
- 1
client/src/com/vaadin/client/metadata/NoDataException.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2011 Vaadin Ltd.
* Copyright 2000-2013 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

+ 14
- 3
client/src/com/vaadin/client/metadata/Property.java View File

@@ -1,7 +1,18 @@
/*
@VaadinApache2LicenseForJavaFiles@
/*
* Copyright 2000-2013 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.client.metadata;

import com.vaadin.shared.annotations.DelegateToWidget;

+ 0
- 0
client/src/com/vaadin/client/metadata/ProxyHandler.java View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save