Return-Path: X-Original-To: apmail-olingo-commits-archive@minotaur.apache.org Delivered-To: apmail-olingo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 700D410F46 for ; Mon, 17 Feb 2014 13:29:54 +0000 (UTC) Received: (qmail 89594 invoked by uid 500); 17 Feb 2014 13:29:53 -0000 Delivered-To: apmail-olingo-commits-archive@olingo.apache.org Received: (qmail 89548 invoked by uid 500); 17 Feb 2014 13:29:53 -0000 Mailing-List: contact commits-help@olingo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@olingo.incubator.apache.org Delivered-To: mailing list commits@olingo.incubator.apache.org Received: (qmail 89531 invoked by uid 99); 17 Feb 2014 13:29:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 13:29:52 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 17 Feb 2014 13:27:41 +0000 Received: (qmail 87517 invoked by uid 99); 17 Feb 2014 13:27:18 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 13:27:18 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B1CC08B285A; Mon, 17 Feb 2014 13:27:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@olingo.incubator.apache.org Date: Mon, 17 Feb 2014 13:27:19 -0000 Message-Id: <656739cd7c6148a5a5137a1b8ba33ad9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [03/33] [OLINGO-159] Replacing license header with ASF's X-Virus-Checked: Checked by ClamAV on apache.org http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/DefaultContainer.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/DefaultContainer.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/DefaultContainer.java index b0fd957..9a18fc7 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/DefaultContainer.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/DefaultContainer.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice; import com.msopentech.odatajclient.engine.client.http.HttpMethod; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/Row.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/Row.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/Row.java index ce969bf..4d50969 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/Row.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/Row.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/RowIndex.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/RowIndex.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/RowIndex.java index 39b6d14..021411e 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/RowIndex.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/RowIndex.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/package-info.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/package-info.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/package-info.java index edb7a3e..175ed26 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/package-info.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/package-info.java @@ -1,22 +1,20 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/ContactDetails.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/ContactDetails.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/ContactDetails.java index dcd82f7..94205c7 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/ContactDetails.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/ContactDetails.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; import com.msopentech.odatajclient.proxy.api.annotations.Namespace; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRow.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRow.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRow.java index f09e1d0..215322e 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRow.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRow.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; import com.msopentech.odatajclient.proxy.api.annotations.Namespace; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRowCollection.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRowCollection.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRowCollection.java index 495ef0f..247eca5 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRowCollection.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/IndexedRowCollection.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; import com.msopentech.odatajclient.proxy.api.AbstractEntityCollection; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/Row.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/Row.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/Row.java index c792c13..ff4e59d 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/Row.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/Row.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; import com.msopentech.odatajclient.proxy.api.annotations.Namespace; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowCollection.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowCollection.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowCollection.java index d108788..1ba0fb0 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowCollection.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowCollection.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; import com.msopentech.odatajclient.proxy.api.AbstractEntityCollection; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndex.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndex.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndex.java index d354b00..dce2ef7 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndex.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndex.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; import com.msopentech.odatajclient.proxy.api.annotations.Namespace; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndexCollection.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndexCollection.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndexCollection.java index 18ff555..839a44f 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndexCollection.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/RowIndexCollection.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; import com.msopentech.odatajclient.proxy.api.AbstractEntityCollection; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/package-info.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/package-info.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/package-info.java index 8e7ed96..e67978b 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/package-info.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/opentypeservice/microsoft/test/odata/services/opentypesservice/types/package-info.java @@ -1,22 +1,20 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.opentypeservice.microsoft.test.odata.services.opentypesservice.types; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/performance/BasicPerfTestITCase.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/performance/BasicPerfTestITCase.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/performance/BasicPerfTestITCase.java index fb3f177..7ba04ae 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/performance/BasicPerfTestITCase.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/performance/BasicPerfTestITCase.java @@ -1,21 +1,20 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.performance; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBinarySet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBinarySet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBinarySet.java index 458210e..459fbce 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBinarySet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBinarySet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBooleanSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBooleanSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBooleanSet.java index 9f2a0e4..52ebe14 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBooleanSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmBooleanSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmByteSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmByteSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmByteSet.java index 3367ee4..dfe685d 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmByteSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmByteSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeOffsetSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeOffsetSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeOffsetSet.java index a701ed6..4d0c7bd 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeOffsetSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeOffsetSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeSet.java index 90e7b96..2469d70 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDateTimeSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDecimalSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDecimalSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDecimalSet.java index 8151dcc..bcfe00c 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDecimalSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDecimalSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDoubleSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDoubleSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDoubleSet.java index 64a9f27..1624505 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDoubleSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmDoubleSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmGuidSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmGuidSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmGuidSet.java index 8c5df1b..82e1b09 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmGuidSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmGuidSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt16Set.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt16Set.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt16Set.java index f9ed507..f060a2d 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt16Set.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt16Set.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt32Set.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt32Set.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt32Set.java index 3e40c89..2295071 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt32Set.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt32Set.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt64Set.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt64Set.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt64Set.java index 6a2453a..d244148 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt64Set.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmInt64Set.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmSingleSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmSingleSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmSingleSet.java index 5695dfd..61b05a8 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmSingleSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmSingleSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmStringSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmStringSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmStringSet.java index b783d2f..fa1f09e 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmStringSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmStringSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmTimeSet.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmTimeSet.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmTimeSet.java index 0feda59..0c64884 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmTimeSet.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/EdmTimeSet.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/Folders.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/Folders.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/Folders.java index 3c38b2a..6fd1acd 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/Folders.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/Folders.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.proxy.api.AbstractEntitySet; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/TestContext.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/TestContext.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/TestContext.java index 84c1058..cb3ccba 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/TestContext.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/TestContext.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; import com.msopentech.odatajclient.engine.client.http.HttpMethod; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/package-info.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/package-info.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/package-info.java index 01b92b8..a36af42 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/package-info.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/package-info.java @@ -1,22 +1,20 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinary.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinary.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinary.java index 0f52609..0535c8b 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinary.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinary.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice.types; import com.msopentech.odatajclient.proxy.api.annotations.Namespace; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinaryCollection.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinaryCollection.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinaryCollection.java index cbd9de1..1307837 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinaryCollection.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBinaryCollection.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice.types; import com.msopentech.odatajclient.proxy.api.AbstractEntityCollection; http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata4/blob/a2057f2f/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBoolean.java ---------------------------------------------------------------------- diff --git a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBoolean.java b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBoolean.java index cd616eb..d863faf 100644 --- a/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBoolean.java +++ b/ODataJClient/proxy/src/test/java/com/msopentech/odatajclient/proxy/primitivekeysservice/microsoft/test/odata/services/primitivekeysservice/types/EdmBoolean.java @@ -1,23 +1,21 @@ /** - * Copyright © Microsoft Open Technologies, Inc. + * 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 * - * All Rights Reserved + * http://www.apache.org/licenses/LICENSE-2.0 * - * 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 - * - * THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS - * OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION - * ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A - * PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT. - * - * See the Apache License, Version 2.0 for the specific language - * governing permissions and limitations under the License. + * 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.msopentech.odatajclient.proxy.primitivekeysservice.microsoft.test.odata.services.primitivekeysservice.types; import com.msopentech.odatajclient.proxy.api.annotations.Namespace;