<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Denis Dorotenko]]></title><description><![CDATA[IP/IT and Media Legal Counsel in Moscow, Russia]]></description><link>https://dorotenko.pro/</link><image><url>https://dorotenko.pro/favicon.png</url><title>Denis Dorotenko</title><link>https://dorotenko.pro/</link></image><generator>Ghost 5.87</generator><lastBuildDate>Mon, 06 Apr 2026 12:50:56 GMT</lastBuildDate><atom:link href="https://dorotenko.pro/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Does the AGPL apply when distilling data into your AI model?]]></title><description><![CDATA[Do the AGPL terms apply to the output of open sourced AI model  (under the Russian laws)?]]></description><link>https://dorotenko.pro/agpl-ai-model-weights-distillation/</link><guid isPermaLink="false">6839887dcfd1910414f04047</guid><category><![CDATA[Open source]]></category><category><![CDATA[artificial intelligence]]></category><category><![CDATA[AGPL]]></category><category><![CDATA[Software]]></category><category><![CDATA[Databases]]></category><category><![CDATA[Russia]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Sat, 31 May 2025 16:56:11 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/agpl-ai-model-weights/" rel="noreferrer"><i><em class="italic" style="white-space: pre-wrap;">this my article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian</em></i></div></div><p>A very interesting question <a href="https://t.me/podlodka/111014?ref=dorotenko.pro">popped up</a> in the Podlodka chat.<sup class="footnote-ref"><a href="#fn1" id="fnref1">[1]</a></sup> I formulated it close to the original as follows:</p>
<blockquote>
<p>If we train our model based on the output of another model (when distilling it), available under AGPL-3.0, then should our model also be under AGPL or can it be licensed under another license (for example, BSD)?</p>
</blockquote>
<p>That&apos;s a cool question. And it immediately calls a number of related questions, which also need to be answered in order to prepare an answer to the first one:</p>
<ul>
<li>What are the limits of the AGPL application: software only or not? Is it applicable to AI models and their outputs?</li>
<li>What is an AI model as intellectual property: software, database, other?</li>
<li>What is the output of the model: part of the software, database, or other?</li>
<li>What is distillation (in the context of model learning)? Is there any action within this operation to copy data (or software code) from one model to another? Is there data extraction from a database<sup class="footnote-ref"><a href="#fn2" id="fnref2">[2]</a></sup> here?</li>
</ul>
<p>Interestingly, there <a href="https://github.com/ultralytics/ultralytics/issues/2129?ref=dorotenko.pro">has already been</a> an analysis of a similar issue (about the YOLOv8 code and weights), where the question <a href="https://github.com/ultralytics/ultralytics/issues/2129?ref=dorotenko.pro#issuecomment-1656062630">was raised</a> whether the trained models should be considered as a part of the software or output data. As we can see, they have not come to an unanimous verdict. This is understandable: the Ultralytics representative follows the interests of the company without weakening its position in making money from sales of their commercial licenses and leaving them with their answers to maneuver for the future in case of potential disputes, so that his answers will not be to its detriment in the future if they turn out to have more legal freedom for users of their products, than in their other actions.</p>
<p>To find the answer to this question, let&apos;s still go down the path of finding answers to related ones.</p>
<h1 id="the-legal-context-around-the-agpl-and-ai-models">The legal context around the AGPL and AI models</h1>
<p>To answer, it is necessary to take into account the existing context on the legal side of the issue. I think it&apos;s worth outlining this context first, which I was guided by, so that the further course of my reasoning would be more understandable:</p>
<ol>
<li><strong>Surrounding circumstances</strong>. A legal comment on such issue largely depends on (a) which jurisdiction we are talking about (since in different countries the norms of laws and legal interpretations may vary greatly), (b) which side of the conflict is accompanied by a lawyer (i.e., in which position to base the answer &#x2013; who is taking the data or who is taking whether it needs to be stopped or justified as acceptable), (c) what exactly is technically happening in reality.</li>
<li><strong>What do I mean by distillation?</strong> What is described in the Ultralytics <a href="https://www.ultralytics.com/ru/glossary/knowledge-distillation?ref=dorotenko.pro">glossary</a>, the well-known <a href="https://arxiv.org/pdf/1503.02531?ref=dorotenko.pro">article</a> by Hinton et al. (2015), in these <a href="https://alexanderdyakonov.wordpress.com/2020/10/21/data-distillation/?ref=dorotenko.pro">blog</a> and <a href="https://education.yandex.ru/handbook/ml/article/distillyaciya-znanij?ref=dorotenko.pro">tutorial</a>. It is difficult for me to learn the technical details of the above, but in the legal context, the following seemed important: (1) in this process, data is transferred from one model to another; (2) it is saved for the student model (so as not to contact the teacher model later).</li>
<li><strong>What do I mean by models?</strong> There is no clear general approach yet as to what kind of objects they are under copyright law, and again, see par. (1). But my comments below can apply only for Russia (as a jurisdiction), so for simplicity we assume that the model is a computer program (art. 1261 of the Civil Code of the Russian Federation, the &#x201C;<strong>RCC</strong>&#x201D;) + database(s) (art. 1260 of the RCC).<sup class="footnote-ref"><a href="#fn3" id="fnref3">[3]</a></sup>,<sup class="footnote-ref"><a href="#fn4" id="fnref4">[4]</a></sup></li>
<li><strong>Difficulties with the AGPL</strong>. Although the AGPL is a copyleft license, as I know, it often stumbles in legal disputes.<sup class="footnote-ref"><a href="#fn5" id="fnref5">[5]</a></sup>  And as its text itself is <a href="https://writing.kemitchell.com/2021/01/24/Reading-AGPL?ref=dorotenko.pro">pretty confusing</a>, so is the court practice on it.<sup class="footnote-ref"><a href="#fn6" id="fnref6">[6]</a></sup> And again, the question of its application depends on par. (1) above.</li>
<li><strong>Open source and authorship</strong>. In Russia, it is sometimes difficult for software developers to prove their authorship on it. Including due to issues of using a third-party open source code in own program.<sup class="footnote-ref"><a href="#fn7" id="fnref7">[7]</a></sup></li>
<li><strong>Software patents and algorithms</strong>. I leave questions about patents out of the study (because this is an additional large legal layer, and it also depends on the jurisdiction). But let me remind that the AGPL has section 11 on patents. Perhaps it already has answers to some of your questions.</li>
<li><strong>Risks</strong>. Since there is no clear answer in the law and established court practice, we are dealing with the risks of legal uncertainty. Moreover, both possible violations of third-party&apos;s intellectual rights (when using third-party&apos;s data for their model) and possible difficulties in proving violations of your own rights (if someone uses your model, and you have problems proving that you really have rights to the model and its elements, including third-party&#x2019;s: open source, distilled data, UGC, etc.).</li>
</ol>
<p>Thus, the reasoning below is a search for an answer to the specified question, taking into account this context above. Starting from it, we should keep in mind the following aspects.</p>
<h1 id="intermediate-knowledge-coming-to-the-answer">Intermediate knowledge (coming to the answer)</h1>
<ul>
<li>(a) <strong>The concept of software, database</strong>. In Russia, software is &quot;... a set of data and commands &lt;...&gt; in order to obtain a certain result, including preparatory materials obtained during development ... and the audiovisual displays generated by it&quot; (art. 1261 of the RCC).<sup class="footnote-ref"><a href="#fn8" id="fnref8">[8]</a></sup> Under the database is &quot;... a collection of independent materials &lt;...&gt;, systematized in such a way that these materials can be found and processed using &lt;...&gt; computers.&quot; (art. 1260 of the RCC). In other words, data is included in the software, and materials (also data)<sup class="footnote-ref"><a href="#fn9" id="fnref9">[9]</a></sup> that can be stored outside the software are included in the database.</li>
<li>(b) <strong>Databases included in a model</strong>. I include databases in a model (as an object of rights), because, for example, the same weights (as a set of parameters), questions and answers (pairs of user queries and model responses, including the &quot;correct&quot; ones in text, vector or other form) can be recognized as databases (in the legal sense).</li>
<li>(c) <strong>Audiovisual displays</strong>. What is meant by this? The RCC (as is often the case) does not disclose the concept. At the same time, this is not the same as an audiovisual work (art. 1263 of the RCC), since it is called differently. It is clear that by default we mean the graphical interface (GUI) of the program itself<sup class="footnote-ref"><a href="#fn10" id="fnref10">[10]</a></sup> (since there is software without it), but it cannot be excluded that multimedia output data (images, videos) can also be attributed to this concept.</li>
<li>(d) <strong>&quot;Infection&quot; of the output data, extraction from a database</strong>. I agree with <a href="https://t.me/podlodka/111018?ref=dorotenko.pro">Gemini&apos;s answer</a>, but (a) it applies to (A)GPL (see <a href="https://www.gnu.org/licenses/gpl-faq.html?ref=dorotenko.pro#CanIUseGPLToolsForNF">FAQ</a> about this), and the copyright holders can block this with their additional terms (ToS, EULA, etc.);<sup class="footnote-ref"><a href="#fn11" id="fnref11">[11]</a></sup> (b) there are <a href="https://www.gnu.org/licenses/gpl-faq.html?ref=dorotenko.pro#GPLOutput">additional clarifications</a> in the same FAQ when such &quot;infection&quot; with the GPL license is possible (it will also apply to the AGPL). And yes, this is consistent with the rule of law that no one has the right to extract materials (=data) from a database and use them without the permission of the copyright holder, with the exceptions provided for in the law. To extract = to transfer all its contents or an essential part of it to another medium by any technical means and in any form (art. 1334 of the RCC).</li>
<li>(e) <strong>Extracted data (from the first database) as part of the second database is a use of the first database</strong>. Due to legal uncertainty, as well as based on the interpretation of the concept of &quot;extracting data from a database&quot;, it is possible that in a court dispute, the copyright holder of the teacher model (which includes the first database from which data was taken into the second one during distillation) may argue that a significant part of the data was illegally extracted from his database,<sup class="footnote-ref"><a href="#fn12" id="fnref12">[12]</a></sup> and this data was stored in student model (which includes the second database).</li>
<li>(f) <strong>Blurring of the materiality criterion</strong>. The laws do not clarify<sup class="footnote-ref"><a href="#fn13" id="fnref13">[13]</a></sup> what is considered an essential part of the database in relation to extraction (i.e. there is no rule about conditional 5-10% of the total volume of the database as an acceptable value for extraction / copying without the consent of its copyright holder). This will be determined by the court situationally, based on the circumstances of a particular dispute.<sup class="footnote-ref"><a href="#fn14" id="fnref14">[14]</a></sup></li>
<li>(g) <strong>The AGPL limits</strong>. The AGPL explicitly <a href="https://www.gnu.org/licenses/agpl-3.0.txt?ref=dorotenko.pro">states in its preamble</a> that it applies not only to software code. Therefore, we can assume that the AGPL will apply to everything that is in the repository, the content of which has an explicit indication (for example, in the README file) that it is licensed under the AGPL. But again, we come up against the question (see above) whether the output data (which is not in the repository, but is obtained as a result of the work of the contents of the AGPL repository) is subject to the AGPL.</li>
</ul>
<p>All this leads us to the following.</p>
<h1 id="we-formulate-the-answer-and-its-assumptions">We formulate the answer (and its assumptions)</h1>
<p>I would like to note, there is a number of conditional assumptions in the answer. For example, I proceed from the fact that (1) the legal qualification of the model is software + database,<sup class="footnote-ref"><a href="#fn15" id="fnref15">[15]</a></sup> (2) the AGPL repository applies to all files in it, (3) the output is not an audiovisual display (as understood by art. 1261 of the RCC), (4) the exceptions described in the GPL FAQ do not apply to our issue, (5) if an extraction from a database (which is part of the model) occurs, then it is not possible (or difficult) to determine the amount of extracted data (relative to the total amount of data in it).<sup class="footnote-ref"><a href="#fn16" id="fnref16">[16]</a></sup></p>
<p>In total, taking into account the above context and assumptions, it turned out the following.</p>
<h1 id="possible-answer">Possible answer</h1>
<ul>
<li>If only the output data of an AGPL model is used, and there is no use of its code, weights (parameters), or other elements contained as is in the AGPL repository as part of its model, then there is no obligation to license its model under the AGPL too.<sup class="footnote-ref"><a href="#fn17" id="fnref17">[17]</a></sup></li>
<li>At the same time, it is worth making sure that there are no accompanying conditions, restrictions or rules from the copyright holder of the AGPL model regarding the application of its output data (for example, in the form of the EULA, ToU, ToS or even rules in README).<sup class="footnote-ref"><a href="#fn18" id="fnref18">[18]</a></sup></li>
<li>For reliability, you can also get direct explanations (that you do not need to apply the AGPL) from the copyright holder of the model whose output data will be used.<sup class="footnote-ref"><a href="#fn19" id="fnref19">[19]</a></sup></li>
<li>However, the question remains whether the output data of the AGPL model collected (during distillation) can also be considered as extraction from databases (which, together with the AGPL code, are part of the model and are in the repository). If we assume that, in accordance with the Russian laws, we may encounter the fact of using third-party&apos;s database (the copyright holder of the distilled model) within the meaning of art. 1334 of the RCC. And then we face with 2-ways fork: (1) if the output contains fragments of files (code, model weights, or other elements) in the same form as they are in the repository under the AGPL (as is), then we can say that the AGPL applies to them (and to the rest IP), see par. 1 above; (2) if the output does not contain, then there is a high probability that this situation will be qualified as <a href="https://t.me/podlodka/111018?ref=dorotenko.pro">the analogy mentioned</a> (when the terms of the GPL will not automatically apply to the book), but taking into account par. 2 of the answer and assumption (4) above.<sup class="footnote-ref"><a href="#fn20" id="fnref20">[20]</a></sup></li>
</ul>
<h1 id="afterword">Afterword</h1>
<p>Naturally, my comments above and the possible answer are just legal reflections out loud, <a href="https://dorotenko.pro/legal-notice/">not legal advice</a>. It is noteworthy that even Gemini, in its response, hedge its <s>own</s> copyright holder bets: &quot;... your new model will most <em>likely</em> not be considered a derivative work ...&quot;, &quot;It is <em>highly recommended</em> to consult a lawyer ...&quot;, &quot;<em>With a high degree of probability</em>, you can use ...&quot;. Well, Google developers follow the same path as the guys from Ultralytics: minimize the risks of our company, add disclaimers, and wait for requests for a commercial license.</p>
<p>And yes, there are other wonderful questions right there. For example:</p>
<ol>
<li>Are weights considered objects protected by copyright? If it&apos;s just mathematical formulas.</li>
<li>How can copyrights be taken into account for the result of combining different models (such as <a href="https://github.com/WhisperSpeech/WhisperSpeech?ref=dorotenko.pro">WhisperSpeech</a>)? What will it be, and how to take into account the copyrights and restrictions of the copyright holders of the models that formed the basis?</li>
<li>Since computer programs include data, should they be allocated as part of models and databases (as separate objects of rights), or should all elements of the model be recognized only as software?</li>
<li>What exactly is meant by audiovisual displays? Should images and videos generated by the neural network be classified as such? If so, then why divide the legal qualification between text data (as not falling under the concept of audiovisual) and images, videos as output data of models?</li>
<li>How quickly will we get to litigation over the reverse engineering of models and the examples of cleanroom as successful examples of defensive positions in such disputes?</li>
</ol>
<p>But their analysis is the subject of research and legal analysis within the framework of other materials.</p>
<h1 id="aftertaste">Aftertaste</h1>
<p>Finding a solution to this issue is a legal quest (difficult but fascinating). Naturally, there is no perception of the task as completed &#x2013; rather, as climbing a mountain opens up a view of other (higher) mountains of the range. And <a href="https://dorotenko.pro/ru/read-agpl/">a similar feeling</a>: not hardcore, but close.</p>
<p>I caught myself thinking that presenting the material is like generating an AI response &#x2013; well, my neural network also thought about it and gave a result. But this was not originally planned: it just quickly became clear that the analysis of the issue would go beyond the format of a convenient answer in a telegram chat, and a description of the context and assumptions would make it possible to more clearly show why and how I have come to such answer.</p>
<hr class="footnotes-sep">
<section class="footnotes">
<ol class="footnotes-list">
<li id="fn1" class="footnote-item"><p>Podlodka (&#x201C;<em>a Submarine</em>&#x201D; in English) is a popular Russian-speaking <a href="https://podlodka.io/?ref=dorotenko.pro">podcast</a> and community around it (with its <a href="https://t.me/podlodka?ref=dorotenko.pro">chat</a> and <a href="https://t.me/podlodkanews?ref=dorotenko.pro">channel</a> in Russian). <a href="#fnref1" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn2" class="footnote-item"><p>All this text is about Russian laws application to the issue (see the details below). So, here I mean the term, definition of that is concluded in art. 1334 of the RCC. For your convenience, you can find the English translation of this law e.g. <a href="https://new.fips.ru/en/documents/civil-code-of-the-russian-federation-4.php?ref=dorotenko.pro">here</a>. But, in this translation this term translated as &#x201C;retrieval of materials&#x201D;. <a href="#fnref2" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn3" class="footnote-item"><p>I am not taking into account complex objects, composite works, multimedia products, and other works (which are among the heroes of the RCC). The assessment of their applicability for the legal qualification of the essence of models is the topic of separate articles. But, of course, to apply to a model (like intellectual property), the construction of a composite product suggests itself. And we have been waiting for the law to change in terms of what relates to a complex object (otherwise it turns out that some &quot;other audiovisual work&quot; is such, but digital products that are much more complex in production and content (AI models, online services, software, etc.) are not). <a href="#fnref3" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn4" class="footnote-item"><p>As we all understand, there may be repositories in open source where only data is available, without program code. However, a set of data published in open source (for example, weights, other parameters) may also be part of the software, see below for the definition of the term &#x201C;a software&#x201D; (as understood by the RCC). <a href="#fnref4" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn5" class="footnote-item"><p>For example, we recall the MongoDB <a href="https://www.mongodb.com/company/newsroom/press-releases/mongodb-issues-new-server-side-public-license-for-mongodb-community-server?ref=dorotenko.pro">license transition</a> &#x2013; they did it for certain reasons. <a href="#fnref5" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn6" class="footnote-item"><p>One of the newest significant cases related to AGPL is <a href="https://sfconservancy.org/blog/2022/mar/30/neo4j-v-purethink-open-source-affero-gpl/?ref=dorotenko.pro">Neo4j v PureThink</a> (USA). <a href="#fnref6" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn7" class="footnote-item"><p>For example, the court case A. Mamichev v. Veeam Software (his former employer). <a href="#fnref7" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn8" class="footnote-item"><p>I need to note, my own English translation of the RCC articles (in this text) may vary from the English translation provided by me (through linking) to you for your convenience, see my note [2] above. <a href="#fnref8" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn9" class="footnote-item"><p>It is interesting that the law does not use the concept of data in the definition of the term &quot;database&quot; (instead, materials), but this is not critical in the context of the current discussion. Moreover, this gap can be filled by court practice. <a href="#fnref9" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn10" class="footnote-item"><p>By the way, this is probably one of the reasons why Russian courts persistently classify video games as computer programs rather than multimedia products (art. 1240 of the RCC): after all, it can be argued that the game interface is just an audiovisual display. <a href="#fnref10" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn11" class="footnote-item"><p>I mean, not to rewrite the terms of the AGPL (then in this case it will no longer be the AGPL license, but another AGPL&#x2013;based derivative license &#x2013; for example, MongoDB&apos;s <a href="https://www.mongodb.com/legal/licensing/server-side-public-license?ref=dorotenko.pro">SSPL</a>), but to make additional ones in the form of another document (for example, the terms of data use). Perhaps, in this case, there may be a violation of the terms of the AGPL by the copyright holder, but this may still become another barrier that must be overcome by the developer of the student model (in order to prove the legality of using data from the teacher model). <a href="#fnref11" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn12" class="footnote-item"><p>For example, if there is a failure to comply with any the AGPL condition by the developer of the student model, which has been infused with the data obtained during distillation. <a href="#fnref12" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn13" class="footnote-item"><p>Since the comments in the response relate only to Russian jurisdiction (see par. (1) above), we are talking only about Russian legislation (the RCC (Part 4) and other laws). <a href="#fnref13" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn14" class="footnote-item"><p>However, the copyright holder of the database (whose data is used to train his own teacher model) can also spend a lot of time and effort proving that his rights have been violated. The litigation between Vkontakte and Double Data confirms this. <a href="#fnref14" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn15" class="footnote-item"><p>Based on my note [4] above. <a href="#fnref15" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn16" class="footnote-item"><p>A fair question would be: if there is a data file in the repository, and its volume is known (in GB), is it possible to calculate the amount of output data received in relation to such a file? There is logic in it, but there is a problem: this data may be a derived part from another database. <a href="#fnref16" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn17" class="footnote-item"><p>Again, if the case under discussion does not fall under the exceptions described in the GPL FAQ (see above). <a href="#fnref17" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn18" class="footnote-item"><p>Based on my note [11] above. <a href="#fnref18" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn19" class="footnote-item"><p>However, as we can see, copyright holders are not always ready to give the answer that users expect, see the example from YOLO8 above. <a href="#fnref19" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
<li id="fn20" class="footnote-item"><p>Of course, the issue becomes more interesting if the output collected during distillation (not in as is form) is recognized as a derivative work (in relation to Russia &#x2013; art. 1260 of the RCC). Such recognition will strengthen the position of the copyright holders of the teacher models. Within the framework of this material, I am also not considering this approach now, so as not to complicate the analyzed issue. <a href="#fnref20" class="footnote-backref">&#x21A9;&#xFE0E;</a></p>
</li>
</ol>
</section>
<hr><p>Materials that can help advance this issue and related topics:</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://copyrightblog.kluweriplaw.com/2024/01/18/are-ai-models-weights-protected-databases/?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Are AI models&#x2019; weights protected databases? - Kluwer Copyright Blog</div><div class="kg-bookmark-description">The ongoing Artificial Intelligence (AI) revolution has machine learning models at its core. Contrary to classic computer programs written by developers, many of these models rely on vast artificial neural networks trained in giant amounts of data. In general, they use what is called a transformer architecture. No one individually writes or encodes these models;... Continue reading</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://copyrightblog.kluweriplaw.com/copyright/wp-content/uploads/sites/49/fbrfg/apple-touch-icon.png?v=A0RoL63dRb" alt><span class="kg-bookmark-author">Kluwer Copyright Blog</span><span class="kg-bookmark-publisher">Nuno Sousa e Silva</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://wolterskluwerblogs.com/copyright/wp-content/uploads/sites/49/2024/01/steve-johnson-_0iV9LmPDn0-unsplash-300x169.jpg" alt></div></a><figcaption><p><span style="white-space: pre-wrap;">I didn&apos;t read while my preparing the answer, but had this in bookmarks and glad to share</span></p></figcaption></figure><figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://writing.kemitchell.com/2021/01/24/Reading-AGPL?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Reading AGPL</div><div class="kg-bookmark-description">a guided introduction for first-timers</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://kemitchell.com/favicon.ico" alt><span class="kg-bookmark-publisher">Kyle E. Mitchell</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://writing.kemitchell.com/placeholder-on-white.png" alt></div></a><figcaption><p><span style="white-space: pre-wrap;">An impressive analysis of the AGPL license and its ambiguities</span></p></figcaption></figure><p><em>P.S. I thank to my friends (developers and analysts) who gave me the necessary explanations to my questions that arose during this quest, and Valentina D. for help with editing.</em></p>
]]></content:encoded></item><item><title><![CDATA[Responsibility in 3D: Distributor, Dealer, Domain]]></title><description><![CDATA[You have a domain, we have a trademark. Or a tale about how distributors put themselves on the hook because of brands in domains.]]></description><link>https://dorotenko.pro/distributor-dealer-domain/</link><guid isPermaLink="false">66caca83cfd1910414f034d3</guid><category><![CDATA[domains]]></category><category><![CDATA[translation]]></category><category><![CDATA[Court practice]]></category><category><![CDATA[Russia]]></category><category><![CDATA[trademarks]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Sun, 25 Aug 2024 06:30:45 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/dealers-and-domains/" rel="noreferrer"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><p>Due to the constant development of market relations, goods and services have long been provided to consumers not only according to the &#x201C;producer-consumer&#x201D; model, but also through intermediaries, which include distributors and dealers. Despite the fact that in the current civil legislation of the Russian Federation the distribution agreement is not singled out as a separate type of agreement, nevertheless, such subjects of market relations have found suitable legal structures for their business relations within the framework of already existing types. Within the framework of this material, we do not plan to look for and present differences in the legal status of a distributor and a dealer, but we propose to consider situations in which such subjects of market relations may be held liable for violating exclusive rights in relation to means of individualization in relation to a domain name.</p>
<p>Let&apos;s imagine the situation.</p>
<blockquote>
<p>There is a manufacturer of a product that has a corresponding trademark to individualize its product. In order to develop a customer base of consumers of its goods, such a manufacturer attracts an intermediary - a distributor - to sell its goods, with whom it concludes a corresponding agreement. In turn, the distributor, in order to more effectively sell the purchased batch of goods, registers a domain name and creates a website for selling such products (first option) or creates a corresponding section on his existing website dedicated to this product (second option).</p>
</blockquote>
<p>In relation to such a situation, the question arises: can a distributor legally use the trademark of a product manufacturer to sell a product that was previously legally acquired (i.e. not a counterfeit product) if a corresponding license agreement has not been concluded between such a distributor and the product manufacturer (who is also the owner of the trademark in relation to such a product) in relation to such a trademark? And if the distributor cannot, then what liability can be imposed on him?</p>
<p>The question about the domain name is related to the fact that distributors often create websites about the products they sell, and often use trademarks of manufacturers of the products both as illustrations on websites and in domain names for such websites and other means of addressing on the Internet.</p>
<p>Examples of such distributors:<br>
<a href="https://www.mont.com/ru-ru/vendor/adobe?ref=dorotenko.pro">https://www.mont.com/ru-ru/vendor/adobe</a><br>
<a href="https://www.bmw-borishof.ru/?ref=dorotenko.pro">https://www.bmw-borishof.ru</a><br>
<a href="http://www.asbis.ru/drweb?ref=dorotenko.pro">http://www.asbis.ru/drweb</a></p>
<p>The above questions are, in fact, not as simple and straightforward as they may seem at first glance. To answer them, the following should be noted.<br>
Since, as stated above, the law currently does not provide for special rules regarding distribution relations, much depends on how the parties have qualified their agreement and what content they have put into it.</p>
<p>As we know, the granting of the right to use a trademark is formalized in the form of concluding a corresponding license agreement (see Article 1489 of the Civil Code of the Russian Federation). In this case, based on the freedom of contract, the parties can legally formalize the provision of such a license either by concluding a separate (license agreement) or by including the relevant provisions on the license in a more complex agreement. Regardless of the option chosen for formalizing such a transaction, the parties will need to register the granting of such a right, as provided by law (see Article 1490 of the Civil Code of the Russian Federation).</p>
<p>Therefore, if a distributor wishes to legally use such a trademark in relation to a product and be calm about the fact that the manufacturer of the product will not come to him with claims or lawsuits regarding such use, then it would be better to immediately eliminate possible uncertainty by concluding an appropriate agreement between the distributor and the manufacturer to obtain a license to use the trademark.</p>
<p>If the distributor has not entered into a licensing agreement with a trademark owner, the following should be kept in mind. An analysis of the provisions of current legislation and established judicial practice allows us to conclude with a certain degree of confidence that the very fact of a distributor purchasing or receiving in another form a product from a manufacturer (either directly from him or through intermediaries), who has a trademark in relation to the corresponding class of his product, for its subsequent sale does not automatically grant the distributor the right to use such a trademark.</p>
<p>Let us turn to judicial practice, which we will consider in the form of theses.</p>
<h1 id="1-the-existence-of-a-dealer-agreement-does-not-indicate-the-right-to-grant-the-use-of-a-trademark">1. The existence of a dealer agreement does not indicate the right to grant the use of a trademark</h1>
<p>To begin with, it is worth keeping the following in mind. The courts directly determine that the existence of a dealer relationship does not indicate the right to grant the use of a trademark to third parties. This was verbatim determined in the decision of the Arbitration Court of Kemerovo Region dated May 30, 2016 in case No. A27-23979/2015.</p>
<blockquote>
<p><strong>Decision of the Arbitration Court of Kemerovo Region dated May 30, 2016 in case No. A27-23979/2015</strong><br>
The defendants did not provide evidence that Hypertherm, Inc. had entered into an exclusive license agreement for the use of trademarks with anyone, including the persons listed by the defendants - Avtogen Group of Companies LLC, TSK Avtogentekhno LLC, and S-AVT LLC. At the same time, the existence of a dealer relationship does not indicate the right to transfer the use of a trademark to other persons, and the submitted agreements do not confirm the purchase of the goods referred to in the claims.</p>
</blockquote>
<p>Therefore, if the dealer has entered into a corresponding agreement with the manufacturer, but the agreement does not mention the granting of the right to use the trademark by third parties, then the dealer does not have the right to dispose of it in this way.</p>
<p>The next point may seem self-evident, but the courts have noted it separately, so it is worth noting it now.</p>
<h1 id="2-use-of-a-trademark-by-a-dealer-will-be-an-infringement-if-the-dealer-agreement-has-already-expired">2. Use of a trademark by a dealer will be an infringement if the dealer agreement has already expired.</h1>
<p>Similar conclusions were made by the court and recorded in the ruling of the Seventh Arbitration Court of Appeal dated December 29, 2014 in case No. A45-11171/2014 and the decision of the Arbitration Court of the Sverdlovsk Region dated January 20, 2016 in case No. A60-33840/2015. This follows from the general principles of the operation of an agreement, according to which the right granted under a contract remains in force as long as the contract itself is in force, unless otherwise specified in it. If the agreement has terminated and there were no other conditions in the contract regarding the preservation of such a right in force, the right is recognized as terminated.</p>
<p>Therefore, if a party to an agreement previously had the right to use a trademark, but the agreement has terminated, then such party may well be considered an infringer when further using the trademark. And since such a right is granted precisely by contract, the absence of an agreement means the absence of the right itself.</p>
<p>Therefore, if the right to a trademark was not initially granted under an agreement, then the initial use of the trademark by a dealer or distributor will have the characteristics of unlawful use.</p>
<blockquote>
<p><strong>Ruling of the Seventh Arbitration Court of Appeal dated December 29, 2014 in case No. A45-11171/2014</strong><br>
The defendants&apos; arguments about the existence of long-term dealer relations between Solar LLC and I. V. Kondratyev, and the entrepreneur&apos;s obligation to advertise the plaintiff&apos;s goods based on such relations, do not refute the fact of illegal use of the disputed trademark, since the last dealer agreement expired on 01.01.2013.<br>
&lt;...&gt;<br>
Under such circumstances, the court&apos;s conclusion that Relief Plus LLC and individual entrepreneur Kondratyev I.V. used, without the permission of the copyright holder (plaintiff), on documentation, in offers for sale on the Internet, including in the domain name, the designation &quot;Solar&quot; or &quot;SOLAR&quot;, which is similar to the point of confusion with the plaintiff&apos;s trademark and are identical, respectively, is justified, which is a violation of the plaintiff&apos;s exclusive right to the trademark.<br>
Thus, the use of a domain name, which is understood as actions to register and directly use a domain name (administration, delegation and other actions), identical or similar to the point of confusion with a trademark, is a violation of the exclusive right to a trademark or other means of individualization of legal entities, goods, works, services and enterprises.</p>
</blockquote>
<blockquote>
<p><strong>Decision of the Arbitration Court of the Sverdlovsk Region dated January 20, 2016 in case No. A60-33840/2015</strong><br>
The defendant&apos;s reference to the existence of dealer agreement No. D03-06/14 dated 16.06.2014 between the plaintiff and a third party, according to which the third party was granted the right to conduct an advertising campaign, including via the Internet, as well as the fact that the defendant - AQUAFOCUS LLC, in turn, purchased this product from the dealer, i.e. the third party, advertised it and was engaged in its assembly and installation, is untenable and is not taken into account by the court, since this dealer agreement was terminated in June 2014.</p>
</blockquote>
<p>Therefore, it is important for dealers and distributors to monitor the validity period of their agreements, under which they are granted the rights to use trademarks of manufacturers of the goods they sell.</p>
<p>In the same ruling of the Seventh ACA, the court also noted the following interesting point regarding business prudence:</p>
<h1 id="3-a-dealer-should-be-aware-of-the-registration-of-trademarks-by-the-manufacturer-of-the-goods">3. A dealer should be aware of the registration of trademarks by the manufacturer of the goods</h1>
<blockquote>
<p><strong>Ruling of the Seventh Arbitration Court of Appeal dated December 29, 2014 in case No. A45-11171/2014</strong><br>
The Court of Appeal takes into account that individual entrepreneur Kondratyev I.V., being a dealer of Solar LLC for a long time after the registration of the trademark, acting reasonably with a sufficient degree of care, should have known about the circumstances of such registration.</p>
</blockquote>
<p>This example suggests that dealers and distributors must exercise sufficient caution and be aware of trademarks in relation to the products they purchase for subsequent sale, otherwise the court may consider such negligence in favor of the trademark owner. In practice, this can be expressed either in monitoring database of registered trademarks for new ones, or in requiring manufacturers of goods to promptly notify about the registration of their trademarks.</p>
<h1 id="4-a-dealer-may-not-include-a-third-partys-trademark-in-a-domain-name-solely-on-the-basis-of-a-dealer-agreement-with-another-person">4. A dealer may not include a third party&apos;s trademark in a domain name solely on the basis of a dealer agreement with another person.</h1>
<p>If a dealer decides to register a domain name that contains both the manufacturer&apos;s trademark and other words, it is important to ensure that such other words do not represent registered trademarks of third parties. Otherwise, the use of such a domain name will be a violation of their rights, and the presence of a dealer agreement will not be a full protection for the dealer in terms of compliance with the rights of such third parties. In this situation, we should refer to the following example from judicial practice:</p>
<blockquote>
<p><strong>Ruling of the Ninth Arbitration Court of Appeal dated September 27, 2011 N 09AP-17621/2011-GK in case N A40-3066/11-51-26</strong><br>
However, based on the provisions of paragraph 1 of Article 1229, Article 1484 of the Civil Code of the Russian Federation, the appellate court finds the defendant&apos;s arguments that the defendant&apos;s rights to the domain name www.bmw-autokraft.ru arose earlier than the priority date of the plaintiff&apos;s trademark under certificate No. 416302 and earlier than the date of its acquisition by him on the basis of the alienation agreement of the exclusive right to trademark No. 224630 by its original owner as untenable, with reference to the fact that the defendant is an official BMW dealer in the territory of the Russian Federation, since these circumstances do not indicate the consent (permission) of the plaintiff as the owner of the trademark to use the trademarks belonging to the plaintiff.<br>
Since the plaintiff did not give the defendant permission to use the trademarks that belonged to him, the appellate court considers the plaintiff&apos;s demands to prohibit the defendant from using the designation &quot;AUTOKRAFT&quot; on the website www.bmw-autokraft.ru when providing services for the sale of goods (promotion of goods), repair and installation of equipment; to prohibit the defendant from using the designation &quot;AUTOKRAFT&quot; in the domain name bmw-autokraft when providing services for the sale of goods (promotion of goods) are justified.</p>
</blockquote>
<p>Thus, arguments about the existence of a dealer agreement may not be recognized as circumstances that would indicate the consent (permission) of third parties as holders of trademarks for their inclusion in a domain name that also contains the trademarks of the manufacturer of the goods, which is in a contractual relationship with the dealer.</p>
<p>As for the liability that the distributor may bear, it is determined by law and can be determined by contract. If we talk about contractual liability, here the parties have the right to independently determine the type and amount of such liability (for example, liability may include a condition on early termination of the distribution agreement, payment of a fine in a certain amount, etc.). If we talk about liability under the law, then we should refer to Article 1515 of the Civil Code of the Russian Federation, which defines liability for violation of the exclusive right to a trademark.</p>
<p>It should be borne in mind that judicial practice knows of cases where a manufacturer of a product managed to recover from a distributor the maximum amount of compensation for violation of the exclusive right to a trademark, one of which is given below in the text.</p>
<h1 id="5-registering-a-domain-for-resale-of-goods-may-be-a-violation-of-exclusive-rights-to-a-trademark-and-unfair-competition">5. Registering a domain for resale of goods may be a violation of exclusive rights to a trademark and unfair competition</h1>
<p>If a distributor has lawfully purchased products from the trademark owner and has decided (for more successful sales) to register a domain name that is identical to such trademark or similar to it to the point of confusion, such actions by the distributor to register the domain name and administer and promote such a site on it carry considerable risk for the distributor. Such actions may be considered a violation of exclusive rights to a trademark, as well as unfair competition.</p>
<p>Thus, the following court document is of interest, which was issued in the case of the ONEGA trademark (it was registered for the implementation of the Onega physiotherapy device for blood pressure stabilization) and the domain name onegagipertonik.ru:</p>
<blockquote>
<p>Ruling of the Fifth Arbitration Court of Appeal dated October 19, 2011 in case No. A51-5935/2011<br>
As follows from the case materials, the products (devices for stabilizing blood pressure) sold by the defendant through retail trade, as well as through the website &#x201C;onegagipertonik.ru&#x201D;, are identical to the products manufactured by the plaintiff under the trademark &#x201C;ONEGA&#x201D;. Moreover, the said products are purchased by the defendant from the plaintiff.<br>
Consequently, the defendant&apos;s possession of rights to administer the domain &quot;onegagipertonik.ru&quot; provides the defendant with a real opportunity to attract potential consumers of the plaintiff&apos;s products to his domain.<br>
Thus, the very right to administer a domain, the implementation of which depends only on the will of the defendant, creates a threat of violation of the plaintiff&apos;s right to a trademark and is an obstacle for the plaintiff to use his trademark on the Internet.<br>
Under these circumstances, the panel of judges concludes that the defendant violated the plaintiff&#x2019;s exclusive rights due to the illegal use of a designation that is confusingly similar to the plaintiff&#x2019;s trademark, &#x201C;ONEGA&#x201D;.<br>
In this regard, the claims regarding the prohibition of the defendant from using the trademark &#x201C;ONEGA&#x201D; and designations similar to it to the point of confusion in the domain name &#x201C;onegagipertonik.ru&#x201D; are subject to satisfaction.</p>
</blockquote>
<p>The text of the court document does not directly state that the defendant was the plaintiff&#x2019;s authorized distributor or that a corresponding agreement was concluded between them. However, the text directly states that the products sold by the defendant through its website are identical to the plaintiff&#x2019;s products, and, moreover, they were purchased by the defendant from the plaintiff. The court concluded that the defendant&apos;s possession of rights to administer a domain whose name is confusingly similar to the plaintiff&apos;s trademark provides the defendant with a real opportunity to attract potential consumers of the plaintiff&apos;s products to its domain.</p>
<p>The court considered such actions to be a violation of exclusive rights to a trademark and unfair competition. The defendant was ultimately held liable in the amount of 5,000,000 (five million) rubles in monetary compensation for the illegal use of a trademark in a domain name.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://dorotenko.pro/court-decisions-such-different-domain-disputes/"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Collections of Court Decisions. Such Different Domain Disputes</div><div class="kg-bookmark-description">Here you can find a good compilation of domains disputes in Russia, grouped on the basis of different types of violations and compensations.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://dorotenko.pro/favicon.ico" alt><span class="kg-bookmark-author">Denis Dorotenko</span><span class="kg-bookmark-publisher">Denis Dorotenko</span></div></div></a><figcaption><p dir="ltr"><span style="white-space: pre-wrap;">See here a sorted collection of domain disputes in Russia</span></p></figcaption></figure><p>In light of the above information, it can be noted that if a person or legal entity plans to become a distributor of a certain product and is at the stage of agreeing on an agreement on the terms of cooperation under Russian law with its manufacturer, such person or legal entity should:</p>
<ol>
<li>decide whether, as a distributor, it will use the name of such products or other elements of individualization of such products in any way on the Internet, and if so, in what way (in particular, in the name of a domain name or other method of network addressing)</li>
<li>obtain information from the manufacturer whether it has registered trademarks or has filed applications for such registration in relation to the product of interest to the distributor</li>
</ol>
<p>And if the distributor has plans to register a domain with the product name, and the manufacturer has corresponding trademarks, it is time to agree with him on the terms of use of such trademarks. Of course, a distributor (especially in cases where the manufacturer does not agree to provide a license for trademarks) may come to the conclusion that its use of a trademark is legally permissible even without the consent of its copyright holder (see paragraph 3 of Article 1484 of the Civil Code of the Russian Federation), but the distributor should not forget about the risk of such actions being recognized as a violation of the exclusive right to a trademark, as well as unfair competition (as was the case in the example with the Resolution of the Fifth Arbitration Court of Appeal dated October 19, 2011 in case No. A51-5935/2011).</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://dorotenko.pro/domain-disputes-in-russia-wtr/"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Domain names disputes: how to get the most compensation in Russia</div><div class="kg-bookmark-description">The analysis of Russian court practice on domain disputes. It made possible from my own Kardamon.Dm database and identifies factors that could directly affect the amount of compensation awarded in favor of the plaintiffs.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://dorotenko.pro/favicon.ico" alt><span class="kg-bookmark-author">Denis Dorotenko</span><span class="kg-bookmark-publisher">Denis Dorotenko</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://dorotenko.pro/content/images/2024/07/steve-johnson-0sPFjdcRhko-unsplash-1.jpg" alt></div></a><figcaption><p dir="ltr"><span style="white-space: pre-wrap;">Here you can find the compensations issues in respect to domain disputes in Russia</span></p></figcaption></figure>]]></content:encoded></item><item><title><![CDATA[Buy Gus a Beer! Or About the Beer-ware License]]></title><description><![CDATA[The short review made by Denis Dorotenko on the Beer-ware license. A brief history, the citations from its author, why its revision is 42, the similar licenses (hug-ware, tequila-ware and so on).]]></description><link>https://dorotenko.pro/beer-ware-license/</link><guid isPermaLink="false">66a7418fab4abdfca0ed3571</guid><category><![CDATA[Open source]]></category><category><![CDATA[Copyright]]></category><category><![CDATA[Software]]></category><category><![CDATA[Licenses]]></category><category><![CDATA[beerware]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Mon, 29 Jul 2024 07:30:49 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/beer-license/" rel="noreferrer"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><h1 id="text-and-origins">Text and Origins</h1>
<pre><code>If you are using FMDB in your project, I&apos;d love to hear about it. Let Gus know
by sending an email to gus@flyingmeat.com.

And if you happen to come across either Gus Mueller or Rob Ryan in a bar, you
might consider purchasing a drink of their choosing if FMDB has been useful to
you.

Finally, and shortly, this is the MIT License.
</code></pre>
<p>It is remarkable that the authors of the code approached the issue of the license with a bit of humor and, in addition to its standard text, left such a postscript. And it is doubly remarkable that such a postscript quite suggests another type of license &#x2013; Beer-ware. Have you ever heard of such a thing? If not, then let&apos;s get to know it. So, meet:</p>
<figure class="kg-card kg-image-card"><img src="https://dorotenko.pro/content/images/2024/07/beerware.png" class="kg-image" alt loading="lazy" width="200" height="217"></figure><p>Beer-ware licenses are classified as Donationware licenses. If suddenly you are unfamiliar with such a category, then a couple of phrases from <a href="https://ru.wikipedia.org/wiki/Donationware?ref=dorotenko.pro">Wikipedia</a> will be enough for our educational program, according to which, donationware is understood as a licensing model in which fully functioning software is provided with the opportunity to make a donation to the developer, the amount of which can be fixed or set by a user independently at his discretion based on his own assessment software values.</p>
<p>Beer-ware, therefore, should be understood as a type of license with fairly permissive terms, according to which a user has the right to use the licensed object freely, but at the same time, if they so wish, can undertake the obligation to thank the copyright holder with beer (hence the <a href="https://en.wikipedia.org/wiki/Beerware?ref=dorotenko.pro">name</a> of the license) as a sign of how useful the use of such a licensed object was to them.</p>
<p>According to various <a href="http://yjlv.blogspot.ru/2014/06/beer-ware-license-revision-42.html?ref=dorotenko.pro">sources</a>, originally the term Beer-ware in relation to the license came to the mind of a man named John Bristor on April 25, 1987 in Pensacola, Florida, and the first software distributed under such a license model within various BBSs dates back to 1987-1988. Since then, many variants and variations of this type of license have appeared, but the most famous of them is the following:</p>
<pre><code>/*
 * ----------------------------------------------------------------------------
 * &quot;THE BEER-WARE LICENSE&quot; (Revision 42):
 * &lt;phk@FreeBSD.ORG&gt; wrote this file. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp
 * ----------------------------------------------------------------------------
 */
</code></pre>
<p>The above text is the content of the Beer-ware License (version 42), authored by Paul-Henning Kamp, a venerable UNIX developer originally from Denmark, who, in his own words, <a href="https://people.freebsd.org/~phk/?ref=dorotenko.pro">decided</a> to give users of their code real freedom regarding its use, not burdened with unnecessary legal formulations of the license. He admits that the GNU family of licenses is just a joke and contains too many vague statements, so he decided to opt for a simpler license, in the spirit of the BSD-lite license. That&apos;s how Beer-ware was born.</p>
<p>There is <a href="http://web.archive.org/web/20010302183711/people.freebsd.org/~phk/">information</a> that this license appeared already in 1998, however according to other <a href="https://wiki2.org/en/Beer-ware?ref=dorotenko.pro">sources</a>, it was published only in 2004. But what&apos;s most remarkable is that its version number is 42. Those who are in the know clearly understand that there were no previous versions 41, 40, 39, etc. One comrade, for greater authenticity, even <a href="http://yjlv.blogspot.ru/2014/06/beer-ware-license-revision-42.html?ref=dorotenko.pro">talked</a> with Camp about the license version, and he confirmed that 42 really means the following:</p>
<blockquote>
<p>The BeerWare license was supposed to be the answer to the BSD vs GPL dispute, so it ovbiously had to be revision 42 ;-)</p>
</blockquote>
<h1 id="legal-status-similar-licenses">Legal Status, Similar Licenses</h1>
<p>In general, the Beer-ware license is similar to licenses such as WTFPL, MIT in its wide freedom of action for the user.  As part of the <a href="https://fedoraproject.org/wiki/Fedora_Project_Wiki?ref=dorotenko.pro">Fedora project</a> this license is <a href="https://fedoraproject.org/wiki/Licensing/Beer-ware?ref=dorotenko.pro">characterized</a> as an extremely liberal one, which allows the use of software code licensed under its terms almost as code in the public domain status. The license contains an optional (i.e. not mandatory) clause, according to which, if the user considers that he should do so, he has the right to purchase beer for the copyright holder. If this condition were mandatory, it would not make the license free. But since this is not the case, the license should be considered free and GPL-compatible. In principle, it can also be considered compatible with proprietary licenses, since it does not require mandatory code disclosure.</p>
<p><a href="https://fsf.org/?ref=dorotenko.pro">The Free Software Foundation</a> has not yet provided any clear guidance on this license, but its comments on so-called informal licenses, which are defined as free, non-copyleft, and GPL-compatible, are described by the Foundation as being applicable to the Beer-ware license as well. At the same time, the Foundation recommends applying more detailed licenses instead of such informal ones.</p>
<p>The Beer-ware license has found practical application in such projects as, for example, <a href="http://schoentoon.github.io/mcchunktools/nbt_8h_source.html?ref=dorotenko.pro">mcchunktools</a>, <a href="https://raw.githubusercontent.com/quijot/radio/master/LICENSE?ref=dorotenko.pro">radio</a>, <a href="http://trident-systems.github.io/fsl/doxygen/html/cubic-spline_8hpp_source.html?ref=dorotenko.pro">FSL</a>.</p>
<p>It is also worth saying a few words regarding the variations in the text of the license itself. Thus, the resource tldrlegal.com (a project dedicated to software licenses) <a href="https://tldrlegal.com/license/Beer-ware-license?ref=dorotenko.pro">indicates</a> that some variations of this license are not about buying beer for the author, but about drinking this drink in honor of the author. There is also an <a href="https://weltraumschaf.github.io/freemarkerdown/license.html?ref=dorotenko.pro">option</a>, according to which the author would be happy to receive non-alcoholic beer.</p>
<p>In addition to these variations, there are even derivative licenses that are related to food (for example, like <a href="https://github.com/vain/birtty/blob/master/LICENSE?ref=dorotenko.pro">Pizzaware</a> (where instead of beer we are talking about pizza), <a href="https://github.com/MakeNowJust/sushi-ware?ref=dorotenko.pro">Sushi-ware</a>, <a href="https://github.com/gbezyuk/django-crowd/blob/master/LICENSE.TXT?ref=dorotenko.pro">Vegetarian-food-ware</a>) and drinks (for example, <a href="https://github.com/Jmlevick/coffeeware-license?ref=dorotenko.pro">Coffeeware</a>, <a href="https://github.com/PoohSunny/sake-ware-license/blob/master/LICENSE?ref=dorotenko.pro">Sake-ware</a> and even <a href="https://github.com/chenkaie/Tools/blob/master/ydict-pl?ref=dorotenko.pro">Pearl-tea-ware</a> (apparently, there are fans of this too), and just <a href="https://github.com/mkleemann/cmake-avr/blob/master/CMakeLists.txt.sample?ref=dorotenko.pro">any beverage-ware</a>).</p>
<p>I would also like to single out the author of the <a href="https://github.com/charliewolf/elasticplusplus/blob/master/LICENSE?ref=dorotenko.pro">tequila-ware</a> license, since he came up with not only about tequila, but also several interesting prohibitions (in particular, about the use of software in relation to communism and socialism).</p>
<pre><code>&quot;THE TEQUILA-WARE LICENSE&quot; (Revision 44): &lt;charlie@wolf.is&gt; wrote this file. As long as you retain this notice you can do whatever you want with this software subject to the following restrictions:

1) If we meet some day, and you think this stuff is worth it, you can buy me some tequila in return.
2) You may not use this software directly or indirectly for any military or paramilitary purpose. This includes, but is not limited to, training, research and development, controlling military hardware, directing military personnel, or troop entertainment. You may not use this software anywhere on a military base or vessel.  You may also not use it for developing &quot;games&quot; produced by the military to recruit players as real soldiers. Special exemptions may be granted on a case-by-case basis to organizations thwarting the spread of communism.
3) You may not use this software or its derivatives to develop any projects created chiefly for the use or benefit of any government, government agency, or government sponsored enterprise
4) You may not use this software or its derivatives in connection with communism, socialism, or any organization practicing or advocating for communism or socialism
5) You may not use this software or its derivatives in connection with mass data collection, whether state-sponsored or private, where &quot;mass data collection&quot; refers to any software or service whose business model is based directly or indirectly on collecting and using data from nonpaying users in exchange for provision of a service to those users not directly related to said data. Projects using this software as a component in a larger project that also interfaces with an organization engaged in this business are exempt (i.e. you can use this in an application that also uses Facebook Connect as long as you are not Facebook.)
</code></pre>
<p>It seems that the author has decided to achieve the glory of being the author of the <a href="http://www.json.org/license.html?ref=dorotenko.pro">JSON license</a> with its well-known and strange for a legal document formulation:</p>
<pre><code>The Software shall be used for Good, not Evil
</code></pre>
<p>Anyway. No less remarkable is the version of the <a href="https://gist.github.com/tastytea/bbcf3f832990e4c8fe24f4459847b852?ref=dorotenko.pro">Hug-ware</a> license, where instead of food and drink the software author expects hugs from you:</p>
<pre><code>/******************************************************************************
 * &quot;THE HUG-WARE LICENSE&quot; (Revision 2): As long as you retain this notice you *
 * can do whatever you want with this stuff. If we meet some day, and you     *
 * think this stuff is worth it, you can give me/us a hug.                    *
******************************************************************************/
</code></pre>
<h1 id="conclusion">Conclusion</h1>
<p>Of course, one could argue at length about how good a license like Beer-ware really is as a legal document expressing the will of the author of the software code in the form of its conditions. But it is already possible to note with confidence that such a number of derivative license variants allows us to say that the idea with this license has entered the <s>people</s> community of open source users successfully, and the license itself has received its share of attention and fame.</p>
<p>So if anyone wants to be rewarded with a quality alcoholic drink from their grateful users for their software product, now you know which license would be most suitable for such a case.</p>
<p>Or you can do like Gus, just choose the license you want and add a note that you wouldn&apos;t mind being treated to something nice when you meet.</p>
<hr>
<p><sub><i>The illustration is taken <a href="http://yjlv.blogspot.ru/2014/06/beer-ware-license-revision-42.html?ref=dorotenko.pro">from here</a> authored by Kita59, CC-BY-SA 3.0 license.</i></sub></p>
<p> </p>
]]></content:encoded></item><item><title><![CDATA[Responsibility FAQ for Exploiting Software Vulnerabilities in Russia]]></title><description><![CDATA[Legal risks and liability (in accordance with Russian laws) of identifying vulnerabilities in third-party software without its owner's consent.]]></description><link>https://dorotenko.pro/responsibility-for-software-vulnerabilities-in-russia/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2dc3</guid><category><![CDATA[translation]]></category><category><![CDATA[Software]]></category><category><![CDATA[criminal code]]></category><category><![CDATA[crime]]></category><category><![CDATA[Russia]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Wed, 17 Apr 2024 16:36:00 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/court-cases-domains/"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><div class="kg-card kg-callout-card kg-callout-card-white"><div class="kg-callout-emoji">&#x2712;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">co-authored with Artyom Romanenkov</em></i></div></div><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F5A8;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">originally </em></i><a href="https://xakep.ru/2017/01/12/lawyer-answers-hacker-responsibility-howto/?ref=dorotenko.pro"><i><em class="italic" style="white-space: pre-wrap;">published</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in &#x201C;Hacker&#x201D; magazine</em></i></div></div><p><em>What are the risks of identifying vulnerabilities in someone else&apos;s software without the owner&apos;s consent? Is it possible to incur a fine for such activity? Is there any administrative or criminal liability for this? How can you minimize risks? Will the bug bounty program save you?  We will try to answer all these questions, as well as see what the risks are for the customer himself.</em></p>
<hr>
<p>In 2013, student Dejan Ornig discovered vulnerabilities in the TETRA encryption protocol and reported it to the police department. It remained silent for two years, until Ornig made information about his findings publicly available in 2015. As soon as the authorities became aware of this, charges were brought against him for hacking the protocol.</p>
<p>As a result, Deyan was found guilty and <a href="https://xakep.ru/2016/05/24/tetra-bug/?ref=dorotenko.pro">received</a> a suspended sentence of imprisonment for a term of 15 months. An unexpected turn of events, right? It seems that the person found vulnerabilities, decided to do a good deed, reported them to the right people. But as a result, he received such &#x201C;gratitude&#x201D; from the authorities. And this is far from the only example.</p>
<p>What awaits a person who searches for and identifies vulnerabilities in third-party products? There are many options for the development of events. It all depends on the goals of the study. It&#x2019;s one thing when someone did this &#x201C;on order&#x201D; from third parties who need such vulnerabilities for their own purposes (hello, <a href="https://vc.ru/n/expocod-start?ref=dorotenko.pro">Expocod</a>!). Another is when someone works with the knowledge and consent of the service owner himself within the framework of bug bounty or another agreement. There are also frequent cases when someone finds vulnerabilities and tries to get money from the owner of the service in exchange for information about them.</p>
<p>If everything is more or less clear with bug bounty (since the rules of the game and the acceptable limits of research are set by the owner of the service), then in the absence of agreements, many questions may arise, primarily from the bug hunters themselves.</p>
<h1 id="is-there-any-responsibility-at-all-for-researching-and-hacking-someone-else%E2%80%99s-program-service-or-network">Is there any responsibility at all for researching and hacking someone else&#x2019;s program, service, or network?</h1>
<p>If we talk about current Russian laws, then there are such responsibilities. When a researcher tests someone else&apos;s product for vulnerabilities or penetrates someone else&apos;s network without the knowledge and consent of the owner, then in this case his actions may be regarded as unlawful. And the consequence of such actions may be the onset of various types of liability: civil, administrative and criminal.</p>
<h1 id="which-laws-are-we-talking-about">Which laws are we talking about?</h1>
<p>To a greater extent, the study of vulnerabilities (as well as possible liability in the event of illegal acts) concerns those laws that are listed below. Please note that this is not the entire list: this article does not address issues related to personal data, secrets protected by law (state, medical, banking, etc.) and some other issues. For now, we&apos;ll talk about the following three laws:</p>
<ol>
<li>Civil Code (part four);</li>
<li>Code of Administrative Offenses;</li>
<li>Criminal Code.</li>
</ol>
<h1 id="in-which-cases-will-a-bug-hunter-be-held-liable">In which cases will a bug hunter be held liable?</h1>
<p>It all depends on the specific circumstances of a case, as well as on the consequences that arose after a specific study (testing, hacking). Depending on them, it will be determined whether such actions of a bug hunter are an offense or not, a crime or not, whether he is subject to liability of the appropriate kind or not.</p>
<h1 id="what-do-you-need-to-know-about-civil-liability">What do you need to know about civil liability?</h1>
<p>First of all, you need to know that it can occur due to the following circumstances:</p>
<ol>
<li>the research entailed a violation of copyright;</li>
<li>during the research, personal or property damage was caused;</li>
<li>the terms of use (licensing terms) of the object under study were violated.</li>
</ol>
<h2 id="option-1-copyright">Option 1. Copyright</h2>
<p>In most cases, the website or computer program under study is a full-fledged object of copyright. Consequently, its copyright holder has the exclusive right in relation to such an object (Article 1270 of the Civil Code of the Russian Federation). This means that, as a general rule, it is the copyright holder who determines whether his object can be copied (in whole or in part), or whether changes, distortions, or modifications can be made to it.</p>
<p>To understand, let&#x2019;s imagine a situation: researching a web-service for vulnerabilities entailed copying part of the program code of such a service and storing it on the researcher&#x2019;s own storage device. Such copying is the use of a copyrighted object (software code) by reproducing it. This means that, in fact, the copyrighted object was used by the researcher without the consent of the copyright holder. Formally, this will be considered a violation of the rights of the web-service owner.</p>
<p>Therefore, if during the vulnerability research there was (even fragmentary) copying, modification, change, or distortion of the copyright object under study, then formally this can be recognized as a violation of the exclusive right of its copyright holder to its object. Below is the simplest example from practice.</p>
<blockquote>
<p><strong>Terms of use of materials from the website registre.ru</strong><br>
<a href="https://www.registre.ru/copyright.html?ref=dorotenko.pro">https://www.registre.ru/copyright.html</a></p>
</blockquote>
<blockquote>
<p>Materials posted on the website www.registre.ru belong to Profdelo LLC and are prohibited from reprinting. In case of illegal reprinting of site materials, the violator pays the copyright holder a penalty in the amount of 10,000 rubles for each article or part of the article.</p>
</blockquote>
<p>What is meant by &#x201C;materials&#x201D; is not clear. There is also no mention that this rule applies only to published articles. Therefore, if we imagine a situation that during testing of this website for vulnerabilities, some materials (be it the texts of unpublished articles, fragments of script code, etc.) were copied by a researcher, then with certain reservations it will be possible to say that when such copying violated the copyright of the owner of this website.</p>
<p>If we talk about the amount of liability for such a violation in monetary terms, it is defined in Article 1301 of the Civil Code of the Russian Federation:</p>
<p>&#x2022;	between 10,000 and 5,000,000 rubles (at the discretion of the court);<br>
&#x2022;	twice the cost of a license for the object under study (for its use in the manner in which it was used during the study).</p>
<p>Liability can also be expressed in the form of compensation to the copyright holder for losses incurred during the research. However, the law does not limit the amount of such damages. Therefore, if the copyright holder can prove their amount (even if it is more than 5,000,000 rubles), then the declared amount will have to be paid. How losses will be proven is another question.</p>
<h2 id="option-2-harm-to-person-or-property">Option 2. Harm to person or property</h2>
<p>In addition to copyright infringement, liability is also provided for damage to person or property (Chapter 59 of the Civil Code of the Russian Federation). As a general rule, harm caused to a person or a property of a citizen, as well as harm caused to a property of a legal entity, is subject to compensation in full by the person who caused the harm. In turn, the suspect is released from compensation for losses if he proves his innocence.</p>
<p>This can be explained more clearly like this. Let&apos;s imagine a situation: there is a software package that is responsible for the automatic supply of hot water to residential buildings. If vulnerability research caused the failure of this complex, then the owner will have the right to expect to recover from the researcher all losses incurred by him (including the cost of repairs and restarting of the equipment). If these same actions caused damage to property in those houses, the water supply, which is located within the computer program complex, then owners of the apartments will also count on recovering their losses.</p>
<p>That is, it should be understood that if, as a result of testing, an expensive and complex software product is disabled, then the consequences can be serious, as well as liability for them. And monetary penalties here can easily exceed the limits that we talked about when considering cases of copyright infringement.</p>
<h2 id="option-3-violation-of-terms-of-use-license">Option 3. Violation of terms of use (license)</h2>
<p>Often, the object of research (be it a website, software or other service) has its own terms of use. They may be called rules of use, terms of service, license agreement, etc. Under these conditions, additional responsibility may be provided for the user for the actions he performs in relation to the object of study.</p>
<p>See the example above about the &quot;Profdelo&quot; website. Although the copyright conditions are incorrectly written there, we can assume that in this case a researcher is liable for violating the terms of use of the website - 10,000 rubles for each article or part thereof.</p>
<p>In addition, we may be talking about compensation for losses to the owner of the necessary resource under study. A couple of examples for clarity.</p>
<blockquote>
<p><strong>Terms of use of the website</strong><br>
<a href="https://snob.ru/basement/term?ref=dorotenko.pro">https://snob.ru/basement/term</a><br>
<em>The User undertakes to reimburse Snob Media LLC for losses, including legal costs, resulting from the User&#x2019;s materials, non-compliance with the provisions of this Agreement or violation of the rights of third parties, regardless of whether the User is registered or not. The User is personally responsible for actions when using the Website, including, but not limited to, payment of the cost of Internet access during such use.</em></p>
</blockquote>
<blockquote>
<p><strong>Terms of service</strong><br>
<a href="http://ru.besv.com/terms-of-service/?ref=dorotenko.pro">http://ru.besv.com/terms-of-service/</a><br>
<em>5.Compensation<br>
In case of violation of these Terms of Service, as well as other legal requirements, in case of violation of the rights of third parties and when initiating legal proceedings as a result of such violation, you agree that the Company and its affiliates, managers, agents, employees, services or content providers, distributors and sellers are exempt from legal liability in connection with such a violation. You further agree to indemnify the foregoing entities for all losses, damages, civil liability and expenses (including reasonable attorney&apos;s fees and other legal costs) incurred as a result.</em></p>
</blockquote>
<p>According to these texts, a researcher whose actions lead to losses for the owners of the sites snob.ru and ru.besv.com may be held liable for these losses. And, if proven guilty, he will be forced to pay damages.</p>
<p>There are even resources whose terms of use explicitly prohibit searching for vulnerabilities.</p>
<blockquote>
<p><strong>Rules and conditions for registration on the Masters of Taste website</strong><br>
<a href="https://mastersoftaste.club/legal?ref=dorotenko.pro">https://mastersoftaste.club/legal</a><br>
In particular, Users should not:<br>
&lt;&#x2026;&gt;</p>
<ul>
<li>attempt to assess or test the vulnerability of the Website, as well as violate the security rules and user identification systems of the Website without the prior written consent of the Organizer</li>
</ul>
</blockquote>
<blockquote>
<p><strong>Terms of use (offer) of the website kartatalanta.ru</strong><br>
<a href="http://kartatalanta.ru/text/terms.php?ref=dorotenko.pro">http://kartatalanta.ru/text/terms.php</a><br>
By using the Webite, the Registered User undertakes not to violate or attempt to violate the information security of the Website, which includes:<br>
&lt;&#x2026;&gt;<br>
5.2. attempts to check the vulnerability of the Website&#x2019;s security system, violation of the registration and authorization procedure without the permission of the Contractor;</p>
</blockquote>
<p>Therefore, before testing for the vulnerabilities of a specific software product, it would be a good idea to familiarize yourself with the rules for its use: see if they mention prohibitions on such actions and whether potential liability for them is indicated.</p>
<h1 id="what-is-administrative-responsibility">What is administrative responsibility?</h1>
<p>The Code of Administrative Offenses of the Russian Federation contains an extensive list of possible violations in the field of information protection, among which two points can be distinguished.</p>
<p>Engagement in activities in the field of information protection (except for information constituting a state secret) without obtaining a special permit (license) in the prescribed manner, if such a permit (such license) is mandatory in accordance with federal law - 13.13 of the Code of Administrative Offenses. Possible liability: administrative fine of up to 1,000 rubles with or without confiscation of information security equipment (for individuals); up to 20,000 rubles with or without confiscation of information security equipment (for individuals).</p>
<p>Disclosure of information to which access is limited by federal law (except for cases where disclosure of such information entails criminal liability) by a person who has gained access to such information in connection with the performance of official or professional duties - 13.14 of the Code of Administrative Offenses. Possible liability: administrative fine of up to 1,000 rubles (for individuals) and up to 5,000 rubles (for officials).</p>
<p>Administrative liability may be imposed separately from civil liability. That is, some violations do not lie in the civil law plane, so formally one can also be held accountable if the corresponding offense is provided for in the Code of Administrative Offenses.</p>
<h1 id="what-is-the-criminal-liability">What is the criminal liability?</h1>
<p>Criminal liability for crimes in the field of computer information is provided for in Chapter 28 of the Criminal Code of the Russian Federation and is applied when socially dangerous consequences occur. Let&apos;s start with Article 272 of the Criminal Code of the Russian Federation.</p>
<blockquote>
<p><strong>The Criminal Code of the Russian Federation, article 272. Unauthorized access to computer information</strong></p>
</blockquote>
<blockquote>
<p><em>1. Unlawful access to computer information protected by law, if this act entailed the destruction, blocking, modification or copying of computer information, is punishable by a fine in the amount of up to two hundred thousand rubles or in the amount of the wages or other income of the convicted person for a period of up to eighteen months, or by correctional labor for a term up to one year, or restriction of freedom for a term of up to two years, or forced labor for a term of up to two years, or imprisonment for the same term.</em></p>
</blockquote>
<p>According to it, only actions in the form of access to legally protected computer information can be punishable. The concept of access is given in Article 8 of the Federal Law &#x201C;On Information, Information Technologies and Information Protection&#x201D; dated July 27, 2006. No. 149-FZ, which means searching and obtaining any information in any forms and from any sources, subject to compliance with the requirements established by law.</p>
<p>Computer information (according to the Federal Law &#x201C;On Amendments to the Criminal Code of the Russian Federation and Certain Legislative Acts of the Russian Federation&#x201D; dated December 7, 2011 No. 420 Federal Law) means information (messages, data) presented in the form of electrical signals, regardless of the means of their storage, processing and transmission.</p>
<p>It is important to keep in mind that criminal prosecution is possible only if the actions of the perpetrator entailed material consequences: destruction, blocking, modification, copying of computer information. In the absence of such consequences of guilt in committing a crime under Art. 272 of the Criminal Code of the Russian Federation is excluded.</p>
<p>For example, if a citizen Ivanov, wanting to check the fidelity of his girlfriend, uses her (illegally obtained) login and password, accesses her email, views messages without taking action to copy, change or destroy information, then Ivanov will not be held liable under Art. 272 of the Criminal Code of the Russian Federation, since no socially dangerous consequences are seen in Ivanov&#x2019;s actions. However, in such actions there may be another corpus delicti, which is provided for in Art. 138 of the Criminal Code of the Russian Federation &#x201C;Violation of the secrecy of correspondence, telephone conversations, postal, telegraph or other messages.&#x201D;</p>
<p>The Criminal Code of the Russian Federation also provides for criminal liability for the following acts:</p>
<blockquote>
<p><strong>The Criminal Code of the Russian Federation</strong></p>
</blockquote>
<blockquote>
<p><strong>Article 273. Creation, use and distribution of malicious computer programs</strong></p>
<ol>
<li>The creation, distribution or use of computer programs or other computer information, knowingly intended for unauthorized destruction, blocking, modification, copying of computer information or neutralization of means of protecting computer information, is punishable by restriction of freedom for a term of up to four years, or forced labor for a term of up to four years, or imprisonment for the same period with a fine in the amount of up to two hundred thousand rubles or in the amount of wages or other income of the convicted person for a period of up to eighteen months.</li>
</ol>
</blockquote>
<blockquote>
<p><strong>Article 274. Violation of the rules for operating means of storing, processing or transmitting computer information and information and telecommunication networks</strong></p>
<ol>
<li>Violation of the rules for operating means of storing, processing or transmitting protected computer information or information and telecommunication networks and terminal equipment, as well as rules for access to information and telecommunication networks, resulting in the destruction, blocking, modification or copying of computer information, causing major damage, is punishable by a fine in the amount up to five hundred thousand rubles or in the amount of wages or other income of the convicted person for a period of up to eighteen months, or by correctional labor for a term of six months to one year, or by restriction of freedom for a term of up to two years, or by forced labor for a term of up to two years, or imprisonment for the same period.</li>
</ol>
</blockquote>
<p>That is, the use of any malicious programs (trojans, keyloggers, etc.), as well as disruption of information networks or equipment during the study of a service or other software product, can also become a separate crime.</p>
<p>In aggravating circumstances (for example, an action was committed by a group of persons by prior conspiracy), or when grave consequences occur, or when an official position is abused, the punishment, as a rule, increases.</p>
<h1 id="how-can-a-researcher-reduce-the-risk-of-liability">How can a researcher reduce the risk of liability?</h1>
<p>Liability can be excluded in situations where the researcher&#x2019;s actions do not violate the law, rights and legitimate interests of third parties. For example, the risks of liability can be reduced when the research is conducted with the knowledge and consent of the owner (copyright holder) of the software or the web-service being studied. This may be a written consent from the owner (a bilateral agreement or another written form of consent, at least electronic correspondence), or it may be a general agreement to carry out such activities (the bug bounty program will be precisely this kind of agreement). The main thing is that the researcher has at his disposal evidence confirming the fact of consent.</p>
<p>In addition, the research should not cause harm to the person or property of other third parties, or violate copyright. It is also worth reading the terms of use of the product under study, as they may contain provisions that could lead to additional troubles for the researcher in cases where he is brought to justice in court. This recommendation is also valid for bug bounty programs: after all, they can sometimes present <a href="https://geektimes.ru/post/269048/?ref=dorotenko.pro">surprises</a>.</p>
<p>And of course, we should not forget that everything depends on the circumstances of a particular situation, so in different cases the answers to the same questions may differ.</p>
]]></content:encoded></item><item><title><![CDATA[Collections of Court Decisions. Such Different Domain Disputes]]></title><description><![CDATA[Here you can find a good compilation of domains disputes in Russia, grouped on the basis of different types of violations and compensations.]]></description><link>https://dorotenko.pro/court-decisions-such-different-domain-disputes/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2dbf</guid><category><![CDATA[domains]]></category><category><![CDATA[translation]]></category><category><![CDATA[Court practice]]></category><category><![CDATA[Russia]]></category><category><![CDATA[trademarks]]></category><category><![CDATA[Company name]]></category><category><![CDATA[compensation]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Thu, 29 Feb 2024 20:58:00 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/court-cases-domains/"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><p>To date, Russian courts have developed a certain practice for considering litigation regarding domain names. Thus, domain names are the main subject of litigation, and sometimes appear as optional. As a rule, such proceedings arise due to violations of the rights of owners to their trademarks. However, there are also cases when the actions of domain owners are recognized as violations of the rights to a company name or commercial designation.</p>
<p>As established by Russian civil legislation, compensation for violations of the exclusive right to intellectual property can range from 10,000 to 5,000,000 rubles. In court practice, there are examples when a similar amount of compensation (for violation of trademark rights) was set by the court as the maximum - 5,000,000 rubles.</p>
<p>Trials in such cases can be classified on several grounds. Below I present a classification based on the categories of intellectual property objects whose rights were violated by domain name administration actions:</p>
<h1 id="1-domain-name-vs-trademark">1. Domain name vs trademark</h1>
<h2 id="11-the-domain-name-is-identical-to-the-trademark">1.1. The domain name is identical to the trademark</h2>
<h3 id="swatchru">swatch.ru</h3>
<p><strong>The date of decision</strong>: 13.10.2010<br>
<strong>The decision text</strong>: <a href="http://docs.pravo.ru/document/view/5216339?ref=dorotenko.pro">http://docs.pravo.ru/document/view/5216339</a><br>
<strong>The case summary</strong>: The plaintiff (Swatch AG) is the owner of the trademark &#x201C;SWATCH&#x201D;. The domain was registered by the defendant after priority of rights to the trademark. According to the court, although the domain was not used and is not in use, the very fact of owning an Internet page, the domain name of which contains a designation identical to the trademark, creates the opportunity for the defendant to attract to his page potential consumers of services similar to those for which the trademark used by the copyright holder. A graphical similarity between the trademark and the domain has been established.<br>
<strong>Decision</strong>: transfer of the domain to the plaintiff, compensation for violation of the use of the trademark is 10,000 rubles (the plaintiff requested 50,000 rubles).</p>
<p>It should be understood that when it comes to the identity of a domain and a trademark / company name / commercial designation, I mean that the domain name completely coincides with the name of trademark / brand name / commercial designation (at the same time, I do not take into account the element of the domain name that makes up the domain zone &#x2013; .&#x440;&#x444;/.ru/.com, etc.). The courts, in turn, in most cases recognize such domains and a trademark / company name / commercial designation as confusingly similar, but not identical to each other.</p>
<p>Other examples include court cases against the domain <em>higer.ru</em> (<a href="http://docs.pravo.ru/document/view/20775131?ref=dorotenko.pro">link</a>), <em>ombrello.me</em> (<a href="http://sudact.ru/arbitral/doc/cXjBsGquwaVv?ref=dorotenko.pro">link</a>).</p>
<h2 id="12-the-domain-name-is-confusingly-similar-to-the-trademark">1.2. The domain name is confusingly similar to the trademark</h2>
<p>This category of cases is best characterized by litigation, where the plaintiff was Alliance LLC in defense of the rights to its trademark &#x201C;ufarabota.ru&#x201D;:</p>
<h3 id="rabota-ufaru">rabota-ufa.ru</h3>
<p><strong>The date of decision</strong>: 14.08.2009<br>
<strong>The decision text</strong>: <a href="http://docs.pravo.ru/document/view/3597100?ref=dorotenko.pro">http://docs.pravo.ru/document/view/3597100</a><br>
<strong>The case summary</strong>: The plaintiff (Alliance LLC) is the copyright holder of the trademark &#x201C;ufarabota.ru&#x201D;. The defendant is the owner of the domain rabota-ufa.ru. The court found that the defendant&apos;s domain &quot;rabota-ufa.ru &quot; and the plaintiff&apos;s trademark &quot;ufarabota.ru &quot; are similar in phonetic and semantic features.<br>
<strong>Decision</strong>: ban on the use of the trademark &#x201C;ufarabota.ru&#x201D; in the domain name &#x201C;rabota-ufa.ru&#x201D;. Compensation is 100,000 rubles.</p>
<p>Alliance LLC did not stop there and won similar proceedings for the domains <em>ufa.rabotavgorode.ru</em> (a settlement agreement <a href="http://sudact.ru/arbitral/doc/93lgpwyR0fbm?ref=dorotenko.pro">was approved</a>) and <em>rabota-ufa.info</em> (<a href="http://docs.pravo.ru/document/view/15131736?ref=dorotenko.pro">link</a>).</p>
<p>Also, a domain name can be considered confusingly similar to a trademark when only part of its name is someone&#x2019;s trademark:</p>
<h3 id="miraxanetru">miraxa.net.ru</h3>
<p><strong>The date of decision</strong>: 19.10.2011<br>
<strong>The decision text</strong>: <a href="http://docs.pravo.ru/document/view/20227310/?ref=dorotenko.pro">http://docs.pravo.ru/document/view/20227310/</a><br>
<strong>The case summary</strong>: the plaintiff is the copyright holder of the trademark &quot;MIRAX&quot; and &quot;&#x41C;&#x418;&#x420;&#x410;&#x41A;&#x421;&quot;. The court found that individual elements of the domain were confusingly similar to the trademark.<br>
<strong>Decision</strong>: Prohibition for the defendant to use trademark in the domain miraxa.net.ru. The amount of compensation is 50,000 rubles.</p>
<h1 id="2-domain-name-vs-company-name">2. Domain name vs company name</h1>
<h2 id="21-the-domain-name-is-identical-to-the-company-name">2.1. The domain name is identical to the company name</h2>
<h3 id="%D0%BA%D1%83%D1%80%D1%81%D0%BA%D0%BF%D1%80%D0%BE%D0%BC%D0%B1%D0%B0%D0%BD%D0%BA%D1%80%D1%84">&#x43A;&#x443;&#x440;&#x441;&#x43A;&#x43F;&#x440;&#x43E;&#x43C;&#x431;&#x430;&#x43D;&#x43A;.&#x440;&#x444;</h3>
<p><strong>The date of decision</strong>: 20.10.2011<br>
<strong>The decision text</strong>: <a href="http://sudact.ru/arbitral/doc/Jib78IJQ4eom?ref=dorotenko.pro">http://sudact.ru/arbitral/doc/Jib78IJQ4eom</a><br>
<strong>The case summary</strong>: The plaintiff demanded to stop using its abbreviated company name JSC Kurskprombank (<em>&quot;&#x41E;&#x410;&#x41E; &#x41A;&#x443;&#x440;&#x441;&#x43A;&#x43F;&#x440;&#x43E;&#x43C;&#x431;&#x430;&#x43D;&#x43A;&quot;</em> in Russian) in the domain name &#x43A;&#x443;&#x440;&#x441;&#x43A;&#x43F;&#x440;&#x43E;&#x43C;&#x431;&#x430;&#x43D;&#x43A;.&#x440;&#x444;. The domain name was registered by the defendant later than the plaintiff&apos;s right to the company name arose. The court found that when registering the domain, the verbal designation &quot;&#x43A;&#x443;&#x440;&#x441;&#x43A;&#x43F;&#x440;&#x43E;&#x43C;&#x431;&#x430;&#x43D;&#x43A;&quot; was used, identical to the company name belonging to the plaintiff. The domain name is &quot;&#x43A;&#x443;&#x440;&#x441;&#x43A;&#x43F;&#x440;&#x43E;&#x43C;&#x431;&#x430;&#x43D;&#x43A;.&#x440;&#x444;&quot; was administered by the defendant, a person unrelated to banking transactions and who did not receive consent from the plaintiff to use his company name.<br>
The defendant also did not have any legal rights and interests in this domain name, since he was not the owner of the trademark or trade name of the same name, and the domain name does not reflect his name or the trade name of his company. Also, the defendant did not provide evidence of other legitimate interests in the use of the disputed designation.<br>
Interestingly, according to the court, the defendant should and could have known that a legal entity was registered in the city of Kursk - JSC Kurskprombank, and the presence of a domain of the same name in the Russian Internet sector could lead users astray. It is obvious that the complete coincidence of the second-level domain name with the plaintiff&#x2019;s business name constitutes an abuse of the technical uniqueness of the domain name.<br>
<strong>Decision</strong>: the defendant&#x2019;s actions were recognized as a violation of the plaintiff&#x2019;s rights to the company name and he was prohibited from using the domain name &quot;&#x43A;&#x443;&#x440;&#x441;&#x43A;&#x43F;&#x440;&#x43E;&#x43C;&#x431;&#x430;&#x43D;&#x43A;.&#x440;&#x444;&quot;.<br>
<strong>Note</strong>: the case was <a href="http://sudact.ru/arbitral/doc/DkyjWDPhAAmT?ref=dorotenko.pro">reviewed</a> in the Ninth Arbitration Court of Appeal and the Federal Arbitration Court of the Central District, but higher authorities <a href="http://sudact.ru/arbitral/doc/kNIs0uGSBcLa?ref=dorotenko.pro">confirmed</a> the correctness of the decision of the court of first instance.</p>
<h2 id="22-the-domain-name-is-confusingly-similar-to-the-company-name">2.2. The domain name is confusingly similar to the company name</h2>
<h3 id="traktornye-zavodyru">traktornye-zavody.ru</h3>
<p><strong>The date of decision</strong>: 06.03.2013<br>
<strong>The decision text</strong>: <a href="http://sudact.ru/arbitral/doc/gje0U5einiNx?ref=dorotenko.pro">http://sudact.ru/arbitral/doc/gje0U5einiNx</a><br>
<strong>The case summary</strong>: The plaintiff is the owner of the exclusive right to his company name - Corporate Management Company &quot;Concern &quot;Tractor Plants&quot; Limited Liability Company (Tractor Plants are &quot;&#x422;&#x440;&#x430;&#x43A;&#x442;&#x43E;&#x440;&#x43D;&#x44B;&#x435; &#x437;&#x430;&#x432;&#x43E;&#x434;&#x44B;&quot; in Russian). The defendant is the owner of the domain traktornye-zavody.ru (it is &quot;&#x422;&#x440;&#x430;&#x43A;&#x442;&#x43E;&#x440;&#x43D;&#x44B;&#x435; &#x437;&#x430;&#x432;&#x43E;&#x434;&#x44B;&quot; in Latin). A linguistic examination was carried out, its result: in the plaintiff&#x2019;s company name the words &#x201C;tractor plants&#x201D; are identical to the domain name. The court concluded that there was a confusing similarity between them. According to the court, one should not take into account the presence of such words as &#x201C;Concern Corporate Management Company&#x201D; in the plaintiff&#x2019;s company name, since they do not draw attention to themselves, unlike the words &#x201C;tractor plants&#x201D;. The plaintiff and the defendant are competitors, and the website traktornye-zavody.ru is used by the defendant to bring to the attention of consumers information about the goods sold to them, which are produced, among other things, by factories that are part of the Tractor Plants Concern. Therefore, the defendant&apos;s actions were qualified as an act of unfair competition.<br>
<strong>Decision</strong>: prohibiting the defendant from using the domain name traktornye-zavody.ru.<br>
<strong>Note</strong>: The hearing of the case in the appellate instance <a href="http://kad.arbitr.ru/Card/22a50d5c-cd2a-4ae6-b80f-6cef289a9ec9?ref=dorotenko.pro">will take place</a> on May 28, 2013.</p>
<h1 id="3-domain-name-vs-commercial-designation">3. Domain name vs commercial designation</h1>
<h3 id="defence-eru">defence-e.ru</h3>
<p><strong>The date of decision</strong>: 01.06.2012<br>
<strong>The decision text</strong>: <a href="http://ras.arbitr.ru/PdfDocument/e1a495d2-ecb4-4d6c-bdb1-0925913b0758/%D0%9060-15926-2012__20120601.pdf?ref=dorotenko.pro">http://ras.arbitr.ru/PdfDocument/e1a495d2-ecb4-4d6c-bdb1-0925913b0758/&#x410;60-15926-2012__20120601.pdf</a><br>
<strong>The case summary</strong>: The defendant registered the domain defense-e.ru on January 31, 2008 for the purpose of further sale of the domain name. The plaintiff demanded the transfer of rights to this domain name on the basis that he owned the rights to the commercial designation &quot;Defense&quot;. However, due to the peculiarities of the emergence of rights to a commercial designation, the court recognized that the plaintiff had such a right only after July 13, 2010, the date of registration of the plaintiff as a legal entity. Thus, the defendant acquired the right to use the domain name defence-e.ru much earlier than the date of registration of the plaintiff in the Unified State Register of Legal Entities (<em>&quot;EGRUL&quot;</em>).<br>
<strong>Decision</strong>: the claim was denied.<br>
<strong>Note</strong>: the case <a href="http://ras.arbitr.ru/PdfDocument/c9fe2a5f-9873-4afb-b000-b952a9dc173d/%D0%9060-15926-2012__20130122.pdf?ref=dorotenko.pro">reached</a> to the Federal Antimonopoly Service of the Ural District, however the decision of the trial court was upheld.</p>
<h1 id="4-domain-name-trademark-vs-trademark">4. Domain name: trademark vs trademark</h1>
<h3 id="%D0%BB%D1%8E%D0%B4%D0%B8%D0%B4%D0%B5%D0%BB%D0%B0%D1%80%D1%84">&#x43B;&#x44E;&#x434;&#x438;&#x434;&#x435;&#x43B;&#x430;.&#x440;&#x444;</h3>
<p><strong>The date of decision</strong>: 05.04.2013<br>
<strong>The decision text</strong>: <a href="http://sudact.ru/arbitral/doc/6AcpIJPfArdu?ref=dorotenko.pro">http://sudact.ru/arbitral/doc/6AcpIJPfArdu</a><br>
<strong>The case summary</strong>: The plaintiff is the owner of the trademark &quot;&#x41B;&#x42E;&#x414;&#x418; &#x414;&#x415;&#x41B;&#x410;&quot; (&#x201C;People of business&#x201D; in Russian) in relation to a number of works and services of  09, 14, 28, 35, 36, 38, 39, 42, 43 classes of the ICGS (International Classification of Goods and Services). The defendant is the owner of the &quot;&#x41B;&#x42E;&#x414;&#x418; &#x414;&#x415;&#x41B;&#x410;&quot; trademark in relation to goods of classes 16, 41, 42 of the ICGS. The defendant, being the administrator of the domain name &quot;&#x43B;&#x44E;&#x434;&#x438;&#x434;&#x435;&#x43B;&#x430;.&#x440;&#x444;&quot;, posted on the website information about the services for searching and recruiting personnel provided by the company &quot;Recruitment Agency &quot;People of business&quot; (&#x420;&#x435;&#x43A;&#x440;&#x443;&#x442;&#x438;&#x43D;&#x433;&#x43E;&#x432;&#x43E;&#x435; &#x430;&#x433;&#x435;&#x43D;&#x442;&#x441;&#x442;&#x432;&#x43E; &quot;&#x41B;&#x42E;&#x414;&#x418; &#x414;&#x415;&#x41B;&#x410;&quot; in Russian). In turn, the plaintiff is the owner of the exclusive right to the trademark &#x201C;&#x41B;&#x42E;&#x414;&#x418; &#x414;&#x415;&#x41B;&#x410;&#x201D; in relation to those services (advertising agencies, advertising, recruitment offices, staffing, consultations on business management (class 35 of the ICGS) provided by a third party - Recruiting Agency &quot;&#x41B;&#x42E;&#x414;&#x418; &#x414;&#x415;&#x41B;&#x410;&quot; LLC, including using the website &#x43B;&#x44E;&#x434;&#x438;&#x434;&#x435;&#x43B;&#x430;.&#x440;&#x444;, the administrator of which is the defendant. At the same time, a comparative analysis of trademarks according to the evidence of the plaintiff and defendant indicates that these trademarks are confusingly similar. According to paragraph 6 of Art. 1252 of the Civil Code of the Russian Federation, if various means of individualization (incl. trademark) turn out to be identical or confusingly similar and, as a result of such identity or similarity, consumers and/or counterparties may be misled, then the means of individualization, the exclusive right to which arose earlier, has priority. The owner of such an exclusive right may, in accordance with the procedure established by the Civil Code of the Russian Federation, demand that the provision of legal protection to a trademark (service mark) be invalidated. Since the plaintiff&#x2019;s trademark has priority on July 30, 2001 (priority is established by the date of receipt of the application), that is, earlier than the defendant&#x2019;s trademark (20.09.2004), there is a possibility of misleading the consumer due to the similarity of the services provided by the plaintiff and a third party, as well as trademarks of the plaintiff and defendant have been established; therefore, the plaintiff&#x2019;s trademark has priority, and therefore the claims must be satisfied.<br>
<strong>Decision</strong>: Prohibition for the defendant to use the plaintiff&#x2019;s trademark &#x201C;&#x41B;&#x42E;&#x414;&#x418; &#x414;&#x415;&#x41B;&#x410;&#x201D; in the domain name &#x201C;&#x43B;&#x44E;&#x434;&#x438;&#x434;&#x435;&#x43B;&#x430;.&#x440;&#x444;&#x201D;</p>
<h3 id="hencoru">henco.ru</h3>
<p><strong>The date of decision</strong>:  26.04.2012<br>
<strong>The decision text</strong>: <a href="http://kad.arbitr.ru/PdfDocument/50cb88b5-4c2f-4001-bae2-a8d8ab6a8fc3/A41-10659-2010_20121022_Reshenija%20i%20postanovlenija.pdf?ref=dorotenko.pro">http://kad.arbitr.ru/PdfDocument/50cb88b5-4c2f-4001-bae2-a8d8ab6a8fc3/A41-10659-2010_20121022_Reshenija i postanovlenija.pdf</a><br>
<strong>The case summary</strong>: The plaintiff is the owner of the &quot;Henco&quot; trademark. The defendant is the owner of the trademark &quot;HENKO&quot;. The plaintiff believed that the actions of the defendant to register and administer the domain name &quot;henco.ru&quot; were the violation of right. However, the court concluded that the parties&apos; areas of activity had different focuses; since the defendant and plaintiff are the owners of the Henco trademark, both of them are equal owners of this trademark and therefore can use it in all ways provided for by law (including in a domain name); therefore, the plaintiff&#x2019;s argument about violation of rights on the part of the defendant is not accepted by the court. In addition, the plaintiff believed that the defendant actually created obstacles for him to register a domain that reproduced its trademarks, which did not allow the plaintiff to exercise his legal rights to trademarks in the Russian segment of the Internet. But as the court rightly pointed out, the plaintiff was not deprived of the opportunity to become a domain name administrator in the &#x201C;.&#x440;&#x444;&#x201D; zone domain. According to the court, the plaintiff did not prove that the defendant does not have any legal rights and interests in relation to the domain name and that it is using the domain name in bad faith.<br>
<strong>Decision</strong>: the claim was denied.<br>
<strong>Note</strong>: This proceeding <a href="http://kad.arbitr.ru/Card/c9291fc8-373f-482c-b1a8-ce49e451d6dd?ref=dorotenko.pro">has a long history</a>. The above was the decision of the court of first instance, the correctness of which was confirmed in judicial authorities.</p>
<h1 id="5-domain-name-trademark-vs-commercial-name">5. Domain name: trademark vs commercial name</h1>
<p>See below for the dispute regarding the domains <em>lad-m.ru</em> and <em>ladm.ru</em>, since in that case the plaintiff indicated that the actions of the defendant violated his rights to both the company name and trademarks. But the court refused to satisfy the plaintiff&#x2019;s demands for protection of trademark rights, since the domains were registered with the defendant before the registration of the plaintiff&#x2019;s rights to the trademarks &#x201C;LAD-M&#x201D; and &#x201C;LADM&#x201D; and before the emergence of priority on them.</p>
<h1 id="6-domain-name-trademark-vs-commercial-designation">6. Domain name: trademark vs commercial designation</h1>
<h3 id="prontopizzaru">prontopizza.ru</h3>
<p><strong>The date of decision</strong>:  31.08.2012<br>
<strong>The decision text</strong>: <a href="http://kad.arbitr.ru/PdfDocument/07ebb335-8999-4c72-b85a-6c7be6ee82ed/A43-15155-2012_20120831_Reshenie.pdf?ref=dorotenko.pro">http://kad.arbitr.ru/PdfDocument/07ebb335-8999-4c72-b85a-6c7be6ee82ed/A43-15155-2012_20120831_Reshenie.pdf</a><br>
<strong>The case summary</strong>: The plaintiff is the owner of the trademark &quot;PRONTO&quot;, the defendant - the owner of the commercial designation &quot;Pronto PIZZA e PASTA&quot; and the above domain. Due to the fact that the visual image was widely used in the defendant&#x2019;s business activities before the priority date of the plaintiff&#x2019;s trademark (23.05.2007), the plaintiff, as the owner of the trademark, does not have the right to prohibit the use of the disputed designation by a person who in good faith used it to individualize his enterprise before the priority date trademark. Moreover, the court stated the following: despite the fact that the trademark is registered, the actions of the plaintiff aimed at its registration, based on the factual circumstances of the case stated above, constitute an abuse of right.<br>
<strong>Decision</strong>: the claim was denied.</p>
<h1 id="7-domain-name-company-name-vs-company-name">7. Domain name: company name vs company name</h1>
<h3 id="lad-mru-and-ladmru">lad-m.ru and ladm.ru</h3>
<p><strong>The date of decision</strong>:  08.12.2009<br>
<strong>The decision text</strong>: <a href="http://www.arbitr.ru/bras.net/f.aspx?id_casedoc=1_1_00ce1c87-ae9b-4cf4-8999-54e43b3da84c&amp;ref=dorotenko.pro">http://www.arbitr.ru/bras.net/f.aspx?id_casedoc=1_1_00ce1c87-ae9b-4cf4-8999-54e43b3da84c</a><br>
<strong>The case summary</strong>: The applicant is the owner of the trademark &quot;LAD-M&quot; and &quot;LADM&quot; (certificates no. 335306 and 337921). The defendant has been administering the domain name &quot;ladm.ru&quot; since April 20, 2004, and the domain name &quot;lad-m.ru&quot; since May 2, 2006.<br>
<strong>Decision</strong>: the decisions of the lower courts were overturned, the defendant&apos;s actions in administering the domain names &quot;lad-m.ru&quot; and &quot;ladm.ru&quot; were recognized as a violation of the rights of CJSC &quot;LAD-M&quot; to the company name, the defendant was prohibited from using these domain names.</p>
<p>I would also like to draw attention to the following interesting aspects that have emerged in court practice:</p>
<h1 id="8-interesting-aspects">8. Interesting aspects</h1>
<h2 id="81-the-owner-of-the-domain-name-offered-the-owner-of-the-trademark-or-an-unlimited-number-of-persons-to-purchase-the-domain-from-him">8.1. The owner of the domain name offered the owner of the trademark (or an unlimited number of persons) to purchase the domain from him</h2>
<h3 id="svetaledru">svetaled.ru</h3>
<p><strong>The date of decision</strong>:  12.12.2012<br>
<strong>The decision text</strong>: <a href="http://sudact.ru/arbitral/doc/U93q5pcgror1?ref=dorotenko.pro">http://sudact.ru/arbitral/doc/U93q5pcgror1</a><br>
<strong>The case summary:</strong> The plaintiff is the owner of the trademark &quot;SvetaLED&quot;. The defendant is the owner of the above domain. On June 23, 2011, he sent the plaintiff a commercial offer to purchase the domain name &#x201C;svetaled.ru&#x201D; for 3,000,000 rubles. The domain name used by the defendant was registered for him later than the registration of the plaintiff&#x2019;s trademark. An Internet page with the domain name &#x201C;svetaled.ru&#x201D; is actually used by the defendant to post information about similar products for the use of which the plaintiff&#x2019;s trademark is registered.<br>
<strong>Decision:</strong> prohibiting the defendant from using the trademark &#x201C;SvetaLED&#x201D; or a designation confusingly similar to it in the domain name &#x201C;svetaled.ru&#x201D;.</p>
<h3 id="%D0%BC%D0%B5%D0%B4%D0%B8%D0%B0-%D0%BC%D0%B0%D1%80%D0%BA%D1%82su">&#x43C;&#x435;&#x434;&#x438;&#x430;-&#x43C;&#x430;&#x440;&#x43A;&#x442;.su</h3>
<p><strong>The date of decision</strong>:  10.03.2010<br>
<strong>The decision text</strong>: <a href="http://docs.pravo.ru/document/view/4275864?ref=dorotenko.pro">http://docs.pravo.ru/document/view/4275864</a><br>
<strong>The case summary:</strong> The plaintiff is the owner of the trademarks &#x201C;Media Markt&#x201D; and &#x201C;&#x41C;&#x435;&#x434;&#x438;&#x430; &#x43C;&#x430;&#x440;&#x43A;&#x442;&#x201D;. On the website &#x43C;&#x435;&#x434;&#x438;&#x430;-&#x43C;&#x430;&#x440;&#x43A;&#x442;.su, its trademark is used without the consent of the plaintiff. In addition, this website contained an offer to sell a domain name, namely, information that the domain name &#x43C;&#x435;&#x434;&#x438;&#x430;-&#x43C;&#x430;&#x440;&#x43A;&#x442;.su was for sale and indicated email addresses for communication. In addition, the website contained links to the websites of companies selling electrical household goods (i.e., the domain name was used by the defendant in relation to goods similar to the goods protected by the plaintiff&#x2019;s trademark).<br>
<strong>Decision:</strong> the defendant&#x2019;s actions in registering and using the domain name &#x43C;&#x435;&#x434;&#x438;&#x430;-&#x43C;&#x430;&#x440;&#x43A;&#x442;.su were recognized as an abuse of right. The defendant was prohibited from using the designation &#x201C;&#x41C;&#x435;&#x434;&#x438;&#x430; &#x41C;&#x430;&#x440;&#x43A;&#x442;&#x201D; in domain names, as well as on website pages, for goods and services for which the plaintiff&#x2019;s trademark was registered.</p>
<h2 id="82-the-subjects-of-proceedings-in-russian-courts-are-domains-not-only-in-the-rusu%D1%80%D1%84-zones">8.2. The subjects of proceedings in Russian courts are domains not only in the RU/SU/&#x420;&#x424; zones</h2>
<p>miraxanet.com &#x2013; <a href="docs.pravo.ru/document/view/26318331">link</a> &#x2013; compensation of 50,000 rubles<br>
bolshoi.me &#x2013; <a href="http://sudact.ru/arbitral/doc/KojocSu7ZVUp?ref=dorotenko.pro">link</a> &#x2013; compensation of 10,000 rubles<br>
ombrello.me &#x2013; <a href="http://sudact.ru/arbitral/doc/cXjBsGquwaVv?ref=dorotenko.pro">link</a> &#x2013; compensation of 60,000 rubles<br>
mirax.me and mirax.tv &#x2013; <a href="http://sudact.ru/arbitral/doc/3PKqocf5NnVx?ref=dorotenko.pro">link</a> &#x2013; compensation of 50,000 rubles<br>
hansa-lex.info &#x2013; <a href="http://docs.pravo.ru/document/view/3247747?ref=dorotenko.pro">link</a> &#x2013; compensation of 50,000 rubles<br>
guahoo.org &#x2013; <a href="http://sudact.ru/arbitral/doc/THawIyCJHANm?ref=dorotenko.pro">link</a></p>
<p>At the same time, in the case regarding the domain miraxanet.com, the defendant was a foreign citizen (citizen of Ukraine), but the case was considered by the Arbitration court of Moscow, since the plaintiff has a Russian trademark &#x201C;MIRAX&#x201D;.</p>
<h2 id="83-successful-plaintiffs-litigated-more-than-once-sued-successfully">8.3. Successful plaintiffs (litigated more than once, sued successfully)</h2>
<h3 id="a-individual-entrepreneur-starostin-va"><strong>a. Individual entrepreneur Starostin V.A.</strong></h3>
<p>onegagipertonik.ru<br>
<strong>The date of decision:</strong> 19.10.2011<br>
<strong>The decision text:</strong> <a href="http://docs.pravo.ru/document/view/20353087?ref=dorotenko.pro">http://docs.pravo.ru/document/view/20353087</a><br>
<strong>The case summary:</strong> The claims of this plaintiff are among the most interesting on this topic. The plaintiff is the owner of trademark &quot;ONEGA&quot;. Initially, they filed a lawsuit regarding this domain name. During the trial, the court found that the products sold by the defendant through retail trade, as well as through the website &#x201C;onegagipertonik.ru&#x201D;, are identical to the products manufactured by the plaintiff under the trademark &#x201C;ONEGA&#x201D; (moreover, these products were purchased by the defendant from the plaintiff), which was recognized by the court as a violation by the defendant of the plaintiff&#x2019;s exclusive rights due to the illegal use of a designation that was confusingly similar to the plaintiff&#x2019;s trademark.<br>
<strong>Decision:</strong> to prohibit the defendant from using the plaintiff&#x2019;s trademark in the domain name &#x201C;onegagipertonik.ru&#x201D;, to recover from the defendant in favor of the plaintiff compensation for the illegal use of the trademark in the domain name in the amount of 5,000,000 rubles (and this is an absolute record for today in court practice on such matters!).</p>
<p>Then this plaintiff won another lawsuit regarding another domain - onegamed.ru (the court decision is available <a href="http://sudact.ru/arbitral/doc/4jsxE2yxDO5K?ref=dorotenko.pro">here</a>), and he also wanted to receive compensation in the amount of 5 million rubles , however, the court reduced it to 500,000 rubles.</p>
<h3 id="b-pjsc-kamaz"><strong>b. PJSC &quot;KAMAZ&quot;</strong></h3>
<p>A representative of the automobile industry confidently won court cases regarding the domains <em>kamaz-nsk.ru</em> (<a href="sudact.ru/arbitral/doc/XCnvCMkdOsxr">link to decision</a>), <em>obves-kamaz.ru</em> (<a href="http://sudact.ru/arbitral/doc/BOtcQuAtTeYG?ref=dorotenko.pro">link to decision</a>), <em>kamaz-02.ru</em> and <em>kamaz-444.narod.ru</em> (<a href="http://sudact.ru/arbitral/doc/LFBnjRk02nJT?ref=dorotenko.pro">link to decision</a>), <em>k&#x430;mazcentrservis.ru</em> (<a href="http://sudact.ru/arbitral/doc/V77ymksFzQm1?ref=dorotenko.pro">link to the decision</a>).</p>
<h3 id="c-alliance-llc"><strong>c. Alliance LLC</strong></h3>
<p>This plaintiff has already been discussed above: it is the owner of the trademark &#x201C;ufarabota.ru&#x201D; and won disputes regarding the domains rabota-ufa.ru, ufa.rabotavgorode.ru and rabota-ufa.info.</p>
<p>However, there are many such subjects. One can immediately recall only Buki LLC (<em>koza-dereza.ru</em> (<a href="http://sudact.ru/arbitral/doc/5stYAK5cXHNn?ref=dorotenko.pro">link to decision</a>), <em>ko3a-dere3a.ru</em> (<a href="http://docs.pravo.ru/document/view/28541154?ref=dorotenko.pro">link to decision</a>) and Brookvale Finance Limited (<em>miraxa.net.ru</em> (<a href="http://docs.pravo.ru/document/view/20227310?ref=dorotenko.pro">link to decision</a> ), <em>miraxanet.com</em> (<a href="http://docs.pravo.ru/document/view/26318331?ref=dorotenko.pro">link to decision</a>). But it is clear that the list of such plaintiffs is not limited to this.</p>
<h2 id="84-high-amounts-of-compensation-by-court-decision">8.4. High amounts of compensation by court decision</h2>
<h3 id="a-100000-rubles-or-more">a. 100,000 rubles or more</h3>
<ul>
<li>alviz.ru &#x2013; <a href="http://sudact.ru/arbitral/doc/mudTdG5lPKQ8/?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>uma.msk.ru - <a href="http://docs.pravo.ru/document/view/3630894?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>autolunch.ru &#x2013; <a href="http://sudact.ru/arbitral/doc/RnZdY2uUk7on?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>navitel.ru &#x2013; <a href="http://sudact.ru/arbitral/doc/LhEWojkNpbJR?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>terrinco.ru - <a href="http://docs.pravo.ru/document/view/21038285?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>&#x431;&#x44B;&#x442;&#x43F;&#x43B;&#x430;&#x441;&#x442;.&#x440;&#x444; - <a href="http://docs.pravo.ru/document/view/26523717?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>shelestowo.ru - <a href="http://docs.pravo.ru/document/view/25716004?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>fujikura.su - <a href="http://docs.pravo.ru/document/view/10635174?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>lafei-nier.ru, lafeinier.ru - <a href="http://docs.pravo.ru/document/view/10526771?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>louisvuittonstore.ru - <a href="http://sudact.ru/arbitral/doc/aOQ0y875dVlu?ref=dorotenko.pro">link</a> - 100,000 rubles</li>
<li>mexx.ru - <a href="http://sudact.ru/arbitral/doc/jUHcyV7lH6Wg?ref=dorotenko.pro">link</a> - 150,000 rubles</li>
<li>vefk.ru - <a href="http://sudact.ru/arbitral/doc/KDsbkHcQt4Vm?ref=dorotenko.pro">link</a> - 190,000 rubles</li>
<li>icq.ru - <a href="http://sudact.ru/arbitral/doc/I0xJLd5YXxWj?ref=dorotenko.pro">link</a> - 200,000 rubles</li>
<li>osnova.ru - <a href="http://docs.pravo.ru/document/view/3656563?ref=dorotenko.pro">link</a> - 225,000 rubles</li>
<li>renesa-market.ru - <a href="http://docs.pravo.ru/document/view/28727902?ref=dorotenko.pro">link</a> - 250,000 rubles</li>
<li>ak-verdikt.spb.ru - <a href="http://docs.pravo.ru/document/view/20930874?ref=dorotenko.pro">link</a> - 250,000 rubles</li>
<li>kamaz-02.ru, kamaz-444.narod.ru - <a href="http://sudact.ru/arbitral/doc/LFBnjRk02nJT?ref=dorotenko.pro">link</a> - 250,000 rubles</li>
<li>cesab.ru - <a href="http://docs.pravo.ru/document/view/1563457?ref=dorotenko.pro">link</a> - 500,000 rubles (reduced to 300,000 rubles in the next instance)</li>
</ul>
<h3 id="b-500000-rubles-or-more">b. 500,000 rubles or more</h3>
<ul>
<li>mvidio.ru - <a href="http://docs.pravo.ru/document/view/32760387?ref=dorotenko.pro">link</a> - 500,000 rubles</li>
<li>kamaz-nsk.ru - <a href="http://sudact.ru/arbitral/doc/XCnvCMkdOsxr?ref=dorotenko.pro">link</a> - 500,000 rubles</li>
<li>bacus2006.ru - <a href="http://docs.pravo.ru/document/view/29738860?ref=dorotenko.pro">link</a> - 500,000 rubles</li>
<li>onegamed.ru - <a href="http://sudact.ru/arbitral/doc/4jsxE2yxDO5K?ref=dorotenko.pro">link</a> - 500,000 rubles</li>
</ul>
<h3 id="c-1000000-rubles-or-more">c. 1,000,000 rubles or more</h3>
<ul>
<li>severstalspb.ru - <a href="http://sudact.ru/arbitral/doc/zzHEGOIeksoe?ref=dorotenko.pro">link</a> - 1,000,000 rubles</li>
<li>&#x43C;&#x430;&#x43C;&#x430;&#x43C;&#x430;&#x440;&#x43A;&#x435;&#x442;.&#x440;&#x444; - <a href="http://docs.pravo.ru/document/view/21969282?ref=dorotenko.pro">link</a> - 1,350,000 rubles</li>
<li>onegagipertonik.ru - <a href="http://docs.pravo.ru/document/view/20353087?ref=dorotenko.pro">link</a> - compensation of 5,000,000 rubles</li>
</ul>
<h2 id="85-funny-domain-names-that-were-subjects-of-the-proceedings">8.5. Funny domain names that were subjects of the proceedings</h2>
<p>However, even in such disputes, sometimes you come meet names that can make you smile:</p>
<ul>
<li><strong>sexvideogid.ru</strong> - <a href="http://sudact.ru/arbitral/doc/UxH6xq3n7wxv?ref=dorotenko.pro">link</a> - the claim was denied.</li>
<li><strong>koza-dereza.ru</strong> - <a href="http://sudact.ru/arbitral/doc/5stYAK5cXHNn?ref=dorotenko.pro">link</a> - compensation for violation of the exclusive right to a trademark in the amount of 75,000 rubles.</li>
<li><strong>&#x43A;&#x43B;&#x438;&#x43D;&#x438;&#x43A;&#x430;&#x431;&#x43E;&#x431;&#x44B;&#x440;&#x44F;.&#x440;&#x444;</strong> - <a href="http://sudact.ru/arbitral/doc/USIGzYrPXBYv?ref=dorotenko.pro">link</a> - in relation to this domain, the plaintiff filed a waiver of satisfaction of the claim (But in this case the parties themselves had funny names: the plaintiff - LLC &quot;Bobyr Clinic&quot;, the defendant - LLC &quot;Spine Clinic&quot;).</li>
</ul>
<p>Unfortunately, I did not find any suitable examples from Russian court practice when they were held accountable for administering a domain name that was used for phishing purposes (the Ukrainian practice knows such an example: the domain <strong>headhuhter.ru</strong>, see more news about this <a href="http://www.group-ib.ru/list/176-news/?view=article&amp;id=996&amp;ref=dorotenko.pro">here</a>), as well as an example when a domain name - the subject of a dispute - would contain the surname of one of parties (in this situation, only news came across regarding the domain name <strong>advocatekim.ru</strong>, see more news about this <a href="http://pravo.ru/court_report/view/80032/?ref=dorotenko.pro">here</a>, but if this address redirects to another website of this lawyer, then most likely the case was resolved in his favor).</p>
]]></content:encoded></item><item><title><![CDATA[Software Reverse Engineering and Russian Law]]></title><description><![CDATA[On software reverse engineering under Russian law: analysis of legal norms, contractual practice and court practice in Russia.]]></description><link>https://dorotenko.pro/software-reverse-engineering-and-russian-law/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2dbb</guid><category><![CDATA[Reverse engineering]]></category><category><![CDATA[Court practice]]></category><category><![CDATA[Russia]]></category><category><![CDATA[Copyright]]></category><category><![CDATA[Software]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Thu, 18 Jan 2024 20:04:11 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/reverse-and-law/"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><p>This material is a look at software reverse engineering from the perspective of Russian law. In addition to the analysis of legal norms, examples of both contractual practice and court practice are given.</p>
<p>I propose to start considering this type of activity as software reverse engineering from the perspective of Russian law by presenting the following abstract situation:</p>
<p><em>There is a computer program. There is a company that has acquired a license for such software and uses it in its activities. For some unknown reasons, the program is unstable on the company&apos;s servers. The company&apos;s management plans to commission a group of third-party specialists to reverse engineer this program to determine the causes of instability of its operation on the company&apos;s servers in order to eliminate them.</em></p>
<p>This situation is just one example when the question arises of carrying out reverse engineering of the required software. The reasons for this can be very different. A couple more abstract examples:</p>
<ul>
<li>it is necessary to modify a program, the author of which is unknown and there is no way to install it and contact him to communicate about the program code;</li>
<li>in order to keep up with a competing company that has published a new release of its software, you need to quickly study what kind of code is contained in the latest version of the company&#x2019;s software in order to make your product even better than theirs.</li>
</ul>
<p>In short, there are many such reasons. And if you get down to business closely, then not only the technical side of the issue arises, but also the legal side. Namely, is it possible, from a legal point of view, to engage in such activities in principle? Is there any liability for the person who reverse engineered the program? And is it provided for the one who ordered such execution? As you understand, there will be a lot of such questions, so I propose to get to the heart of the matter.</p>
<p>If among the readers of this material there are those who are not very familiar with the term reverse engineering itself, then I believe it would be appropriate to immediately define what is meant by this.</p>
<p>Software reverse engineering refers to the following:</p>
<blockquote>
<p>Reverse engineering is the study of a device or program, as well as its documentation, in order to understand the principle of its operation and, most often, reproduce a device, program or other object with similar functions, but without copying as such. [1]</p>
</blockquote>
<blockquote>
<p>Reverse engineering (the process of systematically disassembling a program (restoring its source text and structure)) or a microcircuit to study the algorithms of its operation with the aim of simulating or repeating some or all of its functions in another form or at a higher level of abstraction, removing protection, studying algorithms, adding new ones capabilities, protocol recovery or error correction, etc. [2]</p>
</blockquote>
<blockquote>
<p>Reverse engineering is the process of analyzing an application to determine its functional characteristics, internal architecture and, in fact, its operation: modules, functions, algorithms. [3]</p>
</blockquote>
<p>To summarize, it can be stated that reverse engineering of software is the process of examining the contents of a program by converting it into source code to determine its structure and principles of its operation.</p>
<p>If the question of the term itself can be considered resolved, I suggest turning your attention to the legal side of reverse engineering. The content of this side is presented in this material in the following sequence: legislative provisions, contractual practice, court practice.</p>
<h1 id="legal-provisions">Legal provisions</h1>
<p>Let&apos;s start, first of all, with the legislative norms. This may surprise some, but such a phenomenon as reverse engineering is quite familiar to Russian legislation. It is discussed in Article 1280 of the Civil Code of the Russian Federation:</p>
<blockquote>
<p>Civil Code of the Russian Federation (part four) dated December 18, 2006 N 230-FZ<br>
Article 1280. Computer program and database user right<br>
3. A person who legally owns a copy of a computer program has the right, without the consent of the copyright holder and without paying additional remuneration, to reproduce and convert the object code into source text (decompile the computer program) or instruct other persons to carry out these actions if they are necessary to achieve interoperability a computer program independently developed by this person with other programs that can interact with the decompiled program, subject to the following conditions:<br>
1)the information necessary to achieve the ability to interact was not previously available to this person from other sources;<br>
2)these actions are carried out in relation to only those parts of the decompiled computer program that are necessary to achieve the ability to interact;<br>
3)information obtained as a result of decompiling can only be used to achieve the ability to interact with an independently developed computer program with other programs, and cannot be transferred to other persons, except in cases where this is necessary to achieve the ability to interact with an independently developed computer program with other programs, and also cannot be used to develop a computer program that is substantially similar in appearance to the decompiled computer program, or to carry out other actions that violate the exclusive right to a computer program.</p>
</blockquote>
<p>This legal norm makes it clear that reverse engineering is only legally permissible if certain criteria are met. I suggest you pay attention to the following:</p>
<ol>
<li>
<p><strong>Lawful receipt of a copy of the program. An instance (copy) of the program that will be the object of reverse engineering must initially be obtained by any legal means.</strong><br>
That is, purchasing software from an official digital app store is the right approach for reverse engineering. If an illegal (pirated) version of the program is downloaded on a torrent tracker, reverse engineering of such a program will be illegal.</p>
</li>
<li>
<p><strong>The goal of reverse engineering. The goal of reverse engineering should be to achieve the ability to interact with the program (version of the program) created during reverse engineering with other programs.</strong><br>
That is, when the goal of reverse engineering is only to study a new version of a competitor&#x2019;s product in order to understand how to implement similar functionality in your product, then such a goal, as a general rule, will allow one to speak about the illegality of the reverse engineering carried out.</p>
</li>
<li>
<p><strong>Lack of necessary information in other sources. The information needed to achieve interoperability was not previously available from other sources.</strong><br>
That is, if there is freely available documentation somewhere on the Internet for a program that is the object of reverse engineering, the content of which will allow achieving an effect already achieved using reverse engineering, but such documentation has not been found, then this fact with a high degree of probability can be used as evidence of the illegality of the reverse engineering.</p>
</li>
</ol>
<p>The remaining criteria can also be determined based on the text of the above article. But in any case, the matter is not limited to the provisions of the law. The practical application of this rule is expressed in both contractual and court practice.</p>
<h1 id="contract-practice">Contract practice</h1>
<p>In my opinion, reverse engineering activities have found the most widespread use within the framework of contractual practice in the form of its direct prohibition, enshrined in the texts of various agreements for the use of software products and services (EULA, ToS, ToU, etc.). However, this is quite expected &#x2013; many copyright holders want to limit the user&#x2019;s actions in terms of researching a program obtained under a license, reducing the restriction of the user&#x2019;s freedom of action to such a ban.</p>
<p>A few examples from various texts of similar documents:</p>
<blockquote>
<p><a href="https://support.kaspersky.ru/4128?ref=dorotenko.pro">License Agreement for Kaspersky Rescue Disk 10</a><br>
It is prohibited to decompile, disassemble, modify, or make derivative works based on the Software, in whole or in part, except as permitted by applicable law.</p>
</blockquote>
<blockquote>
<p><a href="https://www.skype.com/ru/legal/tou-connect/?ref=dorotenko.pro">Skype Terms of Use</a><br>
4.2 Restrictions. You must not take the following actions and undertake to refrain from:<br>
&lt;&#x2026;&gt;<br>
(b) undertake, cause, permit or authorize modification, creation of similar products or improvements, translation into other languages, reverse engineering for reproduction purposes, decompilation, reverse assembly, decoding, emulation, tampering, recovery or attempt to recover source code, or protocols of the Software or any parts thereof or functionality of the Software, except when such actions are permitted by law;</p>
</blockquote>
<blockquote>
<p><a href="http://law.2gis.ru/dialer-licensing-agreement/?ref=dorotenko.pro">License agreement for the use of the &quot;2GIS Dialer&quot; program</a><br>
5.1. The user does not have the right to independently or with the involvement of third parties:<br>
5.1.1. To open technology, emulate, create new versions, modify, decompile, disassemble, decrypt and perform other actions with the Program code aimed at violating the Program&apos;s protection system from unauthorized use, as well as obtaining information about the implementation of algorithms used in the Program.</p>
</blockquote>
<blockquote>
<p><a href="http://www.roboform.com/ru/support/license?ref=dorotenko.pro">RoboForm License Agreement</a><br>
NOT PERMITTED: Consumer shall not: (a) remove copyright notices or restrictions from the program; (b) extract algorithms from the program or attempt to decompile the program.</p>
</blockquote>
<p>In fact, such wordings about the ban on reverse engineering are a kind of legal reinsurance for the copyright holder against user actions to study the &quot;stuff&quot; of a closed-source software product (proprietary software). And the guarantee of the user&apos;s compliance with such a ban is the prospect of various negative consequences for it (starting from the early termination of the license and ending with the recovery of losses incurred by the copyright holder or monetary compensation for copyright infringement). By the way, in the examples of foreign court practice (for example, the case <em><a href="https://dorotenko.pro/court-chronicles-blizzard/">Blizzard v. MDY Industries, LLC</a></em>), the plaintiff&#x2019;s position regarding the violated rights is based not only on copyright infringement, but also on violation of contractual obligations by the defendant (since it is assumed that the defendant, having started using the program under study, agreed with the provisions of its license agreement, i.e. became a party to the contractual relations with the plaintiff as the licensor of such program).</p>
<p>As for the involvement of third parties (specialists with the necessary technical knowledge) to perform reverse development of the software of interest to the customer, here the contractual relationship, in my opinion, boils down to the following:</p>
<ul>
<li>
<p>if the performer&#x2019;s actions ultimately involve the creation of results of intellectual activity (for example, when reverse engineering involves writing code and creating any programs, scripts, etc.), then in this case a contract for the performance of work should be concluded (and in the case its conclusion with an individual, an author&#x2019;s order agreement will also be applicable) specifying in it the status of the customer&#x2019;s intellectual rights to the results of work under such an agreement;</p>
</li>
<li>
<p>if the performer&#x2019;s actions do not imply the creation of results of intellectual activity (for example, if the program under study needs to be tested), in this case an agreement for the provision of services should be concluded.</p>
</li>
</ul>
<p>By and large, there are no special specifics in such contracts, they will differ little in their content from other contracts for the performance of work or the provision of services in the field of software, so I propose not to dwell on them separately within the framework of this material, but move on to the next part articles.</p>
<h1 id="court-practice">Court practice</h1>
<p>Of course, the greatest interest on the topic is court practice, since through the prism of the conflict of the parties it allows one to trace both the interpretation and application of the law, and the application of the provisions of the contract (in the event of a contractual dispute between the parties), and this, in turn, will allow draw for yourself certain conclusions for the future regarding the specific wording used (or planned to be used) in documents, their legal force and practice of application.</p>
<p>Speaking about the court practice of Russian courts in relation to reverse engineering of software, I will immediately note that it has not yet managed to accumulate such striking court cases as other countries have (at least if we talk about those cases that were studied when preparing the text of this material). By vivid cases, we mean processes such as <em>Sega Enterprises v. Accolade</em>, <em>Atari Games Corp. v. Nintendo of America, Inc</em>, <em>Blizzard v. Internet Gateway, Inc</em> (all &#x2013; USA), <em>Microsoft v. Vest Corporation</em> (France), <em>SAS Institute Inc v World Programming Ltd</em> (UK). Nevertheless, in our Russian practice there are examples that will be quite suitable for the topic under discussion and which are definitely worth paying attention to (see, for example, case <em>No. 09AP-23848/2013-GK</em> on the claim of StroySoft Firm LLC to the National Association of Estimated Pricing and Cost Engineering and Bureau of Economic Consulting LLC).</p>
<p>A review of court practice, I think, should begin with the following judicial document:</p>
<p>Resolution of the Plenum of the Supreme Court of the Russian Federation No. 5, Plenum of the Supreme Arbitration Court of the Russian Federation No. 29 of March 26, 2009 &#x201C;On some issues that arose in connection with the entry into force of part four of the Civil Code of the Russian Federation&#x201D;:</p>
<p><mark>cannot copy the text</mark></p>
<p>This resolution says exactly that in the case of determining the legality of reverse engineering a program, the question must be analyzed whether the person who performed the reverse engineering of the program legally owned a copy of such a program or not. If it is unlawful, then most likely the outcome of the case will not be in favor of such a person. This is exactly what was already mentioned above in the explanation about the first criterion for the permissibility of performing actions on reverse software development.</p>
<p>Such a statement is actually duplicated in such decisions as, for example, the Decision of the Fifteenth Arbitration Court of Appeal of August 6, 2014 in case No. A32-42112/2013, the Decision of the Arbitration Court of the Kirov Region of March 28, 2014 in case No. A28-152/2014.</p>
<p>Further, the second point that is worth paying attention to: does one person have the right to attract other persons to perform reverse engineering or should this person carry it out independently? The answer to this question can be given by the following court decision:</p>
<blockquote>
<p>The decision of the Arbitration Court of the City of Moscow dated May 29, 2013 in case No. A40-10750/2013:</p>
<p>Within the meaning of Article 1274 of the Civil Code of the Russian Federation and clause 2 of Article 1280 of the Civil Code of the Russian Federation, research of a computer program, like any other object of exclusive rights, can be carried out either by the user independently or by any other person with special knowledge, but in the interests of the user, with his knowledge and consent. This is explained by the fact that research itself, by virtue of Article 1270 of the Civil Code of the Russian Federation, is not indicated as a method of using the object of exclusive rights and does not imply its alienation for compensation or other introduction into circulation.</p>
</blockquote>
<p>That is, it allows us to draw the following conclusion: research of a computer program can be carried out either by the user independently or by any other person with special knowledge, but in the interests of the user, with his knowledge and consent.</p>
<p>Moreover, there is no direct ban on such research by one person and in the interests of another in the current legislation. This also follows from court practice:</p>
<blockquote>
<p>The decision of the Ninth Arbitration Court of Appeal dated August 12, 2013 N 09AP-23848/2013-GK<br>
There is no direct prohibition in current legislation on carrying out research in the interests of the user, with his knowledge and with his consent, by any person with the necessary special knowledge.</p>
</blockquote>
<p>The same conclusion can be found in the above-mentioned Decision of the Arbitration Court of the City of Moscow dated May 29, 2013 in case No. A40-10750/2013.</p>
<p>Let&apos;s move on. If the agreement under which the program is distributed (which is an object for reverse engineering) does not say anything about the right of the user of such a program to carry out reverse engineering, then is it permissible to carry it out without securing such a right in the content of the agreement or not?</p>
<p>The answer to this question can be found in this resolution:</p>
<blockquote>
<p>Resolution of the Eleventh Arbitration Court of Appeal dated October 25, 2012 in case No. A55-13189/2012<br>
The conclusion of a license agreement means that the user of the program has the right to perform in relation to it the actions provided for in Art. 1280 of the Civil Code of the Russian Federation, as well as other actions stipulated by the contract and related to the operation of the program. &lt;...&gt; This agreement, unlike other license agreements, is not subject to the rules established by paragraphs 2 - 6 of Article 1235 of the Code.</p>
</blockquote>
<p>A similar answer, by the way, is contained in the above Resolution of the Plenum of the High Court of the Russian Federation and the Plenum of the Supreme Arbitration Court of the Russian Federation dated March 26, 2009 No. 5, 29 &quot;On some issues that arose in connection with the entry into force of part four of the Civil Code of the Russian Federation.&quot;</p>
<p>Interestingly, there is a court practice according to which making corrections to identified software errors may be a violation of the rights of the copyright holder:</p>
<blockquote>
<p>Resolution of the Federal Arbitration Court of the North-Western District dated June 07, 2013 in case No. A13-6254/2012<br>
Clause 6.6.1 of the said license agreements restricts the licensee&apos;s right to perform actions: disassemble, decompile (convert object code into source code), adapt and modify programs and other software components. &lt;...&gt;</p>
</blockquote>
<p>Having examined and assessed the evidence presented by the persons participating in the case in accordance with the rules of Articles 65 and 71 of the Arbitration Procedure Code of the Russian Federation, including contracts concluded by the Company in 2010-2011 for the provision of software maintenance services &lt;...&gt;, the courts found that the changes to the software, &lt;...&gt; correction of identified errors in the software &lt;...&gt; without the consent of the copyright holder &lt;...&gt; will lead to a violation of the exclusive right &lt;...&gt; to the result of intellectual activity.</p>
<p>According to this logic, an attempt to eliminate errors in a program (in order to ensure its functioning for oneself in the right way, without errors) independently, without involving the copyright holder himself, can lead to liability. Then it turns out that in the case of reverse engineering, in order to comply with all the criteria of legality provided for by the above paragraph 3 of Art. 1280 of the Civil Code, it will be necessary to have a justification that independent (meaning, without the involvement of the copyright holder himself) elimination of errors was necessary to achieve the ability of the copyright holder&#x2019;s program to interact with other programs.</p>
<p>The next point: if reverse engineering of the program under study is performed only for the purpose of checking whether such a program is not the object of a rights violation, then is reverse engineering permissible for such purposes?<br>
In this situation, not everything is so simple. Of course, a lot depends on the specific circumstances of the case, but the following example from practice (which was already discussed above in the text) suggests that research of the program for the purpose of such verification and for collecting evidence by the defendants in their defense was a legal action:</p>
<blockquote>
<p>The decision of the Ninth Arbitration Court of Appeal dated August 12, 2013 N 09AP-23848/2013-GK<br>
&lt;...&gt; the study of the program was carried out by the defendants within the framework of a bona fide and justified need, solely for the purpose of fulfilling the obligation to prove claims in accordance with Article 65 of the Arbitration Procedure Code of the Russian Federation, did not have the purpose of creating any negative consequences for the plaintiff and did not lead to such consequences.</p>
</blockquote>
<p>In my opinion, this is a fairly significant judicial act, from which we can conclude that the study of a third-party program for the purpose of collecting evidence may well be recognized as a lawful method in relation to the program under study (and therefore, the absence of violation of the copyright of its rightholder).</p>
<p>Therefore, for those who are interested in this topic in detail, I recommend that you familiarize yourself with the case of the claim of StroySoft LLC v. the National Association of Estimated Pricing and Cost Engineering and Bureau of Economic Consulting LLC: read the Ruling of the Ninth Arbitration Court of Appeal dated August 12, 2013. N 09AP-23848/2013-GK and other documents on it.</p>
<h1 id="conclusions">Conclusions</h1>
<p>As for the general conclusions on court practice on the subject of the matter, it is worth noting the following:</p>
<ol>
<li>Since it is for the courts to determine whether the program that was the object of reverse engineering was obtained for research legally or not, then first of all, they should pay attention to this aspect. If it turns out that it was obtained illegally, then most likely no other arguments will benefit the researcher&apos;s defensive position;</li>
<li>The research can be carried out by the user himself or by any other person, but with his knowledge and consent. Therefore, if a third-party specialist is involved, it will be necessary to confirm the existence of such knowledge and consent;</li>
<li>Reverse engineering a program to collect evidence may be considered a legal action.</li>
</ol>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://www.eff.org/ru/issues/coders/reverse-engineering-faq?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Coders&#x2019; Rights Project Reverse Engineering FAQ</div><div class="kg-bookmark-description">Table Of Contents Introduction What Aspects Are Most Legally Risky? What Legal Doctrines Affect Reverse Engineering? Copyright Law Limiting Reverse Engineering Copyright Law Allowing Reverse Engineering Reverse Engineering Court Decisions Trade Secret Law and Reverse Engineering DMCA Anti-...</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://www.eff.org/sites/all/themes/phoenix/apple-touch-icon.png" alt><span class="kg-bookmark-author">Electronic Frontier Foundation</span><span class="kg-bookmark-publisher">George Wong</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://www.eff.org/files/banner_library/coder-cat-2.png" alt></div></a><figcaption><p><i><em class="italic" style="white-space: pre-wrap;">Find out more info about legal issues on software reverse engineering (in the US) here.</em></i></p></figcaption></figure><p><em>Author&apos;s note.</em></p>
<ol>
<li>[1] Dictionaries and encyclopedias on the Academic website // <a href="http://dic.academic.ru/dic.nsf/ruwiki/1070713?ref=dorotenko.pro">http://dic.academic.ru/dic.nsf/ruwiki/1070713</a> , accessed: 01.10.2016.</li>
<li>[2] Multitran // <a href="http://www.multitran.ru/c/M.exe?l1=2&amp;3Bl2=1&amp;3Bs=Reverse+engineering&amp;ref=dorotenko.pro">http://www.multitran.ru/c/M.exe?l1=2&amp;amp;l2=1&amp;amp;s=Reverse+engineering</a>, accessed 08.10.2016.</li>
<li>[3] Anna Andreeva, &quot;Reverse engineering in the context of desktop and mobile application security&quot; // <a href="http://www.a1qa.ru/blog/revers-inzhiniring-v-kontekste-bezopa?ref=dorotenko.pro">http://www.a1qa.ru/blog/revers-inzhiniring-v-kontekste-bezopa</a> , accessed: 05.10.2016.</li>
</ol>
]]></content:encoded></item><item><title><![CDATA[Court Chronicles. Blizzard Entertainment]]></title><description><![CDATA[Find out about an intense judicial life of a well-known producer of hits in the world of computer games – the company "Blizzard Entertainment".]]></description><link>https://dorotenko.pro/court-chronicles-blizzard/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2db9</guid><category><![CDATA[Court practice]]></category><category><![CDATA[Copyright]]></category><category><![CDATA[Reverse engineering]]></category><category><![CDATA[domains]]></category><category><![CDATA[USA]]></category><category><![CDATA[Video games]]></category><category><![CDATA[Blizzard]]></category><category><![CDATA[Patents]]></category><category><![CDATA[Cheats]]></category><category><![CDATA[Game Bots]]></category><category><![CDATA[Russia]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Tue, 02 Jan 2024 19:04:20 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is an English translation of </em></i><a href="https://dorotenko.pro/ru/court-cases-blizzard/"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><p>This article of court chronicles series tells us about an intense judicial life of a well-known producer of hits in the world of computer games &#x2013; the company &quot;Blizzard Entertainment&quot;.</p>
<p>Of course, the material does not cover absolutely all court cases involving this company, because I selected (only to my opinion) a few most interesting and noteworthy cases. The selection of cases is arranged according to the chronological principle of filing lawsuits.</p>
<h1 id="v-internet-gateway-inc-blizzard-v-bnetd">v. Internet Gateway, Inc (Blizzard v. BNETD)</h1>
<p>The first case in this collection goes back to 1998, when in February 1998 Blizzard released its new game &quot;Starcraft&quot;. A few months after this release, Mark Baysinger, a student of the University of California, San Diego, started working on reverse engineering the protocol by which game users connected to the game server using their client software <a href="http://battle.net/?ref=dorotenko.pro">Battle.net</a>.</p>
<p>The result of his job was successful, and Mark published his development of the StarHack emulator online. After he had made this publication, he almost immediately received a letter from Blizzard containing a written warning about the violation of their rights and the termination of such violation. In response, Mark sent questions about exactly which his actions violated company&apos;s copyrights. Having received no response from Blizzard, he decided to stop developing the project, but posted the source code of his code on the Internet under the GPL license. This is how the BNETD open source project appeared, which supported the functionality of the official game server Battle.net on an alternative multiplayer game server <a href="http://bnetd.org/?ref=dorotenko.pro">bnetd.org</a>.</p>
<p>In 2002, Blizzard began beta testing their new product, the Warcraft III game. And in 2003, based on an analysis of the beta version of this company&#x2019;s game and the Battle.net company server, a fork of BNETD called Warforge appeared, into which support for the functionality of this game was introduced from Blizzard.</p>
<p>A few days after the release of &quot;Warforge&quot;, the Internet Gateway company, which provided hosting to the BNETD project, received a similar written warning (the so-called C&amp;D letter) from Blizzard, the content of which was that the creators of BNETD violated Blizzard&apos;s rights to the game software created by it.</p>
<p>Since no action was taken to stop using the BNETD project after receiving the warning, Blizzard decided to go to court.</p>
<p>Therefore, in 2002, Blizzard filed a lawsuit against the above-mentioned host and Tim Jung. The latter was the president of the Internet Gateway company, one of the developers of the BNETD project and the system administrator of the domain <a href="http://bnetd.org/?ref=dorotenko.pro">bnetd.org</a> (the number of respondents was later increased). Blizzard in their lawsuit, in particular, claimed that BNETD was a server program that emulated the service Battle.net, but at the same time they did not check the validity of the CD key to determine whether a client software is used legally to connect to the game server or not. In addition, fragments of Blizzard computer program code were illegally copied and incorporated into the code of the BNETD server code.</p>
<p>In general, Blizzard claimed violation of their copyrights, trademark rights (in relation to Battle.net), as well as unfair competition on the part of the defendants.</p>
<p>During the consideration of court claims in 2004, the court nevertheless ruled in favor of the plaintiff, recognizing that the defendants violated the plaintiff&apos;s copyright by reverse engineering his software, as well as bypassing his copyright protection systems (i.e. by not implementing the CD key verification functionality of user client programs on their server).</p>
<p>The defendants decided to appeal the court decision and filed an appeal. In 2005, the Eighth Court of Appeal upheld the decision of the Court of First instance on both important positions, confirming the illegality of reverse engineering and the lack of a CD key verification mechanism.</p>
<p>In general, the BNETD case turned out to be very significant for the industry, since at that time online services were just beginning to become popular. At the same time, the trial has become a kind of guide for software manufacturers on such issues and has shown a very low level of tolerance towards such open-source projects.</p>
<h1 id="v-daniel-mele-and-blizzard-records-inc">v. Daniel Mele and Blizzard Records, Inc</h1>
<p>In 2002, Blizzard received a lawsuit from Daniel Mele and the record company Blizzard Records, Inc. regarding the violation by a computer game manufacturer of the rights to the trademark &quot;BLIZZARD RECORDS&quot;, owned by the plaintiffs.</p>
<p>According to the text of the lawsuit, Mele began using the BLIZZARD RECORDS trademark back in 1986 in relation to the promotion of musical artists and the distribution of their phonograms. The beginning of the use of the trademark was expressed in the fact that the plaintiffs began promoting the rock band &quot;Zillion&quot;. In 1995, they started promoting another band, &quot;Chillin&apos; Sun&quot;, and in July 1997 they released the first album of this band under the label &quot;BLIZZARD RECORDS&quot;. In 1999, the plaintiffs began selling music tracks from the website <a href="http://www.blizzardrecords.com/?ref=dorotenko.pro">blizzardrecords.com</a>. In 2000, Mele filed an application for registration of the name &quot;BLIZZARD RECORDS&quot; as a trademark for use in &quot;computer online retail services for sale of music on CDs and audio cassettes; promotion of performers&apos; phonograms through a global computer information network&quot;. In November 2000 Mele licensed to Blizzard Records, Inc. the trademark &quot;BLIZZARD RECORDS&quot;.</p>
<p>Gamemaker Blizzard took a position on the lawsuit, according to which their activities did not violate the plaintiff&apos;s trademark rights to BLIZZARD RECORDS. Moreover, Blizzard claimed that by the time of registration of their own trademarks &quot;BLIZZARD&quot; and &quot;BLIZZARD ENTERTAINMENT&quot;, the plaintiffs had no longer used the trademark &quot;BLIZZARD RECORDS&quot; in any way.</p>
<p>During the consideration of the case, the court established the following:</p>
<p>In 1986 Mele registered the Blizzard Records Company in Buffalo, New York. The same year, the plaintiffs began to promote the &quot;Zillion&quot; group. In 1987, the last performance of this group took place, and therefore its promotion was discontinued. In 1995, the plaintiffs resumed their activities: they started promoting the band &quot;Chillin&apos; Sun&quot;, and in 1997 the label &quot;BLIZZARD RECORDS&quot; released the first album of this group. In 1999, the plaintiffs launched the label&apos;s website at <a href="http://www.blizzardrecords.com/?ref=dorotenko.pro">blizzardrecords.com</a> and started using it to sell musical phonograms of various artists.</p>
<p>In turn, Blizzard began using the trademarks &quot;BLIZZARD&quot; and &quot;BLIZZARD ENTERTAINMENT&quot; back in 1994 and filed appropriate applications for registration of these trademarks with the U.S. Patent and Trademark Office in relation to the class of &quot;computer programs for video and computer games and documentation implemented together with the programs&quot;. This trademark registration did not cover classes such as music or soundtracks. Users of Blizzard products first gained access to game soundtracks outside the framework of the games created by the company in December 1995, and the ability to download soundtracks appeared to users in 1998. In 2002, Blizzard applied to the above-mentioned Office to extend the validity of its previously acquired trademark rights to new classes, including musical activities.</p>
<p>Therefore, in order to resolve the dispute between the parties, the court had to determine:</p>
<ol>
<li>Whether the plaintiffs actually stopped using the BLIZZARD RECORDS trademark, and if so, since when such termination took place?</li>
<li>Do the rights obtained by Blizzard in connection with its registration of the BLIZZARD and BLIZZARD ENTERTAINMENT trademarks in 1994 apply to the company&apos;s distribution of its own game soundtracks through the sale of CDs and downloads from corporate servers? And if so, at which point should we consider the beginning of such distribution: since 1994 (i.e., from the period when Blizzard registered its trademarks, and the plaintiffs stopped using their trademark &quot;BLIZZARD RECORDS&quot;) or has it been since 2002 (i.e., since Blizzard filed an application with the Office to expand the number of classes for which Blizzard trademarks will be applied, and, as is obvious, after the plaintiffs resumed using the BLIZZARD RECORDS trademark)?</li>
<li>Is there a violation of the plaintiffs&apos; rights caused by Blizzard&apos;s aforementioned activities of distributing their soundtracks separately from their games?</li>
</ol>
<p>Resolving the issue of the fact of termination of use of the trademark &#x201C;BLIZZARD RECORDS&#x201D; by the plaintiffs were significant in the case, since according to the US law (see the so-called Lanham Act), failure to use a trademark for three consecutive years without the purpose of its subsequent use in the future creates a presumption of refusal to use the trademark. If the person or entity who owns such a trademark does not prove the invalidity of the presumption, then he loses the right to it.</p>
<p>During the trial, the court concluded that the plaintiffs&apos; use of the BLIZZARD RECORDS trademark was discontinued in 1987 due to the termination of the &quot;Zilion&quot; group&apos;s promotion, and resumed only in August 1999, when the plaintiffs launched the website <a href="http://www.blizzardrecords.com/?ref=dorotenko.pro">blizzardrecords.com</a>. At the same time, the court examined the facts of the plaintiffs&apos; activities and the evidence presented by them in relation to working with the &quot;Chillin&#x2019; Sun&quot; group and their promotion, but concluded that in the course of such cooperation with &quot;Chillin&#x2019; Sun&quot; the plaintiffs did not use their trademark after all.</p>
<p>It should be noted that the plaintiffs fundamentally had serious problems with the evidentiary base throughout the entire trial: the CDs of the groups they promoted were not branded with their trademark, the label was not known to the public throughout almost the entire history of its existence, the plaintiffs had no even corporate documentation containing the company&#x2019;s branding. Here is one example from the case: during the trial it turned out that in 1985 (even before cooperating with the plaintiffs) &quot;Zilion&quot; entered into a recording and promotion agreement with another label &quot;Axe Killer Records&quot;, therefore it was established that the public associated the &quot;Zillion&quot; promotion with Axe Killer Records, and not with Blizzard Records.</p>
<p>As a result, in relation to Blizzard, the court ruled that in 1994 Blizzard did not receive legal protection for its trademarks in relation to such a registration class as music, but received only those classes that it claimed when registering its trademarks. Thus, the plaintiffs obtained the rights to the music class in relation to the trademarks previously Blizzard.</p>
<p>However, despite the above, the court concluded that Blizzard&apos;s use of the BLIZZARD trademark does not constitute a violation of the plaintiffs&apos; rights with respect to their own BLIZZARD RECORDS trademark. Moreover, the use of their own trademarks by the parties to the case does not lead to misleading consumers of the products of both participants, since the consumers of Blizzard products are gamers, i.e. people who are well aware of the manufacturers of computer games and the music they produce for them. Due to their awareness, misleading them with the products of the parties to this lawsuit is not possible in reality.</p>
<h1 id="v-mdy-industries-llc">v. MDY Industries, LLC</h1>
<p>In 2004, Blizzard created their iconic game &quot;World of Warcraft&quot;. And soon after that, the Arizona company MDY Industries created a game bot &quot;Glider&quot; for this game, which allows users to complete the initial levels of the game in a fairly short time, while under normal game conditions it would take users several weeks to complete it. Sales of the bot began in 2005, and by the time the lawsuit was filed against MDY, they have already sold more than 100.000 copies of their bot.</p>
<p>In 2006, Blizzard filed a claim with MDY that their activities violate the company&apos;s rights, and if it does not stop it, Blizzard will go to court to protect its rights. MDY rejected the game maker&#x2019;s claims and decided to obtain a court ruling that the sale of Glider does not violate any Blizzard rights, and the use of this bot expands the gaming experience for users. MDY positioned itself as an innovator, and considered Blizzard&apos;s actions towards them to be unjustified.</p>
<p>In response, Blizzard filed a lawsuit for the existence of a number of violations committed by the actions of MDY: in particular, copyright infringement, violations of the terms of the contract, unjustified enrichment, trademark infringement were indicated.</p>
<p>Based on the results of consideration of all materials submitted by the parties, the court ruled in favor of Blizzard, recognizing MDY Industries as violating the plaintiff&apos;s rights. In particular, the court determined that users of the bot were not entitled to use it, because according to the provisions of the End-User License Agreement for the game World of Warcraft (EULA WoW), users were prohibited from using bots or other third-party software that modifies the game world WoW. Since users violated the terms of the license agreements between them and Blizzard in this way due to the use of MDY software, MDY was found responsible for such violation of contractual relations. In addition, the provisions of the DMCA were violated, because the bot bypassed the &quot;Warden&quot; program designed to protect the game server from unauthorized use.</p>
<p>MDY appealed the court&apos;s decision to the Court of Appeal, in which in 2010 the U.S. Court of Appeals for the Ninth Circuit ruled that MDY was not recognized as responsible for copyright violations of the plaintiff, but MDY did violate the provisions of the DMCA, using technologies to circumvent protective measures by &quot;Warden&quot;.</p>
<p>This decision was also quite significant both for the industry and for judicial practice, because it addressed rather controversial issues regarding the responsibility of the manufacturer of third-party software in relation to the copyright of the software manufacturer, as well as its contractual relationship with its users, who simultaneously use both the original software and third-party software created to interact with the original software.</p>
<h1 id="v-scapegaming-llc">v. Scapegaming, LLC</h1>
<p>In October 2009, Blizzard decided to sue Alison Rees, the owner of the Scapegaming game project, and five persons whose identity Blizzard had not established by the time they filed the lawsuit (but who, according to the plaintiff, were related to Scapegaming activities).</p>
<p>Scapegaming, previously available at <a href="http://www.scapegaming.com/?ref=dorotenko.pro">scapegaming.com</a>, was a private game project created for commercial purposes and allowed its users to play a modified version of the World of Warcraft game on one of its five servers. This project was not under any management or control from Blizzard, and for access to it, players paid (between $1 and $300) directly to Scapegaming, not Blizzard.</p>
<p>Blizzard claimed in its lawsuit that the defendants carried out their activities, fully aware that they were violating Blizzard&apos;s rights in this way. Blizzard counted the actions of Scapegaming:</p>
<ol>
<li>violating the provisions of EULA WoW and ToU WoW,</li>
<li>violating Blizzard&apos;s copyrights to its own game software, which was subjected by the defendants to unlawful modification and reverse engineering (the results of which, in particular, made it possible to roll back to previous versions of the game to bypass the protective mechanisms embedded by Blizzard in new versions of the client game software), as well as due to the fact that the servers Scapegaming did not check the running copies of the game for their legality,</li>
<li>unfair competition against Blizzard,</li>
<li>intentionally obstructing the contractual relationship between Blizzard and their users.</li>
</ol>
<p>According to Blizzard&apos;s own estimate, Scapegaming earned approximately 1.5 million US dollars through their portal.</p>
<p>Interestingly, Rees decided not to file an objection to the claim (the co-defendants, whose identities were not identified too), so the court in 2010 ruled in favor of Blizzard as the plaintiff due to the lack of objections to the claim from the defendants, awarding more than $88 million in compensation in favor of Blizzard: $3,052,339 in lost revenue, $85,478,600 in damages and $63,600 in court costs incurred.</p>
<p>Blizzard itself commented on the court&apos;s decision as follows: &quot;In addition to last year&apos;s decision in the case against MDY Industries, the creator and distributor of cheat software, the decision regarding Scapegaming is another confirmation of the correctness of our efforts to vigorously protect our intellectual property rights.&quot;</p>
<p>However, the answer the question of whether Blizzard eventually managed to recover the compensation awarded to it by the court from the defendants could not be found in open sources.</p>
<h1 id="v-benstar-limited-and-ano-rnic">v. Benstar Limited and ANO &quot;RNIC&quot;</h1>
<p>This court case was in 2009 in Russia and related to the domain name <a href="http://www.worldofwarcraft.ru/?ref=dorotenko.pro">worldofwarcraft.ru</a>. The defendant, Benstar Limited registered with the domain name registrar ANO &quot;RCIC&quot; <em>(<a href="https://www.nic.ru/en/?ref=dorotenko.pro">Ru-Center</a> now)</em> <a href="http://www.worldofwarcraft.ru/?ref=dorotenko.pro">worldofwarcraft.ru</a> and it was its administrator. The domain was used for the fan website of the Blizzard game of the same name: various walkthrough guides, descriptions of the game and characters, tasks, etc. were posted on it.</p>
<p>Benstar Limited at one time even received an official letter from Blizzard, according to which the copyright holder recognized this Internet resource as the &quot;official Russian-language site of fans of the game &quot;World of Warcraft&quot;.</p>
<p>However, after a certain time, Blizzard decided to get this domain for itself. It is not known for sure whether any claims were sent to Benstar Limited or not regarding the transfer of the domain, however, Blizzard filed a lawsuit with the arbitration court, starting a lawsuit in case No. <a href="https://kad.arbitr.ru/Card/1fa4e557-a898-40dc-b60d-200f7b8bcb86?ref=dorotenko.pro">A40-22747/2009</a>.</p>
<p>As a justification for the violation, it was stated that the plaintiff owns the registered trademark &quot;WARCRAFT&quot; (including for goods of the 09 class of The Nice Classification (NCL) and services of the 41 class of the NCL), and the domain name <a href="http://www.worldofwarcraft.ru/?ref=dorotenko.pro">worldofwarcraft.ru</a> is identical to the plaintiff&apos;s trademark in terms of sound, graphic, and semantic features, and also fully includes the name is the trademark of the plaintiff.</p>
<p>Blizzard provided the court with a notarized protocol for securing evidence, according to which on the website <a href="http://www.worldofwarcraft.ru/?ref=dorotenko.pro">worldofwarcraft.ru</a> a user was provided with graphic images with text, including links: &quot;All the news of WOW&quot;, &quot;World of Warcraft&quot;, &quot;General information&quot;, &quot;About World of Warcraft&quot;, &quot;Video Guides&quot;, &quot;World Map&quot;, &quot;History of the World of Warcraft&quot;, &quot;Main Forum&quot;, &quot;Game Mechanics&quot;, &quot;Servers&quot;, &quot;Other forums&quot;, &quot;Screenshot Contest&quot;, &quot;Role-playing game&quot;, &quot;Translations&quot;, &quot;Site Usage Rules&quot;.</p>
<p>The defendant&apos;s arguments that they did not use a trademark confusingly similar to the plaintiff&apos;s trademarks, as well as that the plaintiff officially recognized the domain <a href="http://www.worldofwarcraft.ru/?ref=dorotenko.pro">worldofwarcraft.ru</a> by sending the defendant a corresponding letter recognizing this resource as the official Russian-language website of fans of the game World of Warcraft. However, they were rejected by the court.</p>
<p>As a result, the court recognized the defendant&apos;s actions as violating Blizzard&apos;s rights and ordered him to stop using the WARCRAFT trademark in the domain name <a href="http://www.worldofwarcraft.ru/?ref=dorotenko.pro">worldofwarcraft.ru</a> and pay compensation in favor of the plaintiff in the amount of 10,000 rubles.</p>
<p>As for Blizzard&#x2019;s attempt to recognize the registrar ANO &quot;RNIC&quot; as a defendant, the court denied this to the plaintiff, pointing out that in the .RU domain zone a declarative registration procedure has been established, and ANO &#x201C;RNIC&#x201D; is not the administrator of the domain name <a href="http://www.worldofwarcraft.ru/?ref=dorotenko.pro">worldofwarcraft.ru</a> and therefore does not use the plaintiff&#x2019;s trademark.</p>
<h1 id="v-bossland-gmbh">v. Bossland GmbH</h1>
<p>The German company Bossland GmbH is the creator of gaming bots, including for Blizzard games: Honorbuddy and Gatherbuddy (for World of Warcraft) and Demonbuddy (for Diablo III).</p>
<p>Blizzard, believing that Bossland&apos;s actions were a violation of its own rights to game software, filed a lawsuit in 2011. Blizzard determined that Bossland&apos;s activities constituted unfair competition and a violation of Blizzard&apos;s copyrights and trademark rights for the following reasons:</p>
<ol>
<li>By creating and offering for sale Honorbuddy and GatherBuddy bots, Bossland provokes users of the WoW game to violate the Rules of using the WoW game (WoW EULA);</li>
<li>The use of cheat software (bots) significantly affects the game balance, which gives the players who use them unfair advantages over honest players;</li>
<li>The use of bots accelerates the onset of the moment of saturation of the gameplay for users, which reduces the subscription period for which the game is usually purchased by users;</li>
<li>Bots are programmed in such a way that in their work they bypass the Warden program of the Blizzard defense mechanism for their game;</li>
<li>Bossland violates the trademarks of Blizzard &quot;World of Warcraft&quot; and &quot;WOW&quot; by including them in the names of its products;</li>
<li>The use of bots violates the plaintiff&apos;s copyright because, due to the caching of the software in the computer&apos;s RAM, each player using such Bossland software creates a copy of the game that violates Blizzard&apos;s copyright. And although such copies are created with the consent of the players themselves, due to their violation of the provisions of the WoW EULA, such consent of the players is seen by Blizzard as illegal actions.</li>
</ol>
<p>Separately, Blizzard stated in the lawsuit that the use of bots by users of the game is prohibited in accordance with the provisions of Section III of the WoW EULA.</p>
<p>Bossland has not admitted responsibility for any of the violations identified by Blizzard in its lawsuit. So the court had the last word.</p>
<p>The Hamburg District Court in May 2013, having studied all the materials in the case, decided that Bossland is prohibited from distributing game bots related to the World of Warcraft game in Germany. Moreover, in the territory of the European Union, the company is also prohibited from distributing its bots under the names &quot;World of Warcraft Bot&quot; and &quot;WOW Bot&quot;. In case of non-execution of the court decision, the company may be fined 250,000 euros, and its CEO may be criminally liable.</p>
<p>After the announcement of the court&apos;s decision, Blizzard made a security payment in the amount of 650,000 euros so that the preliminary execution of this court decision would begin immediately after the trial.</p>
<p>It is interesting to note, that after the trial Bossland made appropriate notes on the page of each of its bots that the use of a particular bot is not an offense, and the use of Demonbuddy is not an offense anywhere except in Germany.</p>
<h1 id="v-ceiling-fan-software-llc">v. Ceiling Fan Software, LLC</h1>
<p>In December 2011, Blizzard decided to file a lawsuit against Ceiling Fan Software LLC, the creator of another gaming bot for WoW called <a href="http://www.pocketgno.me/?ref=dorotenko.pro">Pocket Gnome</a>. The owners of the company and unnamed persons were involved in the co-defendants (by analogy with the case against Scapegaming).</p>
<p>The defendants sold the bot at a price of $25 (a one-time payment for the entire period of use), $6.99 (per month for a period of six months), 8.99 (for 1 month). According to Blizzard, the defendants sold copies of their bot for hundreds of thousands of dollars.</p>
<p>According to Blizzard, the defendants&apos; actions resulted in the following violations:</p>
<ol>
<li>Intentional interference in contractual relations (between Blizzard and users of its game and service);</li>
<li>violation of the provisions of the EULA and ToU (because users, according to the provisions of these documents, cannot &quot;use cheats, automated software (bots), hacks and any other unauthorized third-party software created to modify the gameplay&quot;), including with the extraction of commercial profits from games and Blizzard services;</li>
<li>unfair competition.</li>
</ol>
<p>In their lawsuit, Blizzard asked the court to recognize the defendants as having violated its rights, to stop selling Pocket Gnome and other similar software, and to pay monetary compensation to the plaintiff.</p>
<p>Later, the court determined that in addition to &quot;Pocket Gnome&quot;, the defendant also sold the &quot;<a href="http://www.shadowbot.net/?ref=dorotenko.pro">Shadow Bot</a>&quot;. Bots allowed the player to earn virtual currency, artifacts, and experience for his character without the direct participation of a player himself. These bots were designed to interact with the plaintiff&apos;s game and could not be used for any other computer game.</p>
<p>Ceiling Fan Software not only sold its software, but also distributed instructions for their effective use (including videos, manuals, FAQ, etc.), and also used the plaintiff&apos;s trademark &quot;WoW&quot; as a keyword in the Google AdWords advertising network and advertised their software by posting advertising banners.</p>
<p>On their website, in the FAQ section, the respondents even had such a question-answer pair:</p>
<blockquote>
<p><strong>Question</strong>: Is Pocket Gnome a violation of the Terms of Use of the service?</p>
<p>The answer was &quot;yes&quot;. Pocket Gnome is definitely a violation of the Terms of Use of the service. You don&apos;t need to have an excellent knowledge of English to fully understand how contrary this is. If you are caught using this bot, you may be blocked. So be careful and don&apos;t get caught.</p>
</blockquote>
<p>And there was also such a disclaimer on the website of the bot manufacturer:</p>
<blockquote>
<p>&quot;We are aware that Blizzard is against the use of bots in their programs and does not allow their use in its TOS/EULA. You may be blocked from using our software due to violations of such provisions of TOS/EULA.&quot;</p>
</blockquote>
<p>According to Blizzard, the co-defendants provided technical support to users on their own forum and gave advice on how to avoid situations in the game of being detected using a bot.</p>
<p>According to the defendants, their bots were not detectable by the Blizzard gaming system, the bots themselves were not reproduced in the computer&apos;s RAM, so they could not be detected by standard means.</p>
<p>Interestingly, the defendants had their own license agreements for the use of bots, in which there was a clause stating that they reserve the right to terminate them with those users who used bots improperly or transferred their bots to other users who did not purchase a license to use them from the defendants. However, the defendants have never terminated license agreements with any of the bot users for such a reason.</p>
<p>The defendants decided to retaliate and filed a counterclaim against Blizzard.</p>
<p>As a result, in September 2013, the court ruled in favor of Blizzard, recognizing the defendants&apos; actions as a violation of Blizzard&apos;s rights, since they were unlawful intentional interference in the plaintiff&apos;s contractual relations, unfair competition, and violation of contractual obligations.</p>
<p>The court also issued an injunction prohibiting further activities of the defendants in the sale, distribution, and licensing of its bots. Plus, the court awarded compensation in favor of the plaintiff in the amount of 7 million US dollars (interestingly, the defendant did not have enough money to cover its compensation costs, so they even appealed to their own users to help them pay the rest of the compensation).</p>
<p>Currently following the links <a href="http://www.pocketgno.me/?ref=dorotenko.pro">pocketgno.me</a> and <a href="http://www.shadowbot.net/?ref=dorotenko.pro">shadowbot.net</a> opens <a href="http://legal.ceilingfansoftware.com/?ref=dorotenko.pro">legal.ceilingfansoftware.com</a> with information that the company is prohibited from distributing the created bot, and a link to the court decision.</p>
<h1 id="v-benjamin-bell-and-christopher-spellman">v. Benjamin Bell and Christopher Spellman</h1>
<p>In 2012 in California two gamers (Benjamin Bell and Christopher Spellman) filed a class action lawsuit against Blizzard for the fact that the company did not inform users that additional game elements should be purchased separately after purchasing the game itself in order to ensure the security of information stored in customers&apos; gaming accounts. According to the plaintiffs, such silence on the part of Blizzard was misleading consumers of Blizzard products, and their negligence in protecting confidential user data compromised millions of users (we are talking about <a href="http://www.bbc.com/news/technology-19207276?ref=dorotenko.pro">events of August 2012</a>). Blizzard should not shift their costs of ensuring the security of user data to the users themselves by selling them such protection measures.</p>
<p>In turn, Blizzard considered the lawsuit pointless, since it was about such company products as an <a href="https://us.battle.net/support/en/article/battlenet-authenticator?ref=dorotenko.pro">Authenticator</a> &#x2013; a technical solution to increase the security of user accounts by generating passwords, which can be purchased as a mobile application or device and which is an optional product that allows you to use your account on Battle.net even if his username/password has been compromised. The cost of such a product at the time of filing the claim was only 6.5 US dollars.</p>
<p>The case dragged on for 2 years, and eventually, in May 2014, the parties to the case concluded a confidential settlement agreement between themselves, after which a corresponding application was submitted to the court, on the basis of which the judge of the district court judge dismissed the case.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://gamerant.com/blizzard-overwatch-clone-lawsuit-china/?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Blizzard Wins Overwatch Clone Lawsuit in China</div><div class="kg-bookmark-description">Blizzard wins a victory against the overwhelming wave of Overwatch clones, with a lawsuit against Chinese publisher 4399 coming to an end.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://gamerant.com/public/build/images/favicon-240x240.e2e355d6.png" alt><span class="kg-bookmark-author">GameRant</span><span class="kg-bookmark-publisher">Rory Young</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://static0.gamerantimages.com/wordpress/wp-content/uploads/2019/11/overwatch-clone-heroes-of-warfare-lawsuit.jpg" alt></div></a><figcaption><p><i><em class="italic" style="white-space: pre-wrap;">November 2019: Blizzard secured an injunction against a Chinese clone of its Overwatch game.</em></i></p></figcaption></figure><p><mark><em>the original article was written before these legal cases described below were finished</em></mark></p>
<h1 id="v-worlds-inc">v. Worlds, Inc</h1>
<p>March 30, 2012 Worlds, Inc. has filed a lawsuit against Blizzard for violating the latter in their games &quot;Call of Duty&quot; and &quot;World of Warcraft&quot; American patents of the plaintiff No <a href="https://patents.google.com/patent/US8082501B2/en?ref=dorotenko.pro">8,082,501</a>, <a href="https://patents.google.com/patent/US7493558B2/en?ref=dorotenko.pro">7,493,558</a>, <a href="https://patents.google.com/patent/US7945856B2/en?ref=dorotenko.pro">7,945,856</a> and <a href="https://patents.google.com/patent/US7181690B1/en?ref=dorotenko.pro">7,181,690</a>, entitled as &quot;A system and method that allows users to interact in a virtual world&quot;.</p>
<p>They cover technologies and methods related to scaling architecture for three-dimensional multiplayer gaming systems that allow users to interact with the environment recreated in game systems using their game character. In fact, such patents give the company a monopoly on the technologies that form the core of most MMO games.</p>
<p>Some sources <a href="https://www.engadget.com/2014-03-19-blizzard-scores-a-victory-against-patent-troll-worlds-inc.html?ref=dorotenko.pro">recognize</a> Worlds, Inc. as a typical patent troll, because the company&apos;s activities are limited mainly to licensing its patents and litigation against those who violate patent rights and do not want to license them.</p>
<p>On October 3, 2014, a court hearing was held in which questions regarding the wording in the claims for inventions for which patents were issued were considered. Consideration of the claim on the merits will take place in the foreseeable future.</p>
<p><mark>In the end, Blizzard <a href="https://www.gamesindustry.biz/activision-blizzard-wins-patent-lawsuit-after-nine-years?ref=dorotenko.pro">won</a> this legal fight. Meanwhile, an affiliated company of Activision Publishing Inc <a href="https://patents.google.com/patent/US9789406B2/en?ref=dorotenko.pro">has patented</a> a way to stimulate players to purchase in-game items.</mark></p>
<h1 id="v-does-1-10">v. DOES 1-10</h1>
<p>And in this case in 2014, Blizzard is already the plaintiff. The fact is that the defendants created and sold copies of ValiantChaos MapHack and other similar software, which was essentially a cheat code for the Blizzard &quot;StarCraft II&quot; game: it removes the so-called &quot;fog of war&quot; from the game map, allows you to observe the movements of the opponent&apos;s units and receive other information that is not available to the user in normal game mode. According to Blizzard, the company suffered significant damage from the actions of the defendants (including reputational damage).</p>
<p>The name of the defendants is indicated exactly this way, since Blizzard itself does not know and has not been able to identify the names of real people involved in the production and sale of such software. As stated in the lawsuit, the creation and use of such software is:</p>
<ol>
<li>violation of the terms of the contracts, namely: the Rules of use of the service Battle.net and StarCraft II EULA,</li>
<li>violation of the company&apos;s copyright on their game product,</li>
<li>the use of measures to circumvent the protection of intellectual property <em>(in the United States, this is a separate type of violation)</em>,</li>
<li>intentional interference in contractual relations between other users and Blizzard.</li>
</ol>
<p>In its lawsuit, Blizzard demanded to stop these violations, transfer to the company all copies of materials violating their rights, provide the company with all reports on sales of such software, pay monetary compensation in their favor for violated rights, as well as reimburse all legal costs incurred by it.</p>
<p>Since the identity of the defendants has not been established, and the deadline for providing a response to the claim by the defendants has already expired, in accordance with the procedural law of the state of California, the decision was made in favor of the plaintiff on all points stated in the lawsuit.</p>
<p>The case remains small: it is only necessary to determine the identity of the defendants and bring them to justice in accordance with the court decision.</p>
<h1 id="v-via-vadis-llc-and-ac-technologies-sa">v. Via Vadis LLC and AC Technologies SA</h1>
<p>The most recent of Blizzard&apos;s court cases at the moment within the framework of this collection, since the lawsuit against the company was filed 2 months ago in August 2014. The plaintiffs (Via Vadis and AC Technologies) sued the game maker for infringement of their own patents. One of the plaintiffs is known for the fact that at the same time <a href="http://search.rpxcorp.com/lit/txwdce-711536?ref=dorotenko.pro">filed a lawsuit</a> not only against Blizzard, but against a number of well-known companies: Amazon, D-Link, Skype, Netgear.</p>
<p>The subject of the lawsuit is the plaintiffs&apos; alleged infringement of patents <a href="https://patents.google.com/patent/US7904680B2/en?ref=dorotenko.pro">7,904,680</a> and <a href="https://patents.google.com/patent/USRE40521E1/en?ref=dorotenko.pro">RE40,521</a> and <a href="https://patents.google.com/patent/US8656125B2/en?ref=dorotenko.pro">8,656,125</a>, all of which are entitled &quot;Data Access and System management, as well as a method of data access and data management for computer systems&quot;.</p>
<p>These patents are directly related to distributed data storage technology and peer-to-peer networks (including BitTorrent protocol).</p>
<p>The lawsuit states that Blizzard uses these technologies, which are covered by the plaintiffs&apos; patents, by creating, selling, offering for sale, and distributing their products, including using the BitTorrent protocol. The lawsuit mentions the defendant&apos;s products such as games &quot;World of Warcraft&quot;, &quot;Starcraft&quot;, &quot;Diablo&quot;.</p>
<p>The plaintiffs stated that they want to obtain monetary compensation from Blizzard for infringement of the rights to these patents.</p>
<p>Blizzard has not yet spoken publicly about this new lawsuit. But overall, this case seems interesting.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://www.pcgamer.com/decoding-blizzarde28099s-trademark-dispute-who-really-owns-dota/?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Decoding Blizzard and Valve&#x2019;s trademark dispute: who really owns DOTA?</div><div class="kg-bookmark-description">This week, it was finally revealed that Blizzard and Riot are both disputing Valve&#x2019;s attempts to trademark DOTA in the US ahead of the eventual launch of DOTA 2. The case is fascinating/horrifying for</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://vanilla.futurecdn.net/pcgamer/840541/apple-touch-icon.png" alt><span class="kg-bookmark-author">PC Gamer</span><span class="kg-bookmark-publisher">Tim Edwards</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://cdn.mos.cms.futurecdn.net/1d8911a3eef7777b2099cc78b3e945f2-1200-80.jpg" alt></div></a><figcaption><p><span style="white-space: pre-wrap;">This case is not included in this collection. To get more details on Dota2 dispute, follow this link.</span></p></figcaption></figure><hr><div class="kg-card kg-toggle-card" data-kg-toggle-state="close">
            <div class="kg-toggle-heading">
                <h4 class="kg-toggle-heading-text"><span style="white-space: pre-wrap;">Sources and additional literature</span></h4>
                <button class="kg-toggle-card-icon" aria-label="Expand toggle to read content">
                    <svg id="Regular" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
                        <path class="cls-1" d="M23.25,7.311,12.53,18.03a.749.749,0,0,1-1.06,0L.75,7.311"/>
                    </svg>
                </button>
            </div>
            <div class="kg-toggle-content"><ul><li value="1"><a href="http://cornelllawreview.org/files/2013/02/Hwang.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Kenneth Hwang, BLIZZARD VERSUS BNETD: A LOOMING ICE AGE FOR FREE SOFTWARE DEVELOPMENT?</span></a></li><li value="2"><a href="http://web.stanford.edu/group/htgg/sts145papers/dhsieh_2004_1.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Dave Hsieh, BNETD AND BLIZZARD, 3/16/2004, STS 145</span></a></li><li value="3"><a href="http://lawmeme.research.yale.edu/modules.php?name=News&amp;file=article&amp;sid=149&amp;ref=dorotenko.pro"><span style="white-space: pre-wrap;">Ernest Miller, Analysis of BNETD and Blizzard</span></a></li><li value="4"><a href="https://www.eff.org/cases/blizzard-v-bnetd?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Blizzard v. BNETD</span></a></li><li value="5"><a href="http://ny.findacase.com/research/wfrmDocViewer.aspx/xq/fac.20060613_0000508.WNY.htm/qx?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Mele v. Davidson &amp; Associates</span></a></li><li value="6"><a href="http://www.jurisnotes.com/Cases/mele0450.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://www.jurisnotes.com/Cases/mele0450.pdf</span></a></li><li value="7"><a href="http://apps.americanbar.org/litigation/litigationnews/top_stories/033111-ninth-circuit-copyright-infringement-world-of-warcraft.html?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Kristine L. Roberts, Ninth Circuit Enters Debate on Software Licensing and Copyright Law</span></a></li><li value="8"><a href="https://cases.justia.com/federal/district-courts/arizona/azdce/2:2006cv02555/322017/27/0.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">https://cases.justia.com/federal/district-courts/arizona/azdce/2:2006cv02555/322017/27/0.pdf</span></a></li><li value="9"><a href="http://homepages.law.asu.edu/~dkarjala/cyberlaw/RedmanMDYvBlizzard%28JurimetricsJ2009%29.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Jordan Christopher Redman, MDY INDUSTRIES, L.L.C. v. BLIZZARD ENTERTAINMENT, INC.: SOFTWARE &#x201C;CONTRACTS&#x201D; THAT EXPAND COPYRIGHTS HAVE GONE TOO FAR</span></a></li><li value="10"><a href="http://www.litigationandtrial.com/2010/12/articles/the-law/for-non-lawyers/ninth-circuit-says-make-love-not-warcraft-in-the-glider-copyright-infringement-case/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Max Kennerly, Esq, Ninth Circuit Says &#x201C;Make Love, Not Warcraft&#x201D; In The Glider Copyright Infringement Case</span></a></li><li value="11"><a href="http://www.gamerlaw.co.uk/2010/blizzard-wins-88m-lawsuit-against-wow-private-server-owner/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Jas Purewal, Blizzard wins $88m lawsuit against WoW private server owner, 16/08/2010</span></a></li><li value="12"><a href="https://www.rfcexpress.com/lawsuits/copyright-lawsuits/california-central-district-court/51340/blizzard-entertainment-inc-v-alyson-reeves-dba-scapegaming-et-al/official-court-documents/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Blizzard Entertainment, Inc. v. Alyson Reeves dba Scapegaming et al</span></a></li><li value="13"><a href="http://reporter.blogs.com/files/blizzard---order-on-damages1.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://reporter.blogs.com/files/blizzard---order-on-damages1.pdf</span></a></li><li value="14"><a href="http://ras.arbitr.ru/PdfDocument/b49c293f-52bb-45da-a7c0-51997ffeb192/%D0%9040-22747-2009__20100609.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://ras.arbitr.ru/PdfDocument/b49c293f-52bb-45da-a7c0-51997ffeb192/%D0%9040-22747-2009__20100609.pdf</span></a></li><li value="15"><a href="http://www.behrmannhaertel.de/2011/10/31/kleine-zusammenfassung-blizzard-vs-bossland/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Marian H&#xE4;rtel, Kleine Zusammenfassung &#x2013; Blizzard vs. Bossland</span></a></li><li value="16"><a href="http://bossland-lawsuit.blogspot.ru/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Gatherbuddy / Honorbuddy Lawsuit</span></a></li><li value="17"><a href="http://www.bossland-gmbh.com/Urteil_HB_HH.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://www.bossland-gmbh.com/Urteil_HB_HH.pdf</span></a></li><li value="18"><a href="http://www.plainsite.org/dockets/ru8w4poe/california-central-district-court/blizzard-entertainment-inc-v-ceiling-fan-software-llc-et-al/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Blizzard Entertainment Inc v. Ceiling Fan Software LLC et al</span></a></li><li value="19"><a href="https://cases.justia.com/federal/district-courts/arizona/azdce/2:2011cv02357/659787/1/0.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">https://cases.justia.com/federal/district-courts/arizona/azdce/2:2011cv02357/659787/1/0.pdf</span></a></li><li value="20"><a href="https://casetext.com/case/blizzard-entmt-inc-v-ceiling-fan-software-llc?ref=dorotenko.pro"><span style="white-space: pre-wrap;">BLIZZARD ENTERTAINMENT INC. v. CEILING FAN SOFTWARE LLC, et al. 941 F.Supp.2d 1227 (C.D. Cal. 2013)</span></a></li><li value="21"><a href="http://www.gameskinny.com/mrxyr/ceiling-fan-software-loses-its-fight-with-blizzard-entertainment?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Mary Yeager, Ceiling Fan Software Loses Its Fight with Blizzard Entertainment</span></a></li><li value="22"><a href="http://legal.ceilingfansoftware.com/docs/147%20Order%20Granting%20Blizzard%27s%20Motion%20for%20Summary%20judgment%20and%20Denying%20Defendants%27%20Motion%20for%20Summary%20Judgment%20%282013-09-24%29.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://legal.ceilingfansoftware.com/docs/</span></a></li><li value="23"><a href="http://www.forbes.com/sites/erikkain/2012/11/10/blizzard-responds-to-class-action-lawsuit-over-security-concerns/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Erik Kain, Blizzard Responds To Class Action Lawsuit Over Security Concerns</span></a></li><li value="24"><a href="https://www.docketalarm.com/cases/California_Central_District_Court/2--12-cv-09475/Benjamin_Bell_et_al_v._Blizzard_Entertainment_Inc_et_al/?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Benjamin Bell et al v. Blizzard Entertainment Inc et al</span></a></li><li value="25"><a href="http://www.classdefenseblog.com/files/2013/08/Bell-v-Blizzard.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://www.classdefenseblog.com/files/2013/08/Bell-v-Blizzard.pdf</span></a></li><li value="26"><a href="http://www.gpo.gov/fdsys/pkg/USCOURTS-mad-1_12-cv-10576/pdf/USCOURTS-mad-1_12-cv-10576-0.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://www.gpo.gov/fdsys/pkg/USCOURTS-mad-1_12-cv-10576/pdf/USCOURTS-mad-1_12-cv-10576-0.pdf</span></a></li><li value="27"><a href="http://www.marketwired.com/press-release/worlds-inc-vs-activision-blizzard-patent-infringement-markman-hearing-completed-awaiting-otcqb-wddd-1954757.htm?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Worlds Inc. vs. Activision Blizzard Patent Infringement Markman Hearing Completed; Awaiting Ruling, Trial Date</span></a></li><li value="28"><a href="http://ia802503.us.archive.org/35/items/gov.uscourts.cacd.589795/gov.uscourts.cacd.589795.docket.html?ref=dorotenko.pro"><span style="white-space: pre-wrap;">http://ia802503.us.archive.org/35/items/gov.uscourts.cacd.589795/gov.uscourts.cacd.589795.docket.html</span></a></li><li value="29"><a href="https://ia802503.us.archive.org/35/items/gov.uscourts.cacd.589795/gov.uscourts.cacd.589795.1.0.pdf?ref=dorotenko.pro"><span style="white-space: pre-wrap;">https://ia802503.us.archive.org/35/items/gov.uscourts.cacd.589795/gov.uscourts.cacd.589795.1.0.pdf</span></a></li><li value="30"><a href="https://search.rpxcorp.com/lit/txwdce-711536?ref=dorotenko.pro"><span style="white-space: pre-wrap;">Via Vadis, LLC et al v. Blizzard Entertainment, Inc.</span></a></li></ul></div>
        </div>]]></content:encoded></item><item><title><![CDATA["Cultural" Domain Disputes in Russia]]></title><description><![CDATA[The review of domain disputes in Russia initiated by The Bolshoi Theatre, the Mariinsky Theatre, the Mikhailovsky Theatre, the N.P. Akimov Comedy Theatre.]]></description><link>https://dorotenko.pro/cultural-domain-disputes/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2db8</guid><category><![CDATA[domains]]></category><category><![CDATA[Court practice]]></category><category><![CDATA[Russia]]></category><category><![CDATA[trademarks]]></category><category><![CDATA[compensation]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Sat, 16 Dec 2023 21:54:23 GMT</pubDate><media:content url="https://dorotenko.pro/content/images/2024/09/kyle-head-p6rNTdAPbuk-unsplash-1.webp" medium="image"/><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/domain-disputes-theatres/"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><img src="https://dorotenko.pro/content/images/2024/09/kyle-head-p6rNTdAPbuk-unsplash-1.webp" alt="&quot;Cultural&quot; Domain Disputes in Russia"><p>What unites the Mariinsky Theatre, the Mikhailovsky Theatre and the N.P. Akimov Comedy Theatre?</p>
