Questions tagged [copyright-display]

Questions regarding the display of copyright information in applications. Legal questions about the use of copyright laws are off-topic.

This may refer to the copyright of the work being produced or the items on which the product depends.

127 questions
3
votes
0 answers

Can I use google image "search results" in commercial apps?

I understand that there's a possibility of copyright infringement if I download any image on google image search and use It without asking for permission. But what if I use the search result itself does it still apply? Example: If I made an app that…
Cerceis
  • 770
  • 3
  • 14
3
votes
1 answer

How to add copyright notice to Sphinx generated Latex documentation?

I have set the copyright configuration value and it correctly appears in the HTML output. However, it does not appear at all in the LaTeX output, and I can't find any option for LaTeX output that will make it appear. How can I automatically include…
gerrit
  • 24,025
  • 17
  • 97
  • 170
3
votes
1 answer

How to insert a blank line above my copyright text inside the comment lines in intelliJ IDEA?

I'm using intelliJ IDEA 9. It has a function to make a copyright profile and apply to all files I create. What I'm trying to do is to format the copyright comment right. Suppose I have a copyright text as this: Copyright (c) 2010 my.company. All…
tim_wonil
  • 14,970
  • 6
  • 29
  • 42
3
votes
3 answers

IntelliJ keeps adding duplicate Copyright Template Headers to Java Source files

IntelliJ adds too many copy right headers I setup IntelliJ to include a licence into source code as a comment into the header. For some reason IntelliJ repeated the copy right statement for several in all files. So currently all files have between…
Stefan
  • 679
  • 2
  • 9
  • 21
2
votes
1 answer

Copyright text on Google Maps API v3

Is there a way to affect the styling of the copyright part in google maps API v3? I'd like to move it up by 10 pixels for example, since I have some overlapping right now and it doesn't show up (and that's contrary to the Terms of service). Any…
Stefan T
  • 125
  • 3
  • 13
2
votes
1 answer

Can i use free font under OFL license for android app?

I wish you all the best. I want to use a Free font under OFL license for my app. Is this going to cause property rights problem for me in the future? Also, should i make a property rights notice for the font inside the app or in it's description or…
Abdullah
  • 1,181
  • 2
  • 3
  • 7
2
votes
0 answers

How do I display a copyright symbol in an email footer without gmail clipping the email?

I have tried just pasting in the symbol © I have also tried all of these: © © © Even a very short email is clipped as soon as I add this. The symbol always displays fine, but the email says that it is clipped even though no content is…
2
votes
2 answers

How do I give credit to the authors of Wikipedia text?

I'm working on an MVC project where most of the text of the pages will be extracted from Wikipedia (possibly, but not necessarily English), and manually translated in additional languages. As far as I can see, credit to the authors is required, as…
AMKC7
  • 49
  • 1
  • 5
2
votes
2 answers

The copyright part in a file

My project is contributed under the GPL lisence. I want to add some copyright notices into all files. Would it be enough: /* * Copyright (c) 2010 Developer Name 1, Developer Name 2 * This file is part of %Project name% (page at https://page). *…
Max Frai
  • 61,946
  • 78
  • 197
  • 306
2
votes
2 answers

Update copyright headers across changed files in a project

I work on a project where the copyright headers are mandatory. All files have them but recently the guidelines for the headers changed and hence need to be updated. I am working on Linux platform (but files are accessible through Windows as well).…
Zoso
  • 3,273
  • 1
  • 16
  • 27
2
votes
1 answer

Do I need to give credits for the icons by the android Asset Studio?

My App uses several icons from the Asset Studio from the Android Studio. When I'm selecting an icon it says: "These icons are availiable under the CC-BY license". The official CC Website tells me "You must give appropriate credit". Question: How and…
Quacksilber
  • 163
  • 1
  • 14
2
votes
2 answers

How to embed version number & copyright into my DLL?

I have a VB Express 2008 class library and would like to embed a version number and some copyright/contact info. How do I do that?
2
votes
0 answers

Where should i mention copyright permission in store listing?

I have received permission from the copyrighted image's owner to use the image in my android application. Now where should i mention that permission in store listing while publishing?? i.e how to let google know that i got the permission for the…
Robin sam
  • 29
  • 2
2
votes
2 answers

Phpstorm: add copyright information / licence header to files in project

My existing files miss copyright info. I want to add a licence header to severals files in a project with Phpstorm / other JetBrains IDE. This page doesn't help: https://www.jetbrains.com/idea/help/topicId609815.html Anyone know the process please?
2
votes
2 answers

What are appropriate assembly attribute values for an open source (LGPL) project?

I have just started working on an open source project. The project is hosted on CodePlex and I work on it in my spare time. What would be appropriate values for the default assembly attributes (listed below)? [assembly:…
Michiel van Oosterhout
  • 22,839
  • 15
  • 90
  • 132
1 2
3
8 9