Date: Sunday, December 24, 2017 @ 09:08:41
Author: idevolder
Revision: 275723
archrelease: copy trunk to community-x86_64
Added:
opera/repos/community-x86_64/PKGBUILD
(from rev 275722, opera/trunk/PKGBUILD)
opera/repos/community-x86_64/default
(from rev 275722, opera/trunk/default)
opera/repos/community-x86_64/eula.html
(from rev 275722, opera/trunk/eula.html)
opera/repos/community-x86_64/opera
(from rev 275722, opera/trunk/opera)
opera/repos/community-x86_64/opera.install
(from rev 275722, opera/trunk/opera.install)
opera/repos/community-x86_64/privacy.html
(from rev 275722, opera/trunk/privacy.html)
opera/repos/community-x86_64/terms.html
(from rev 275722, opera/trunk/terms.html)
Deleted:
opera/repos/community-x86_64/PKGBUILD
opera/repos/community-x86_64/default
opera/repos/community-x86_64/opera
opera/repos/community-x86_64/opera.install
---------------+
PKGBUILD | 157 ++++++++++++++----------
default | 8 -
eula.html | 287 +++++++++++++++++++++++++++++++++++++++++++++
opera | 26 ++--
opera.install | 78 ++++++------
privacy.html | 353 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
terms.html | 285 +++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 1070 insertions(+), 124 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-24 09:08:28 UTC (rev 275722)
+++ PKGBUILD 2017-12-24 09:08:41 UTC (rev 275723)
@@ -1,68 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Mateusz Herych <[email protected]>
-# Contributor: ruario <ruario AT opera DOT com>
-# Contributor: Daniel Isenmann <daniel AT archlinux DOT org>
-# Contributor: dorphell <dorphell AT archlinux DOT org>
-# Contributor: Sigitas Mazaliauskas <sigis AT gmail DOT com>
-# Contributor: eworm
-
-pkgname=opera
-pkgver=49.0.2725.56
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/"
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('x86_64')
-depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss'
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=(
- 'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
- 'pepper-flash: flash support'
- 'upower: opera battery save'
-)
-source=(
-
"http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb"
- "opera"
- "default"
-)
-sha512sums=('52f757cc92d02963597c979ccb9a13e1252c0550459978acec80b28d1830f343f156810199a3f6efd1dcf02ca4a8218f0007407d1fde8f30f87f889af94f9132'
-
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
-
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f')
-
-prepare() {
- sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
- sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
- -i "$srcdir/opera"
-
-}
-
-package() {
- tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
- # get rid of the extra subfolder {i386,x86_64}-linux-gnu
- (
- cd "$pkgdir/usr/lib/"*-linux-gnu/
- mv "$pkgname" ../
- )
- rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
- # suid opera_sandbox
- chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
- # install default options
- install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
- # install opera wrapper
- rm "$pkgdir/usr/bin/$pkgname"
- install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
- # license
- install -Dm644 \
- "$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
- "$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-
Copied: opera/repos/community-x86_64/PKGBUILD (from rev 275722,
opera/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-24 09:08:41 UTC (rev 275723)
@@ -0,0 +1,89 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: ruario <ruario AT opera DOT com>
+# Contributor: Daniel Isenmann <daniel AT archlinux DOT org>
+# Contributor: dorphell <dorphell AT archlinux DOT org>
+# Contributor: Sigitas Mazaliauskas <sigis AT gmail DOT com>
+# Contributor: eworm
+
+pkgname=opera
+pkgver=49.0.2725.64
+pkgrel=2
+pkgdesc="A fast and secure web browser"
+url="http://www.opera.com/"
+options=(!strip !zipman)
+license=('custom:opera')
+backup=("etc/$pkgname/default")
+arch=('x86_64')
+depends=('gtk3' 'alsa-lib' 'libnotify' 'gconf' 'curl' 'nss' 'libcups' 'libxss'
'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+optdepends=(
+ 'opera-ffmpeg-codecs: playback of proprietary video/audio (AUR)'
+ 'pepper-flash: flash support'
+ 'upower: opera battery save'
+)
+source=(
+
"https://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb"
+ "opera"
+ "default"
+ 'eula.html'
+ 'terms.html'
+ 'privacy.html'
+)
+sha512sums=('52ce18e0f7ac53b1c17997859dd358576b8798d144cb090fb628eeedb0076a130735488474da47c0d40ec1eb4d1429c76a43c8d2fb7bd64803bed74de87a5d5a'
+
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
+
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
+
'285a0633e5863ec9c9af99138ff0b59da155a2dd72a340e784e53de3e801029eb6ca2e4b38846592b85b9f8b99dcb6f6eedbed273057a9216abe31c396d9f28a'
+
'444e27eb486d80fbe3027c10e21b9e18a56de62d218ec5ca26d3a50847567ae9b8233dd1dd9a91efb697822c28c245caa6f28bcdc2ddcdf8a32067ae5a339ace'
+
'9fd239d630f183147ff824c8ce87705e1a919e33b3d912f6871b5e68e123be7f843ffef2e3f2835fecc676ea2f548150eb06f154830cf865bd3392188b008671')
+
+prepare() {
+ sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
+ sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
+ -i "$srcdir/opera"
+
+}
+
+package() {
+ tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
+
+ # get rid of the extra subfolder {i386,x86_64}-linux-gnu
+ (
+ cd "$pkgdir/usr/lib/"*-linux-gnu/
+ mv "$pkgname" ../
+ )
+ rm -rf "$pkgdir/usr/lib/"*-linux-gnu
+
+ # suid opera_sandbox
+ chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
+
+ # install default options
+ install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
+
+ # install opera wrapper
+ rm "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
+
+ # license
+ install -Dm644 \
+ "$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
+ "$pkgdir/usr/share/licenses/$pkgname/copyright"
+
+ # eula
+ install -Dm644 \
+ "$srcdir/eula.html" \
+ "$pkgdir/usr/share/licenses/$pkgname/eula.html"
+
+ # terms
+ install -Dm644 \
+ "$srcdir/terms.html" \
+ "$pkgdir/usr/share/licenses/$pkgname/terms.html"
+
+ # privacy
+ install -Dm644 \
+ "$srcdir/privacy.html" \
+ "$pkgdir/usr/share/licenses/$pkgname/privacy.html"
+}
+
Deleted: default
===================================================================
--- default 2017-12-24 09:08:28 UTC (rev 275722)
+++ default 2017-12-24 09:08:41 UTC (rev 275723)
@@ -1,4 +0,0 @@
-# Default settings for chromium. This file is sourced by /usr/bin/chromium
-
-# Options to pass to chromium
-OPERA_FLAGS=""
Copied: opera/repos/community-x86_64/default (from rev 275722,
opera/trunk/default)
===================================================================
--- default (rev 0)
+++ default 2017-12-24 09:08:41 UTC (rev 275723)
@@ -0,0 +1,4 @@
+# Default settings for chromium. This file is sourced by /usr/bin/chromium
+
+# Options to pass to chromium
+OPERA_FLAGS=""
Copied: opera/repos/community-x86_64/eula.html (from rev 275722,
opera/trunk/eula.html)
===================================================================
--- eula.html (rev 0)
+++ eula.html 2017-12-24 09:08:41 UTC (rev 275723)
@@ -0,0 +1,287 @@
+ <!DOCTYPE html>
+<html lang="en">
+ <head>
+
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="initial-scale=1, width=device-width">
+ <meta name="msvalidate.01" content="070C6E8E67D398B03BD8D8E9408A7045">
+ <meta name="yandex-verification" content="780cc78194f8c462">
+
+ <meta name="robots" content="noyaca, noodp">
+
+ <meta name="description" content="EULA Opera for computers">
+
+
+ <meta property="og:image"
content="https://www-static.operacdn.com/static-heap/75/759b5d5a74e1be5fdfd0fd1fed338c9d1c6cbb33/opera-152.png">
+ <meta property="og:title" content="EULA Opera for computers | Opera">
+ <meta property="og:url" content="https://www.opera.com/eula/computers">
+ <meta property="og:description" content="EULA Opera for computers">
+ <meta property="og:type" content="website">
+
+
+ <title>EULA Opera for computers | Opera</title>
+
+
+ <link rel="dns-prefetch" href="//www-static.operacdn.com">
+ <link rel="apple-touch-icon"
href="https://www-static.operacdn.com/static-heap/91/91051bd6095b8484c359274af1ec222b6bd293d4/opera-57.png">
+ <link rel="apple-touch-icon" sizes="57x57"
href="https://www-static.operacdn.com/static-heap/91/91051bd6095b8484c359274af1ec222b6bd293d4/opera-57.png">
+ <link rel="apple-touch-icon" sizes="72x72"
href="https://www-static.operacdn.com/static-heap/1d/1db0d666779ad5dc2bde071f1e64223cbc898079/opera-72.png">
+ <link rel="apple-touch-icon" sizes="76x76"
href="https://www-static.operacdn.com/static-heap/ca/cab9c89aeabd94f19da89e4aae5fac8077f40288/opera-76.png">
+ <link rel="apple-touch-icon" sizes="114x114"
href="https://www-static.operacdn.com/static-heap/3e/3eb93f40546e3dd463deb58e5a5b59ace97d8cff/opera-114.png">
+ <link rel="apple-touch-icon" sizes="120x120"
href="https://www-static.operacdn.com/static-heap/ab/ab7832e9d56e106488f110e871c46f774576b093/opera-120.png">
+ <link rel="apple-touch-icon" sizes="144x144"
href="https://www-static.operacdn.com/static-heap/5e/5ed11b7f90d7abe5af33392636f1e1fd40f8d40f/opera-144.png">
+ <link rel="apple-touch-icon" sizes="152x152"
href="https://www-static.operacdn.com/static-heap/75/759b5d5a74e1be5fdfd0fd1fed338c9d1c6cbb33/opera-152.png">
+
+
+ <meta name="application-name" content="EULA Opera for computers - Opera">
+ <meta name="msapplication-TileColor" content="#FE1B2C">
+ <meta name="msapplication-TileImage"
content="https://www-static.operacdn.com/static-heap/6a/6aa0021764af934c8431d64fbf508a90ef30846d/opera-windows-144.png">
+ <meta name="msapplication-square70x70logo"
content="https://www-static.operacdn.com/static-heap/27/27d2de5f321780e481fcd3cf8e7a4800295ed5bd/opera-windows-70.png">
+ <meta name="msapplication-square150x150logo"
content="https://www-static.operacdn.com/static-heap/05/0556dff691cc07304d9f12204548ab63c3142368/opera-windows-150.png">
+ <meta name="msapplication-wide310x150logo"
content="https://www-static.operacdn.com/static-heap/42/42554ff6fabadcc22853c011b777923e56a2a94c/opera-windows-310-150.png">
+ <meta name="msapplication-square310x310logo"
content="https://www-static.operacdn.com/static-heap/99/9938c6221aba7d87edf2ec2795206bf92d4c3d29/opera-windows-310.png">
+
+
+
<link rel="alternate" hreflang="id"
href="https://www.opera.com/id/eula/computers" />
+
<link rel="alternate" hreflang="ms"
href="https://www.opera.com/ms/eula/computers" />
+
<link rel="alternate" hreflang="cs"
href="https://www.opera.com/cs/eula/computers" />
+
<link rel="alternate" hreflang="da"
href="https://www.opera.com/da/eula/computers" />
+
<link rel="alternate" hreflang="de"
href="https://www.opera.com/de/eula/computers" />
+
<link rel="canonical" hreflang="en"
href="https://www.opera.com/eula/computers" />
+
<link rel="alternate" hreflang="es"
href="https://www.opera.com/es/eula/computers" />
+
<link rel="alternate" hreflang="es-419"
href="https://www.opera.com/es-419/eula/computers" />
+
<link rel="alternate" hreflang="tl"
href="https://www.opera.com/tl/eula/computers" />
+
<link rel="alternate" hreflang="fr"
href="https://www.opera.com/fr/eula/computers" />
+
<link rel="alternate" hreflang="it"
href="https://www.opera.com/it/eula/computers" />
+
<link rel="alternate" hreflang="hu"
href="https://www.opera.com/hu/eula/computers" />
+
<link rel="alternate" hreflang="nl"
href="https://www.opera.com/nl/eula/computers" />
+
<link rel="alternate" hreflang="no"
href="https://www.opera.com/no/eula/computers" />
+
<link rel="alternate" hreflang="pl"
href="https://www.opera.com/pl/eula/computers" />
+
<link rel="alternate" hreflang="pt"
href="https://www.opera.com/pt/eula/computers" />
+
<link rel="alternate" hreflang="pt-br"
href="https://www.opera.com/pt-br/eula/computers" />
+
<link rel="alternate" hreflang="ro"
href="https://www.opera.com/ro/eula/computers" />
+
<link rel="alternate" hreflang="sk"
href="https://www.opera.com/sk/eula/computers" />
+
<link rel="alternate" hreflang="fi"
href="https://www.opera.com/fi/eula/computers" />
+
<link rel="alternate" hreflang="sv"
href="https://www.opera.com/sv/eula/computers" />
+
<link rel="alternate" hreflang="vi"
href="https://www.opera.com/vi/eula/computers" />
+
<link rel="alternate" hreflang="tr"
href="https://www.opera.com/tr/eula/computers" />
+
<link rel="alternate" hreflang="el"
href="https://www.opera.com/el/eula/computers" />
+
<link rel="alternate" hreflang="bg"
href="https://www.opera.com/bg/eula/computers" />
+
<link rel="alternate" hreflang="ru"
href="https://www.opera.com/ru/eula/computers" />
+
<link rel="alternate" hreflang="uk"
href="https://www.opera.com/uk/eula/computers" />
+
<link rel="alternate" hreflang="he"
href="https://www.opera.com/he/eula/computers" />
+
<link rel="alternate" hreflang="ar"
href="https://www.opera.com/ar/eula/computers" />
+
<link rel="alternate" hreflang="hi"
href="https://www.opera.com/hi/eula/computers" />
+
<link rel="alternate" hreflang="th"
href="https://www.opera.com/th/eula/computers" />
+
<link rel="alternate" hreflang="ko"
href="https://www.opera.com/ko/eula/computers" />
+
<link rel="alternate" hreflang="zh-cn"
href="https://www.opera.com/zh-cn/eula/computers" />
+
<link rel="alternate" hreflang="zh-tw"
href="https://www.opera.com/zh-tw/eula/computers" />
+
<link rel="alternate" hreflang="ja"
href="https://www.opera.com/ja/eula/computers" />
+
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/latin_latinext-634dce27.css">
+
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/header-footer-8618b3a3.css">
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/opera2-3353345c.css">
+
+
+
+
+ </head>
+ <body>
+ <!-- Google Tag Manager -->
+
+ <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-Q5SW"
+ height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
+ <script>
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-Q5SW');
+ </script>
+
+<!-- End Google Tag Manager -->
+
+ <header id="header" class="ns--hf">
+ <div class="hf--primary">
+ <div class="hf--width-holder">
+ <div class="hf--main-nav" role="navigation">
+ <a class="hf--brand" href="/">
+ <img
src="https://www-static.operacdn.com/static-heap/11/11bb20439edcccff33dbfa6df6f4c9ad564f91e4/logo-header-opera.png"
srcset="https://www-static.operacdn.com/static-heap/11/11bb20439edcccff33dbfa6df6f4c9ad564f91e4/logo-header-opera.png
1x,
https://www-static.operacdn.com/static-heap/28/2820d98042080cc51dea518980d80293bf732770/logo-header-opera2x.png
2x" alt="Opera">
+ </a>
+ <div class="hf--menu">
+ <input id="hf--menu-switcher" class="hf--hide" type="checkbox">
+ <label class="hf--menu-switcher" for="hf--menu-switcher"></label>
+ <div>
+ <div>
+ <ul class="hf--main-nav-items" role="menu">
+
+
<li><a href="/computer"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Computer browsers</a></li>
+
<li><a href="/mobile"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Mobile apps</a></li>
+
+
+ <li class="hf--menu-opposite">
+ <a href="//blogs.opera.com/"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Blogs</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+
+ </header>
+
+
+
+ <main class="page">
+ <div class="page--content">
+
+
+
+
+
+
+
+
+<section class="top-padding--oneline">
+ <div class="content-width"><h1>End User License Agreement</h1>
+<h2>Opera for Computers</h2>
+<p>Last Updated: December 8, 2017</p><p>This end user license agreement
(“EULA”) governs your download and/or use of the executable code for the Opera
for Computers desktop software application, including any update or upgrade
thereto (“Software”). This EULA forms a binding contract between you and Opera
Software AS, a Norwegian company with an address at P.O. Box 4214 Nydalen,
NO-0401 Oslo, Norway (“Opera”).</p><h3>Terms & Conditions</h3>
+<p><b>1. This is a contract.</b> This EULA constitutes a contract between
you and Opera. You may not use the Software if you do not accept the terms in
this EULA. By downloading and/or using the Software, you agree to be bound by
all the terms and conditions set forth in this EULA. If you are under thirteen
(13) years of age, or at least thirteen (13) years of age but a minor where you
live, you must have your parent or legal guardian accept this EULA on your
behalf and approve your use of the Software.</p><p><b>2. You are only granted a
limited license to the Software.</b> Subject to the terms and conditions
of this EULA, Opera hereby grants you a personal, limited, non-exclusive,
non-transferable, non-sublicensable license to:</p><p>(A) use the executable
code version of the Software solely as installed on your personal computer;
and</p><p>(B) reproduce and distribute the Software solely as included in an
application repository for a desktop open source operating system
distribution PROVIDED THAT in all cases the Software is distributed: (i)
without modification; (ii) free of charge to end-users; and (iii) with a copy
of this EULA. Distribution for embedded open source operating systems is not
permitted. For the avoidance of doubt, the Software must be distributed without
modification (including as to the default search engine(s) in the Software
settings), both at the time of distribution as well as after the Software is
installed.</p><p>You may only use the Software as expressly authorized in this
Section 2.</p><p><b>3. You must respect our rights in the
Software.</b> Unless expressly permitted by law, you may not copy,
decompile, reverse engineer, disassemble, attempt to derive the source code of,
modify, or create derivative works of the Software. You may not remove,
obscure, or alter any copyright notice or other proprietary rights notices
affixed to or contained within the Software. You may not separate the component
programs of the Softw
are for use on different computers or sublicense, lease, rent, loan, or
distribute the Software to any third party. You may not permit, direct or
authorize any third party to take any action with respect to the Software which
is inconsistent with the terms set forth in this EULA.</p><p><b>4. The Software
contains our valuable intellectual property.</b> You acknowledge and agree
that the Software, including its sequence, structure, organization, source code
and applicable documentation, contains valuable trade secrets and other
intellectual property of Opera and its suppliers. The Software is licensed and
not sold to you, and no title or ownership to such Software or the intellectual
property rights embodied therein is granted to you. The Software is the
exclusive property of Opera and its suppliers, and all rights in and to the
Software not expressly granted to you in this Agreement are reserved. Nothing
in this EULA will be deemed to grant, by implication, estoppel or otherwis
e, a license under any existing or future patents of Opera, except to the
extent necessary for you to use the Software as expressly permitted under this
EULA. You acknowledge and agree that any actual or threatened breach of this
EULA will constitute immediate, irreparable harm to Opera for which monetary
damages would be an inadequate remedy, and that injunctive relief is an
appropriate remedy for any such breach or violation.</p><p><b>5. Components
from third parties may be delivered along with the Software.</b> The
Software is delivered along with certain software components provide by third
parties (“Third Party Software”). Opera shall not be responsible for any such
Third-Party Software. Third-Party Software, particularly open source software,
may be subject to separate license terms included with, or contained in the
setup installation segments of such Third-Party Software. The terms set forth
in this EULA do not apply to Third-Party Software to the extent they are in
consistent with such Third-Party Software licenses. This EULA governs your use
of the Software in executable form. Source code for any open source Third-Party
Software delivered along with the Software can be obtained at <a
href="http://sourcecode.opera.com"
target="_self">http://sourcecode.opera.com</a> or by sending an email
message to <a href="mailto:opensource@opera.com"
target="_self">opensource@opera.com</a>.</p><p><b>6. The Software may
provide for access to additional services.</b> Various services may be offered
where available via or as integrated into the Software (“Services”). By using
any such Services, you agreed to the terms of service at <a
href="https://www.opera.com/terms"
target="_self">https://www.opera.com/terms</a> (“Terms of Service”). The Terms
of Service are incorporated into this EULA by this reference. As is more fully
explained in the Terms of Service, some Services are offered by Opera, others
by third parties (w
hich may be subject to separate terms – please refer to the Terms of Service
for more information). Opera reserves the right at any time and from time to
time to modify or discontinue, temporarily or permanently, the Services (or any
part thereof) with or without notice. You agree that Opera shall not be liable
to you or to any third party for any modification, suspension or discontinuance
of the Services.</p><p><b>7. Your privacy is important to us.</b> Opera
takes the matters of protection and security of its users’ information very
seriously and will treat any and all such information in accordance with our
privacy statement, which is currently posted at <a
href="https://www.opera.com/privacy"
target="_self">https://www.opera.com/privacy</a> (“Privacy Statement”).
The Privacy Statement is incorporated into this EULA by this reference. You
agree to the use of your data in accordance with Opera’s Privacy
Statement.</p><p><b>8. Your license to use the Softwa
re terminates if you breach this EULA.</b> This EULA will commence upon
your download of the Software and continue in perpetuity unless terminated
earlier as provided herein. This EULA will immediately terminate upon your
breach of any of the terms or conditions set forth herein. Upon the termination
of the EULA, you will discontinue all use of the Software, promptly destroy or
have destroyed the Software and any copies thereof, and, upon request by Opera,
certify in writing that such destruction has taken place. These remedies are
cumulative and in addition to any other remedies which may be available.
Section 1, as well as Sections 3 through 14 of this EULA shall survive
termination.</p><p><b>9. The Software is provided without any warranties or
guarantees.</b> THE SOFTWARE IS PROVIDED “AS IS”, AND OPERA DISCLAIMS ALL
WARRANTIES WITH REGARD TO THE SOFTWARE WHETHER EXPRESS, IMPLIED OR STATUTORY,
INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF TITLE, NON-INFRING
EMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR USE, SATISFACTORY
QUALITY, OR QUIET ENJOYMENT. OPERA DOES NOT WARRANT THAT THE USE OF THE
SOFTWARE WILL BE UNINTERRUPTED OR ERROR FREE OR THAT THE SOFTWARE DOES NOT
CONTAIN ANY VIRUSES. THIS WARRANTY DISCLAIMER IS A FUNDAMENTAL ELEMENT OF THE
BASIS OF THE BARGAIN BETWEEN YOU AND OPERA. OPERA WOULD NOT PROVIDE THE
SOFTWARE ABSENT SUCH DISCLAIMER. NO REPRESENTATIONS OR WARRANTIES ARE MADE BY
ANY OF OPERA’S CUSTOMERS OR SUPPLIERS UNDER OR BY VIRTUE OF THIS AGREEMENT. IF
YOU ARE DISSATISFIED WITH ANY PORTION OF THE SOFTWARE, OR WITH ANY OF THESE
TERMS, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE
SOFTWARE.</p><p><b>10. Opera is not liable for any damages you may
incur.</b> IN NO EVENT SHALL OPERA, ITS AFFILIATES, OR THEIR RESPECTIVE
SUPPLIERS OR CUSTOMERS BE LIABLE FOR ANY INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR
INDIRECT DAMAGES OF ANY KIND (INCLUDING WITHOUT LIMITATION DAMAGES FOR
INTERRUPTION OF BUSINESS,
LOST DATA, LOST PROFITS, OR THE LIKE) REGARDLESS OF THE FORM OF ACTION,
WHETHER IN CONTRACT, TORT (INCLUDING WITHOUT LIMITATION NEGLIGENCE), PRODUCT
LIABILITY, OR OTHER THEORY, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
IN NO EVENT WILL THE CUMULATIVE LIABILITY OF OPERA ARISING OUT OF OR RELATED TO
THIS AGREEMENT EXCEED THE AMOUNT PAID TO OPERA IN RESPECT OF THE SOFTWARE
GIVING RISE TO THE CLAIM OR, IF NO FEES WERE PAID, THEN FIVE HUNDRED EUROS.
SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
CONSEQUENTIAL DAMAGES, SO THE FOREGOING EXCLUSION AND LIMITATION MAY NOT APPLY
TO YOU. THIS LIMITATION OF LIABILITY WILL APPLY NOTWITHSTANDING THE FAILURE OF
ESSENTIAL PURPOSE OF ANY LIMITED REMEDY SET FORTH HEREIN. THIS LIMITATION OF
LIABILITY IS A FUNDAMENTAL ELEMENT OF THE BASIS OF THE BARGAIN BETWEEN YOU AND
OPERA. OPERA WOULD NOT PROVIDE THE SOFTWARE TO YOU ABSENT SUCH
LIMITATION.</p><p><b>11. This contract is based on Norwegian law.</b> This
EULA
will be governed by the laws of Norway without giving effect to any conflicts
of law principles that may require the application of the laws of a different
country. The United Nations Convention on Contracts for the International Sale
of Goods does not apply to this Agreement. All actions or proceedings arising
under or related to this Agreement must be brought in the Oslo City Court, and
you hereby agree to irrevocably submit to the exclusive jurisdiction and venue
of any such court in all such actions or proceedings. Notwithstanding this, you
agree that Opera shall still be allowed to apply for injunctive remedies (or an
equivalent type of urgent legal relief) in any jurisdiction. If any provision
of this EULA is determined by a court of competent jurisdiction to be invalid,
illegal, or unenforceable, the remaining provisions of this EULA shall not be
affected or impaired thereby.</p><p><b>12. Opera may modify these
Terms.</b> Opera may update the terms of this EULA, the Pri
vacy Statement or the Terms of Service. The current version of this EULA is
posted at <a href="https://www.opera.com/eula/computers"
target="_self">https://www.opera.com/eula/computers</a>, the latest version of
the Privacy Statement is posted at <a href="https://www.opera.com/privacy"
target="_self">https://www.opera.com/privacy</a>, and the Terms of Service are
posted at <a href="https://www.opera.com/terms"
target="_self">https://www.opera.com/terms</a>. It is your responsibility to
remain informed of any changes as you are bound by the latest version of the
EULA, Privacy Statement and Terms of Service.</p><p><b>13.
General.</b> You acknowledge and agree that the Software may contain
cryptographic functionality the export of which may be restricted under
applicable export control law. You will comply with all applicable laws and
regulations in your activities with regard to the Software. You will not export
or re-export the Software in violation of such laws o
r regulations or without all required licenses and authorizations. You may not
assign or transfer this contract without obtaining Opera’s prior written
consent, and any purported assignment or transfer in violation of this
restriction will be null and void.</p></div>
+</section>
+
+ </div>
+ </main>
+
+
+ <footer class="ns--hf">
+ <div class="hf--top-side">
+ <div class="hf--width-holder">
+ <div class="hf--language">
+ <span class="hf--language-selector-icon"><span
class="hf--hide">Select your language:</span></span>
+ <span>
+ <select class="hf--language-selector"
onchange="location=this.options[this.selectedIndex].value;">
+ <option data-name="id" value="/id/eula/computers">Bahasa
Indonesia</option><option data-name="ms" value="/ms/eula/computers">Bahasa
Melayu</option><option data-name="cs"
value="/cs/eula/computers">Čeština</option><option data-name="da"
value="/da/eula/computers">Dansk</option><option data-name="de"
value="/de/eula/computers">Deutsch</option><option data-name="en"
value="/eula/computers" selected>English</option><option data-name="es"
value="/es/eula/computers">Español</option><option data-name="es-419"
value="/es-419/eula/computers">Español (Latinoamérica)</option><option
data-name="tl" value="/tl/eula/computers">Filipino</option><option
data-name="fr" value="/fr/eula/computers">Français</option><option
data-name="it" value="/it/eula/computers">Italiano</option><option
data-name="hu" value="/hu/eula/computers">Magyar</option><option data-name="nl"
value="/nl/eula/computers">Nederlands</option><option data-name="no"
value="/no/eula/computers">Norsk (bokmål)</
option><option data-name="pl"
value="/pl/eula/computers">Polski</option><option data-name="pt"
value="/pt/eula/computers">Português</option><option data-name="pt-br"
value="/pt-br/eula/computers">Português (Brasil)</option><option data-name="ro"
value="/ro/eula/computers">Română</option><option data-name="sk"
value="/sk/eula/computers">Slovenčina</option><option data-name="fi"
value="/fi/eula/computers">Suomi</option><option data-name="sv"
value="/sv/eula/computers">Svenska</option><option data-name="vi"
value="/vi/eula/computers">Tiếng Việt</option><option data-name="tr"
value="/tr/eula/computers">Türkçe</option><option data-name="el"
value="/el/eula/computers">Ελληνικά</option><option data-name="bg"
value="/bg/eula/computers">Български</option><option data-name="ru"
value="/ru/eula/computers">Русский</option><option data-name="uk"
value="/uk/eula/computers">Українська</option><option data-name="he"
value="/he/eula/computers">עברית<
/option><option data-name="ar"
value="/ar/eula/computers">العربية</option><option data-name="hi"
value="/hi/eula/computers">हिंदी</option><option data-name="th"
value="/th/eula/computers">ไทย</option><option data-name="ko"
value="/ko/eula/computers">한국어</option><option data-name="zh-cn"
value="/zh-cn/eula/computers">中文(中国)</option><option data-name="zh-tw"
value="/zh-tw/eula/computers">中文(台灣)</option><option data-name="ja"
value="/ja/eula/computers">日本語</option> </select>
+ </span>
+ </div> <p class="hf--back">
+ <a class="hf--text-uppercase back-to-top" href="#"
onclick="return false;">Top</a>
+ </p> </div>
+ <div class="hf--social">
+ <div class="hf--width-holder">
+ <p class="hf--social-headline hf--hide">Follow Opera</p>
+
+ <div class="hf--social-icons">
+ <a class="facebook" href="https://facebook.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Facebook</span>
+ </a>
+ <a class="twitter"
href="https://twitter.com/opera" data-event-action="hf-footer-social-item"
data-event-category="hf">
+ <span class="hf--hide">Twitter</span>
+ </a>
+ <a class="youtube" href="https://www.youtube.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Youtube</span>
+ </a>
+ <a class="linkedin"
href="https://www.linkedin.com/company/opera-software"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">LinkedIn</span>
+ </a>
+ <a class="instagram"
href="https://instagram.com/operabrowser"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Instagram</span>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="hf--links">
+ <div class="hf--width-holder">
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="https://www.opera.com/download">Download Opera</a></li>
+ <li><a class="hf--text-regular"
href="//www.opera.com/computer">Computer browsers</a></li>
+ <li><a class="hf--text-regular"
href="//www.opera.com/mobile">Mobile apps</a></li>
+ <li><span class="hf--links-sep"><span
class="hf--hide">-</span></span></li>
+ <li><a class="hf--text-uppercase" href="//www.opera.com/help">Help
& support</a></li>
+ <li><a class="hf--text-uppercase" href="//blogs.opera.com/">Opera
blogs</a></li>
+ <li><a class="hf--text-uppercase last-link"
href="//forums.opera.com">Opera forums</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="http://dev.opera.com/">Dev.Opera</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/computer/beta">Beta version</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/computer/neon">Opera Neon</a></li>
+ <li><span class="hf--links-sep"><span
class="hf--hide">-</span></span></li>
+ <li><strong class="hf--text-uppercase">Services</strong></li>
+ <li><a class="hf--text-regular"
href="https://addons.opera.com">Add-ons</a></li>
+ <li><a class="hf--text-regular"
href="https://auth.opera.com/account/login">Opera account</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="http://www.operasoftware.com">Opera B2B</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/operators">Operator solutions</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/mobile-oems">OEM solutions</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/content-partners">Partner with Opera</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/blog">Business blog</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="https://www.opera.com/about">About Opera</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/jobs">Jobs</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/company/investors">Investors</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/press">Press info</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/company/contact">Contact us</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="hf--bottom-side hf--width-holder">
+ <div class="hf--bottom-wrapper">
+ <div class="hf--social">
+ <p class="hf--social-headline hf--hide">Follow Opera</p>
+
+ <div class="hf--social-icons">
+ <a class="facebook" href="https://facebook.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Facebook</span>
+ </a>
+ <a class="twitter"
href="https://twitter.com/opera" data-event-action="hf-footer-social-item"
data-event-category="hf">
+ <span class="hf--hide">Twitter</span>
+ </a>
+ <a class="youtube" href="https://www.youtube.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Youtube</span>
+ </a>
+ <a class="linkedin"
href="https://www.linkedin.com/company/opera-software"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">LinkedIn</span>
+ </a>
+ <a class="instagram"
href="https://instagram.com/operabrowser"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Instagram</span>
+ </a>
+ </div>
+ </div>
+ <div class="hf--copyrights">
+ <ul class="hf--copyrights-items">
+ <li><strong>© Opera Software</strong></li>
+ <li><a href="https://www.opera.com/privacy">Privacy</a></li>
+ <li><a href="https://www.opera.com/terms">Terms of Use</a></li>
+ </ul>
+ </div>
+ <div class="hf--controls">
+ <div class="hf--language">
+ <span class="hf--language-selector-icon"><span
class="hf--hide">Select your language:</span></span>
+ <span>
+ <select class="hf--language-selector"
onchange="location=this.options[this.selectedIndex].value;">
+ <option data-name="id" value="/id/eula/computers">Bahasa
Indonesia</option><option data-name="ms" value="/ms/eula/computers">Bahasa
Melayu</option><option data-name="cs"
value="/cs/eula/computers">Čeština</option><option data-name="da"
value="/da/eula/computers">Dansk</option><option data-name="de"
value="/de/eula/computers">Deutsch</option><option data-name="en"
value="/eula/computers" selected>English</option><option data-name="es"
value="/es/eula/computers">Español</option><option data-name="es-419"
value="/es-419/eula/computers">Español (Latinoamérica)</option><option
data-name="tl" value="/tl/eula/computers">Filipino</option><option
data-name="fr" value="/fr/eula/computers">Français</option><option
data-name="it" value="/it/eula/computers">Italiano</option><option
data-name="hu" value="/hu/eula/computers">Magyar</option><option data-name="nl"
value="/nl/eula/computers">Nederlands</option><option data-name="no"
value="/no/eula/computers">Norsk (bokmål)</
option><option data-name="pl"
value="/pl/eula/computers">Polski</option><option data-name="pt"
value="/pt/eula/computers">Português</option><option data-name="pt-br"
value="/pt-br/eula/computers">Português (Brasil)</option><option data-name="ro"
value="/ro/eula/computers">Română</option><option data-name="sk"
value="/sk/eula/computers">Slovenčina</option><option data-name="fi"
value="/fi/eula/computers">Suomi</option><option data-name="sv"
value="/sv/eula/computers">Svenska</option><option data-name="vi"
value="/vi/eula/computers">Tiếng Việt</option><option data-name="tr"
value="/tr/eula/computers">Türkçe</option><option data-name="el"
value="/el/eula/computers">Ελληνικά</option><option data-name="bg"
value="/bg/eula/computers">Български</option><option data-name="ru"
value="/ru/eula/computers">Русский</option><option data-name="uk"
value="/uk/eula/computers">Українська</option><option data-name="he"
value="/he/eula/computers">עברית<
/option><option data-name="ar"
value="/ar/eula/computers">العربية</option><option data-name="hi"
value="/hi/eula/computers">हिंदी</option><option data-name="th"
value="/th/eula/computers">ไทย</option><option data-name="ko"
value="/ko/eula/computers">한국어</option><option data-name="zh-cn"
value="/zh-cn/eula/computers">中文(中国)</option><option data-name="zh-tw"
value="/zh-tw/eula/computers">中文(台灣)</option><option data-name="ja"
value="/ja/eula/computers">日本語</option> </select>
+ </span>
+ </div> <div class="hf--nav">
+ <div class="hf--width-holder">
+ <p class="hf--back">
+ <a class="hf--text-uppercase back-to-top" href="#"
onclick="return false;">Top</a>
+ </p> </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </footer>
+ <script
src="https://www-static.operacdn.com/static-heap/4d/4d7f76c8987efba7e997c2cead49c858f7966ebb/linkfeedback.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/30/305ba43f6e26911dcc3a6c564473af33b85c804d/browserinfo.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/98/98f88227912fc67b44662e8392f3779e4e6ccab5/opera.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/3d/3d254f1aec48f4b9990a19c04c7355d29c995fd5/promoassets.js"></script>
+ </body>
+</html>
\ No newline at end of file
Deleted: opera
===================================================================
--- opera 2017-12-24 09:08:28 UTC (rev 275722)
+++ opera 2017-12-24 09:08:41 UTC (rev 275723)
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-# Allow users to override command-line options
-# Based on Gentoo's chromium package (and by extension, Debian's)
-if [[ -f /etc/%pkgname%/default ]]; then
- . /etc/%pkgname%/default
-fi
-
-# Prefer user defined CHROMIUM_USER_FLAGS (from env) over system
-# default CHROMIUM_FLAGS (from /etc/chromium/default)
-OPERA_FLAGS=${OPERA_USER_FLAGS:-$OPERA_FLAGS}
-
-exec /usr/lib/%operabin% $OPERA_FLAGS "$@"
Copied: opera/repos/community-x86_64/opera (from rev 275722, opera/trunk/opera)
===================================================================
--- opera (rev 0)
+++ opera 2017-12-24 09:08:41 UTC (rev 275723)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# Allow users to override command-line options
+# Based on Gentoo's chromium package (and by extension, Debian's)
+if [[ -f /etc/%pkgname%/default ]]; then
+ . /etc/%pkgname%/default
+fi
+
+# Prefer user defined CHROMIUM_USER_FLAGS (from env) over system
+# default CHROMIUM_FLAGS (from /etc/chromium/default)
+OPERA_FLAGS=${OPERA_USER_FLAGS:-$OPERA_FLAGS}
+
+exec /usr/lib/%operabin% $OPERA_FLAGS "$@"
Deleted: opera.install
===================================================================
--- opera.install 2017-12-24 09:08:28 UTC (rev 275722)
+++ opera.install 2017-12-24 09:08:41 UTC (rev 275723)
@@ -1,39 +0,0 @@
-available()
-{
- command -v $1 >/dev/null 2>&1
-}
-
-integration() {
-
- # Setup Menus
- if available update-desktop-database
- then
- update-desktop-database -q /usr/share/applications
- fi
-
- # Setup MIME types
- if available update-mime-database
- then
- update-mime-database /usr/share/mime >/dev/null
- fi
-
- # Setup Icons
- touch -c /usr/share/icons/hicolor
- if available gtk-update-icon-cache
- then
- gtk-update-icon-cache -tq /usr/share/icons/hicolor
- fi
-
-}
-
-post_install() {
- integration
-}
-
-post_upgrade() {
- integration
-}
-
-post_remove() {
- integration
-}
Copied: opera/repos/community-x86_64/opera.install (from rev 275722,
opera/trunk/opera.install)
===================================================================
--- opera.install (rev 0)
+++ opera.install 2017-12-24 09:08:41 UTC (rev 275723)
@@ -0,0 +1,39 @@
+available()
+{
+ command -v $1 >/dev/null 2>&1
+}
+
+integration() {
+
+ # Setup Menus
+ if available update-desktop-database
+ then
+ update-desktop-database -q /usr/share/applications
+ fi
+
+ # Setup MIME types
+ if available update-mime-database
+ then
+ update-mime-database /usr/share/mime >/dev/null
+ fi
+
+ # Setup Icons
+ touch -c /usr/share/icons/hicolor
+ if available gtk-update-icon-cache
+ then
+ gtk-update-icon-cache -tq /usr/share/icons/hicolor
+ fi
+
+}
+
+post_install() {
+ integration
+}
+
+post_upgrade() {
+ integration
+}
+
+post_remove() {
+ integration
+}
Copied: opera/repos/community-x86_64/privacy.html (from rev 275722,
opera/trunk/privacy.html)
===================================================================
--- privacy.html (rev 0)
+++ privacy.html 2017-12-24 09:08:41 UTC (rev 275723)
@@ -0,0 +1,353 @@
+ <!DOCTYPE html>
+<html lang="it">
+ <head>
+
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="initial-scale=1, width=device-width">
+ <meta name="msvalidate.01" content="070C6E8E67D398B03BD8D8E9408A7045">
+ <meta name="yandex-verification" content="780cc78194f8c462">
+
+
+ <meta name="robots" content="noindex, noyaca, noodp">
+
+ <meta name="description" content="Privacy Statement">
+
+
+ <meta property="og:image"
content="https://www-static.operacdn.com/static-heap/75/759b5d5a74e1be5fdfd0fd1fed338c9d1c6cbb33/opera-152.png">
+ <meta property="og:title" content="Privacy Statement | Opera">
+ <meta property="og:url" content="https://www.opera.com/it/privacy">
+ <meta property="og:description" content="Privacy Statement">
+ <meta property="og:type" content="website">
+
+
+ <title>Privacy Statement | Opera</title>
+
+
+ <link rel="dns-prefetch" href="//www-static.operacdn.com">
+ <link rel="apple-touch-icon"
href="https://www-static.operacdn.com/static-heap/91/91051bd6095b8484c359274af1ec222b6bd293d4/opera-57.png">
+ <link rel="apple-touch-icon" sizes="57x57"
href="https://www-static.operacdn.com/static-heap/91/91051bd6095b8484c359274af1ec222b6bd293d4/opera-57.png">
+ <link rel="apple-touch-icon" sizes="72x72"
href="https://www-static.operacdn.com/static-heap/1d/1db0d666779ad5dc2bde071f1e64223cbc898079/opera-72.png">
+ <link rel="apple-touch-icon" sizes="76x76"
href="https://www-static.operacdn.com/static-heap/ca/cab9c89aeabd94f19da89e4aae5fac8077f40288/opera-76.png">
+ <link rel="apple-touch-icon" sizes="114x114"
href="https://www-static.operacdn.com/static-heap/3e/3eb93f40546e3dd463deb58e5a5b59ace97d8cff/opera-114.png">
+ <link rel="apple-touch-icon" sizes="120x120"
href="https://www-static.operacdn.com/static-heap/ab/ab7832e9d56e106488f110e871c46f774576b093/opera-120.png">
+ <link rel="apple-touch-icon" sizes="144x144"
href="https://www-static.operacdn.com/static-heap/5e/5ed11b7f90d7abe5af33392636f1e1fd40f8d40f/opera-144.png">
+ <link rel="apple-touch-icon" sizes="152x152"
href="https://www-static.operacdn.com/static-heap/75/759b5d5a74e1be5fdfd0fd1fed338c9d1c6cbb33/opera-152.png">
+
+
+ <meta name="application-name" content="Privacy Statement - Opera">
+ <meta name="msapplication-TileColor" content="#FE1B2C">
+ <meta name="msapplication-TileImage"
content="https://www-static.operacdn.com/static-heap/6a/6aa0021764af934c8431d64fbf508a90ef30846d/opera-windows-144.png">
+ <meta name="msapplication-square70x70logo"
content="https://www-static.operacdn.com/static-heap/27/27d2de5f321780e481fcd3cf8e7a4800295ed5bd/opera-windows-70.png">
+ <meta name="msapplication-square150x150logo"
content="https://www-static.operacdn.com/static-heap/05/0556dff691cc07304d9f12204548ab63c3142368/opera-windows-150.png">
+ <meta name="msapplication-wide310x150logo"
content="https://www-static.operacdn.com/static-heap/42/42554ff6fabadcc22853c011b777923e56a2a94c/opera-windows-310-150.png">
+ <meta name="msapplication-square310x310logo"
content="https://www-static.operacdn.com/static-heap/99/9938c6221aba7d87edf2ec2795206bf92d4c3d29/opera-windows-310.png">
+
+
+
<link rel="alternate" hreflang="id"
href="https://www.opera.com/id/privacy" />
+
<link rel="alternate" hreflang="ms"
href="https://www.opera.com/ms/privacy" />
+
<link rel="alternate" hreflang="cs"
href="https://www.opera.com/cs/privacy" />
+
<link rel="alternate" hreflang="da"
href="https://www.opera.com/da/privacy" />
+
<link rel="alternate" hreflang="de"
href="https://www.opera.com/de/privacy" />
+
<link rel="alternate" hreflang="en" href="https://www.opera.com/privacy" />
+
<link rel="alternate" hreflang="es"
href="https://www.opera.com/es/privacy" />
+
<link rel="alternate" hreflang="es-419"
href="https://www.opera.com/es-419/privacy" />
+
<link rel="alternate" hreflang="tl"
href="https://www.opera.com/tl/privacy" />
+
<link rel="alternate" hreflang="fr"
href="https://www.opera.com/fr/privacy" />
+
<link rel="canonical" hreflang="it"
href="https://www.opera.com/it/privacy" />
+
<link rel="alternate" hreflang="hu"
href="https://www.opera.com/hu/privacy" />
+
<link rel="alternate" hreflang="nl"
href="https://www.opera.com/nl/privacy" />
+
<link rel="alternate" hreflang="no"
href="https://www.opera.com/no/privacy" />
+
<link rel="alternate" hreflang="pl"
href="https://www.opera.com/pl/privacy" />
+
<link rel="alternate" hreflang="pt"
href="https://www.opera.com/pt/privacy" />
+
<link rel="alternate" hreflang="pt-br"
href="https://www.opera.com/pt-br/privacy" />
+
<link rel="alternate" hreflang="ro"
href="https://www.opera.com/ro/privacy" />
+
<link rel="alternate" hreflang="sk"
href="https://www.opera.com/sk/privacy" />
+
<link rel="alternate" hreflang="fi"
href="https://www.opera.com/fi/privacy" />
+
<link rel="alternate" hreflang="sv"
href="https://www.opera.com/sv/privacy" />
+
<link rel="alternate" hreflang="vi"
href="https://www.opera.com/vi/privacy" />
+
<link rel="alternate" hreflang="tr"
href="https://www.opera.com/tr/privacy" />
+
<link rel="alternate" hreflang="el"
href="https://www.opera.com/el/privacy" />
+
<link rel="alternate" hreflang="bg"
href="https://www.opera.com/bg/privacy" />
+
<link rel="alternate" hreflang="ru"
href="https://www.opera.com/ru/privacy" />
+
<link rel="alternate" hreflang="uk"
href="https://www.opera.com/uk/privacy" />
+
<link rel="alternate" hreflang="he"
href="https://www.opera.com/he/privacy" />
+
<link rel="alternate" hreflang="ar"
href="https://www.opera.com/ar/privacy" />
+
<link rel="alternate" hreflang="hi"
href="https://www.opera.com/hi/privacy" />
+
<link rel="alternate" hreflang="th"
href="https://www.opera.com/th/privacy" />
+
<link rel="alternate" hreflang="ko"
href="https://www.opera.com/ko/privacy" />
+
<link rel="alternate" hreflang="zh-cn"
href="https://www.opera.com/zh-cn/privacy" />
+
<link rel="alternate" hreflang="zh-tw"
href="https://www.opera.com/zh-tw/privacy" />
+
<link rel="alternate" hreflang="ja"
href="https://www.opera.com/ja/privacy" />
+
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/latin_latinext-634dce27.css">
+
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/header-footer-8618b3a3.css">
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/opera2-3353345c.css">
+
+
+
+
+ </head>
+ <body>
+ <!-- Google Tag Manager -->
+
+ <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-Q5SW"
+ height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
+ <script>
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-Q5SW');
+ </script>
+
+<!-- End Google Tag Manager -->
+
+ <header id="header" class="ns--hf">
+ <div class="hf--primary">
+ <div class="hf--width-holder">
+ <div class="hf--main-nav" role="navigation">
+ <a class="hf--brand" href="/it">
+ <img
src="https://www-static.operacdn.com/static-heap/11/11bb20439edcccff33dbfa6df6f4c9ad564f91e4/logo-header-opera.png"
srcset="https://www-static.operacdn.com/static-heap/11/11bb20439edcccff33dbfa6df6f4c9ad564f91e4/logo-header-opera.png
1x,
https://www-static.operacdn.com/static-heap/28/2820d98042080cc51dea518980d80293bf732770/logo-header-opera2x.png
2x" alt="Opera">
+ </a>
+ <div class="hf--menu">
+ <input id="hf--menu-switcher" class="hf--hide" type="checkbox">
+ <label class="hf--menu-switcher" for="hf--menu-switcher"></label>
+ <div>
+ <div>
+ <ul class="hf--main-nav-items" role="menu">
+
+
<li><a href="/it/computer"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Browser per PC</a></li>
+
<li><a href="/it/mobile"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">App per dispositivi mobili</a></li>
+
+
+ <li class="hf--menu-opposite">
+ <a href="//blogs.opera.com/"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Blog</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+
+ </header>
+
+
+
+ <main lang="en" class="page">
+ <div class="page--content">
+
+
+
+
+
+
+
+
+<section class="top-padding--none">
+ <div class="content-width"><h1>Privacy Statement</h1>
+<p><i>Updated May 6, 2016</i><a id="top"></a>
+</p><h3>Summary</h3>
+<p>We at Opera Software AS ("Opera") take your privacy seriously.
This privacy statement explains what data we collect, how we store and transfer
it and how we use it. The exact set of the data we collect, its purpose and
your opt-out choices depend on the product or service you use. Please refer to
the relevant product or service sections of this privacy statement to learn
more specific details.</p><p>Some of the data we collect, either individually
or aggregated, may be considered personal. We treat this data in a special way,
as required by law.</p><p>We'll always honor your decisions for how your data
is used. We have safeguards in place to protect your data from loss, misuse,
and unauthorized access, disclosure, alteration, or destruction.</p><p>When we
post changes to this privacy statement, we will include the date when the
statement was last updated. If we significantly change this statement or how we
use your personal information, we will notify you either by prom
inently posting a notice prior to implementing the change or by sending you a
notification directly. We encourage you to respect review this statement
periodically.</p><h3>Why do we collect data?</h3>
+<p>We only process your data for purposes that are objectively justified by
our products and services. We process this data with respect to your
fundamental right to privacy, including the need to protect personal integrity
and private life and to ensure that your personal data is of adequate quality.
Unless otherwise stated, we determine the purposes for and manners in which
your data is collected (in legalese, we act as a "data controller"
regarding personal data).</p><p>We collect data to:</p>
+<ul>
+
+<li>Improve, debug, and maintain Opera products and services</li>
+
+<li>Study and personalize user experiences</li>
+
+<li>Fulfill legal requirements</li>
+
+<li>Conduct business analysis and research, and marketing campaigns</li>
+
+<li>Ensure better security and fraud protection</li>
+
+</ul>
+<p>We may also use your data to send personalized information regarding
updates, upgrades, enhancements, surveys, recommendations and/or
advertisements, if we believe these are relevant for you.</p><h3>What data do
we collect?</h3>
+<p>The information we collect may include: personal data, for example your
name, email, IP-address, location; and non-personal technical data, for example
who manufactured your device, your screen's resolution, your mobile operator's
region and code. A complete list of the data we collect and purpose of
collection may vary between our products and services. You can find detailed
descriptions in the product/service-related sections below.</p><h3>How do we
collect data?</h3>
+<p>Generally, we collect data:</p>
+<ul>
+
+<li>When you provide it explicitly to us; for example, when you submit a form
on our websites</li>
+
+<li>When you install and run our products, use our services, or visit our
websites</li>
+
+<li>When third parties share information with us</li>
+
+</ul>
+<p>Some products may require your personal data to function properly. Wherever
technically possible, we'll ask for your consent to collect your personal data
and offer you the choice to opt-out. Please read product-specific information
to learn how to opt-out.</p><p>When we collect your data, we associate it with
a unique ID and a unique device ID that are generated when you install an Opera
product or begin using one of our services. These identifiers are anonymized
and cannot be linked to you as an individual person. We also take measures to
remove any possible connections between these IDs and other types of personal
data.</p><p>To collect information automatically, we may use <a
href="https://en.wikipedia.org/wiki/HTTP_cookie" target="_self">cookies</a>, <a
href="https://en.wikipedia.org/wiki/Web_beacon" target="_self">web beacons</a>,
our own data-collection tools or various third-party services.</p><p>Some
third-party sites may monitor data traffic from our products and servic
es, such as numbers of hits and the search terms used. We do not make
available any personally identifiable information to these services.</p><p>This
privacy statement does not cover third-party apps you access and use through
our products and services, nor does it cover links to other websites. We do not
control the privacy and security practices and policies of these third parties
and their sites. We encourage you to read the privacy statements of the
third-party apps and websites you use.</p><h3>How do we protect your data?</h3>
+<p>We treat your personal data as required by law. We are a Norwegian company
and we follow Norwegian data-security laws as well as other national
legislation, as needed. We require that our suppliers successfully pass
security assessments and prove their compliance with applicable laws and
industry standards.</p><p>Only a limited number of Opera employees have access
to the data we collect. We review and update our working procedures regularly
to improve your privacy and ensure that our internal policies are followed. We
immediately correct any non-conformance regarding these policies.</p><p>Our
commitment to your privacy does not extend to third-party products and services
you may access from Opera products and services. We encourage you to read the
privacy statements of the third-party products and services you use.</p><h3>How
do we share your data?</h3>
+<p>We may share your data:</p>
+<ul>
+
+<li>To government bodies and law enforcement agencies to comply with the law,
for example in judicial proceedings, by court order or other legal process</li>
+
+<li>To third parties (including professional advisors) to enforce or defend
our legal rights, including our terms and conditions</li>
+
+<li>To a third-party purchaser or seller (including professional advisors) in
connection with a corporate event such as a merger, business acquisition or
insolvency situation</li>
+
+<li>As described elsewhere in this statement</li>
+
+</ul>
+<p>Some of our products and services include third-party technology or code
that may use the collected data. We may share anonymized and/or aggregated sets
of data with our partners and other trusted third parties.</p><p>Because we are
an international company with data-centers around the world, your data may be
transferred to countries which do not have the same level of data protection
laws as those in the country where you are located. We will ensure that your
data is protected to a strict standard.</p><h3>What else should I know?</h3>
+<p>We aim to be transparent as to what data we collect and how we use it. Your
rights are not limited to consent and opt-out choices only. If you've provided
personal information to us, you may change or modify this information at any
time.</p><p>We retain personal data only as long as necessary for processing it
in accordance with the purposes described in this statement, or as otherwise
necessary to comply with applicable laws. When your data is no longer necessary
or relevant for our purposes, or required by applicable laws, we take steps to
have it deleted, aggregated or made anonymous.</p><p>You can find out if we
hold any personal data about you by contacting us. You may be asked to prove
your identification so that we can verify who is making the request. If we hold
information about you, you can ask us to correct any mistakes and delete any
excessive information.</p><h3>Contact information</h3>
+<p>If you have any questions about this statement or any privacy issues
regarding Opera and our products or services, we can be reached by post
at:</p><p>
+Opera Software AS<br />
+P.O. Box 4214 Nydalen<br />
+NO-0401 OSLO<br />Norway</p><h1>Privacy policies</h1>
+<p>For privacy policies and questions specifically related to the Opera
products and services, please see the appropriate section below:</p>
+<ul>
+
+<li><a href="/it/privacy/computers" target="_self">Opera for computers</a></li>
+
+<li><a href="/it/privacy/operaforandroid" target="_self">Opera for
Android</a></li>
+
+<li><a href="/it/privacy/mini" target="_self">Opera Mini</a></li>
+
+<li><a href="/it/privacy/mini/android" target="_self">Opera Mini for
Android</a></li>
+
+<li><a href="/it/privacy/mini/ios" target="_self">Opera Mini for iOS</a></li>
+
+<li><a href="/it/privacy/websites" target="_self">Opera websites</a></li>
+
+<li><a href="/it/privacy/services" target="_self">Opera services</a></li>
+
+</ul>
+</div>
+</section>
+
+ </div>
+ </main>
+
+
+ <footer class="ns--hf">
+ <div class="hf--top-side">
+ <div class="hf--width-holder">
+ <div class="hf--language">
+ <span class="hf--language-selector-icon"><span
class="hf--hide">Seleziona la lingua:</span></span>
+ <span>
+ <select class="hf--language-selector"
onchange="location=this.options[this.selectedIndex].value;">
+ <option data-name="id" value="/id/privacy">Bahasa
Indonesia</option><option data-name="ms" value="/ms/privacy">Bahasa
Melayu</option><option data-name="cs"
value="/cs/privacy">Čeština</option><option data-name="da"
value="/da/privacy">Dansk</option><option data-name="de"
value="/de/privacy">Deutsch</option><option data-name="en"
value="/privacy">English</option><option data-name="es"
value="/es/privacy">Español</option><option data-name="es-419"
value="/es-419/privacy">Español (Latinoamérica)</option><option data-name="tl"
value="/tl/privacy">Filipino</option><option data-name="fr"
value="/fr/privacy">Français</option><option data-name="it" value="/it/privacy"
selected>Italiano</option><option data-name="hu"
value="/hu/privacy">Magyar</option><option data-name="nl"
value="/nl/privacy">Nederlands</option><option data-name="no"
value="/no/privacy">Norsk (bokmål)</option><option data-name="pl"
value="/pl/privacy">Polski</option><option data-name="pt" value="/pt
/privacy">Português</option><option data-name="pt-br"
value="/pt-br/privacy">Português (Brasil)</option><option data-name="ro"
value="/ro/privacy">Română</option><option data-name="sk"
value="/sk/privacy">Slovenčina</option><option data-name="fi"
value="/fi/privacy">Suomi</option><option data-name="sv"
value="/sv/privacy">Svenska</option><option data-name="vi"
value="/vi/privacy">Tiếng Việt</option><option data-name="tr"
value="/tr/privacy">Türkçe</option><option data-name="el"
value="/el/privacy">Ελληνικά</option><option data-name="bg"
value="/bg/privacy">Български</option><option data-name="ru"
value="/ru/privacy">Русский</option><option data-name="uk"
value="/uk/privacy">Українська</option><option data-name="he"
value="/he/privacy">עברית</option><option data-name="ar"
value="/ar/privacy">العربية</option><option data-name="hi"
value="/hi/privacy">हिंदी</option><option data-name="th"
value="/th/privacy">ไทย</o
ption><option data-name="ko" value="/ko/privacy">한국어</option><option
data-name="zh-cn" value="/zh-cn/privacy">中文(中国)</option><option
data-name="zh-tw" value="/zh-tw/privacy">中文(台灣)</option><option data-name="ja"
value="/ja/privacy">日本語</option> </select>
+ </span>
+ </div> <p class="hf--back">
+ <a class="hf--text-uppercase back-to-top" href="#"
onclick="return false;">In alto</a>
+ </p> </div>
+ <div class="hf--social">
+ <div class="hf--width-holder">
+ <p class="hf--social-headline hf--hide">Segui Opera</p>
+
+ <div class="hf--social-icons">
+ <a class="facebook" href="https://facebook.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Facebook</span>
+ </a>
+ <a class="twitter"
href="https://twitter.com/opera" data-event-action="hf-footer-social-item"
data-event-category="hf">
+ <span class="hf--hide">Twitter</span>
+ </a>
+ <a class="youtube" href="https://www.youtube.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Youtube</span>
+ </a>
+ <a class="linkedin"
href="https://www.linkedin.com/company/opera-software"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">LinkedIn</span>
+ </a>
+ <a class="instagram"
href="https://instagram.com/operabrowser"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Instagram</span>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="hf--links">
+ <div class="hf--width-holder">
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="https://www.opera.com/download">Scarica Opera</a></li>
+ <li><a class="hf--text-regular"
href="//www.opera.com/computer">Browser per PC</a></li>
+ <li><a class="hf--text-regular" href="//www.opera.com/mobile">App
per dispositivi mobili</a></li>
+ <li><span class="hf--links-sep"><span
class="hf--hide">-</span></span></li>
+ <li><a class="hf--text-uppercase"
href="//www.opera.com/help">Guida e supporto</a></li>
+ <li><a class="hf--text-uppercase" href="//blogs.opera.com/">Blog
di Opera</a></li>
+ <li><a class="hf--text-uppercase last-link"
href="//forums.opera.com">Forum di Opera</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="http://dev.opera.com/">Dev.Opera</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/computer/beta">Versione beta</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/computer/neon">Opera Neon</a></li>
+ <li><span class="hf--links-sep"><span
class="hf--hide">-</span></span></li>
+ <li><strong class="hf--text-uppercase">Servizi</strong></li>
+ <li><a class="hf--text-regular"
href="https://addons.opera.com">Componenti aggiuntivi</a></li>
+ <li><a class="hf--text-regular"
href="https://auth.opera.com/account/login">Account Opera</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="http://www.operasoftware.com">Opera B2B</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/operators">Soluzioni per operatori</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/mobile-oems">Soluzioni OEM</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/content-partners">Collaborare con
Opera</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/blog">Aziende</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="https://www.opera.com/about">Informazioni su Opera</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/jobs">Lavori</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/company/investors">Investitori</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/press">Info stampa</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/company/contact">Contatti</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="hf--bottom-side hf--width-holder">
+ <div class="hf--bottom-wrapper">
+ <div class="hf--social">
+ <p class="hf--social-headline hf--hide">Segui Opera</p>
+
+ <div class="hf--social-icons">
+ <a class="facebook" href="https://facebook.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Facebook</span>
+ </a>
+ <a class="twitter"
href="https://twitter.com/opera" data-event-action="hf-footer-social-item"
data-event-category="hf">
+ <span class="hf--hide">Twitter</span>
+ </a>
+ <a class="youtube" href="https://www.youtube.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Youtube</span>
+ </a>
+ <a class="linkedin"
href="https://www.linkedin.com/company/opera-software"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">LinkedIn</span>
+ </a>
+ <a class="instagram"
href="https://instagram.com/operabrowser"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Instagram</span>
+ </a>
+ </div>
+ </div>
+ <div class="hf--copyrights">
+ <ul class="hf--copyrights-items">
+ <li><strong>© Opera Software</strong></li>
+ <li><a href="https://www.opera.com/privacy">Riservatezza</a></li>
+ <li><a href="https://www.opera.com/terms">Termini
d'utilizzo</a></li>
+ </ul>
+ </div>
+ <div class="hf--controls">
+ <div class="hf--language">
+ <span class="hf--language-selector-icon"><span
class="hf--hide">Seleziona la lingua:</span></span>
+ <span>
+ <select class="hf--language-selector"
onchange="location=this.options[this.selectedIndex].value;">
+ <option data-name="id" value="/id/privacy">Bahasa
Indonesia</option><option data-name="ms" value="/ms/privacy">Bahasa
Melayu</option><option data-name="cs"
value="/cs/privacy">Čeština</option><option data-name="da"
value="/da/privacy">Dansk</option><option data-name="de"
value="/de/privacy">Deutsch</option><option data-name="en"
value="/privacy">English</option><option data-name="es"
value="/es/privacy">Español</option><option data-name="es-419"
value="/es-419/privacy">Español (Latinoamérica)</option><option data-name="tl"
value="/tl/privacy">Filipino</option><option data-name="fr"
value="/fr/privacy">Français</option><option data-name="it" value="/it/privacy"
selected>Italiano</option><option data-name="hu"
value="/hu/privacy">Magyar</option><option data-name="nl"
value="/nl/privacy">Nederlands</option><option data-name="no"
value="/no/privacy">Norsk (bokmål)</option><option data-name="pl"
value="/pl/privacy">Polski</option><option data-name="pt" value="/pt
/privacy">Português</option><option data-name="pt-br"
value="/pt-br/privacy">Português (Brasil)</option><option data-name="ro"
value="/ro/privacy">Română</option><option data-name="sk"
value="/sk/privacy">Slovenčina</option><option data-name="fi"
value="/fi/privacy">Suomi</option><option data-name="sv"
value="/sv/privacy">Svenska</option><option data-name="vi"
value="/vi/privacy">Tiếng Việt</option><option data-name="tr"
value="/tr/privacy">Türkçe</option><option data-name="el"
value="/el/privacy">Ελληνικά</option><option data-name="bg"
value="/bg/privacy">Български</option><option data-name="ru"
value="/ru/privacy">Русский</option><option data-name="uk"
value="/uk/privacy">Українська</option><option data-name="he"
value="/he/privacy">עברית</option><option data-name="ar"
value="/ar/privacy">العربية</option><option data-name="hi"
value="/hi/privacy">हिंदी</option><option data-name="th"
value="/th/privacy">ไทย</o
ption><option data-name="ko" value="/ko/privacy">한국어</option><option
data-name="zh-cn" value="/zh-cn/privacy">中文(中国)</option><option
data-name="zh-tw" value="/zh-tw/privacy">中文(台灣)</option><option data-name="ja"
value="/ja/privacy">日本語</option> </select>
+ </span>
+ </div> <div class="hf--nav">
+ <div class="hf--width-holder">
+ <p class="hf--back">
+ <a class="hf--text-uppercase back-to-top" href="#"
onclick="return false;">In alto</a>
+ </p> </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </footer>
+ <script
src="https://www-static.operacdn.com/static-heap/4d/4d7f76c8987efba7e997c2cead49c858f7966ebb/linkfeedback.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/30/305ba43f6e26911dcc3a6c564473af33b85c804d/browserinfo.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/98/98f88227912fc67b44662e8392f3779e4e6ccab5/opera.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/3d/3d254f1aec48f4b9990a19c04c7355d29c995fd5/promoassets.js"></script>
+ </body>
+</html>
\ No newline at end of file
Copied: opera/repos/community-x86_64/terms.html (from rev 275722,
opera/trunk/terms.html)
===================================================================
--- terms.html (rev 0)
+++ terms.html 2017-12-24 09:08:41 UTC (rev 275723)
@@ -0,0 +1,285 @@
+ <!DOCTYPE html>
+<html lang="en">
+ <head>
+
+
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <meta name="viewport" content="initial-scale=1, width=device-width">
+ <meta name="msvalidate.01" content="070C6E8E67D398B03BD8D8E9408A7045">
+ <meta name="yandex-verification" content="780cc78194f8c462">
+
+ <meta name="robots" content="noyaca, noodp">
+
+ <meta name="description" content="These terms of service (“Terms”),
along with Opera’s privacy policy located at https://www.opera.com/privacy
(“Privacy Policy”), form a binding contract between you and Opera Software AS">
+
+
+ <meta property="og:image"
content="https://www-static.operacdn.com/static-heap/75/759b5d5a74e1be5fdfd0fd1fed338c9d1c6cbb33/opera-152.png">
+ <meta property="og:title" content="Terms of Service | Opera">
+ <meta property="og:url" content="https://www.opera.com/terms">
+ <meta property="og:description" content="These terms of service
(“Terms”), along with Opera’s privacy policy located at
https://www.opera.com/privacy (“Privacy Policy”), form a binding contract
between you and Opera Software AS">
+ <meta property="og:type" content="website">
+
+
+ <title>Terms of Service | Opera</title>
+
+
+ <link rel="dns-prefetch" href="//www-static.operacdn.com">
+ <link rel="apple-touch-icon"
href="https://www-static.operacdn.com/static-heap/91/91051bd6095b8484c359274af1ec222b6bd293d4/opera-57.png">
+ <link rel="apple-touch-icon" sizes="57x57"
href="https://www-static.operacdn.com/static-heap/91/91051bd6095b8484c359274af1ec222b6bd293d4/opera-57.png">
+ <link rel="apple-touch-icon" sizes="72x72"
href="https://www-static.operacdn.com/static-heap/1d/1db0d666779ad5dc2bde071f1e64223cbc898079/opera-72.png">
+ <link rel="apple-touch-icon" sizes="76x76"
href="https://www-static.operacdn.com/static-heap/ca/cab9c89aeabd94f19da89e4aae5fac8077f40288/opera-76.png">
+ <link rel="apple-touch-icon" sizes="114x114"
href="https://www-static.operacdn.com/static-heap/3e/3eb93f40546e3dd463deb58e5a5b59ace97d8cff/opera-114.png">
+ <link rel="apple-touch-icon" sizes="120x120"
href="https://www-static.operacdn.com/static-heap/ab/ab7832e9d56e106488f110e871c46f774576b093/opera-120.png">
+ <link rel="apple-touch-icon" sizes="144x144"
href="https://www-static.operacdn.com/static-heap/5e/5ed11b7f90d7abe5af33392636f1e1fd40f8d40f/opera-144.png">
+ <link rel="apple-touch-icon" sizes="152x152"
href="https://www-static.operacdn.com/static-heap/75/759b5d5a74e1be5fdfd0fd1fed338c9d1c6cbb33/opera-152.png">
+
+
+ <meta name="application-name" content="Terms of Service - Opera">
+ <meta name="msapplication-TileColor" content="#FE1B2C">
+ <meta name="msapplication-TileImage"
content="https://www-static.operacdn.com/static-heap/6a/6aa0021764af934c8431d64fbf508a90ef30846d/opera-windows-144.png">
+ <meta name="msapplication-square70x70logo"
content="https://www-static.operacdn.com/static-heap/27/27d2de5f321780e481fcd3cf8e7a4800295ed5bd/opera-windows-70.png">
+ <meta name="msapplication-square150x150logo"
content="https://www-static.operacdn.com/static-heap/05/0556dff691cc07304d9f12204548ab63c3142368/opera-windows-150.png">
+ <meta name="msapplication-wide310x150logo"
content="https://www-static.operacdn.com/static-heap/42/42554ff6fabadcc22853c011b777923e56a2a94c/opera-windows-310-150.png">
+ <meta name="msapplication-square310x310logo"
content="https://www-static.operacdn.com/static-heap/99/9938c6221aba7d87edf2ec2795206bf92d4c3d29/opera-windows-310.png">
+
+
+
<link rel="alternate" hreflang="id"
href="https://www.opera.com/id/terms" />
+
<link rel="alternate" hreflang="ms"
href="https://www.opera.com/ms/terms" />
+
<link rel="alternate" hreflang="cs"
href="https://www.opera.com/cs/terms" />
+
<link rel="alternate" hreflang="da"
href="https://www.opera.com/da/terms" />
+
<link rel="alternate" hreflang="de"
href="https://www.opera.com/de/terms" />
+
<link rel="canonical" hreflang="en" href="https://www.opera.com/terms" />
+
<link rel="alternate" hreflang="es"
href="https://www.opera.com/es/terms" />
+
<link rel="alternate" hreflang="es-419"
href="https://www.opera.com/es-419/terms" />
+
<link rel="alternate" hreflang="tl"
href="https://www.opera.com/tl/terms" />
+
<link rel="alternate" hreflang="fr"
href="https://www.opera.com/fr/terms" />
+
<link rel="alternate" hreflang="it"
href="https://www.opera.com/it/terms" />
+
<link rel="alternate" hreflang="hu"
href="https://www.opera.com/hu/terms" />
+
<link rel="alternate" hreflang="nl"
href="https://www.opera.com/nl/terms" />
+
<link rel="alternate" hreflang="no"
href="https://www.opera.com/no/terms" />
+
<link rel="alternate" hreflang="pl"
href="https://www.opera.com/pl/terms" />
+
<link rel="alternate" hreflang="pt"
href="https://www.opera.com/pt/terms" />
+
<link rel="alternate" hreflang="pt-br"
href="https://www.opera.com/pt-br/terms" />
+
<link rel="alternate" hreflang="ro"
href="https://www.opera.com/ro/terms" />
+
<link rel="alternate" hreflang="sk"
href="https://www.opera.com/sk/terms" />
+
<link rel="alternate" hreflang="fi"
href="https://www.opera.com/fi/terms" />
+
<link rel="alternate" hreflang="sv"
href="https://www.opera.com/sv/terms" />
+
<link rel="alternate" hreflang="vi"
href="https://www.opera.com/vi/terms" />
+
<link rel="alternate" hreflang="tr"
href="https://www.opera.com/tr/terms" />
+
<link rel="alternate" hreflang="el"
href="https://www.opera.com/el/terms" />
+
<link rel="alternate" hreflang="bg"
href="https://www.opera.com/bg/terms" />
+
<link rel="alternate" hreflang="ru"
href="https://www.opera.com/ru/terms" />
+
<link rel="alternate" hreflang="uk"
href="https://www.opera.com/uk/terms" />
+
<link rel="alternate" hreflang="he"
href="https://www.opera.com/he/terms" />
+
<link rel="alternate" hreflang="ar"
href="https://www.opera.com/ar/terms" />
+
<link rel="alternate" hreflang="hi"
href="https://www.opera.com/hi/terms" />
+
<link rel="alternate" hreflang="th"
href="https://www.opera.com/th/terms" />
+
<link rel="alternate" hreflang="ko"
href="https://www.opera.com/ko/terms" />
+
<link rel="alternate" hreflang="zh-cn"
href="https://www.opera.com/zh-cn/terms" />
+
<link rel="alternate" hreflang="zh-tw"
href="https://www.opera.com/zh-tw/terms" />
+
<link rel="alternate" hreflang="ja"
href="https://www.opera.com/ja/terms" />
+
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/latin_latinext-634dce27.css">
+
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/header-footer-8618b3a3.css">
+ <link rel="stylesheet" type="text/css" media="all"
href="https://www-static.operacdn.com/extension/opera/design/opera/static/css/opera2-3353345c.css">
+
+
+
+
+ </head>
+ <body>
+ <!-- Google Tag Manager -->
+
+ <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-Q5SW"
+ height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
+ <script>
+ (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
+
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
+ })(window,document,'script','dataLayer','GTM-Q5SW');
+ </script>
+
+<!-- End Google Tag Manager -->
+
+ <header id="header" class="ns--hf">
+ <div class="hf--primary">
+ <div class="hf--width-holder">
+ <div class="hf--main-nav" role="navigation">
+ <a class="hf--brand" href="/">
+ <img
src="https://www-static.operacdn.com/static-heap/11/11bb20439edcccff33dbfa6df6f4c9ad564f91e4/logo-header-opera.png"
srcset="https://www-static.operacdn.com/static-heap/11/11bb20439edcccff33dbfa6df6f4c9ad564f91e4/logo-header-opera.png
1x,
https://www-static.operacdn.com/static-heap/28/2820d98042080cc51dea518980d80293bf732770/logo-header-opera2x.png
2x" alt="Opera">
+ </a>
+ <div class="hf--menu">
+ <input id="hf--menu-switcher" class="hf--hide" type="checkbox">
+ <label class="hf--menu-switcher" for="hf--menu-switcher"></label>
+ <div>
+ <div>
+ <ul class="hf--main-nav-items" role="menu">
+
+
<li><a href="/computer"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Computer browsers</a></li>
+
<li><a href="/mobile"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Mobile apps</a></li>
+
+
+ <li class="hf--menu-opposite">
+ <a href="//blogs.opera.com/"
data-event-action="hf-main-nav-item" data-event-category="hf"
role="menuitem">Blogs</a>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+
+
+
+ </header>
+
+
+
+ <main class="page">
+ <div class="page--content">
+
+
+
+
+
+
+
+
+<section class="top-padding--oneline bottom-padding--twolines">
+ <div class="content-width"><h1>Terms of Service</h1>
+<p><i>Last updated: December 5, 2017</i></p><p>Opera Software AS and its
affiliates offer a number of different services through their respective
websites and software. The terms of this document govern your use of those
services. Please read this document carefully.</p><p><b>1. This is a
contract.</b></p><p>a. These Terms of Service (“Terms”), along with Opera’s
Privacy Statement, form a legally-binding contract between you and Opera
Software AS a Norwegian company whose principal place of business is
Gjerdrumsvei 19, 0484, Oslo, Norway, as well as its affiliates (“Opera” and
“we,” “us” and “our”). By using the Services (as defined below), you are
agreeing to be legally bound by these Terms. If you don’t agree with these
Terms, you must discontinue using the Services.</p><p>b. As used in these
Terms, the word “Services” applies to the services provided to you via Opera’s
websites, user forums, your user account system, and software
applications.</p><p>
<b>2. We expect you to be a responsible user.</b></p><p>a. You agree that you
will not use the Services for any purpose that is unlawful or prohibited by
these Terms. You agree to follow all applicable local, state, national, and
international laws and regulations. You are solely responsible for all acts or
omissions that occur while using any Services, including the content of any
transmissions you send through the Services and any content you upload or
publish using the Services.</p><p>b. We expect you to respect the rights of
others. By using the Services, you agree that you will not upload, transfer, or
otherwise make available files, images, code, materials, or other information
or content (“Content”) that violates the rights of any third party, including
their intellectual property rights, however defined.</p><p>c. You also agree
not to upload, transfer, or otherwise make available any Content that is
obscene, vulgar, sexually-oriented, hateful, or threatening. Opera stric
tly forbids unsolicited messaging and unauthorized advertisements while using
the Services.</p><p>d. Opera has a zero-tolerance policy against child sexual
abuse content and will terminate the access of any user who publishes or
distributes child sexual abuse content. Furthermore, we will report such user
to the appropriate authorities.</p><p>e. You are responsible for the security
of your user account. Certain Services (including use of Opera’s forums) allow
you to create a user account to access to certain Services. You are entirely
responsible for maintaining the confidentiality of your user account and
password. Additionally, you are also responsible for any and all activities
that occur under your user account.</p><p>f. You acknowledge that information
of any kind presented to you via the Services may be protected by copyright,
trademark, patent and/or other proprietary rights and laws. You agree not to
violate these laws or infringe these rights in any way.</p><p>g. Certain
features of the Services may allow you to publish or send content that can be
viewed by others (“User Generated Content”). You agree that Opera is not liable
for User Generated Content that is provided by others. Opera has no duty to
pre-screen User Generated Content, but Opera has the right to refuse to post,
edit, or deliver User Generated Content. Opera reserves the right to remove
User Generated Content for any reason, but Opera is not responsible for any
failure or delay in removing such material. Opera reserves the right to block
any user’s access to any content, website or webpage at our sole
discretion.</p><p>h. Opera does not claim ownership of any User Generated
Content. However, by submitting User Generated Content on any Service,
including any ideas, concepts, know-how, or techniques described therein, you
consent to Opera’s unrestricted use of those items.</p><p>i. If you upload any
Content or User Generated Content to Opera’s sites, you warrant that you have
the necessary rights and authority to do so, including the necessary consent
to upload and distribute any personal information about third persons. You
agree that you will not upload viruses or other forms of malware.</p><p><b>3.
Details.</b> For clarity, and consistent with the rest of these Terms, here are
further details on specific Services that may be available through the Opera
websites or software applications.</p><p>a. Extension catalog: Opera may offer
a portfolio of third party browser extensions and themes (“Add-Ons”) at <a
href="https://addons.opera.com/extensions"
target="_self">https://addons.opera.com/extensions</a>. Opera exercises no
editorial control over the Add-Ons that you access through this
Service.</p><p>b. Compression: Opera’s software applications include
compression functionality to enable users to boost the download of web content
such as webpages and/or videos. This functionality requests web content through
Opera’s proxy or compression servers.
Your browsing experience may change due to increased loading speeds. Certain
webpages may not be available through proxy servers.</p><p>c. News
recommendations: Opera’s software applications may include a current news feed
feature to help you discover and access news content made available by third
parties on the internet. Opera exercises no editorial control over any content
that you access through this Service.</p><p>d. Synchronization: Opera allows
you to enable synchronization of browser data such as your speed dials between
Opera browsers on the devices you are using. This Service requires that you
login to a social network service or create an Opera account.</p><p>e.
Contextual hints: Opera’s browser for computers may include “Browser
Assistant”, a component that provides contextual hints about certain Opera
browser features and other useful information which you might be interested in.
Browser Assistant is an optional component of the software.</p><p>f. Virtual
Privat
e Network: Through Opera’s browser for computers you may have access to a
virtual private network (“VPN”). Consistent with other provisions of these
terms, you agree not to use the VPN service in a manner that violates
applicable law or otherwise infringes any third party’s rights. Opera does not
guarantee that VPN service will always be available. The VPN feature is not an
end-to-end service and it does not guarantee that any transmissions of
information made while using VPN will be secure. Note that certain websites may
not be accessible while using VPN.</p><p>g. Snapshot: Opera’s browser for
computers may include functions that enable you to easily take screenshots of
content viewed through the browser. This feature is for your personal,
non-commercial use only. You agree never to use the feature in any way that
violates applicable law, or the rights of any third party, including
copyrights.</p><p>h. Virtual Reality functions: Opera’s browser for computers
may include
functions that facilitate access to virtual reality content using your
virtual reality hardware. Your use of any virtual reality hardware and related
services are governed by separate terms and conditions. Opera is not
responsible for your use of your hardware, or for any virtual reality content
produced by third parties.</p><p><b>4. The Services are provided without any
warranties or guarantees.</b> Opera does not guarantee that your use of the
Services will be problem free. Although we work hard to provide the highest
quality software and services, we cannot and do not guarantee that they will
work perfectly every time or in every respect.</p><p>a. The Services are
provided “as is” without warranties of any kind. Opera and/or its respective
suppliers hereby disclaim all warranties and conditions with regard to the
Services, including all implied warranties and conditions of merchantability,
fitness for a particular purpose, title, and non-infringement.</p><p>b. Opera
does not
represent or warrant that the Services will be uninterrupted or error free,
that defects will be corrected, or that the Services or the server that makes
them available are free of viruses or other harmful components.</p><p>c. In
compliance with local law, certain Services and websites may not be available
in some countries.</p><p><b>5. Certain Services are provided by third
parties.</b> Some Services accessible through the Opera software applications
are provided by other companies (“Third Party Services”). Third Party Services
may be subject to separate terms and conditions. These Third Party Services may
include the following:</p><p>a. WhatsApp: A messaging service provided by
WhatsApp, Inc. Terms of use and other important legal information is available
at <a href="https://www.whatsapp.com/legal"
target="_blank">https://www.whatsapp.com/legal</a>; and</p><p>b. Messenger: A
messaging service provided by Facebook, Inc. with Terms of use available at <a
href="https://www.faceb
ook.com/legal/terms"
target="_blank">https://www.facebook.com/legal/terms</a>.</p><p><b>6. Your
access to the Services is subject to change.</b> Opera reserves the right at
any time to modify or discontinue the Services in whole or in part, and to
terminate your access to the Services at any time, with or without notice. You
agree that Opera shall not be liable to you or to any third party for any
modification, suspension or discontinuance of the Services. Opera may also
terminate or suspend your user account for inactivity, which is defined as
failing to sign-in to the Services for an extended period of time, as
determined by Opera. Opera reserves the right to assign its rights and
responsibilities under these Terms to any third party.</p><p><b>7. Links to the
Third Party Sites are available through the Services.</b> The Services may
contain links to other websites (“Third Party Sites”), as well as articles,
photographs, text, graphics, pictures, designs, music, sound, video, i
nformation, applications, software, and other content or items belonging to or
originating from third parties (“Third Party Content”). Opera has no control
over and no responsibility for Third Party Sites or Third Party Content.
Inclusion of, linking to, or permitting the use or installation of any Third
Party Site or any Third Party Content does not imply approval or endorsement
thereof by Opera.</p><p><b>8. Opera is not responsible for any damages you may
incur as a result of your use of the Services.</b></p><p>a. You agree that
Opera shall not be responsible for unauthorized access to or alteration of your
transmissions or data, any material or data sent or received or not sent or
received, or any transactions entered into through the Services.</p><p>b. You
agree that Opera is not responsible or liable for any threatening, defamatory,
obscene, offensive, or illegal content or conduct of any other party or any
infringement of another’s rights, including intellectual property
rights. You specifically agree that Opera is not responsible for any content
sent using and/or included in the Services by any third party.</p><p>c. In no
event shall Opera and/or its suppliers be liable for any direct, indirect,
punitive, incidental, special, consequential damages, or any damages whatsoever
including, without limitation, damages for loss of use, data, or profits,
arising out of or in any way connected with the use or performance of the
Services, with the delay or inability to use the Services, the provision of or
failure to provide any Services, or for any information, software, products,
services, and related graphics obtained through the Services, or otherwise
arising out of the use of the Services, whether based on contract, tort,
negligence, strict liability, or otherwise, even if opera or any of its
suppliers has been advised of the possibility of damages. Because some
states/jurisdictions do not allow the exclusion or limitation of liability for
consequentia
l or incidental damages, the above limitation may not apply in every instance.
If you are dissatisfied with any portion of the Services, or with any of these
terms, your sole and exclusive remedy is to discontinue using the Services and
related websites.</p><p>d. You agree to indemnify and hold Opera, its parents,
subsidiaries, affiliates, officers, and employees, harmless from any claim,
demand, or damage, including reasonable attorneys’ fees, asserted by any third
party due to or arising out of your use of or conduct on the
Services.</p><p><b>9. We need you to respect our trademarks.</b> The Opera word
mark and the Opera and “O” logos are trademarks of Opera Software AS in Norway,
the European Union and other countries. You agree that all of Opera’s
trademarks, trade names, service marks and other Opera logos and brand
features, and product and service names are trademarks and the property of
Opera (the “Opera Marks”). Without Opera’s prior written permission, you ag
ree not to display or use in any manner the Opera Marks.</p><p><b>10. These
Terms are based on Norwegian law.</b> These Terms are governed by the laws of
Norway without giving effect to any conflicts of law principles that may
require the application of the laws of a different country. The United Nations
Convention on Contracts for the International Sale of Goods does not apply to
these Terms. All actions or proceedings arising under or related to these Terms
must be brought in the Oslo City Court, and each party hereby agree to
irrevocably submit to the jurisdiction and venue of any such court in all such
actions or proceedings. If any provision of these Terms is determined by a
court of competent jurisdiction to be invalid, illegal, or unenforceable, the
remaining provisions of these Terms shall not be affected or impaired thereby.
You may not assign or transfer your rights under these Terms without obtaining
Opera’s prior written consent, and any purported assignment or transfe
r in violation of this section will be null and void.</p><p><b>11. Opera may
modify these Terms.</b> Opera may update these Terms or the Privacy Statement
from time to time. The current version of these Terms are posted at <a
href="https://www.opera.com/terms"
target="_self">https://www.opera.com/terms</a>. The Privacy Statement is posted
at <a href="https://www.opera.com/privacy"
target="_self">https://www.opera.com/privacy</a>. It is your responsibility to
remain informed of any changes, because you are legally obligated to abide by
the latest versions of these Terms and the Privacy Statement.</p><p><b>12.
Notice to rights holders.</b> If you believe that any content accessible via
the Services infringes your rights, you may submit a notification to Opera in
which you provide the following information: (a) identification of the
rights/works that are being infringed upon; (b) identification of the content
that is infringing your rights (including URL(s) for the content); (c) your n
ame, address, telephone number, and electronic mail address; (d) a statement
that you have a good faith belief that use of the content in the manner
complained of is not authorized by the rights holder, its agent, or the law;
(e) a statement that the information in the notification is accurate and, under
penalty of perjury, that you are authorized to act on behalf of the owner of an
exclusive right that is allegedly infringed; and (f) your physical or
electronic signature, or that of a person authorized to act on your behalf, of
the owner of an exclusive right that is allegedly infringed. Notices may be
sent to <a href="mailto:legal@opera.com"
target="_self">legal@opera.com</a>, attention: Content Team.</p></div>
+</section>
+
+ </div>
+ </main>
+
+
+ <footer class="ns--hf">
+ <div class="hf--top-side">
+ <div class="hf--width-holder">
+ <div class="hf--language">
+ <span class="hf--language-selector-icon"><span
class="hf--hide">Select your language:</span></span>
+ <span>
+ <select class="hf--language-selector"
onchange="location=this.options[this.selectedIndex].value;">
+ <option data-name="id" value="/id/terms">Bahasa
Indonesia</option><option data-name="ms" value="/ms/terms">Bahasa
Melayu</option><option data-name="cs" value="/cs/terms">Čeština</option><option
data-name="da" value="/da/terms">Dansk</option><option data-name="de"
value="/de/terms">Deutsch</option><option data-name="en" value="/terms"
selected>English</option><option data-name="es"
value="/es/terms">Español</option><option data-name="es-419"
value="/es-419/terms">Español (Latinoamérica)</option><option data-name="tl"
value="/tl/terms">Filipino</option><option data-name="fr"
value="/fr/terms">Français</option><option data-name="it"
value="/it/terms">Italiano</option><option data-name="hu"
value="/hu/terms">Magyar</option><option data-name="nl"
value="/nl/terms">Nederlands</option><option data-name="no"
value="/no/terms">Norsk (bokmål)</option><option data-name="pl"
value="/pl/terms">Polski</option><option data-name="pt"
value="/pt/terms">Português</option><op
tion data-name="pt-br" value="/pt-br/terms">Português (Brasil)</option><option
data-name="ro" value="/ro/terms">Română</option><option data-name="sk"
value="/sk/terms">Slovenčina</option><option data-name="fi"
value="/fi/terms">Suomi</option><option data-name="sv"
value="/sv/terms">Svenska</option><option data-name="vi"
value="/vi/terms">Tiếng Việt</option><option data-name="tr"
value="/tr/terms">Türkçe</option><option data-name="el"
value="/el/terms">Ελληνικά</option><option data-name="bg"
value="/bg/terms">Български</option><option data-name="ru"
value="/ru/terms">Русский</option><option data-name="uk"
value="/uk/terms">Українська</option><option data-name="he"
value="/he/terms">עברית</option><option data-name="ar"
value="/ar/terms">العربية</option><option data-name="hi"
value="/hi/terms">हिंदी</option><option data-name="th"
value="/th/terms">ไทย</option><option data-name="ko" value="/ko/terms">한국어</opti
on><option data-name="zh-cn" value="/zh-cn/terms">中文(中国)</option><option
data-name="zh-tw" value="/zh-tw/terms">中文(台灣)</option><option data-name="ja"
value="/ja/terms">日本語</option> </select>
+ </span>
+ </div> <p class="hf--back">
+ <a class="hf--text-uppercase back-to-top" href="#"
onclick="return false;">Top</a>
+ </p> </div>
+ <div class="hf--social">
+ <div class="hf--width-holder">
+ <p class="hf--social-headline hf--hide">Follow Opera</p>
+
+ <div class="hf--social-icons">
+ <a class="facebook" href="https://facebook.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Facebook</span>
+ </a>
+ <a class="twitter"
href="https://twitter.com/opera" data-event-action="hf-footer-social-item"
data-event-category="hf">
+ <span class="hf--hide">Twitter</span>
+ </a>
+ <a class="youtube" href="https://www.youtube.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Youtube</span>
+ </a>
+ <a class="linkedin"
href="https://www.linkedin.com/company/opera-software"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">LinkedIn</span>
+ </a>
+ <a class="instagram"
href="https://instagram.com/operabrowser"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Instagram</span>
+ </a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="hf--links">
+ <div class="hf--width-holder">
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="https://www.opera.com/download">Download Opera</a></li>
+ <li><a class="hf--text-regular"
href="//www.opera.com/computer">Computer browsers</a></li>
+ <li><a class="hf--text-regular"
href="//www.opera.com/mobile">Mobile apps</a></li>
+ <li><span class="hf--links-sep"><span
class="hf--hide">-</span></span></li>
+ <li><a class="hf--text-uppercase" href="//www.opera.com/help">Help
& support</a></li>
+ <li><a class="hf--text-uppercase" href="//blogs.opera.com/">Opera
blogs</a></li>
+ <li><a class="hf--text-uppercase last-link"
href="//forums.opera.com">Opera forums</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="http://dev.opera.com/">Dev.Opera</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/computer/beta">Beta version</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/computer/neon">Opera Neon</a></li>
+ <li><span class="hf--links-sep"><span
class="hf--hide">-</span></span></li>
+ <li><strong class="hf--text-uppercase">Services</strong></li>
+ <li><a class="hf--text-regular"
href="https://addons.opera.com">Add-ons</a></li>
+ <li><a class="hf--text-regular"
href="https://auth.opera.com/account/login">Opera account</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="http://www.operasoftware.com">Opera B2B</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/operators">Operator solutions</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/mobile-oems">OEM solutions</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/content-partners">Partner with Opera</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/blog">Business blog</a></li>
+ </ul>
+ <ul class="hf--links-section">
+ <li><a class="hf--text-uppercase"
href="https://www.opera.com/about">About Opera</a></li>
+ <li><a class="hf--text-regular"
href="https://www.opera.com/jobs">Jobs</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/company/investors">Investors</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/press">Press info</a></li>
+ <li><a class="hf--text-regular"
href="http://www.operasoftware.com/company/contact">Contact us</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="hf--bottom-side hf--width-holder">
+ <div class="hf--bottom-wrapper">
+ <div class="hf--social">
+ <p class="hf--social-headline hf--hide">Follow Opera</p>
+
+ <div class="hf--social-icons">
+ <a class="facebook" href="https://facebook.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Facebook</span>
+ </a>
+ <a class="twitter"
href="https://twitter.com/opera" data-event-action="hf-footer-social-item"
data-event-category="hf">
+ <span class="hf--hide">Twitter</span>
+ </a>
+ <a class="youtube" href="https://www.youtube.com/opera"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Youtube</span>
+ </a>
+ <a class="linkedin"
href="https://www.linkedin.com/company/opera-software"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">LinkedIn</span>
+ </a>
+ <a class="instagram"
href="https://instagram.com/operabrowser"
data-event-action="hf-footer-social-item" data-event-category="hf">
+ <span class="hf--hide">Instagram</span>
+ </a>
+ </div>
+ </div>
+ <div class="hf--copyrights">
+ <ul class="hf--copyrights-items">
+ <li><strong>© Opera Software</strong></li>
+ <li><a href="https://www.opera.com/privacy">Privacy</a></li>
+ <li><a href="https://www.opera.com/terms">Terms of Use</a></li>
+ </ul>
+ </div>
+ <div class="hf--controls">
+ <div class="hf--language">
+ <span class="hf--language-selector-icon"><span
class="hf--hide">Select your language:</span></span>
+ <span>
+ <select class="hf--language-selector"
onchange="location=this.options[this.selectedIndex].value;">
+ <option data-name="id" value="/id/terms">Bahasa
Indonesia</option><option data-name="ms" value="/ms/terms">Bahasa
Melayu</option><option data-name="cs" value="/cs/terms">Čeština</option><option
data-name="da" value="/da/terms">Dansk</option><option data-name="de"
value="/de/terms">Deutsch</option><option data-name="en" value="/terms"
selected>English</option><option data-name="es"
value="/es/terms">Español</option><option data-name="es-419"
value="/es-419/terms">Español (Latinoamérica)</option><option data-name="tl"
value="/tl/terms">Filipino</option><option data-name="fr"
value="/fr/terms">Français</option><option data-name="it"
value="/it/terms">Italiano</option><option data-name="hu"
value="/hu/terms">Magyar</option><option data-name="nl"
value="/nl/terms">Nederlands</option><option data-name="no"
value="/no/terms">Norsk (bokmål)</option><option data-name="pl"
value="/pl/terms">Polski</option><option data-name="pt"
value="/pt/terms">Português</option><op
tion data-name="pt-br" value="/pt-br/terms">Português (Brasil)</option><option
data-name="ro" value="/ro/terms">Română</option><option data-name="sk"
value="/sk/terms">Slovenčina</option><option data-name="fi"
value="/fi/terms">Suomi</option><option data-name="sv"
value="/sv/terms">Svenska</option><option data-name="vi"
value="/vi/terms">Tiếng Việt</option><option data-name="tr"
value="/tr/terms">Türkçe</option><option data-name="el"
value="/el/terms">Ελληνικά</option><option data-name="bg"
value="/bg/terms">Български</option><option data-name="ru"
value="/ru/terms">Русский</option><option data-name="uk"
value="/uk/terms">Українська</option><option data-name="he"
value="/he/terms">עברית</option><option data-name="ar"
value="/ar/terms">العربية</option><option data-name="hi"
value="/hi/terms">हिंदी</option><option data-name="th"
value="/th/terms">ไทย</option><option data-name="ko" value="/ko/terms">한국어</opti
on><option data-name="zh-cn" value="/zh-cn/terms">中文(中国)</option><option
data-name="zh-tw" value="/zh-tw/terms">中文(台灣)</option><option data-name="ja"
value="/ja/terms">日本語</option> </select>
+ </span>
+ </div> <div class="hf--nav">
+ <div class="hf--width-holder">
+ <p class="hf--back">
+ <a class="hf--text-uppercase back-to-top" href="#"
onclick="return false;">Top</a>
+ </p> </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </footer>
+ <script
src="https://www-static.operacdn.com/static-heap/4d/4d7f76c8987efba7e997c2cead49c858f7966ebb/linkfeedback.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/30/305ba43f6e26911dcc3a6c564473af33b85c804d/browserinfo.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/98/98f88227912fc67b44662e8392f3779e4e6ccab5/opera.js"></script>
+ <script
src="https://www-static.operacdn.com/static-heap/3d/3d254f1aec48f4b9990a19c04c7355d29c995fd5/promoassets.js"></script>
+ </body>
+</html>
\ No newline at end of file