<p>For sure, you can find a lot of common grounds and criteria for unification, but we can safely say that something new has appeared: all three cultural institutions have been successfully fighting domain disputes with ticket resellers who resell them on their websites with domain names similar to theater trademarks, hiding behind other means of individualization and objects of intellectual rights of theaters, which can be brand name, photos, etc. Potentially, the problem of such litigation concerns not only cultural events, but also sports and even transport tickets. In this article you can read about what decisions the courts have made regarding domain administrators that mislead users, and what amounts of compensation plaintiffs can expect in such disputes.</p>
<p>A domain dispute is a case on the legality of using a domain name similar to a result of intellectual activity or a means of individualization belonging to the applicant, in which a requirement is stated to compel or prohibit the commission of any actions that are subject to enforcement (from a certificate on some issues related to the procedural procedure for the application of interim measures in a domain dispute, approved by <em>the Resolution of the Presidium of the Intellectual Property Rights Court dated 10/15/2013 No. SP-23/3</em>).</p>
<p>In March 2019 <a href="https://www.mariinsky.ru/en/?ref=dorotenko.pro">The Mariinsky Theatre</a> achieved a ban on the use of the domain name <em>mariinsky.com.ru</em> designations similar to trademarks belonging to the theatre (see <em>the decision of the AC of Moscow dated 06.03.2019 in case No. A40-225854/2018</em>).</p>
<p>In May 2019 The St. Petersburg State Academic Opera and Ballet Theater named after M.P. Mussorgsky - <a href="https://mikhailovsky.ru/en/?ref=dorotenko.pro">Mikhailovsky Theater</a> also achieved a similar ban, specifically a ban on using in a domain name <em>mikhailovsky.com.ru</em> a designation similar to the trademarks belonging to it. The theater also demanded compensation in the amount of 5 million rubles (in accordance with paragraph 4 of Article 1515 of the Civil Code of the Russian Federation), but the court awarded it in a smaller amount of 100,000 rubles only (see <em>the decision of the AC of Moscow dated 05/17/2019 in case No. A40-224/2019</em>).</p>
<p>In July 2019 <a href="https://akimovkomedia.ru/?ref=dorotenko.pro">The Academic Comedy Theater named after N.P. Akimov</a> followed the successful experience of their neighbors and repeated the judicial success in its own way: the plaintiff achieved not only a similar ban in relation to the domain name akimovkomedia.com.ru but also a substantial compensation of 1 million rubles (see <em>the decision of the AC of Moscow dated 08.07.2019 in case No. A40-58361/2019</em>).</p>
<p>What (or who) unites these cases? The defendant does. In all these cases CNF.ru LLC appeared as the defendant. Obviously, there was a reason for that. And now let&apos;s take a closer look at these cases.</p>
<h1 id="the-causes-of-these-domain-disputes">The causes of these domain disputes</h1>
<p>The factual side of these cases is covered in court decisions.</p>
<p>Such, in the case with the Mariinsky Theater, it was indicated that on the website on the Internet at mariinsky.com.ru booking and ticket sales for performances and concerts of the Mariinsky Theatre were offered.</p>
<p>In another case, the Mikhailovsky Theater, the court found that the defendant used the website <em>mikhailovsky.com.ru</em> to sell tickets for events held by the plaintiff on their stage, and gift certificates were offered for sale, the exchange of which for entrance tickets was impossible at the theater box office, since the theater does not have such products as gift certificates. In addition, according to the plaintiff, a trademark registered by the plaintiff and the plaintiff&apos;s brand name were posted on the defendant&apos;s website. The official address of the plaintiff was posted in the &quot;Contacts&quot; section on the defendant&apos;s website. It was also stated that the tickets that were presented on the defendant&apos;s website were original, but the content of the plaintiff&apos;s official website (photos, repertoire, etc.) was copied, and the false information about the plaintiff was posted.</p>
<p>In the case of the N.P. Akimov Comedy Theater, the court determined that the defendant sold tickets to theater events without being its partner and without having any contractual relations with the latter.</p>
<p>Thus, the owners of domain names, to whom the theaters filed lawsuits, organized and conducted activities to sell tickets to events that were held in these cultural institutions, with violations of the rights of the theaters. This problem is not a new one: we often encounter stories and journalistic reports about ticket resellers and difficulties in purchasing tickets to landmark events at their face value. Since ticket sales are allowed in Russia, including sales via the Internet, participants in this market of a certain category with their own understanding of business ethics in the struggle for the buyer often try to mislead them by creating an illusion of a buyer visiting the official website of the event organizer. The user also needs to remain vigilant and be attentive to the details of the website on which he purchases tickets.</p>
<h1 id="who-else-sued-whos-next">Who else sued? Who&apos;s next?</h1>
<p>The theatres mentioned above are not the only participants in domain disputes related to tickets sale for theatrical and other events.</p>
<p>So, in another case, as part of the claim of JSC CROCUS INTERNATIONAL against the same defendant CNF.ru LLC, was considered a dispute in relation to domain names, the administrator of which is the defendant crocus-city-hall.ru and crocus-city.com.ru. In support of the claims, the plaintiff indicated that on the Internet he has discovered the websites crocus-city-hall.ru and crocus-city.com.ru through which the tickets sale (including their booking and delivery) was carried out for events held in a concert Hall of Crocus City Hall which is owned by the plaintiff. The websites also use verbal designations &quot;Crocus&quot;, &quot;Crocus City Hall&quot;, and photographic images of the concert hall &quot;Crocus City Hall&quot;. The plaintiff also demanded compensation in the amount of 500,000 rubles.</p>
<p>The case of this plaintiff was also resolved in his favor &#x2014; the court forbade the defendant to use a designation confusingly similar to the plaintiff&apos;s trademarks and brand name, and also satisfied in full the claim for compensation (see <em>the decision of the AC of Moscow dated 12/18/2018 in case No. A40-39211/18-51-276</em>).</p>
<p>In another case, the lawsuit of the <a href="https://bolshoi.ru/en/?ref=dorotenko.pro">State Academic Bolshoi Theater of Russia</a> against citizen X. and Snabservice LLC on protection of trademark rights was considered. The court found that Snabservice LLC carried out the ticket sale to the Bolshoi Theater using the website bolshoi.me (and from the content of the website it could be concluded that tickets were distributed on behalf of and with the participation of the theater, which was not true). The administrator of the domain name  bolshoi.me was Citizen X. The court recognized the existence of unlawful use of the theater&apos;s individualization means by the co-defendants and ruled in favor of the plaintiff. However, the amount of compensation was reduced by almost 25 times (from the required almost 5 million rubles to 210,000 rubles total). Disagreeing with this, the theater challenged the awarded amount of compensation and achieved its goal: the the appellate court awarded the plaintiff compensation in the amount of the initial claims.</p>
<p>The appeal noted that, when determining the amount of compensation for violation of the plaintiff&#x2019;s exclusive rights to trademarks and reducing it, the court of first instance did not take into account the amount of unlawful benefit obtained from the illegal use of a confusingly similar designation. This unlawful benefit was seen from the information on the cost of tickets sold on the website bolshoi.me. As follows from the content of this website, the ticket prices offered were significantly (on average by 1.5&#x2014;3 times) higher than the ticket cost of the same characteristics sold directly by the plaintiff, which indicates a significant amount of illegally obtained benefits.</p>
<p>In addition, the appeal took into account the report on the assessment of the market value of two trademarks of the Bolshoi Theater of Russia, according to which the market value of these marks is almost 2 billion rubles (see <em>the Resolution of the Ninth Arbitration Court of Appeal dated 06/28/2013 No. 09AP-16923/2013-CC in case No. A40-162939/2012</em>).</p>
<p>It is not easy to say who will be next dissatisfied copyright holder in domain disputes. But there are grounds to consider the <a href="https://www.mmdm.ru/en/?ref=dorotenko.pro">Moscow International House of Music</a> as a potential plaintiff. Thus, an &quot;Important Information&quot; page has appeared on their website mmdm.ru (available <a href="https://www.mmdm.ru/vazhnaya-informaciya?ref=dorotenko.pro">here</a>). It contains the following message:</p>
<blockquote>
<p>&quot;Recently appeared websites mmdm.com.ru, www.&#x434;&#x43E;&#x43C;-&#x43C;&#x443;&#x437;&#x44B;&#x43A;&#x438;.&#x440;&#x444;, mmdm-tickets.com are not official websites or authorized agents for the sale of MMDM tickets. Beware!&quot;</p>
</blockquote>
<p>At the time of publication of this article, the first website was not open, but the other two were functioning. If the House of Music fails to resolve the issue out of court, then we will probably face a new court case with a new plaintiff.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://legalacademy.ru/course/2289383?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">&#x41F;&#x440;&#x430;&#x43A;&#x442;&#x438;&#x447;&#x435;&#x441;&#x43A;&#x438;&#x435; &#x432;&#x43E;&#x43F;&#x440;&#x43E;&#x441;&#x44B; &#x440;&#x430;&#x437;&#x440;&#x435;&#x448;&#x435;&#x43D;&#x438;&#x44F; &#x434;&#x43E;&#x43C;&#x435;&#x43D;&#x43D;&#x44B;&#x445; &#x441;&#x43F;&#x43E;&#x440;&#x43E;&#x432; - &#x41A;&#x435;&#x439;&#x441; (&#x420;&#x435;&#x433;&#x43E;&#x442;&#x43E;&#x432; &#x412;&#x438;&#x442;&#x430;&#x43B;&#x438;&#x439; &#x421;&#x435;&#x440;&#x433;&#x435;&#x435;&#x432;&#x438;&#x447;)</div><div class="kg-bookmark-description">&#x421;&#x43C;&#x43E;&#x442;&#x440;&#x435;&#x442;&#x44C; &#x43E;&#x43D;&#x43B;&#x430;&#x439;&#x43D; &gt;&gt; &#x412;&#x438;&#x442;&#x430;&#x43B;&#x438;&#x439; &#x421;&#x435;&#x440;&#x433;&#x435;&#x435;&#x432;&#x438;&#x447; &#x420;&#x435;&#x433;&#x43E;&#x442;&#x43E;&#x432; &#x440;&#x430;&#x441;&#x441;&#x43A;&#x430;&#x437;&#x44B;&#x432;&#x430;&#x435;&#x442; &#x43E; &#x432;&#x43E;&#x437;&#x43C;&#x43E;&#x436;&#x43D;&#x43E;&#x43C; &#x441;&#x43F;&#x43E;&#x441;&#x43E;&#x431;&#x435; &#x431;&#x43E;&#x440;&#x44C;&#x431;&#x44B; &#x441; &#x441;&#x430;&#x439;&#x442;&#x430;&#x43C;&#x438;-&#x434;&#x432;&#x43E;&#x439;&#x43D;&#x438;&#x43A;&#x430;&#x43C;&#x438;, &#x438;&#x441;&#x43F;&#x43E;&#x43B;&#x44C;&#x437;&#x443;&#x44E;&#x449;&#x438;&#x43C;&#x438; &#x437;&#x430;&#x440;&#x435;&#x433;&#x438;&#x441;&#x442;&#x440;&#x438;&#x440;&#x43E;&#x432;&#x430;&#x43D;&#x43D;&#x44B;&#x439; &#x442;&#x43E;&#x432;&#x430;&#x440;&#x43D;&#x44B;&#x439; &#x437;&#x43D;&#x430;&#x43A; &#x432; &#x434;&#x43E;&#x43C;&#x435;&#x43D;&#x43D;&#x43E;&#x43C; &#x438;&#x43C;&#x435;&#x43D;&#x438;, &#x43D;&#x430; &#x43F;&#x440;&#x438;&#x43C;&#x435;&#x440;&#x435; &#x441;&#x43F;&#x43E;&#x440;&#x430; &#x41C;&#x430;&#x440;&#x438;&#x438;&#x43D;&#x441;&#x43A;&#x43E;&#x433;&#x43E; &#x442;&#x435;&#x430;&#x442;&#x440;&#x430;. &#x41B;&#x435;&#x43A;&#x442;&#x43E;&#x440; &#x43E;&#x431;&#x440;&#x430;&#x449;&#x430;&#x435;&#x442; &#x432;&#x43D;&#x438;&#x43C;&#x430;&#x43D;&#x438;&#x435; &#x43D;&#x430; &#x43F;&#x440;&#x430;&#x43A;&#x442;&#x438;&#x447;&#x435;&#x441;&#x43A;&#x438;&#x435; &#x432;&#x43E;&#x43F;&#x440;&#x43E;&#x441;&#x44B;, &#x432;&#x43E;&#x437;&#x43D;&#x438;&#x43A;&#x430;&#x44E;&#x449;&#x438;&#x435; &#x43F;&#x440;&#x438; &#x43F;&#x43E;&#x434;&#x433;&#x43E;&#x442;&#x43E;&#x432;&#x43A;&#x435; &#x438;&#x441;&#x43A;&#x430; &#x438; &#x440;&#x430;&#x441;&#x441;&#x43C;&#x43E;&#x442;&#x2026;</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://legalacademy.ru/img/apple-touch-icon.png" alt="&quot;Cultural&quot; Domain Disputes in Russia"><span class="kg-bookmark-author">Legal Academy</span><span class="kg-bookmark-publisher">&#x420;&#x435;&#x433;&#x43E;&#x442;&#x43E;&#x432;&#x412;&#x438;&#x442;&#x430;&#x43B;&#x438;&#x439;&#x421;&#x435;&#x440;&#x433;&#x435;&#x435;&#x432;&#x438;&#x447;</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://legalacademy.ru/at/2289409.png" alt="&quot;Cultural&quot; Domain Disputes in Russia"></div></a><figcaption><p><span style="white-space: pre-wrap;">The lawyer of the Mariinsky Theatre talks about domain trademark disputes.</span></p></figcaption></figure><h1 id="about-compensation-for-disputed-domains">About compensation for disputed domains</h1>
<p>What are the amounts of compensation for domain disputes of the cultural institutions under discussion? For clarity, the data on the amounts is presented in the form of a table in which information on each of the cases is grouped, as well as the circumstances mentioned in the judicial acts that the court took into account when determining the final amounts of compensation.</p>
<p>In many ways, not only in the examples above, but also in other cases of numerous domain disputes, the courts are guided by the legal position of the Presidium of the Supreme Arbitration Court of the Russian Federation, set out in Resolution No. 8953/12 of 11/20/2012. According to this position, the amount of compensation for the unlawful use of a work should be determined based on the need to restore the property status of the copyright holder. This means that it must be placed in the property position in which it would have been if the work had been used lawfully. Therefore, when determining the amount of compensation, it is necessary to take into account the possibility of bringing to justice by the copyright holder all known violators of his right. And although in domain disputes, in the vast majority of cases, it is not about the unlawful use of copyright objects, but about the protection by plaintiffs of rights to means of individualization (mainly trademarks), the above legal position is important for this category of cases.</p>
<p>In fact, there are quite a lot of factors influencing the amount of compensation. In many cases, the courts quote each other, pointing out that when determining the amount of compensation, the court takes into account, for example, the nature of a violation committed, the period of illegal use of the result of intellectual activity, the degree of guilt of the violator, the principles of reasonableness and fairness, as well as the proportionality of compensation to the consequences of the violation (see, for example, <em>the Intellectual Property Court Ruling dated 09/28/2016 No. C01-832/2016 in case no. A65-26240/2015, dated 12/01/2015 no. C01-805/2015 in case No. A56-61922/2014, Fifth Arbitration Court of Appeal dated 10/19/2011 no. 05AP-6335/2011 in case No. A51-5935/2011, Eighteenth Arbitration Court of Appeal dated 05/20/2013 no. 18AP-3450/2013 in case No. A07-16055/2012, Thirteenth Arbitration Court of Appeal dated 09.08.2016 No. 13AP-12673/2016 in case No. A56-74358/2015</em>).</p>
<p>Among other data, there is such an indicator as divisors. By dividers, we propose to understand the values of how many times the courts eventually reduced the initial claims of the plaintiffs for the compensation they demanded. It should be noted at once that the smaller the divisor in its value, the better it is for the plaintiff: if the divisor is equal to one (1.0), it means that the court satisfied the plaintiff&apos;s initial claims regarding the recovery of compensation from the defendant in full. And, of course (which is quite logical), the higher the plaintiff&apos;s initial claims regarding the amount of compensation, the less likely it is that the court will satisfy them in full. There are cases like that, but not many.</p>
<p>Therefore, pay attention to cases in the table where the divisors are equal to 1.0: CROCUS INTERNATIONAL JSC in its case achieved compensation in the amount of 500,000 rubles, and the Bolshoi Theater was able to receive the maximum amount of 5 million rubles provided for by the law (in Article 1515 of the Civil Code of the Russian Federation). Such results in domain disputes in Russia should be assessed as very good and unique, respectively.</p>
<p>At the same time, of course, do not underestimate the absolute values of compensation amounts. As you can see, in the case with the N.P. Akimov Comedy Theater, the court awarded the plaintiff compensation in the amount of 1 million rubles. And even if in this case the value of the divisor was already 5.0, but in absolute terms, the amount of compensation has reached a serious amount. For domain disputes, the value of the divisor 5.0 is quite a good indicator (in many cases, courts are willing to reduce the compensation claimed by the plaintiffs, sometimes tenfold), and the amount of compensation of a million rubles is a very good result, relatively uncommon in such cases.</p>
<p>Let&apos;s go back to the factors.</p>
<p>We should also not forget about such aspects as the identity (status) of the plaintiff himself and the professionalism of the lawyers who form a position for the plaintiff and collect evidence. They may seem obvious to some, but they are nevertheless worth mentioning directly. Please note: in the Mikhailovsky Theater case, the court reduced compensation to the plaintiff tenfold (the divisor in this case is 50.0). Why so? The answer to this question is given in the court decision by the court itself:</p>
<blockquote>
<p>&quot;The plaintiff has not provided adequate, reliable, admissible evidence that the violation of exclusive rights committed by the defendant entailed such consequences for him that he had the right to expect compensation in the declared amount.&quot;</p>
</blockquote>
<p>Or, on the contrary, consider a court decision on a domain name bolshoi.me . The Ninth Arbitration Court of Appeal, in its <em>decision dated by 06/28/2013 No. 09AP-16923/2013-CC in case No. A40-162939/2012</em>, approved the amount of compensation from the co-defendants in favor of the plaintiff, the Bolshoi Theater, in the amount of 5,000,000 rubles. What did the court say about the status of the plaintiff himself? Many lines in the judicial act are devoted to the status and importance of the theater as an independent entity:</p>
<blockquote>
<p>&quot;The Bolshoi Theatre is one of the largest theaters in Russia and the world. The Bolshoi Theatre is a cultural heritage of the peoples of the Russian Federation with more than two centuries of their history, marked by opera and ballet performances that belong to the masterpieces of world art (including productions of outstanding works by famous composers). The contribution of the Bolshoi Theatre of Russia to the development of culture in both the Russian Federation and foreign countries has determined the special status of this institution as a world-famous theater, distinguished, among other things, by a special professional level of both artists and other employees. It should also be borne in mind that it is the controversial designation &quot;BOLSHOI&quot; that is the international name of this theater, under which it received its wide fame, which makes this designation a brand of national and global importance. Historically, this name belongs to a category of proper names that retain their phonetic characteristics (sound) in any language of the world. Thus, the State Academic Bolshoi Theatre of Russia is one of the elements of the international prestige of the Russian Federation.&quot;</p>
</blockquote>
<p>Has the court noted similar characteristics of the Mikhailovsky Theater in its decision on its domain dispute? No, it hasn&apos;t. The court&apos;s decision in the Mikhailovsky Theater case says the following:</p>
<blockquote>
<p>&quot;The trademarks and brand name of the plaintiff &lt;...&gt; are well-known means of individualization in the field of culture.&quot;</p>
</blockquote>
<p>That&apos;s the whole laconic assessment of the court regarding the plaintiff&apos;s status as a cultural institution. Not a word about international prestige.</p>
<p>The question of how justified the situation is when, in cases with similar circumstances, compensation for violation of intellectual property rights for one plaintiff amounts to a maximum of 5 million rubles (with a divisor of 1.0), and the court awards only 100,000 rubles to another (with a divisor of 50.0) remains open. Nevertheless, the analysis of judicial acts in relation to cultural institutions and the arguments given by the courts in making decisions should help plaintiffs in similar disputes, including other categories, for example, organizers of sports events, carriers, etc.</p>
<h1 id="take-note">Take note</h1>
<p>Theaters are trying to resist unscrupulous business entities with technical and organizational measures. For example, the Chekhov Moscow Art Theater limited the time for booking tickets on its website and demanded such restrictions on the websites of its aggregator partners &lt;2&gt;. But now we see that theaters and other cultural institutions are increasingly confidently and massively trampling the path of fighting resellers through lawsuits.</p>
<hr>
<ol>
<li>The Kardamon project is dedicated to legal issues of domain names. In addition, the author of the article is the creator of the Kardamon.Dm database which is about court cases on domain disputes in Russia. Additional information about the project and the database can be found on the website: <a href="https://dorotenko.pro/kardamon/">dorotenko.pro/kardamon</a>. Opinions expressed by the author may differ from the position of YANDEX LLC.</li>
<li>See Begimbetova I., Lieberman M. The art of the Russian ticket. How the theatrical mafia inflates prices // Kommersant Money Magazine No. 12 dated 03/28/2016, p. 19.</li>
</ol>
<hr>

