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

How to write sentences including bulleted copyright symbol

how to write this sentence in the same line with a bulleted copyright symbol "copyright .© 2015.All rights reserved"? using code like this

Copyright

  • %copy;
  • 2015.All rights reserved

    I expect it to be shown like this in the web…
    0
    votes
    1 answer

    Laravel remove copyright notice from mail

    When sending mail over laravel, it will automatically append a gray "(c) 2019 Laravel. All rights reserved." on the bottom of the mail. Is there a way I can get rid of this? Here´s a picture of a sample mail: (created with php artisan make:mail…
    3x071c
    • 955
    • 10
    • 40
    0
    votes
    2 answers

    Where is the copyright file applicable to libBLT.2.4.so.8.5 on Ubuntu?

    Please specify a location in /usr/share/doc/ if possible.
    Sasquatch
    • 25
    • 5
    0
    votes
    2 answers

    Wordpress Theme Copyright Editing (Footer)

    How do i edit WordPress Di Business theme footer copyright? I am trying to no success, especially in the Cpanel.
    0
    votes
    1 answer

    How to prevent apps with accessibility access to copy texts from an app?

    Apps like Universal Copy (https://play.google.com/store/apps/details?id=com.camel.corp.universalcopy&hl=en) can copy "not selectable text" from Android apps. How can one prevent this? The app uses OS accessibility features to grab content from text…
    AVEbrahimi
    • 17,993
    • 23
    • 107
    • 210
    0
    votes
    2 answers

    Give copyright in Ruby on Rails files

    I want provide to copyright notice at start of files in my Ruby on Rails project. Can I give copyright notice in all Ruby on Rails files including auto generated files like application.rb, routes.rb. ?
    Harry Joy
    • 58,650
    • 30
    • 162
    • 207
    0
    votes
    1 answer

    Wordpress upload jpg should write caption from exif copyright

    It seems that Wordpress use the exif title to fill the caption field, but I need it to use the exif copyright data instead to give automaticaly credit to photographers. What code should I use, please help me because I can't find clear examples of…
    0
    votes
    1 answer

    Adding copyright profile to Angular CLI project in intellij IDE

    I have added a copyright profile many times to my projects that is used IntelliJ IDE. My problem is, I can't use the same procedure to add a copyright profile to Angular-cli project. Is there anyone who can help me to resolve this?. And I highly…
    0
    votes
    1 answer

    JSP not showing ® or trademark symbol

    the jsp is not showing the ® symbol and the i am having the below encoding <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> and the code is the ${value} is…
    krish
    • 11
    • 4
    0
    votes
    1 answer

    IntelliJ copyright at compile time

    I'm working on a build script that will generate new files for my project at compile time. These files will be shared publicly so they need to include the correct copyright information. Is there any way to reference the copyright profile from…
    0
    votes
    1 answer

    Wordpress Tesseract theme footer copyright

    i build a website using Wordpress Tesseract theme and i want to change the copyright. I made it using Find And Replace plugin but i want to do it properly by changing the code. I searched it and i found the code i have to change at functions.php…
    stam
    • 1
    0
    votes
    1 answer

    How to check copyright status of livestreaming

    I'm livestreaming an event and I use some songs from other author. The live video now show the Youtube logo because youtube detect the copyright. The question is can I get the copyright status of video through Youtube API ? So I can stop the song…
    boygiandi
    • 630
    • 10
    • 20
    0
    votes
    1 answer

    Embedding YouTube thumbnails

    I have a question about embedding YouTube videos on a new website I'm working on. It is a collection of livesets from different festivals around the world. Each embedded video has its own page, but on the overview pages I use the thumbnails…
    Ruben-J
    • 2,663
    • 15
    • 33
    0
    votes
    2 answers

    Resetting copyright macro in Xcode

    Possible Duplicate: Setting copyright statement on a per-project basis? How do you reset the copyright macro that gets placed into the header of each new file? Mine still say MyCompanyName which is irritating.
    fogelbaby
    • 311
    • 1
    • 12
    0
    votes
    2 answers

    JSP. How to get copyrght symbol from bean getter

    I have a bean which has String property, which stores copyright symbol private String copyright = "my company © 2016 All rights reserved"; public String getCopyright() { return this.copyright; } The problem, that jspx page don't display…
    Benas
    • 2,106
    • 2
    • 39
    • 66
    1 2 3
    8 9