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 do I redefine the __COPYRIGHT__ macro in Xcode 5?

The default Xcode 5 Cocoa Touch .h file template starts like this: // // ___FILENAME___ // ___PROJECTNAME___ // // Created by ___FULLUSERNAME___ on ___DATE___. //___COPYRIGHT___ // I want to redefine the ___COPYRIGHT___ macro. This macro itself…
Robert Atkins
  • 23,528
  • 15
  • 68
  • 97
0
votes
2 answers

Code style recommends putting "Copyright Statement"

I'm reading the code style from https://source.android.com/source/code-style.html it says: Every file should have a copyright statement at the top Then gives this example: /* * Copyright (C) 2013 The Android Open Source Project * * Licensed…
EGHDK
  • 17,818
  • 45
  • 129
  • 204
0
votes
1 answer

Meta tag for theme author (copyright)

Im a theme author and I want to "brand" my theme, so that there is a meta tag, which says semething like "theme-author: Max mustermann". Is there a meta tag like that (like copyright)? Which one is the right?
Zoker
  • 2,020
  • 5
  • 32
  • 53
0
votes
0 answers

youtube java client api set copyright on video upload

I am uploading videos to YouTube using the YouTube java client api. The most of it is working fine, but i've got still a problem with setting the copyright information. VideoEntry newEntry = new VideoEntry(); YouTubeMediaGroup mediaGroup =…
axeln
  • 1
  • 1
0
votes
1 answer

Does facebook icons and buttons are under copyrights?

I like to use some facebook buttons and icons, like these Is it ok to use? On their brand permission center, icons and that buttons are not indicated. And I can't find article regarding this matter. Any suggestion?
Ivo San
  • 1,233
  • 4
  • 16
  • 26
0
votes
3 answers

How to add copyright information in each file of Rails app

I need to add Copyright information on top of each and every file of my Rails source code. For Eg. Just like Xcode does when you do ios development. Like: ********** // Copyright (c) 2012 // List of Authors *********
uday
  • 8,544
  • 4
  • 30
  • 54
0
votes
1 answer

Display HTML copyright and restricted symbols

The MySQL database I am working with sometimes has items with copyright and restricted characters beside their brand name. Which is fine, but when items are printed as HTML, the copyright symbol and restricted symbol both appear as a diamond with…
Dakkadakka
  • 51
  • 1
  • 11
0
votes
2 answers

Changing Copyright "Organization" in xcode

I have already tried multiple ways. defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{ORGANIZATIONNAME="YourNameHere";}' Also i've tried changing the "Organization", section under Project Document. Why will it still not change?…
AustinT
  • 1,998
  • 8
  • 40
  • 63
0
votes
2 answers

Non-removable copyright text in footer

I am developing a website for a small company and have added the copyright for their company and next to it saying it was designed by my company. The HTML code:

Copyright © 2012 Teguise Broker | Designed by

Lodder
  • 19,758
  • 10
  • 59
  • 100
-1
votes
0 answers

How can I send a counter notice for copyright infringment if I dont know what I am actually infringing?

I have somehow managed to become a repeat infringer.. When this happens, the 3 stikes your out rule is established. Accounts can be taken down with no warning, this also blocks information about the topic which prevents information from being viewed…
-1
votes
1 answer

Adding of copyright information data to winforms application build

Copyright (C) 2019 Project - All Rights Reserved string with other information, in my case C# WinForms or WPF application, usually included into head of .cs file comment. I'm trying to figure out, what is a proper way of adding of copyright…
lf80
  • 455
  • 3
  • 10
  • 22
-1
votes
1 answer

Street View showing black screen of ISS: Image may be subject to copyright

I am trying to embed the latest Google Street View of the International Space Station to a new page that I am creating. The problem is that I get a black screen and the message "Image may be subject to copyright". I am not an expert of coding (far…
Dimitris
  • 35
  • 1
  • 8
-1
votes
1 answer

Avoiding Copyright infringment

How can I add popular flash or html games to my website without the possibility of having copyright infringement problems? I have researched and came up with the possibility of emailing all the creators of these content, but seeing how it is such a…
John
  • 1
  • 1
-1
votes
1 answer

Copyright issue about a fork version of VSCode

If other people fork VSCode and create a new editor with custom features, should copyright info of VSCode be reserved to show that the editor is not a work of his/her own? e.g. Egret Wing, an editor created by a Chinese company based on VSCode, in…
alexkuang
  • 11
  • 3
-1
votes
1 answer

Copyright infringement fears for HTML video backgrounds

I'm building a website which will feature a video background. My plan was to upload a video to YouTube (unlisted) and embed this into the webpage. The footage was purchased legally through Shutterstock, however my fear is that if someone were to…
DDiran
  • 533
  • 1
  • 6
  • 23
1 2 3
8
9