<!--kg-card-begin: html-->
<small>Photo by:</small> <a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, &quot;Helvetica Neue&quot;, Helvetica, Ubuntu, Roboto, Noto, &quot;Segoe UI&quot;, Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@kyleunderscorehead?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge&amp;ref=dorotenko.pro" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Kyle Head"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewbox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"/></svg></span><span style="display:inline-block;padding:2px 3px">Kyle Head</span></a>
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[The Author's Right to Their Name]]></title><description><![CDATA[A short list of cases related to art. 1265 of the Russian Federation Civil Code: how to attribute authorship, court practice, anonymous use, what specify in labor contracts.]]></description><link>https://dorotenko.pro/authors-attribution-right/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2db7</guid><category><![CDATA[Copyright]]></category><category><![CDATA[Court practice]]></category><category><![CDATA[intellectual property]]></category><category><![CDATA[Russia]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Fri, 08 Dec 2023 21:35:33 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/attribution-right/"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian made by Valentina D.</em></i></div></div><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x2712;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">What is there for you in my name? (c) A.S. Pushkin</em></i></div></div><p>Article 1265 of the Civil Code of the Russian Federation <a href="http://www.consultant.ru/document/cons_doc_LAW_64629/01cf40c9e42efacdb8dff7cdd410e2542bbbfdf4/?ref=dorotenko.pro">consolidates</a> that the author has the right to have their name that is inalienable and non-transferable (even in case of alienation of the exclusive right to his work). This right was legislated a long time ago: it also existed in the <a href="http://www.consultant.ru/cons/cgi/online.cgi?req=doc&amp;base=ESU&amp;n=7402&amp;ref=dorotenko.pro#017719318401173634">Resolution of the CEC of the USSR, Council of People&apos;s Commissars of the USSR</a> &quot;Fundamentals of Copyright&quot;, and in <a href="http://docs.cntd.ru/document/901868109?ref=dorotenko.pro">The Law of the USSR</a> &quot;On approval of the Foundations of the Civil Legislation of the USSR and of the Union Republics&quot;, and in <a href="http://www.consultant.ru/document/cons_doc_LAW_2238/18b34034d23ca7f2e4f1857ca2f13de56a923744/?ref=dorotenko.pro">the Law of the Russian Federation</a> &quot;About copyright and related rights&quot;. This is not a domestic legislative invention, the right to a name has already been enshrined in the <a href="http://www.consultant.ru/document/cons_doc_LAW_5112/d4fd79c87f115e526bfa7257ef815940ce1d3719/?ref=dorotenko.pro">Berne Convention</a>:</p>
<blockquote>
<p>&quot;(1) In order for an author of literary and artistic works that are protected by this Convention, to be considered in absence of evidence to the contrary as such and, accordingly, have the right to apply to the court in countries of the Union regarding the violation of his rights, it is sufficient if the author&apos;s name is indicated in the usual way on their work.  Current paragraph applies even if this (the author&#x2019;s) name is a pseudonym, in case that the pseudonym adopted by the author leaves no doubt about his identity.&quot;</p>
</blockquote>
<h3 id="examples-of-the-implementation-of-copyright-a-name-in-a-variety-of-areas-of-intellectual-activity-are">Examples of the implementation of copyright a name in a variety of areas of intellectual activity are:</h3>
<ul>
<li><strong>software</strong> &#x2013; developer names are listed on &#x201C;About&#x201D; screens or on separate pages (which is especially typical for open source projects, where not only developers are listed, but also contributors are): <a href="https://3ddroid.ru/en/program/adobe-photoshop-version-by-years-history-of-photoshop?ref=dorotenko.pro">Adobe Photoshop</a>, <a href="https://sourceforge.net/projects/sevenzip?ref=dorotenko.pro">7-Zip</a>, <a href="https://github.com/facebook/react/blob/master/AUTHORS?ref=dorotenko.pro">React</a></li>
<li><strong>paintings</strong> &#x2013; author&apos;s signatures <a href="https://izokurs.ru/blog/kak-podpisat-kartinu/?ref=dorotenko.pro#podpislicevaya">are presented</a> on the front and back sides of the canvases</li>
<li><strong>sculptures</strong> &#x2013; remembering <a href="https://39rim.ru/peta-mikelandzhelo-istoriya-znamenitogo-shedevra.html?ref=dorotenko.pro">history</a> Mi&#x441;elangelo&apos;s &quot;Pieta&quot;</li>
<li><strong>movies</strong> &#x2013; authors are typically listed in posters and titles (which sometimes are both advertising and a consequence of contractual obligations)</li>
<li><strong>video games</strong> - in many ways, the approach is similar to movies, but there may be with a smaller advertising component (see below why authors&#x2019; names of games are not always presented in the credits)</li>
<li><strong>books</strong> &#x2013; authors names / pseudonyms are listed directly on book covers</li>
<li><strong>musical notes</strong> - typically, the author&apos;s name is <a href="https://musicnotes.info/vals-metel-sviridov-noty-dla-fortepiano?ref=dorotenko.pro">listed</a> at the very beginning of a musical notation of a piece of music</li>
</ul>
<figure class="kg-card kg-gallery-card kg-width-wide kg-card-hascaption"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://dorotenko.pro/content/images/2024/08/1-3.jpg" width="615" height="355" loading="lazy" alt srcset="https://dorotenko.pro/content/images/size/w600/2024/08/1-3.jpg 600w, https://dorotenko.pro/content/images/2024/08/1-3.jpg 615w"></div><div class="kg-gallery-image"><img src="https://dorotenko.pro/content/images/2024/08/2-3.jpg" width="615" height="446" loading="lazy" alt srcset="https://dorotenko.pro/content/images/size/w600/2024/08/2-3.jpg 600w, https://dorotenko.pro/content/images/2024/08/2-3.jpg 615w"></div><div class="kg-gallery-image"><img src="https://dorotenko.pro/content/images/2024/08/3-2.jpg" width="615" height="427" loading="lazy" alt srcset="https://dorotenko.pro/content/images/size/w600/2024/08/3-2.jpg 600w, https://dorotenko.pro/content/images/2024/08/3-2.jpg 615w"></div></div></div><figcaption><p><i><em class="italic" style="white-space: pre-wrap;">Evolution of Adobe PhotoShop loading screens (all of them with the names of the authors of this program).</em></i></p></figcaption></figure><p>This right is one of the personal non-property rights of author, i.e. it cannot be transferred or sold. The right to a name is directly related to the right of authorship, but it also has its own value. [1] Thus, it is itself is a subject to legal protection regardless of other intellectual rights (property and personal non-property), and sometimes the violation of this right becomes a subject of legal disputes. For example:</p>
<h1 id="judicial-practice-on-the-authors-right-to-their-name">Judicial practice on the author&apos;s right to their name</h1>
<h2 id="pseudo-paintings-by-mf-larionov">Pseudo-paintings by M.F. Larionov</h2>
<p>In the framework of the court case no. <a href="https://kad.arbitr.ru/Card/6938cdc8-6067-450f-900d-1856bc17ca4e?ref=dorotenko.pro">A40-44111/2015</a> The Ministry of Culture of the Russian Federation filed a lawsuit against Antique Collectors Club Ltd. and Internet Solutions LLC (the owner of the brand Ozon.ru ) on the obligation to withdraw from sale on the territory of the Russian Federation all copies of the book (monograph) &quot;Goncharova: the Art and Design of Natalia Goncharova&quot; by Anthony Parton&apos;s, containing a reproduction of Peacocks. 1907-1908. Canvas.oil. 80x70,5 with an indication of the authorship of M.F. Larionov.</p>
<p>The court found that in 2010 Antique Collectors Club Ltd. published the specified monograph containing reproductions of works by Russian artists N.S.Goncharova and M.F. Larionov, which extended, in particular, to Ozon.ru. The Ministry, having at its disposal evidence that the specified painting does not belong to the brush of Larionov, filed a corresponding lawsuit.</p>
<p>By the <a href="https://kad.arbitr.ru/Document/Pdf/6938cdc8-6067-450f-900d-1856bc17ca4e/8607da05-736d-4e10-a852-6972dbeda916/A40-44111-2015_20160624_Reshenija_i_postanovlenija.pdf?isAddStamp=True&amp;ref=dorotenko.pro">decision of the Arbitration Court of the City of Moscow dated by June 24, 2016 in the case No. &#x410;40-44111/2015</a> the following has been established:</p>
<ol>
<li>distortion of the facts of the history of Russian painting, expressed in particular in attributing to famous artists the authorship of works that do not belong to their brush is a violation of the public interests of Russian citizens and of the Russian Federation in the field of culture;</li>
<li>the distribution of a book with a reproduction of a falsified painting &quot;Peacock&quot; may cause property damage to the Russian Federation as the owner of the reference paintings of the &quot;Peacocks&quot; series since the value of federal property may significantly decrease;</li>
<li>publication of other people&apos;s paintings under the name of M.F. Larionov violates the copyrights of artists (Article 1255 of the Civil Code of the Russian Federation), particularly their rights to the name (Article 19, 1265 of the Civil Code of the Russian Federation).</li>
</ol>
<p>In this connection, the court ordered the defendants on the territory of the Russian Federation to withdraw from sale all copies of the said book containing this reproduction indicating the authorship of M.F. Larionov as well as to publish such a book.</p>
<h2 id="bottles-of-vodka-karelian-tale-with-fabulous-city">Bottles of vodka &quot;Karelian tale&quot; with &quot;Fabulous city&quot;</h2>
<p>In 1992, the artist Kronid Gogolev created the work &quot;Fabulous City&quot; in the technique of three-dimensional wood carving. His signature is on it, and it is located in the author&apos;s gallery which is Exhibition hall in Sortavala (Karelia). Aalto LLC, without the artist&apos;s knowledge, placed on its product which is vodka bottles named &quot;Karelian Fairy Tale&quot; a photo image of Kronid Gogolev&apos;s work &quot;Fabulous City&quot; (he found out about it and about violation of his rights accidentally in September 2010 from his friend, who brought and showed him this product). The conflict was not settled out of court (the society left the author&apos;s complaint unanswered), so Gogolev filed a lawsuit.</p>
<p>In the statement of claim, the plaintiff asked the defendant to prohibit the release of this product with the labes having a photo of his work on them, to withdraw this product from trade, to recover compensation for moral damage and to make an official apology through the media. Later, three more co-defendants joined the defendant.</p>
<p>The Court found the following:</p>
<ol>
<li>this work was indeed created by the plaintiff, and was made public in 2002, and he did not give permission for the use of his work to the co-defendants;</li>
<li>The defendant Aalto LLC from 2003 to 2010 produced the specified alcoholic beverages with a label, the design of which is based on the image of the plaintiff&apos;s work;</li>
<li>the defendant&apos;s argument about reaching an oral agreement on placing an image of the painting on the label is rejected, since an oral agreement cannot indicate the granting of the right to use the work;</li>
<li>the actions of the defendant violated the non-property rights of the author, because the work is depicted on the label without specifying the author&apos;s name.</li>
</ol>
<p>Besides, in addition to the obligation of Aalto LLC to pay compensation to the plaintiff for intellectual property infringement, the same <a href="https://sudact.ru/regular/doc/McrvIXvr9ixK?ref=dorotenko.pro">decision of the Lahdenpokh District Court (Republic of Karelia) No. 151/2012 of July 2, 2012 in case No. 151/2012</a>, the court also awarded compensation for moral damage. An appeal was filed to the Supreme Court of the Republic of Karelia, but it upheld this decision, <a href="https://roman-i-darija.livejournal.com/87518.html?ref=dorotenko.pro">increasing</a> the amount of compensation in favor of the plaintiff.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://dachawintera.ru/artgogolev?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">&#x41C;&#x443;&#x437;&#x435;&#x439; &#x447;&#x430;&#x441;&#x442;&#x43D;&#x43E;&#x439; &#x43A;&#x43E;&#x43B;&#x43B;&#x435;&#x43A;&#x446;&#x438;&#x438; &#x41A;&#x440;&#x43E;&#x43D;&#x438;&#x434;&#x430; &#x413;&#x43E;&#x433;&#x43E;&#x43B;&#x435;&#x432;&#x430; &#x432; &#x433;&#x43E;&#x440;&#x43E;&#x434;&#x435; &#x421;&#x43E;&#x440;&#x442;&#x430;&#x432;&#x430;&#x43B;&#x430;</div><div class="kg-bookmark-description">&#x423;&#x43D;&#x438;&#x43A;&#x430;&#x43B;&#x44C;&#x43D;&#x430;&#x44F; &#x43A;&#x43E;&#x43B;&#x43B;&#x435;&#x43A;&#x446;&#x438;&#x44F; &#x440;&#x430;&#x431;&#x43E;&#x442; &#x41D;&#x430;&#x440;&#x43E;&#x434;&#x43D;&#x43E;&#x433;&#x43E; &#x445;&#x443;&#x434;&#x43E;&#x436;&#x43D;&#x438;&#x43A;&#x430; &#x420;&#x43E;&#x441;&#x441;&#x438;&#x438; &#x41A;&#x440;&#x43E;&#x43D;&#x438;&#x434;&#x430; &#x410;&#x43B;&#x435;&#x43A;&#x441;&#x430;&#x43D;&#x434;&#x440;&#x43E;&#x432;&#x438;&#x447;&#x430; &#x413;&#x43E;&#x433;&#x43E;&#x43B;&#x435;&#x432;&#x430;. &#x41A;&#x440;&#x43E;&#x43D;&#x438;&#x434; &#x413;&#x43E;&#x433;&#x43E;&#x43B;&#x435;&#x432; - &#x432;&#x44B;&#x434;&#x430;&#x44E;&#x449;&#x430;&#x44F;&#x441;&#x44F; &#x43B;&#x438;&#x447;&#x43D;&#x43E;&#x441;&#x442;&#x44C; &#x433;&#x43E;&#x440;&#x43E;&#x434;&#x430; &#x421;&#x43E;&#x440;&#x442;&#x430;&#x432;&#x430;&#x43B;&#x430; &#x438; &#x420;&#x435;&#x441;&#x43F;&#x443;&#x431;&#x43B;&#x438;&#x43A;&#x438; &#x41A;&#x430;&#x440;&#x435;&#x43B;&#x438;&#x44F;, &#x41D;&#x430;&#x440;&#x43E;&#x434;&#x43D;&#x44B;&#x439; &#x445;&#x443;&#x434;&#x43E;&#x436;&#x43D;&#x438;&#x43A; &#x420;&#x43E;&#x441;&#x441;&#x438;&#x438;.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://static.tildacdn.com/tild3362-3861-4632-a538-343866363035/favicon.ico" alt><span class="kg-bookmark-publisher">&#x41A;&#x440;&#x43E;&#x43D;&#x438;&#x434; &#x413;&#x43E;&#x433;&#x43E;&#x43B;&#x435;&#x432;</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://static.tildacdn.com/tild3538-3863-4732-b166-333435353566/_.jpg" alt></div></a><figcaption><p><i><em class="italic" style="white-space: pre-wrap;">Find out more about this author. His works are really unusual and original.</em></i></p></figcaption></figure><h2 id="conclusions-on-examples-of-judicial-practice">Conclusions on examples of judicial practice:</h2>
<ol>
<li>the right an author to their name is a subject to legal protection, therefore it can be protected in court;</li>
<li>violation of copyright in a name may entail violation of the public interests of Russian citizens and of the Russian Federation in the field of culture;</li>
<li>the protection of the right to a name on the territory of the Russian Federation may be implemented, in particular, by withdrawing from sale all copies of tangible media containing violations of such a right, prohibiting the further sale of such bearer and their release (publication);</li>
<li>the author has the right to receive monetary compensation for the violation of such a personal non-property right.</li>
</ol>
<h1 id="anonymous-use">Anonymous use</h1>
<h2 id="employment-contracts-with-employees">Employment contracts with employees</h2>
<p>In order to observe such a right of an author to their name, but at the same time not to use it when using the work, it is enough to obtain from the author the right to use his work anonymously (i.e. without mentioning his name). That is why, for example, in employment contracts with developers <a href="https://shortread.ru/trudovoj-dogovor-s-programmistom-kak-vse-oformit-chtoby-ne-ostatsya-bez-prav-na-programmnoe-obespechenie/?ref=dorotenko.pro">write down</a> granting such a right from an employee to an employer, so that the latter could not specify the names of the authors when distributing their program code if he wishes so. The presence of such a written agreement will clearly indicate that an author has indeed allowed another person (for example, an employer) to use the object(s) of his copyright without mentioning his name as the author.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://dtf.ru/gameindustry/27043-vsem-spasibo-pochemu-razrabotchikov-ne-vsegda-ukazyvayut-v-titrah?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">&#x412;&#x441;&#x435;&#x43C; &#x441;&#x43F;&#x430;&#x441;&#x438;&#x431;&#x43E;: &#x43F;&#x43E;&#x447;&#x435;&#x43C;&#x443; &#x440;&#x430;&#x437;&#x440;&#x430;&#x431;&#x43E;&#x442;&#x447;&#x438;&#x43A;&#x43E;&#x432; &#x43D;&#x435; &#x432;&#x441;&#x435;&#x433;&#x434;&#x430; &#x443;&#x43A;&#x430;&#x437;&#x44B;&#x432;&#x430;&#x44E;&#x442; &#x432; &#x442;&#x438;&#x442;&#x440;&#x430;&#x445; &#x2014; &#x418;&#x43D;&#x434;&#x443;&#x441;&#x442;&#x440;&#x438;&#x44F; &#x43D;&#x430; DTF</div><div class="kg-bookmark-description">&#x418; &#x43C;&#x43E;&#x436;&#x43D;&#x43E; &#x43B;&#x438; &#x441; &#x44D;&#x442;&#x438;&#x43C; &#x447;&#x442;&#x43E;-&#x442;&#x43E; &#x441;&#x434;&#x435;&#x43B;&#x430;&#x442;&#x44C;.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://dtf.ru/assets/apple-touch-icon-1024x1024.png" alt><span class="kg-bookmark-author">DTF</span><span class="kg-bookmark-publisher">&#x414;&#x43C;&#x438;&#x442;&#x440;&#x438;&#x439; &#x41C;&#x443;&#x447;&#x43A;&#x438;&#x43D;</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://api.dtf.ru/v2.1/cover/fb/c/27043/1702071657/cover.jpg" alt></div></a><figcaption><p><i><em class="italic" style="white-space: pre-wrap;">Find out why the names of video game developers are not always provided.</em></i></p></figcaption></figure><h2 id="open-licenses">Open licenses</h2>
<p>In addition, such permissions may be provided in open licenses. For example, <a href="https://github.com/aws/mit-0?ref=dorotenko.pro"><strong>MIT-0</strong> license</a>:</p>
<blockquote>
<p>The &quot;MIT No Attribution&quot; or &quot;MIT-0&quot; license is a modification to the usual MIT license that removes the requirement for attribution.</p>
</blockquote>
<p>Thus, if the content / program code or other copyright object becomes available under the terms of a license that does not require specifying the author&apos;s name when using it, such a condition will allow the author&apos;s right to the name to be respected and not violate it.</p>
<hr>
<small>
<i>[1] Article-by-article commentary to the Civil Code of the Russian Federation, Part Four / N.G. Valeeva, K.V. Vsevolozhsky, B.M. Gongalo et al.; edited by P.V. Krasheninnikov. M.: Statute, 2011. 926 p.</i>
</small>
<hr>
<p>For feedback on my experience and qualifications on the topic of publication, as well as relevant recommendations for cooperation with me, see my profile on <i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/dorotenko/?ref=dorotenko.pro">LinkedIn</a>. Any questions and comments on this article or suggestions for cooperation, please send me <i class="fas fa-envelope-open-text"></i> <a href="https://dorotenko.pro/contact">here</a>.</p>
]]></content:encoded></item><item><title><![CDATA[How to START Localizing End-User Documents]]></title><description><![CDATA[How to localize a web-service's end-user documents. A practical guide provided by legal team at START.]]></description><link>https://dorotenko.pro/start-localize-user-docs/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2dab</guid><category><![CDATA[START]]></category><category><![CDATA[Legal Translation]]></category><category><![CDATA[eula]]></category><category><![CDATA[localization]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Thu, 10 Nov 2022 13:24:48 GMT</pubDate><content:encoded><![CDATA[<p><em>Many web-services and cloud-based platforms want to scale their business and quantity of active users. Such wishes push them to enter foreign markets and, in respect to streaming platforms, produce content in different languages. START, the video streaming service, increases its presence in new regions and has developed an <a href="https://start.film/?ref=dorotenko.pro">international version</a> of its own platform to achieve this purpose. To do so, we faced with a new task: we need to localise the interface, content and our service agreements for users in different languages. From English into Serbian, Bulgarian and Croatian. This article is about the task and its solution. Hope, this guide will be useful for you.</em></p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://medium.com/startteam/how-to-start-localize-end-user-docs-f2135e470960?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">How to START Localize End-User Docs</div><div class="kg-bookmark-description">Many web-services and cloud-based platforms want to scale their business and quantity of active users. Such wishes push them to enter&#x2026;</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://cdn-static-1.medium.com/_/fp/icons/Medium-Avatar-500x500.svg" alt><span class="kg-bookmark-author">STARTteam</span><span class="kg-bookmark-publisher">Denis Dorotenko</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://miro.medium.com/v2/resize:fit:1200/1*71ytAV_TrCuxLZKTFKMbKA.jpeg" alt></div></a><figcaption><p dir="ltr"><span style="white-space: pre-wrap;">originally published at START Team&apos;s blog at Medium, see the link above</span></p></figcaption></figure><h1 id="us-and-multilingual-end-user-service-docs">Us and multilingual end-user service docs</h1>
<p>Our video service <a href="https://start.film/?ref=dorotenko.pro">START</a> (similar to Netflix, Hulu, Amazon Prime) offers a paid subscription model which provides users the access to certain content on our platform (web, apps, Smart TV). Like others, we have our own legal docs to clearly describe the rules that govern use of our service, how we collect the user data, apply promocodes and so on. Users from different countries watch movies on START, and step by step, we scale our presence in different states. In respect to legal docs, we need to:</p>
<ul>
<li>make the user experience more convenient,</li>
<li>meet the requirements of the applicable laws,</li>
<li>find the right way to manage the &#x201C;papers&#x201D; as easy as it is possible.</li>
</ul>
<p>To do so, we had to translate our rules into different languages. We did it, and now, users receive our service&#x2019;s agreements and policies on the corresponding language selected automatically: our system makes the selection based on the user device&#x2019;s probable location (a country) and the device&#x2019;s language. Let&#x2019;s say if the user is in Bulgaria, he will get the Bulgarian versions of our documents. If the user moves to a different country he gets an access to the local one (if it&#x2019;s available). START followed the <a href="https://www.uber.com/legal/en/?ref=dorotenko.pro">Uber Legal</a> model&#x2019;s idea (thank you, guys!) when users get one agreement in English and it&#x2019;s localised versions in different languages in which the particular provisions reflect the features of each of the jurisdictions.</p>
<p>Our software can identify the correct language based on the customer device&apos;s geolocation data. For situations when our user is in another country we provide the option to switch the location manually. Besides, many prefer to use streaming services to learn foreign vocabulary and choose a language different from their native one. This choice is recognised at the user profile level, so viewers do not need any further actions. On the other hand, the previously selected language is applied automatically when the user switches to another application.</p>
<h1 id="l10n-of-user-agreements-the-general-points">L10n of user agreements: the general points</h1>
<p>The main points of departure for localization have just been indicated, but let&apos;s look a little bit deeper and go through each point.</p>
<h2 id="a-user-experience">(a) User experience</h2>
<p>No doubt, most of us like the interfaces, where all stuff and content are intuitively understandable and readable. The legal documents are not the exclusion. When you pay for something, you&#x2019;d like the terms of the deal are clear, don&#x2019;t you? Here is the same. We have own legal documents, users should know them. That&#x2019;s not good when the language of the legal policies text diifers from the user&#x2019;s language. So, the service team should strive to provide proper documentation in a convenient form (in respect to its own documents too) and users will appreciate it, really. If you don&#x2019;t agree, then ask your support team about it. They are the first who find out the user problems on misunderstanding of your rules. And if you prepare your service rules properly, readable and on the right language for users, they will contact your support team much less often. So, save your and colleagues&#x2019; business hours for more interesting things through improving the user experience.</p>
<h2 id="b-requirements-of-the-laws">(b) Requirements of the laws</h2>
<p>Every state has its own consumer protection laws. For example,</p>
<figure class="kg-card kg-image-card"><img src="https://dorotenko.pro/content/images/2024/08/laws.png" class="kg-image" alt loading="lazy" width="985" height="203" srcset="https://dorotenko.pro/content/images/size/w600/2024/08/laws.png 600w, https://dorotenko.pro/content/images/2024/08/laws.png 985w" sizes="(min-width: 720px) 720px"></figure><p>Although their principles are relatively general the user must know what kind of service he/she is purchasing and under which conditions, its price, and duration. Accordingly, the customers should be aware of their rights, they should be able to refuse the service on understandable terms. While localising user agreements, we took into account not just the translation of the text, but also the legislative features of the applicable country. Therefore, we developed one general document with information applicable for each country in <a href="https://start.film/en/legal/terms_of_use?ref=dorotenko.pro">English</a> and separate specific local versions.</p>
<blockquote>
<p>If you have a service agreement (main and actual version) in one language and an additional one localized version in another, do not forget to clarify in both, which document legally binding in case of conflicts between them. Otherwise, you will meet the risk of having two separate agreements (e.g., in English and Bahasa Indonesia) and your team will rely on the English version, but disgruntled user (and his attorney) on another text unknown by your in-house lawyers and managers. Because previously you&#x2019;ve just ordered the translation of your doc and none of your teammates know this language. And if that user is suing you for your service in a local court (referencing to the translation you hardly understand), just think about, what version of both your documents the court will consider and find applicable. Keep it in mind. You can mitigate this risk by adding in both documents a statement about which document (in what language) is applied and prevail. Need examples? A lot of them. E.g., see them from <a href="https://sellercentral.amazon.com/help/hub/reference/external/G1791?ref=dorotenko.pro">Amazon</a> (first sentence), <a href="https://www.apple.com/legal/sla/docs/tvOS15.pdf?ref=dorotenko.pro">Apple</a> (section 12), <a href="https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/WordDocuments/intelamtsdklicense.htm?ref=dorotenko.pro">Intel</a> (clause 12.1) <a href="https://legal.taximaxim.com/license-agreement/?country=ID&amp;intl=en-US&amp;ref=dorotenko.pro">Maxim</a> (section XIII), and our <a href="https://start.film/sr/legal/terms_of_use?ref=dorotenko.pro">End-user agreement</a> for Serbian users (first paragraph).</p>
<p><a href="https://dorotenko.pro/">Denis Dorotenko</a>, Legal Team Lead at START</p>
</blockquote>
<p>Different states may have different rules in respect to personal data too. If a service collects and processes personal data, it should notify users of the rules for such collecting and processing (usually through its own privacy policy). A privacy policy describes how a service provider may process personal data when someone is using this service. It describes purposes, legal bases and retention periods of user data processing, rules to apply for international data transfers, use of cookies and similar technologies, marketing and PR activities based on user consent, etc. Of course, START have its own policies (e.g., <a href="https://start.film/en/legal/privacy_policy?ref=dorotenko.pro">this</a> one) based on the requirements of the <a href="https://gdpr.eu/what-is-gdpr/?ref=dorotenko.pro">GDPR</a> for users from the EEA. For users outside these territories to collect and process their personal data we may use different policies.</p>
<p>As you already understood, localisation requires a lot of effort not just from the product perspective, but we also need to comply with the national laws for each particular case. So, we have external legal consultants who guide us through local requirements in different countries and we reflect their advices in our end-user documents.</p>
<h2 id="c-manage-the-%E2%80%9Cpapers%E2%80%9D">(c) Manage the &#x201C;papers&#x201D;</h2>
<p>Our service is designed to be used by users among different lands, so it is designed to scale. In respect to our documents, the task was the same &#x2013; to design a simple, flexible and scalable solution of providing the documents for users. As indicated above, our development team followed the spirit of Uber Legal model. So, the users get the access to applicable documents and may read the texts in English (which prevail). But this in front of the users. What is the behind the curtain?</p>
<p><strong>Published archives.</strong> Each service should decide, whether it will be transparent or not, when updating end-user&#x2019;s documents. If so, the service provides users with not only the latest version of service agreement, but the previous archived version too. Through this approach one can see a service document&#x2019;s evolution. It is appreciated not only by users, but also by regulatory authorities. We prefer to be transparent, so you can find our prior legal texts in the bottom of end-user agreements and policies (e. g. <a href="https://start.film/en/legal/cookies_policy?ref=dorotenko.pro">here</a>). Many other services keep the ways to their prior texts as well: <a href="https://www.corel.com/en/eula/?ref=dorotenko.pro">Corel</a>, <a href="https://stadia.google.com/tos?ref=dorotenko.pro">Stadia</a>, <a href="https://ubuntu.com/legal/ubuntu-advantage-service-terms?ref=dorotenko.pro">Ubuntu</a>, <a href="https://www.youtube.com/t/terms?ref=dorotenko.pro">YouTube</a>, <a href="https://foundation.wikimedia.org/wiki/Terms_of_Use/en?ref=dorotenko.pro">Wikimedia Foundation</a>.</p>
<p><strong>Inventory matrixes.</strong> That&#x2019;s wonderful to have the legal texts for different jurisdictions and update them in time. But how to keep in mind, how large is your Candyland right now? We prefer to deploy the tables in Confluence. We indicate the following data for each our end-user document: a scope, version and status (current or archived), where it is available on the service, is it in the progress of updating or not (if so, in which ticket), where this version was approved, additional comments. It helps us to manage our agreements and policies, so they don&#x2019;t get in a muddle.</p>
<p><strong>Files Storage.</strong> We shouldn&#x2019;t forget about physical storage of our files containing the text of all our end-user legal documents. It would be awful, if we lost one of them and did not find it published on the service. So, our internal server kindly helps us to keep them safely. To avoid any unexpected surprises with it we have an alternative separated solution &#x2013; upload files directly into Confluence and attach them to the matrix. This is a big part of our worktime, but it helps to avoid the risk related to internal server and sudden loss of files.</p>
<h1 id="legal-risks-in-the-localization-of-end-user-documents">Legal risks in the localization of end-user documents</h1>
<p>The service team faces several major risks when localising end-user agreement. There can be a danger of not complying with local laws and other legal requirements of the certain jurisdiction. If a web-service ignores some requirements or cannot satisfy them it can be forcibly blocked inside the country. As happened, for example, with Telegram in Russia, Indonesia and China or TikTok in India and Bangladesh.</p>
<p>First of all, <strong>a language of your service&#x2019;s rules</strong>. A simple example: let&#x2019;s imagine, your service is now available in Canada. Nice move! Now try to answer without googling: should your end-user documents for Canadian users be published in English, French, or both languages? Don&#x2019;t you know? Hmm... Let&#x2019;s find the answer at Apple:</p>
<blockquote>
<p>If You are located in the province of Quebec, Canada or are a government organization within France, then the following clause applies to You: The parties hereby confirm that they have requested that this Agreement and all related documents be drafted in English. Les parties ont exig&#xE9; que le pr&#xE9;sent contrat et tous les documents connexes soient r&#xE9;dig&#xE9;s en anglais.<br>
<a href="https://developer.apple.com/support/downloads/terms/apple-developer-program/Apple-Developer-Program-License-Agreement-20220606-English.pdf?ref=dorotenko.pro">Apple Developer Program License Agreement</a>,<br>
Section 14.11 &#x201C;Entire Agreement; Governing Language&#x201D;</p>
</blockquote>
<p>Legalese in French? Parties confirm the request of all documents in English? Seems like a kind of some privilege for Quebec&#x2026; What is all about? Let&apos;s get it sorted out.</p>
<p>Quebec has a special Act respecting French, the official and common language of Qu&#xE9;bec (also known as <a href="http://www2.publicationsduquebec.gouv.qc.ca/dynamicSearch/telecharge.php?type=5&amp;file=2022C14A.PDF&amp;ref=dorotenko.pro">Bill 96</a>) and the Qu&#xE9;bec Charter of the French Language. In accordance with it:</p>
<blockquote>
<p>Quebec contracts containing printed standard clauses or that are predetermined by one party must be in French unless the parties expressly request that they be in another language. Quebec consumer protection legislation similarly requires that consumer contracts be drawn up in French unless the parties agree to use another language. Parties wishing to contract in English may do so by including a clause expressly stating their consent to do so.<br>
<a href="https://www.stikeman.com/-/media/files/kh-guides/dbic/se-canada---languages-of-business-overview.ashx?ref=dorotenko.pro">Canada: Languages of Business Overview</a><br>
Stikeman Elliott LLP</p>
</blockquote>
<p>So, we can conclude the following. Apple, having the business in Quebec and being obliged by these local laws, does not wish to translate and maintain dozens of its legal pages in French, just add a couple of sentences in the end-user agreement in compliance with Quebec regulations &#x2013; and voil&#xE0;! they apply the English text only. This is just an example of local legal requirements related to a language of an end-user agreement! Not personal data, terms and costs of services and so on. Just the language!</p>
<p>The second and third major risks are related to breaking the laws on consumer data protection and personal data processing. The fines vary by jurisdiction. However, companies can lose thousands and millions of EUR.</p>
<p>Just some examples of fines, imposed for violating the GDPR:</p>
<figure class="kg-card kg-image-card"><img src="https://dorotenko.pro/content/images/2024/08/GDPR-fines.png" class="kg-image" alt loading="lazy" width="1126" height="455" srcset="https://dorotenko.pro/content/images/size/w600/2024/08/GDPR-fines.png 600w, https://dorotenko.pro/content/images/size/w1000/2024/08/GDPR-fines.png 1000w, https://dorotenko.pro/content/images/2024/08/GDPR-fines.png 1126w" sizes="(min-width: 720px) 720px"></figure><p>Our lawyers need to identify the risks in different jurisdictions and prioritise those possible dangers, saying if they are average, above average, or critical. Thereafter they contact the team to make a common decision of accepting or not accepting those risks and minimising them as much as possible.</p>
<blockquote>
<p>Let&#x2019;s speak about next four aspects. <strong>First</strong>, the following issues may be different in other countries as usual: the ways of communication between users and a company; time to response on a user&apos;s request; refunds; termination of an agreement.<br>
<strong>Second</strong>, if you send documents to lawyers for review, it is recommended to make sure that lawyers understand your work model correctly.<br>
<strong>Third</strong>, for translation of end-user documents, it is best to hire special translation agencies experienced in legal translations. They care on their reputation and hire good translators. However, translators can make incorrect translation of your company name, so you should double-check this after them. It may happen, for example, when translating into Armenian, Georgian, Arabic. You should have correct translations of your company in the languages you need, so that each document has one its correct name.<br>
And <strong>finally</strong>, it is also a good idea to check the translation results &#x2013; the main terms of your documents before publishing: essential conditions of an agreement; license conditions; methods of payments and refund terms. You can self-translate these clauses using online automatic translation services to ensure that important terms remain unchanged.<br>
<a href="https://t.me/amossoma?ref=dorotenko.pro">Nurguyana Tretyakova</a>, Legal Counsel at START</p>
</blockquote>
<h1 id="how-to-prevent-risks-%E2%80%94-a-short-guide-for-international-multilingual-services">How to prevent risks &#x2014; a short guide for international multilingual services</h1>
<p>Overall, a service rising and appearing into new markets or jurisdiction is an exciting, but responsible journey. And working on end-user legal documents is a part of it. Be ready for this. Of course, we made the mistakes too. But it is also a part of journey. And our experience we may summarize in the following short guide for you:</p>
<ul>
<li><strong>Keep in mind local legal differences and features.</strong> If a company does not have the budget to hire in-house legal adviser or an external consultant, the gaps that remain in the end-user documents will emerge sooner or later, it&apos;s just a matter of time. Try to find budget and order revising of your docs by local expert.</li>
</ul>
<ul>
<li><strong>Documents are becoming outdated.</strong> The laws are not static, many legislative bodies adopt acts so quickly as if they are in a car race. So, it is advisable to make revisions to the end-user agreements at least once a year and check for any changes in local laws.</li>
</ul>
<ul>
<li><strong>Do not forget on the refactoring.</strong> For many people the legal texts are just the &#x201C;<a href="https://www.last.fm/legal/terms?ref=dorotenko.pro">blahblahblah-yawn-small print</a>&#x201D;. A code and legal text have a lot in common: both of them are written to solve applied problems, in accordance with certain rules, most likely have a structure, and so on. As programmers <a href="https://news.ycombinator.com/item?id=22234999&amp;ref=dorotenko.pro">remember</a> their embarrassing code in past, lawyers <a href="https://www.americanbar.org/groups/judicial/publications/judges_journal/2019/spring/embarrassing-redaction-failures/?ref=dorotenko.pro">remember</a> their shame too. All we keep in mind the advantages of a code refactoring, but rarely apply them in respect to legal documents (therefore, the GDPR forces many of us to simplify the texts of our privacy policies). And localization is a good reason to review the structure and scope of your texts. Especially when your translators became expensive, because of your multi-page end-user policies.</li>
</ul>
<ul>
<li><strong>Think ahead about scaling of your service.</strong> Solve the issues keeping in mind the service&#x2019;s possible scaling. The team has to develop a systematic approach toward user documents: developing agreements for 2 countries is not the same as having them for 15 jurisdictions and in 12 different languages.</li>
</ul>
<ul>
<li><strong>Save your working time and the working time of your colleagues.</strong> As mentioned above, readable documents can really reduce the number of user requests about them and increase the level of respect to your service. Maybe it&#x2019;s time to take <a href="https://regulations.cdprojektred.com/en/privacy_policy?ref=dorotenko.pro">the CDPR&#x2019;s approach</a>?</li>
</ul>
<ul>
<li><strong>Maintain your Candyland.</strong> You are that hero who just in seconds may answer what document is applicable for that land, what the differences between these two policies and where Rachel can take the right .docx to send it for a translation. Don&apos;t let us down.</li>
</ul>
<ul>
<li><strong>Merge documents.</strong> Sometimes it is better and cost-effective to merge documents in the same language and highlight just some particular differences. TikTok&#x2019;s <a href="https://www.tiktok.com/legal/terms-of-service-row?lang=en&amp;ref=dorotenko.pro">Terms of Service</a> is one of the best examples of this realisation. See the &#x201C;Supplemental Terms &#x2013; Jurisdiction-Specific&#x201D; section: Brazil, India, Indonesia, Mexico, UAE, Turkey. Not the separate agreements with a lot of common rules, but just some paragraphs for certain jurisdictions. Briefly! Or you may merely form your documents like a layer cake, next text under the previous one as Bethesda <a href="https://bethesda.net/ru/eulas/wolf-cyberpilot?ref=dorotenko.pro">does</a>.</li>
</ul>
<ul>
<li><strong>Guerrilla translation.</strong> Not enough budget for lawyers and translators? Just keep in mind the automatic translators. By the way, are you an Atlassian products user? If so, that guys have already <a href="https://www.atlassian.com/legal/cloud-terms-of-service?ref=dorotenko.pro">cared</a> about you and your language skills, see their footer. It may help you to provide a user with your agreements on his language, but may not mitigate the corresponding legal risks.</li>
</ul>
<p><em>For your convenience, these conclusions are also available to print, you can download them <a href="https://drive.google.com/file/d/1b0Do9fDgnAi2yrEhgp6KIIxngMp2Hoxu/view?usp=sharing&amp;ref=dorotenko.pro">here</a>.</em></p>
<p>That&#x2019;s all. Thanks for reading. If you are just starting the path of legal translation or localization, good luck!</p>
]]></content:encoded></item><item><title><![CDATA[Administrators of Domain Names as the Defendants in Domain Disputes]]></title><description><![CDATA[This article explains, for what actions a person (who is a domain name administrator) may be found liable and forced to pay a compensation in Russia.]]></description><link>https://dorotenko.pro/domain-admins-as-defendants/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2daa</guid><category><![CDATA[domains]]></category><category><![CDATA[Court practice]]></category><category><![CDATA[Russia]]></category><category><![CDATA[kardamon]]></category><category><![CDATA[compensation]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Sun, 16 Jan 2022 15:03:00 GMT</pubDate><media:content url="https://dorotenko.pro/content/images/2024/09/joshua-aragon-EaB4Ml7C7fE-unsplash-1.webp" medium="image"/><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">was originally </em></i><a href="https://www.garant.ru/ia/opinion/author/dorotenko/1275783?ref=dorotenko.pro"><i><em class="italic" style="white-space: pre-wrap;">published</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> on the &quot;Garant.ru&quot;</em></i></div></div><img src="https://dorotenko.pro/content/images/2024/09/joshua-aragon-EaB4Ml7C7fE-unsplash-1.webp" alt="Administrators of Domain Names as the Defendants in Domain Disputes"><p>For those who monitor domain disputes in Russian arbitration courts, the following points have not been surprising for a long time: (1) claims on domain disputes are often filed in connection with violations (according to the plaintiffs) of intellectual rights; (2) individuals who are not individual entrepreneurs often act as defendants. Why is that? Often the answer is simple: such persons are (or were) administrators of domain names that have become the object of judicial disputes. Looking ahead, I note that there are already many cases in Russia in which such administrators were found responsible for violations of the intellectual rights of plaintiffs and awarded compensation of a significant amount to them (often over 500,000 rubles).</p>
<p>Since the number of domain disputes is not decreasing, and individuals will continue to be involved in such cases, I propose to figure out when and for what actions a person can be held liable in domain disputes.</p>
<h2 id="a-little-terminology">A little terminology</h2>
<p>First, let&apos;s define the terminology. In Russian court practice, a definition has already been given who should be recognized as a domain name administrator:</p>
<blockquote>
<p>&quot;<strong>Domain administrator</strong> is a person, individual entrepreneur or legal entity for which the domain name is registered&quot;.<br>
<sub><strong>decision of the Moscow Arbitration Court dated November 3, 2011 in case No. A40-73876/2011</strong></sub><br>
<sub><strong>decision of the Primorsky Krai Arbitration Court dated July 4, 2018 in case No. A51-4335/2018</strong></sub><br>
<sub><strong>decision of the Moscow Arbitration Court dated January 15, 2015 in case No. A40-93262/2014</strong></sub></p>
</blockquote>
<p>Thus, the domain administrator can be a person, individual entrepreneur or legal entity.</p>
<p>For those who don&#x2019;t know where to check who the domain name is registered for, I give a brief explanation about this. It is necessary to use one of the WHOIS services, enter the domain name of interest there, and in the results of the check see who is recorded in the corresponding field (it can be called, for example, &quot;Administrator&quot;, &quot;Admin name&quot;, etc.). E.g. if we are interested in who administers the domain name garant.ru, we <a href="https://www.reg.ru/whois/?dname=garant.ru&amp;ref=dorotenko.pro">will find the answer</a> by using the WHOIS service on Reg.ru site &#x2013; we found that the administrator of this domain is a legal entity called NPP &quot;Garant-Service&quot; (LLC).</p>
<p>Secondly, let&apos;s define another term &#x2013; domain name administration &#x2013; as well:</p>
<blockquote>
<p>&quot;<strong>Administration</strong> usually includes: ensuring the functioning of the server, maintaining the site in working condition and ensuring its availability; performing backup of site components and database settings, other types of work&quot;<br>
<sub><strong>decision of the Moscow Arbitration Court dated November 3, 2011 in case No. A40-73876/2011</strong></sub><br>
<sub><strong>decision of the Moscow Arbitration Court dated May 28, 2012 in case No. A40-25696/2012</strong></sub></p>
</blockquote>
<p>Thus, the court recognizes that the administration of a domain name is a combination of the following actions:</p>
<ul>
<li>ensuring the functioning of the server;</li>
<li>maintaining the site in working condition;</li>
<li>ensuring the availability of the site;</li>
<li>performing backup of site components;</li>
<li>backup of database configuration parameters;</li>
<li>other types of work.</li>
</ul>
<p>In addition, based on the decision of the Moscow Arbitration Court dated May 26, 2014 in case No. A40-188267/2013, the following actions and operations can also be additionally distinguished:</p>
<ul>
<li>maintenance of the server on which a website is hosted;</li>
<li>carrying out organizational and technical measures to protect information on a website from unauthorized access;</li>
<li>installation of the software necessary for the functioning of the site, including in case of an emergency;</li>
<li>registration of employees serving a site and granting the right to change information on a site;</li>
<li>carrying out routine maintenance on a server (replacement or addition of site components, maintaining log files of archived copies, monitoring the availability of free database tablespace, etc.);</li>
<li>ensuring the placement of information on a website;</li>
<li>implementation of continuous monitoring of the state of the security system of services necessary for the correct operation of the application and information on a site;</li>
<li>performance of works on modernization and modification of the functional services of a site;</li>
<li>making changes to a site structure and design.</li>
</ul>
<p>Thus, we can say that the administration of a domain name includes a whole range of works and actions designed to ensure the normal functioning of a website or service as a working information system. It is the administrator who creates the necessary technical conditions for the appearance of various materials on a site, their modification and their removal (blocking) from there.</p>
<p>The domain name registration system is designed in such a way that only one person or legal entity can be specified as the domain name administrator in the registry of records of domain name owners. At the same time, the domain name can actually be administered by a large number of persons and/or entities (e.g. if a domain administrator engages a third party to administer the domain name under a contract for the provision of paid services).</p>
<h2 id="legal-status-of-a-domain-name-administrator">Legal status of a domain name administrator</h2>
<p>Next, let&apos;s determine the legal status of a domain name administrator under the established Russian court practice.</p>
<blockquote>
<p>&quot;A domain name administrator determines the order of use of a domain, is responsible for the choice of a domain name, possible violations of third parties&#x2019; rights associated with the choice and use of such domain name, and also bears the risk of losses associated with such violations&quot;<br>
<sub><strong>decision of the Moscow Arbitration Court dated November 3, 2011 in case No. A40-73876/2011</strong><sub></sub></sub></p>
</blockquote>
<p>That is, Russian court practice recognizes that a domain name administrator not only determines the order of use of it, but is also responsible for both the choice of a domain name (during its subsequent registration by him) and for possible violations of third parties&#x2019; rights related to such a domain name. In addition, an administrator also bears the risk of losses associated with such violations.</p>
<p>The following conclusions of court practice are also noteworthy:</p>
<blockquote>
<p>&quot;In accordance with the Rules of registration of domain names in the RU domain, a domain administrator, as a person who has concluded a domain name registration agreement, administers the domain, that is, determines the order of use of the domain. The right of administration exists by virtue of the domain name registration agreement and is valid from the moment of registration of the domain name during the registration period.&quot;<br>
<sub><strong>The decision of the Moscow Arbitration Court dated January 20, 2015 in case No. A40-178919/2014</strong></sub></p>
</blockquote>
<blockquote>
<p>&quot;The actual use of the site resources where the information is posted is impossible without the participation in one form or another of the owner (user) of the domain who owns the password for posting information on the corresponding domain name on the website&quot;<br>
<sub><strong>decision of the Primorsky Krai Arbitration Court dated July 4, 2018 in case No. A51-4335/2018</strong><sub></sub></sub></p>
</blockquote>
<blockquote>
<p>&quot;The domain administrator is powered to form and control the information posted under the corresponding domain name, in particular, the password for posting information on the corresponding domain name on the website. So, the responsibility for the content on the domain administrator&apos;s website should be borne by the domain owner, since the actual use of the site&apos;s resources is impossible without the participation in one form or another of the domain administrator, who is the person who created the appropriate technical conditions for visitors of his web-source&quot;<br>
<sub><strong>decision of the Moscow Arbitration Court dated January 15, 2015 in case No. A40-93262/2014</strong><sub></sub></sub></p>
</blockquote>
<blockquote>
<p>&quot;The right of administration exists by virtue of the domain name registration agreement and is valid since the moment of registration of the domain name during the registration period&quot;<br>
<sub><strong>The decision of the Arbitration Court of the Tver region dated December 27, 2017 in case No. A66-3737/2017</strong></sub></p>
</blockquote>
<blockquote>
<p>&quot;The domain administrator has the authority to form and control the information posted under the corresponding domain name, in particular, the password for posting information on the corresponding domain name on the website&quot;<br>
<sub><strong>The decision of the Moscow Arbitration Court dated May 26, 2014 in case No. A40-188267/2013</strong></sub></p>
</blockquote>
<p>As you can see, the courts pay close attention to the legal status of the domain name administrator, designate his role, determine the criteria for his liability. This suggests that the investigation by a court of the role of an administrator of disputed domain name (and sometimes the establishment of his identity) is one of the key issues when a court is considering the case. It is the qualified assessment by the court of the role of the disputed domain name administrator that makes it possible to determine whether there was an violation in his actions or inactions, whether he should be brought to the case as a defendant or a co-respondent, whether it is necessary to assign responsibility (including material nature) to him for violating the plaintiff&apos;s rights.</p>
<p>For clarity, I suggest you familiarize yourself with a small collection of cases from the <a href="https://dorotenko.pro/kardamon/">Kardamon.Dm database</a>, in which individuals were defendants in domain disputes, since they were administrators of disputed domain names and violated the intellectual rights of third parties. This table also shows the amount of compensation that the courts ordered such defendants to pay in favor of the plaintiffs.</p>
<table>
<thead>
<tr>
<th>No.</th>
<th>Domains - objects of disputes</th>
<th>Details of court cases</th>
<th>The amount of compensation awarded by courts (in rubles)</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>armani.com.ru</td>
<td>A40-18088/14</td>
<td>no compensation was claimed</td>
</tr>
<tr>
<td>2</td>
<td>bonduell&#x435;.ru</td>
<td>A40-131093/2013</td>
<td>10,000</td>
</tr>
<tr>
<td>3</td>
<td>cesab.ru</td>
<td>A40-13688/2008</td>
<td>300,000</td>
</tr>
<tr>
<td>4</td>
<td>kamaz.ru</td>
<td>A12-13635/06-C24</td>
<td>100,000</td>
</tr>
<tr>
<td>5</td>
<td>sberbank.org, sberbank.biz</td>
<td>A40-140236/10-51-1189</td>
<td>500,000</td>
</tr>
<tr>
<td>6</td>
<td>louisvuittonstore.ru</td>
<td>A56-67906/2012</td>
<td>100,000</td>
</tr>
<tr>
<td>7</td>
<td>michelinfootwear.ru</td>
<td>A56-74358/2015</td>
<td>100,000</td>
</tr>
<tr>
<td>8</td>
<td>saucony.ru</td>
<td>A21-10484/2015</td>
<td>300,000</td>
</tr>
</tbody>
</table>
<h1 id="conclusions">Conclusions</h1>
<p>Thus, from the text above, we can formulate the following conclusions from this court practice:</p>
<ol>
<li>
<p><mark>If you administer a domain name, you bear the risks of violating the rights of third parties.</mark></p>
</li>
<li>
<p><mark>If you administer a domain name, in certain cases you may be recognized as an information intermediary.</mark></p>
</li>
<li>
<p><mark>If the court establishes the responsibility of the administrator, compensation for violation of the rights of third parties may be significant</mark> (for example, over 500,000 rubles, see the decision of the Arbitration Court of the Moscow region in case No. A41-27647/14, the decision of the Arbitration Court of the City of St. Petersburg and the Leningrad region in case No. A56-61922/2014).</p>
</li>
</ol>
<p>So, if you are a domain name administrator, you should pay special attention to check whether you are violating intellectual property rights by using the appropriate domain name. And if you are at the stage of acquiring or registering a domain name, it is recommended to make this check in advance &#x2013; it can help in the next future to avoid the situation where you will be forced to pay compensation to a third party for violation (even unintentional) of this party&#x2019;s rights.</p>
<hr>
<p>Info on image copyright credits:</p>
<center>
<a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, &quot;Helvetica Neue&quot;, Helvetica, Ubuntu, Roboto, Noto, &quot;Segoe UI&quot;, Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@goshua13?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge&amp;ref=dorotenko.pro" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Joshua Aragon"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewbox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"/></svg></span><span style="display:inline-block;padding:2px 3px">Joshua Aragon</span></a>
</center>
]]></content:encoded></item><item><title><![CDATA[Three Billboards on the Border of the ASGM]]></title><description><![CDATA[Review of three court cases in Russia in respect to movies production.]]></description><link>https://dorotenko.pro/media-courts-production-three-billboards/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2da6</guid><category><![CDATA[Court practice]]></category><category><![CDATA[Video]]></category><category><![CDATA[Movie production]]></category><category><![CDATA[Russia]]></category><category><![CDATA[Copyright]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Thu, 06 Jan 2022 21:55:20 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">this text is a translation of </em></i><a href="https://dorotenko.pro/ru/media-courts-production/" rel="noreferrer"><i><em class="italic" style="white-space: pre-wrap;">this article</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> in Russian</em></i></div></div><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">&#x1F3AC;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">The three main components of the film: the script, the script and the script again. (c) </em></i><a href="https://scriptangel.com/writing-like-alfred-hitchcock-by-tony-lee-moral/?ref=dorotenko.pro"><i><em class="italic" style="white-space: pre-wrap;">Alfred Hitchcock</em></i></a></div></div><p>Against the background of the claims of the Cinema Foundation (for example, to the film company <a href="https://tass.ru/obschestvo/9706903?ref=dorotenko.pro">&quot;RFG Corp&quot;</a> and <a href="https://kad.arbitr.ru/Card/37ff9aab-1bc0-46cd-bded-9dcb63d08eb5?ref=dorotenko.pro">KD STUDIOS LLC</a>) there is an interest in the judicial side of the Russian film industry as a whole: what problems do its participants have to solve in court? How successful are the plaintiffs in their claims? What factors do they overlook, and as a result, fail? Even a cursory glance at it suggests that the problems and conflicts that reach the court are very diverse in this industry. I propose to turn our attention to some of them in this article. As objects of study, I propose three court cases on the production of audiovisual works in Russia. Based on the results of their analysis, I am ready to share the following observations:</p>
<h1 id="responsibility-of-an-investor-who-does-not-own-the-rights-to-the-movie">Responsibility of an investor who does not own the rights to the movie</h1>
<p>ABC LLC (the plaintiff and producer) and Triofilm LLC (the defendant) have entered into an investment agreement to finance the production of a feature movie. This producer undertook to carry out the production of the movie, whereas Triofilm LLC - to finance of such production in full in the amount of 100,000,000 rubles. Triofilm LLC undertook to transfer funds to the payment account of ABC LLC in the amount of 100,000,000 rubles within 20 days from the date of the agreement signing. The funds were not transferred to the payment account of ABC LLC, and so, this company filed the claim for collecting interest for improper fulfillment of obligations under the investment agreement in the amount of 10,100,000 rubles (case No. <a href="https://kad.arbitr.ru/Card/987f2efe-370b-40db-9559-dde982084345?ref=dorotenko.pro">A40-83445/18-105-407 </a>).</p>
<p>The court, considering the case, has determined: this agreement is essentially a loan agreement and is not concluded. Under the Russian laws, the loan agreement is a real deal, i.e. it is considered concluded only from the moment of transfer of money or other things. Since the money under the disputed agreement were not transferred by the defendant to the plaintiff, the disputed agreement is not considered concluded and the defendant cannot be held liable for non-fulfillment of contractual obligations on the basis of this agreement, which is considered not concluded. Due to the lack of money of this agreement, it is not concluded, and the defendant has no obligations to fulfill it.</p>
<p>The return of investment funds is made within 6 years from the date of the end of the movie production (clause 1.5. of the agreement). The producer obliged to return to the company the funds paid as part of the financing of the movie production at the expense of proceeds from the theatrical rental and other ways of using it (clause 1.3. of the agreement). Thus, an investment agreement, under the terms of which the investor undertakes to deposit funds and at the same time has the right to return the invested funds, but does not acquire ownership on the result, is a loan agreement.</p>
<p>The Court of first instance concluded that the plaintiff had not proved a violation of his rights. The agreement has not been concluded because the money have not been transferred. The court has no grounds for satisfying the claims.</p>
<p><strong>Conclusions of this case</strong>: (1) if, under an investment agreement for the creation of intellectual property results (IP), a party (investor) undertakes to deposit funds, receives the right to return them, but does not acquire intellectual property rights on the IP, such an agreement should be qualified as a loan agreement; (2) since the loan agreement is a real transaction (i.e. concluded only from the moment of transfer of money or property), if funds under such an agreement were not transferred, it is not considered concluded, and the defendant cannot be liable for non-fulfillment of obligations under it (in particular, for depositing funds).</p>
<h1 id="turning-prepayment-into-unjustified-enrichment">Turning prepayment into unjustified enrichment</h1>
<p>The case No. <a href="https://kad.arbitr.ru/Card/747bc742-8f04-44df-80e6-77b818ae832a?ref=dorotenko.pro">A40-107142/2019-134-800</a> arose as a result of the following situation. FREDZHIL LLC (the customer and plaintiff) and individual entrepreneur D.V. Ivanov (the author and defendant), have made the author&apos;s order agreement, according to which the defendant was obliged to create, by order of the plaintiff, scenario materials of a multi-part television feature movie, including the script of the 1st series, the script of the 2nd series and the serial (12 series) scenario plan, to alienate the exclusive right to them to the plaintiff in full. The plaintiff transferred the prepayment (788,620 rubles) to the defendant, which was confirmed by a payment order.</p>
<p>The defendant failed to fulfill the obligations to create the scenario materials stipulated by the agreement, namely: (1) did not create and did not provide to the plaintiff with the final version of the script of the 1st series of the Movie as amended (amendments, corrections, additions) of the plaintiff; (2) did not create and did not provide to the plaintiff with the script of the 2nd series of the Movie; (3) did not create and did not provide to the plaintiff with a serial (12 episodes) scenario plan of the Movie.</p>
<p>In view of the defendant&apos;s improper fulfillment of the terms of the agreement, the plaintiff sent to the defendant (including by e-mail) a proposal to terminate the agreement by mutual consent of the parties with the attachment of two copies of the relevant agreement signed by the plaintiff, it contained a condition on the defendant&apos;s obligation to return the prepayment previously paid under the agreement. Within the 30-day period established by law and later, the defendant did not provide the plaintiff with a signed copy of the additional agreement on termination of the agreement prepared by the plaintiff, and did not return the prepayment. Therefore, the plaintiff filed the claim for termination of this agreement and recovery of the unprocessed prepayment.</p>
<p>The court, having established that the plaintiff provided proper evidence to substantiate the claims regarding the recovery of the advance, which the defendant did not challenge, ruled that the defendant without legal grounds withholds the plaintiff&apos;s funds, in connection with which, the funds in full amount of the advance are unjustified enrichment of the defendant, which according to Article 1102 of the Civil Code of the Russian Federation is subject to return to the plaintiff.</p>
<p><strong>Conclusions in this case</strong>: (1) it makes sense to pay a contractor in advance not in full, but only for part of the work, (2) when proving payments to a defendant, a plaintiff must submit to the court appropriate payment orders for such payments, (3) the unprocessed advance previously received by a contractor for the fulfillment of obligations that were not eventually fulfilled may be recognized as unjustified enrichment.</p>
<h1 id="refund-of-remuneration-for-services-rendered-partially-through-the-fault-of-the-customer">Refund of remuneration for services rendered partially through the fault of the customer</h1>
<p>The plaintiff (production company) and the defendant (production director) have made the agreement for the creative development, shooting and editing of a feature-length movie. The director was obliged to complete the script and submit it for consideration and approval to the plaintiff no later than 01.02.2014, to develop a director&apos;s script based on the completed script and submit it for consideration and approval to the plaintiff no later than 15.06.2014.</p>
<p>Suing for the recovery of the amount of unjustified enrichment in the amount of 8,470,088 rubles 76 kopecks, interest for the use of the plaintiff&apos;s money (case No. <a href="https://kad.arbitr.ru/Card/fd59d26f-2793-4c7a-8f2c-32bd95c07ec4?ref=dorotenko.pro">A40-110997/15</a>), the plaintiff indicated that, in violation of the agreement, the director did not provide the script he had completed on time, so the plaintiff decided to cancel the agreement and sent him a corresponding notification by mail. According to the plaintiff, their agreement is terminated from the moment of receipt of the notification, and the prepayment transferred to the defendant is subject to refund. The defendant pointed out that the agreement did not contain a provision that the director was obliged to provide a completed and/or director&apos;s script in writing.</p>
<p>Since the form of providing the script is not provided for by the agreement, the defendant provided it by e-mail. It was found that the defendant repeatedly provided to the authorized persons of the plaintiff with a modified script (for example, the first edition was provided 11 days before the end of the term stipulated by the agreement).</p>
<p>The plaintiff stated that the results of the defendant&apos;s fulfillment of his obligations by the plaintiff were not accepted. It was established that the defendant sent a letter by e-mail to the general producer of the company about the need for the production company to attract a number of specialists and carry out the work to move to the next stage of the movie production - the preparatory period, but there was no response from the defendant. Notification from the plaintiff about the suspension (conservation) of the production of the film according to the contract was also not made. Guided by the need to continue the production process and fulfill obligations, the defendant provided a number of services under the agreement (in particular, the development of the director&apos;s script was started; the formation of the movie crew was started; the selection of the cast was started). The plaintiff did not fulfill his obligations related to the preparatory period of the movie&apos;s production (in particular, he did not participate in the formation of the main creative team of the movie crew; he did not properly consider the revised script of the movie provided by the director). These arguments have not been objected by the plaintiff.</p>
<p>The plaintiff demanded the return by the defendant of the remuneration paid to him as prepayment. The disputed sum of money was transferred to the defendant in nine payments for the provision of services in the pre-preparatory and preparatory periods of the production of the movie. According to the agreement, (1) the first payment was paid to the director for the provision of services during the pre-production period of the movie, and (2) other payments in the amount stipulated by the agreement were paid to the director monthly for the provision of services during the preparatory and filming periods of the movie production. In accordance with Article 408 of the Civil Code of the Russian Federation, Article 406 of the Civil Code of the Russian Federation and the agreement, the obligations of the defendant in the pre-production period of the movie are terminated (completed) by their proper execution. Thus, the remuneration received by the defendant is a payment for the services rendered by him in the pre-preparatory period of the production of the movie and is not subject to refund.</p>
<p>Monthly payments were discontinued after 04.04.2014. On 23.06.2014, the defendant sent a notice to the plaintiff that the plaintiff still had not taken any action to ensure the preparatory period for the production of the movie, and therefore its production could not be carried out within the terms of the agreement. In the period since October 2013 till April 2014, the plaintiff made seven (7) payments. They are the reward for services partially rendered by the defendant during the preparatory period of the movie production according to the agreement. The services were rendered by the defendant partially through no fault of his own according to Article 401of the Civil Code of the Russian Federation. Thus, the remuneration received by the defendant in accordance with part 1 of Article 779 of the Civil Code of the Russian Federation is the payment for services partially rendered, through no fault of his own, during the preparatory period of the movie production. The partial provision of services by the defendant in the preparatory period was the result of the plaintiff&apos;s failure to provide the movie production process due to his violation of a number of provisions of the agreement, as well as the termination of contractual relations by the plaintiff by termination of the agreement, which deprived the defendant of the opportunity to provide services in full.</p>
<p>As a result, the court has established and determined: (1) the defendant has violated neither the terms nor the form of submission of the revised script; in addition, (2) the defendant sent the revised script to the plaintiff before the date from which the plaintiff considered the agreement terminated (i.e., before the date when the defendant received the notice of termination of the agreement); (3) the defendant has been taking all necessary measures for the proper performance of obligations for several months; (4) the defendant, through no fault of his own, was unable to provide services in full; (5) the remuneration received by the defendant for services rendered in part, through the fault of the plaintiff, during the preparatory period of the movie production, is not subject to refund, the claims are subject to rejection.</p>
<p><strong>Conclusions on this case</strong>: (1) when determining the scope of the director&apos;s services during the production of the movie, the court is guided not only by the agreement, but also by the established film production practice (although the court did not specify in its decision what exactly is relevant to the latter), (2) if the form and method of providing the results of services are not fixed in the agreement, they can be provided by e-mail to authorized representatives of the customer, (3) if the services are provided by the contractor partially through the fault of the customer, the remuneration received by him is not subject to refund to the customer, (4) the customer&apos;s fault may be expressed in non-fulfillment by it its own obligations under the agreement (for example, not taking part in the formation of the creative composition of the movie crew; not considering a properly submitted movie script).</p>
]]></content:encoded></item><item><title><![CDATA[Open-Source Software: Getting the Legal ‘OK’]]></title><description><![CDATA[Glad to announce my yet another publication. It is about how to supervise (from the legal point of view) the process of computer programs code releases into public access as a source code, what tips and tricks are useful for legal counsels, and how they can mitigate possible legal risks.]]></description><link>https://dorotenko.pro/open-source-legal-ok/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2d98</guid><category><![CDATA[Open source]]></category><category><![CDATA[Software]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Wed, 10 Mar 2021 20:40:17 GMT</pubDate><media:content url="https://dorotenko.pro/content/images/2024/09/eliobed-suarez-PN-YnI5stdQ-unsplash.webp" medium="image"/><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F5A8;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">originally was </em></i><a href="https://www.managingip.com/article/b1qs3z03ht6q27/open-source-software-getting-the-legal-ok?ref=dorotenko.pro"><i><em class="italic" style="white-space: pre-wrap;">published</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> at Managing IP</em></i></div></div><img src="https://dorotenko.pro/content/images/2024/09/eliobed-suarez-PN-YnI5stdQ-unsplash.webp" alt="Open-Source Software: Getting the Legal &#x2018;OK&#x2019;"><p>Glad to announce my yet another publication. Now it is about how to supervise (from the legal point of view) the process of computer programs code releases into public access as a source code, what tips and tricks are useful for legal counsels, and how they can mitigate possible legal risks.</p>
<p>From the article, you can find out:</p>
<ul>
<li>what are the four key points of program code legal audit before its releasing</li>
<li>reasons why it is a good idea to prepare a questionnaire for the developers and ask them to provide the answers at the start point og the legal audit</li>
<li>what should you remember about trade secrets and confidential information</li>
<li>where you can find short summaries of well-known licenses for open source</li>
</ul>
<hr><p>If you have any questions or comments related to this publication, just write me via <i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/dorotenko/en?ref=dorotenko.pro">LinkedIn</a> or <i class="fas fa-envelope-open-text"></i> <a href="https://dorotenko.pro/contact-en/">here</a>.</p>
<hr>
<!--kg-card-begin: html-->
Photo by <a href="https://unsplash.com/@eliobedsuarez?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Eliobed Suarez</a> on <a href="https://dorotenko.pro/s/photos/traffic-light?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a>
  
