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
2
votes
3 answers

How do I ensure that copyright notices accompany all of my source files for a java-maven build?

Is there a standard way people enforce the inclusion of copyright notices in their java/maven builds? I realize that it shouldn't be necessary since the product itself is copy-written and if someone has my source I have much bigger problems, but…
Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
2
votes
1 answer

how to make automatic copyright webpage footer in php using a function

I want a code or function that will show copyright from starting year to current year. Example © 2012-2013 © 1998-2013
user2336648
1
vote
2 answers

How to bulk update the copyright message that appears on top of each file in Xcode?

I've visited Change templates in Xcode , but I don't think it is exactly what I want to do. Xcode adds a copyright message to the top of each file that you create and populates it with fields like name, copyright etc, which it reads from somewhere.…
Rahul Iyer
  • 19,924
  • 21
  • 96
  • 190
1
vote
1 answer

Adding package name to copyright profile in IntelliJ IDEA

I'm using Intellij idea. I need to add copyright for package name across the project tried with ${PACKAGE_NAME} and $pacakage.name but no luck. Also, tried with $file.qualifiedClassName but it gets the package along with class name. Let me know…
1
vote
1 answer

Why does Eclipse display UTF-8 encoded files differently?

Eclipse is configured to interpret text files as UTF-8 encoding. Why does it not honor these settings in the Editor for *.properties files? A text file named db.properties contains the 2-byte copyright character (302 251 octal). The file appears…
jmelvin
  • 555
  • 1
  • 7
  • 15
1
vote
1 answer

How to set Copyright version using msbuild?

I am using Jenkins to kick off msbuild to build a project. I am using Microsift (R) Build Engine Version 2.0.50727.1433. I have an AssemblyInfo.cs file that appears to contain the following…
1
vote
0 answers

Multilingual copyright documentation in several languages

Our documentation made with Sphinx is in two languages (as explained here). We would like to be able to translate the copyright (at the bottom of the page) as well. However, the copyright is set in the configuration (copyright = "2020, myself and…
1
vote
1 answer

Is it ok to minimise the style of attributions in OpenLayers?

I develop a website that contains a full size OpenLayers map that uses Bing Maps as layer. This website will be displayed on computers and mobile phones. When I clicked on the Openlayers attributions button, I discovered that it's using a lot of…
Marc
  • 1,350
  • 2
  • 11
  • 29
1
vote
0 answers

Using Copyright code template (CC BY NC SA license) in my GitHub

I want to use one of the code template which is licensed under CC-BY-NC-SA in my GitHub repository. Can I use it ? And if yes, do I need to mention the source repository from which the code template was taken in my license.md file or somewhere??…
1
vote
1 answer

Contact-form-7: Change year-text in auto-replies dynamically

In every email auto-reply, there is a text for copyright purposes like: Copyright © 2019 - All rights reserved. Every year I have to change it manually for every form. Can this be done automatically? Like replacing the year with a…
1
vote
1 answer

How do you get rid of all the junk at the top of a Cocoa class in Xcode?

I looked here, and went where Macmade said to go. I then deleted everything above #import in the two FILEBASENAME files at File Templates/Cocoa/Objective-C class.xctemplate/NSObject. However, I'm creating new classes in Xcode, derived from…
user652038
1
vote
1 answer

Google copyright information not showing in GMSMapView in iPhone but shows in iPad

I am trying to submit an app to the App Store but it got rejected because the iPhone view of the Map doesn't have the necessary copyright information. I checked the code which is in Objective-C and couldn't find anything that hides the Copy Right…
1
vote
1 answer

Using phrases from h.264 specifications in code comments

The h.264 specifications from ITU 2017 contain this copyright notice: (C) ITU 2017 All rights reserved. No part of this publication may be reproduced, by any means whatsoever, without the prior written permission of ITU. I am writing a decoder, and…
Zan
  • 21
  • 3
1
vote
1 answer

ABCPdf SetInfo Copyright Status and Notice?

I have searched everywhere but cannot find the proper property to set Copyright Notice and Copyright Status with ABCPdf. Here is nothing http://www.websupergoo.com/helppdf8net/default.html?page=source/4-examples/14-setprops.htm While scanning Adobe…
1
vote
1 answer

copyrighted or offensive images to upload in android application

I have developed Android application (Application somewhat social media type and this is the first application I have developed) and in that there is a feature to upload images by users. So my question is if any user uploaded any copyrighted or…
user2520119
  • 173
  • 11
1 2 3
8 9