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
0
votes
1 answer

How to add copyright text automatically to C++ source and header files in Visual Studio 2019 Professional?

Here is the problem: I have a root folder with sub folders containing all my structured code / 3rd party libraries / external dependencies. Now previously I used to develop with VSCode and used the Copyrighter extension by FordLabs to automatically…
0
votes
0 answers

How to protect code with a copyright licence from distributing/using elsewhere unless they buy it from me?

What I'll do in general : Program a software for a company Distributing the C++ and other source code to the company, they may arrange it as they want, reuse and edit it without warning me The source will contain some .qss files (Qt Style Sheet)…
0
votes
0 answers

Best way to protect copyright on images

We're building a startup centred around assets users would sell on the platform. We need to provision our users by giving them a way to protect their copyrights on images/videos they're uploading. Of course, it is not possible to remove any chance…
aldm
  • 343
  • 1
  • 11
0
votes
2 answers

Is it legal to display audio files of singers

recently i developed application for ios and android. it allows users to upload audio files from their own storage to server . and i have tab into my app for displaying those audios files . most of files like songs and Dj music .. etc .. does it…
Mohammed Hamdan
  • 1,006
  • 5
  • 23
0
votes
1 answer

copyright information for image repositories (schema.org, json-ld)

This is not exactly a technical question, it's about understanding the elements of CreativeWork and ImageObject in schema.org. When creating structured data for an image, there are some attributes I can use to convey the copyright information,…
Georg Pfolz
  • 1,416
  • 2
  • 12
  • 12
0
votes
2 answers

Displaying the copyright years in Blogger template

Is there a way to display the copyright years (including the first year) of a blog in a Blogger template? Actually I can display only the last year (on user level, because is just a JavaScript code):
gabeweb
  • 101
  • 2
0
votes
2 answers

How to get Copyright footer to stay at the bottom even on smaller pages

//CSS footer { position: relative; height: 300px; width: 100%; } p.copyright { position: absolute; width: 100%; line-height: 10px; text-align: center; bottom:0; } //HTML
user18280816
0
votes
1 answer

How do I protect copyrighted images in a public GitLab project?

Currently coding a system for Foundry Virtual Tabletop and the author of the game has asked that I add some creatures in a compendium along with their images. I let them know that, as far as I know, once someone has downloaded this specific system…
0
votes
0 answers

Blender file confuse while use copyrighted objects

Hello guys first i used the copyrighted object in blender then i deleted that object and now i am going to use this blender file for commercial use. is there will be any issue while using this blender file in game which will then published on…
0
votes
1 answer

Intellij Copyright velocity template - how to add file creation date

I would like to add the date the file was created and the date the file was last updated on my java project on IntelliJ. I was able to add the last modification date via $file.lastModified. Does anyone know how to add the date on which the file was…
0
votes
0 answers

temporarily adding watermark image/copyright text while displaying image in django template

I am creating a stock photo site. I need to add watermark temporarily while displaying in django template so that user shouldn't be able to download original photo without purchasing. I've tried django-watermark but got error while migrating. python…
Siva Sankar
  • 1,672
  • 1
  • 9
  • 16
0
votes
1 answer

What does the copyright() method in python do?

I have seen PyCharm suggest to me to use a function named copyright(). I have never written such function / imported anything which means it is a python standard library function. could not find any docs about it neither description in PyCharm…
avivgood2
  • 227
  • 3
  • 19
0
votes
1 answer

copyright management in IntelliJ is confusing

I'm trying to understand the IntelliJ copyright documentation and having trouble because I don't know whether it supports a feature that I'm accustomed to in emacs. In the emacs mode I'm accustomed to, whenever I go to save a file using the…
Jim Newton
  • 594
  • 3
  • 16
0
votes
2 answers

Update Copyright Year from a time server

recently I needed to update the copyright year on a website, so I used java script to get the year from the system time but is there a way to use an internet time server to update the copyright year ? I think it has very less chances of ever being…
David Kent
  • 15
  • 8
0
votes
1 answer

IntelliJ copyright headers for SQL files

In our project we use copyright headers in all of ours source files. This would great for Java, HTML and other languages but not for SQL files. Does anybody know how we can use the IntelliJ copyright headers in SQL files?
Peter Fortuin
  • 5,041
  • 8
  • 41
  • 69
1 2 3
8 9