<!--kg-card-end: html-->
]]></content:encoded></item><item><title><![CDATA[How to Use Yandex DataLens for Court Cases]]></title><description><![CDATA[The analytics of domain names disputes in Russia as the use case of Yandex DataLnes for court practice analysis (as a part of the DataContest webinar).]]></description><link>https://dorotenko.pro/datacontest-webinar-domain-names/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2d93</guid><category><![CDATA[domains]]></category><category><![CDATA[kardamon]]></category><category><![CDATA[Yandex]]></category><category><![CDATA[Databases]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Mon, 14 Dec 2020 19:06:55 GMT</pubDate><media:content url="https://dorotenko.pro/content/images/2024/09/slide2-2.webp" medium="image"/><content:encoded><![CDATA[<img src="https://dorotenko.pro/content/images/2024/09/slide2-2.webp" alt="How to Use Yandex DataLens for Court Cases"><p><a href="https://dorotenko.pro/ru/kardamon-datacontest/linkedin.com/in/pavel-dubinin-5a4b3254">Pavel Dubinin</a>, <a href="https://cloud.yandex.com/services/datalens?ref=dorotenko.pro">Yandex DataLens</a> service development manager and my colleague, held the <a href="https://generations.timepad.ru/event/1497616/?ref=dorotenko.pro">webinar</a> &quot;Use of Yandex DataLens for quick data analysis and visualization&quot; as part of the DataContest held by the Accounts Chamber of the Russian Federation.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://web.archive.org/web/20210622221022/https://data-contest.ru/"><div class="kg-bookmark-content"><div class="kg-bookmark-title">&#x41A;&#x43E;&#x43D;&#x43A;&#x443;&#x440;&#x441; DataContest &#x421;&#x447;&#x435;&#x442;&#x43D;&#x43E;&#x439; &#x43F;&#x430;&#x43B;&#x430;&#x442;&#x44B; &#x420;&#x43E;&#x441;&#x441;&#x438;&#x439;&#x441;&#x43A;&#x43E;&#x439; &#x424;&#x435;&#x434;&#x435;&#x440;&#x430;&#x446;&#x438;&#x438;</div><div class="kg-bookmark-description">&#x421;&#x442;&#x430;&#x43D;&#x44C; &#x43B;&#x438;&#x434;&#x435;&#x440;&#x43E;&#x43C; &#x432; &#x43E;&#x431;&#x43B;&#x430;&#x441;&#x442;&#x438; &#x430;&#x43D;&#x430;&#x43B;&#x438;&#x442;&#x438;&#x43A;&#x438; &#x434;&#x430;&#x43D;&#x43D;&#x44B;&#x445; &#x438; &#x43F;&#x440;&#x435;&#x434;&#x43B;&#x43E;&#x436;&#x438; &#x441;&#x432;&#x43E;&#x435; &#x440;&#x435;&#x448;&#x435;&#x43D;&#x438;&#x435; &#x43F;&#x43E; &#x43F;&#x43E;&#x432;&#x44B;&#x448;&#x435;&#x43D;&#x438;&#x44E; &#x44D;&#x444;&#x444;&#x435;&#x43A;&#x442;&#x438;&#x432;&#x43D;&#x43E;&#x441;&#x442;&#x438; &#x433;&#x43E;&#x441;&#x443;&#x434;&#x430;&#x440;&#x441;&#x442;&#x432;&#x435;&#x43D;&#x43D;&#x43E;&#x433;&#x43E; &#x430;&#x443;&#x434;&#x438;&#x442;&#x430;</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://web.archive.org/web/20210622221022im_/https://data-contest.ru/local/templates/data-contest/assets/apple-touch-icon.png" alt="How to Use Yandex DataLens for Court Cases"><span class="kg-bookmark-author">&#x421;&#x41F;&lt;i&gt;&#x420;&#x424;&lt;/i&gt;</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://web.archive.org/web/20210622221022im_/http://data-contest.ru/local/templates/data-contest/assets/og.jpg" alt="How to Use Yandex DataLens for Court Cases"></div></a><figcaption><p><span style="white-space: pre-wrap;">See here the details of this DataContest (available in Russian only)</span></p></figcaption></figure><p><em><mark><strong>UPD</strong>. The original site has been unpublished. The link is to its archived copy.</mark></em></p>
<p>As a part of this webinar, among other things, there was an analysis of use cases: how this data visualization and analytics service effectively helps in solving business and scientific problems (one of the most exciting examples was <a href="https://vc.ru/services/184485-kak-vosmiklassnik-ustal-ot-pdf-i-sdelal-servis-dlya-sebya-i-sverstnikov?ref=dorotenko.pro">this story</a> of a schoolboy from Rostov-on-Don, pay attention to it!).</p>
<p>It is noteworthy that one of the examples considered was <a href="https://dorotenko.pro/kardamon-en/">my project</a> on the analysis of court cases on domain disputes in Russia. Great news for the project! Indeed, more in-depth data analysis is obtained using data visualization systems, and Yandex DataLens is currently used for this project.</p>
<figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://dorotenko.pro/content/images/2024/08/slide1.JPG" width="2000" height="1125" loading="lazy" alt="How to Use Yandex DataLens for Court Cases" srcset="https://dorotenko.pro/content/images/size/w600/2024/08/slide1.JPG 600w, https://dorotenko.pro/content/images/size/w1000/2024/08/slide1.JPG 1000w, https://dorotenko.pro/content/images/size/w1600/2024/08/slide1.JPG 1600w, https://dorotenko.pro/content/images/size/w2400/2024/08/slide1.JPG 2400w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://dorotenko.pro/content/images/2024/08/slide2-1.JPG" width="2000" height="1125" loading="lazy" alt="How to Use Yandex DataLens for Court Cases" srcset="https://dorotenko.pro/content/images/size/w600/2024/08/slide2-1.JPG 600w, https://dorotenko.pro/content/images/size/w1000/2024/08/slide2-1.JPG 1000w, https://dorotenko.pro/content/images/size/w1600/2024/08/slide2-1.JPG 1600w, https://dorotenko.pro/content/images/size/w2400/2024/08/slide2-1.JPG 2400w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://dorotenko.pro/content/images/2024/08/slide3.JPG" width="2000" height="1125" loading="lazy" alt="How to Use Yandex DataLens for Court Cases" srcset="https://dorotenko.pro/content/images/size/w600/2024/08/slide3.JPG 600w, https://dorotenko.pro/content/images/size/w1000/2024/08/slide3.JPG 1000w, https://dorotenko.pro/content/images/size/w1600/2024/08/slide3.JPG 1600w, https://dorotenko.pro/content/images/size/w2400/2024/08/slide3.JPG 2400w" sizes="(min-width: 720px) 720px"></div></div></div></figure><p>So the project is developing further, my congratulations to all involved! More detailed info about this database demo version, which is used to visualize data in Yandex DataLens, can be found <a href="https://dorotenko.pro/kardamon-en/">here</a>. My contacts are available <a href="https://dorotenko.pro/contact-en/">here</a>.</p>
]]></content:encoded></item><item><title><![CDATA[Domain Names Disputes: How to Get the Most Compensation in Russian Courts]]></title><description><![CDATA[The analysis of Russian court practice on domain disputes. It made possible from my own Kardamon.Dm database and identifies factors that could directly affect the amount of compensation awarded in favor of the plaintiffs.]]></description><link>https://dorotenko.pro/domain-disputes-in-russia-wtr/</link><guid isPermaLink="false">669a7fa3ab4abdfca0ed2d7f</guid><category><![CDATA[domains]]></category><category><![CDATA[trademarks]]></category><category><![CDATA[Court practice]]></category><category><![CDATA[kardamon]]></category><dc:creator><![CDATA[Denis Dorotenko]]></dc:creator><pubDate>Mon, 02 Mar 2020 22:28:57 GMT</pubDate><media:content url="https://dorotenko.pro/content/images/2024/09/steve-johnson-0sPFjdcRhko-unsplash-1.webp" medium="image"/><content:encoded><![CDATA[<div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">&#x1F58A;&#xFE0F;</div><div class="kg-callout-text"><i><em class="italic" style="white-space: pre-wrap;">originally was </em></i><a href="https://www.worldtrademarkreview.com/brand-management/domain-name-disputes-in-russia-how-get-most-compensation-in-court?ref=dorotenko.pro"><i><em class="italic" style="white-space: pre-wrap;">published</em></i></a><i><em class="italic" style="white-space: pre-wrap;"> at World Trademark Review</em></i></div></div><img src="https://dorotenko.pro/content/images/2024/09/steve-johnson-0sPFjdcRhko-unsplash-1.webp" alt="Domain Names Disputes: How to Get the Most Compensation in Russian Courts"><p>In this post I analysed recent Russian court practice on domain disputes and looked at the amount of compensation awarded by courts in favor of plaintiffs. The analysis, made possible from my own <a href="https://github.com/xCounsel/kardamon/tree/master/English/premium?ref=dorotenko.pro">Kardamon.Dm database</a>, identifies factors that could directly affect such compensation &#x2013; ensuring brand owners are prepared for domain disputes in Russia.</p>
<h3 id="the-analysis">The analysis</h3>
<p>What is the maximum compensation a plaintiff has been awarded from a domain dispute in front of Russian courts? What arguments and facts are taken into account by those courts when awarding compensation in a particular amount? Did the defendants successfully insist to reduce the amounts of such compensations?</p>
<p>Getting answers to these questions are important to be able to look more deeply at the Russian domain dispute picture as a whole - including determining the &#x2018;average bill&#x2019; for plaintiffs in such cases, verify hypotheses, and discover initially unknown correlations. To do this, I have studied more than 150 court cases of Russian arbitration courts in respect of at least 250 domain names, which cover a period of more than 10 years.</p>
<figure class="kg-card kg-bookmark-card"><a class="kg-bookmark-container" href="https://dorotenko.pro/kardamon-en/"><div class="kg-bookmark-content"><div class="kg-bookmark-title">Domains disputes analytics</div><div class="kg-bookmark-description">Kardamon.Premium is a unique collection of court decisions related to domain names in Russia. Find out the cases related to .RU, .COM, .ORG, .NET domain zones.</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://dorotenko.pro/favicon.ico" alt="Domain Names Disputes: How to Get the Most Compensation in Russian Courts"><span class="kg-bookmark-author">Denis Dorotenko</span><span class="kg-bookmark-publisher">Denis Dorotenko</span></div></div><div class="kg-bookmark-thumbnail"><img src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDkuMjY3IDMwOS4yNjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwOS4yNjcgMzA5LjI2NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPHBhdGggc3R5bGU9ImZpbGw6IzNEQjM5RTsiIGQ9Ik0zOC42NTgsMGgxNjQuMjNsODcuMDQ5LDg2LjcxMXYyMDMuMjI3YzAsMTAuNjc5LTguNjU5LDE5LjMyOS0xOS4zMjksMTkuMzI5SDM4LjY1OCAgIGMtMTAuNjcsMC0xOS4zMjktOC42NS0xOS4zMjktMTkuMzI5VjE5LjMyOUMxOS4zMjksOC42NSwyNy45ODksMCwzOC42NTgsMHoiLz4KCTxwYXRoIHN0eWxlPSJmaWxsOiMyRjhBNzg7IiBkPSJNMjg5LjY1OCw4Ni45ODFoLTY3LjM3MmMtMTAuNjcsMC0xOS4zMjktOC42NTktMTkuMzI5LTE5LjMyOVYwLjE5M0wyODkuNjU4LDg2Ljk4MXoiLz4KCTxwYXRoIHN0eWxlPSJmaWxsOiM4QkQxQzU7IiBkPSJNNzcuMzE3LDEyNS42NHYxMjUuNjRIMjMxLjk1VjEyNS42NEg3Ny4zMTd6IE0xOTMuMjkyLDEzNS4zMDR2MTkuMzI5aC0xOS4zMjl2LTE5LjMyOUgxOTMuMjkyeiAgICBNMTM1LjMwNCwxODMuNjI3aC0xOS4zMjl2LTE5LjMyaDE5LjMyOVYxODMuNjI3eiBNMTQ0Ljk2OSwxNjQuMzA4aDE5LjMyOXYxOS4zMmgtMTkuMzI5VjE2NC4zMDh6IE0xMzUuMzA0LDE5My4zMDJ2MTkuMzJoLTE5LjMyOSAgIHYtMTkuMzJIMTM1LjMwNHogTTE0NC45NjksMTkzLjMwMmgxOS4zMjl2MTkuMzJoLTE5LjMyOVYxOTMuMzAyeiBNMTczLjk2MywxOTMuMzAyaDE5LjMyOXYxOS4zMmgtMTkuMzI5VjE5My4zMDJ6ICAgIE0xNzMuOTYzLDE4My42Mjd2LTE5LjMyaDE5LjMyOXYxOS4zMkwxNzMuOTYzLDE4My42MjdMMTczLjk2MywxODMuNjI3eiBNMTY0LjI5OCwxMzUuMzA0djE5LjMyOWgtMTkuMzI5di0xOS4zMjlIMTY0LjI5OHogICAgTTEzNS4zMDQsMTM1LjMwNHYxOS4zMjloLTE5LjMyOXYtMTkuMzI5SDEzNS4zMDR6IE04Ni45ODEsMTM1LjMwNGgxOS4zMjl2MTkuMzI5SDg2Ljk4MVYxMzUuMzA0eiBNODYuOTgxLDE2NC4zMDhoMTkuMzI5djE5LjMyICAgSDg2Ljk4MVYxNjQuMzA4eiBNODYuOTgxLDE5My4zMDJoMTkuMzI5djE5LjMySDg2Ljk4MVYxOTMuMzAyeiBNODYuOTgxLDI0MS42MjV2LTE5LjMzOWgxOS4zMjl2MTkuMzM5SDg2Ljk4MXogTTExNS45NzUsMjQxLjYyNSAgIHYtMTkuMzM5aDE5LjMyOXYxOS4zMzlIMTE1Ljk3NXogTTE0NC45NjksMjQxLjYyNXYtMTkuMzM5aDE5LjMyOXYxOS4zMzlIMTQ0Ljk2OXogTTE3My45NjMsMjQxLjYyNXYtMTkuMzM5aDE5LjMyOXYxOS4zMzlIMTczLjk2MyAgIHogTTIyMi4yODYsMjQxLjYyNWgtMTkuMzI5di0xOS4zMzloMTkuMzI5VjI0MS42MjV6IE0yMjIuMjg2LDIxMi42MjFoLTE5LjMyOXYtMTkuMzJoMTkuMzI5VjIxMi42MjF6IE0yMjIuMjg2LDE4My42MjdoLTE5LjMyOSAgIHYtMTkuMzJoMTkuMzI5VjE4My42Mjd6IE0yMjIuMjg2LDE1NC42MzRoLTE5LjMyOXYtMTkuMzI5aDE5LjMyOVYxNTQuNjM0eiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=" alt="Domain Names Disputes: How to Get the Most Compensation in Russian Courts"></div></a></figure><h4 id="on-compensation-in-domain-disputes">On compensation in domain disputes</h4>
<p>The awarding by courts of compensations in those amounts that were initially demanded by plaintiffs is not a frequent phenomenon in Russia. For example, in the cases given in the below table, the courts satisfied the plaintiffs&apos; financial appetites for compensation in full &#x2013; with the &#x2018;Requested compensation&#x2019; representing the figure &#x2013; in rubles &#x2013; claimed by the plaintiffs as compensation for the violation of their rights (with judicial or other costs not taken into account).</p>

