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
1
vote
1 answer

How can I update the copyright information of files in Xcode?

I want to change all copyright information of my whole project. For this, I changed the template of the copyright, but this change does not affect my existing project files, only newly created files. Do you know how can I update all copyright…
Marcel Gangwisch
  • 8,856
  • 4
  • 23
  • 32
1
vote
1 answer

increase date based on ${copyrightYear}

I need your help in creating a script on Freemarker with a list of year options based on ${copyrightYear} as a base year. I will use this on credit card expiration options that will have an output like this.
liza
  • 101
  • 3
  • 15
1
vote
0 answers

Cannot change license in Maven

I have a Maven project with the following header in all files : /* * Copyright © 2017 Maria Papadopoulou. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License…
Marievi
  • 4,951
  • 1
  • 16
  • 33
1
vote
1 answer

Populate title attribute of background-image using php

I want to credit the author of a few the photos on my website in the title tag. I just added the fields in the admin sections using the instructions given here and this works fine. Now i want to display that information in the title tag of a photo…
Alesis
  • 194
  • 3
  • 17
1
vote
1 answer

How to center copyrights text in subfooter?

I'm using wordpress and the theme is Newspaper. I want to center the copyrights text but I don't know how. I have checked the theme panel settings and there's no options to edit that. Theme panel pic: I have gone through some answers in the web and…
Mohammed
  • 103
  • 11
1
vote
2 answers

Is placement and format of copyright statement relevant?

Every software I have seen, contain copyright statement at the beginning of a file and takes pretty much lines of comment. Therefore you have to scroll down to see the code, which is a bit annoying, especially when code itself is very short. I think…
mip
  • 8,355
  • 6
  • 53
  • 72
1
vote
1 answer

How to insert a copyright statement into files created by wxGlade?

I use wxGlade to create Python scripts, which use wxWidgets. wxGlade directly manipulates XML files, which describe the wxWidgets based GUI. Those files have the *.wxg extension. From the *.wxg files, it is possible to generate code which actually…
Omer Zak
  • 1,147
  • 2
  • 8
  • 25
1
vote
2 answers

Best metatag for copyright in html5

What is the best metatag to use in a html5 page to add the name of the Agency/CMS that developed the web application? I have found these 3 options:
ipel
  • 1,326
  • 1
  • 18
  • 43
1
vote
3 answers

Update the copyright information accross the project files

Please let me know if we can replace or update the copyright information accross all the project file automatically. Is there any tool or script/cmd for doing this.( prefer Visual studio )
mail2subhajit
  • 1,106
  • 5
  • 16
1
vote
7 answers

how do I make a php footer dynamic copyright starting this year?

Here's my copyright as of right now: Example.com © 2013 - this is okay next year because it will read: Example.com © 2013 - 2014 but this year it says: © 2013-2013 How can I make it © 2013 and auto switch to ©…
MatrixNinja
  • 127
  • 2
  • 2
  • 9
1
vote
1 answer

Rails: Copyright headers for GPLv3 application

We are developing a project in Rails and planning to open source it under GPLv3. I have the following questions regarding this: To which files should we add the copyright header? Only the .rb files in lib, controller, model, helpers, config etc?…
Saim
  • 2,471
  • 5
  • 30
  • 43
1
vote
1 answer

When created an open source project, what copyright year to put?

Let's say I create an open-source project over a few months in 2012, and then release it. If I then come back and modify it in 2013, what copyright do I put? Should it be (c) 2012 - 2013 or just (c) 2013?
Jasper Blues
  • 28,258
  • 22
  • 102
  • 185
0
votes
2 answers

Adding copyright information in dll

I have an ASP.NET project which refers some web services. When the project is published, the bin folder is created and it contains app_Webrefernces.dll. Now I need to add copyright information to this dll. How can I do that?
BINU VARGHESE
  • 364
  • 1
  • 4
  • 16
0
votes
0 answers

Copyright Issues for Derivative Work When Unable to Contact Original Author

I have organized and formatted a web novel into a printable document, but I am unable to contact the original author. Can I publicly release this formatted document? If so, what kind of license should I choose? I would prefer to opt for a license…
Sam Ma
  • 121
  • 1
  • 4
0
votes
0 answers

Copyright Statements for Educational and Non-Commercial Use with Liability Disclaimer

I need guidance on creating comprehensive copyright statements and a liability disclaimer for sharing my code. Specifically, I require two different copyright statements: one for educational purposes only, limited to sharing with the professor, and…
1 2 3
8 9