<!--kg-card-begin: html-->
<table><thead><tr><th><p><strong>Domain as object of dispute</strong></p></th><th><p><strong>Case number</strong></p></th><th><p><strong>Requested compensation</strong></p></th><th><p><strong>Type of violation of plaintiffs&apos; rights</strong></p></th></tr></thead><tbody><tr><td><p>&#x2018;avtokreditbank.ru&#x2019;</p></td><td><p>No. A41-27647/14</p></td><td><p>1,000,000</p></td><td><p>Firm name</p></td></tr><tr><td><p>&#x2018;bonduell&#x435;.ru&#x2019;</p></td><td><p>No. A40-131093/2013</p></td><td><p>10,000</p></td><td><p>Trademark</p></td></tr><tr><td><p>&#x2018;&#x43C;&#x430;&#x43C;&#x430;&#x43C;&#x430;&#x440;&#x43A;&#x435;&#x442;.&#x440;&#x444;&#x2019;</p></td><td><p>No. A56-51169/2011</p></td><td><p>1,350,000</p></td><td><p>Trademark</p></td></tr><tr><td><p>&#x2018;sberbank.org&#x2019; and &#x2018;sberbank.biz&#x2019;</p></td><td><p>No. A40-140236/10-51-1189</p></td><td><p>500,000</p></td><td><p>Trademark, well-known trademark</p></td></tr></tbody></table>
<!--kg-card-end: html-->
<p>However, in a very large number of disputes, the courts have reduced the amount of compensation awarded to plaintiffs in domain name cases. The table below includes some of theses instances, with the &#x2018;Divider&#x2019; figure representing how many times, as a result of the reduction, the courts reduced the initial claims of the plaintiffs for the compensation requested by them.</p>

<!--kg-card-begin: html-->
<table><thead><tr><th><p><strong>Domain as object of dispute</strong></p></th><th><p><strong>Case number</strong></p></th><th><p><strong>Requested compensation</strong></p></th><th><p><strong>Final compensation</strong></p></th><th><p><strong>Divider</strong></p></th></tr></thead><tbody><tr><td><p>&#x2018;alcaplast-m.ru&#x2019;</p></td><td><p>No. A40-74284/2017</p></td><td><p>5,000,000</p></td><td><p>50,000</p></td><td><p>100</p></td></tr><tr><td><p>&#x2018;mb.ru&#x2019;</p></td><td><p>No. A40-74516/2012</p></td><td><p>2,000,000</p></td><td><p>60,000</p></td><td><p>33.3</p></td></tr><tr><td><p>&#x2018;kamazland.ru&#x2019;</p></td><td><p>No. A66-11774/2015</p></td><td><p>200,000</p></td><td><p>100,000</p></td><td><p>2</p></td></tr><tr><td><p>&#x2018;mexx.ru&#x2019;</p></td><td><p>&#x410;40-6909/13</p></td><td><p>1,500,000</p></td><td><p>150,000</p></td><td><p>10</p></td></tr><tr><td><p>&#x2018;swatch.ru&#x2019;</p></td><td><p>No. A41-22989/2010</p></td><td><p>50,000</p></td><td><p>10,000</p></td><td><p>5</p></td></tr><tr><td><p>&#x2018;&#x442;&#x438;&#x441;&#x441;&#x430;&#x43D;.&#x440;&#x444;&#x2019;</p></td><td><p>No. A65-26240/2015</p></td><td><p>700,000</p></td><td><p>500,000</p></td><td><p>1.4</p></td></tr><tr><td><p>&#x2018;burgerking.su&#x2019; and &#x2018;burger-king.su&#x2019;</p></td><td><p>No. A40-154813/12</p></td><td><p>500,000</p></td><td><p>200,000</p></td><td><p>2.5</p></td></tr></tbody></table>
<!--kg-card-end: html-->
<p>For example, then, in the &#x2018;kamazland.ru&#x2019; case the plaintiff initially claimed 200,000 rubles compensation. The court of first instance has reduced its size to 20,000 rubles, but the next court reviewed the trial court&apos;s decision and adopted its final amount in 100,000 rubles. Thus, even if the court of first instance significantly reduces the amount of compensation compared to the original claims, the next court may well not support this decision, and the amount of compensation will be increased again.</p>
<h3 id="factors-affecting-the-compensation">Factors affecting the compensation</h3>
<p>Courts often prescribe what factors (circumstances and other arguments) influenced their decisions in terms of compensation, and these can prove helpful when strategizing for domain disputes in Russia.</p>

<!--kg-card-begin: html-->
<table><thead><tr><th><p><strong>Factors</strong></p></th><th><p><strong>Acts in which these factors are mentioned</strong></p></th></tr></thead><tbody><tr><td><p>Term of misuse of the disputed domain name</p></td><td><p>The Fifth AAC ruling as of 19/10/2011 in case No. A51-5935/2011</p></td></tr><tr><td><p>The presence of violations of the exclusive right of the plaintiff previously committed by the defendant</p></td><td><p>Resolution of the Fifteenth AAC of 29/03/2017 in case No. A53-26274/2015</p></td></tr><tr><td><p>Probable damages of the plaintiff as the rights holder</p></td><td><p>The Moscow Arbitration Court decision as of 08/07/2014 in case No. A41-27647/14</p></td></tr><tr><td><p>Nature of the violation</p></td><td><p>The Intellectual Property Court ruling as of 28/09/2016 in case No. A65-26240/2015</p></td></tr><tr><td><p>The degree of the violator&apos;s guilt</p></td><td><p>the Moscow Arbitration Court decision as of 26/04/2017 in case No. A40-211712/2016</p></td></tr></tbody></table>
<!--kg-card-end: html-->
<p>The above list is not exhaustive, but represents a fairly detailed idea of what details of litigation directly affect the final amount of compensation awarded by the court.</p>
<figure class="kg-card kg-bookmark-card kg-card-hascaption"><a class="kg-bookmark-container" href="https://github.com/xCounsel/kardamon/?ref=dorotenko.pro"><div class="kg-bookmark-content"><div class="kg-bookmark-title">xCounsel/kardamon</div><div class="kg-bookmark-description">Kardamon is a source of legal issues related to domain names in Russia - xCounsel/kardamon</div><div class="kg-bookmark-metadata"><img class="kg-bookmark-icon" src="https://github.githubassets.com/favicons/favicon.svg" alt="Domain Names Disputes: How to Get the Most Compensation in Russian Courts"><span class="kg-bookmark-author">GitHub</span><span class="kg-bookmark-publisher">xCounsel</span></div></div><div class="kg-bookmark-thumbnail"><img src="https://avatars1.githubusercontent.com/u/43176085?s=400&amp;v=4" alt="Domain Names Disputes: How to Get the Most Compensation in Russian Courts"></div></a><figcaption><p><span style="white-space: pre-wrap;">See here the details on legal issues on domain names in Russia</span></p></figcaption></figure><h3 id="conclusion">Conclusion</h3>
<p>There are a variety of factors that appear to determine awarded compensation in Russian courts when it comes to domain disputes. Firstly, in a very large number of cases, courts award compensation in favor of plaintiffs to pay by individuals (domain name administrators). A person, being the registrant of the domain name, carries a certain risk in that they can be required to rectify the violation and pay compensation associated with their domain name.</p>
<p>Secondly, in the vast majority of cases, the courts reduce the amount of compensation &#x2013; sometimes dozens of times. This can be explained by a number of circumstances:</p>
<ol>
<li>Current law defines a wide range of amount of compensation &#x2014; from 10 thousand to 5 million rubles (eg, article 1515 of the Russian Civil Code says about liability for illegal use of a trademark);</li>
<li>Repeated situations in which the plaintiffs did not present claims in a detailed study, for some reason they requested compensations in the amounts claimed;</li>
<li>The position of the courts, aimed to reduce the amount of such compensation, if the plaintiffs did not justify the claimed amount.</li>
</ol>
<p>Thirdly, for the correct calculation of the amount of compensation claimed by the plaintiff, it is important to determine the factors affecting it and to have evidence of the presence of such factors in the domain dispute. The statutory right to compensation is not enough. Plaintiffs are obliged to justify the amounts of compensation claimed by them if they are substantial.</p>
<p>Therefore, for all those reasons, plaintiffs are not recommended to rely entirely on the principles of reasonableness and fairness. It is necessary, then, to study in detail the factors that can be used to justify the claimed amount of compensation. Also, it will naturally be useful for plaintiffs to know the details of other similar court cases. This, for example, could determine the &quot;average bill&quot; of the compensation.</p>
<p>For those pursuing a domain dispute in Russian courts, removing the dark spots in the definition and assignment of compensation for domain disputes will help to make the practice more unified and predictable, while preserving the chance for the plaintiff to take an individual approach to the consideration of his case.</p>
<hr>
<!--kg-card-begin: html-->
<small>Photo:</small> <a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, &quot;San Francisco&quot;, &quot;Helvetica Neue&quot;, Helvetica, Ubuntu, Roboto, Noto, &quot;Segoe UI&quot;, Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@steve_j?utm_medium=referral&amp;utm_campaign=photographer-credit&amp;utm_content=creditBadge&amp;ref=dorotenko.pro" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Steve Johnson"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewbox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"/></svg></span><span style="display:inline-block;padding:2px 3px">Steve Johnson</span></a>
<br><br><br>
<!--kg-card-end: html-->
]]></content:encoded></item></channel></rss>