Tagged Questions
The copyright tag is for issues relating to the creation and/or display of copyright information.
208
votes
72answers
10k views
Can someone copyright a SQL query? [closed]
I work for a school district. Every year we have to export a list of students from our student management system and send it to a company that handles our online exams.
So to do this export, we had ...
47
votes
16answers
3k views
Pirated software at a company? [closed]
I recently had a position at a small web development shop in the US where virtually all software used on a daily basis was cracked. My own IDE was paid for, and I used open source software personally ...
41
votes
14answers
1k views
How do you find a lawyer who is able to answer software development questions?
Many answers to questions on stackoverflow about issues related to contracts, copyright, patents, licensing, advise the questioner to consult a lawyer.
This sounds like good advice, but I believe the ...
28
votes
13answers
3k views
How to use web-fonts legally?
I'm a bit confused about the laws applied to web fonts. I know that it's OK to use fonts like Arial, Times Romans, Georgia, etc...I think it's illegal to use other commercial fonts.
Are there websites ...
24
votes
7answers
514 views
Do copyright dates need to be updated?
Every now and then I see a web site that has an old copyright date. In my mind, I always think "Look at the sucker who forgot to update his copyright year!" Then, while I was hard-coding a copyright ...
23
votes
22answers
3k views
What's the best way to protect a Windows application from piracy?
I will be selling a Windows application into an industry where many of the users will know and be friendly with many of the other prospective users. I expect that some users wouldn't think twice about ...
22
votes
10answers
948 views
Are comment headers and footers in your code really necessary?
Many corporate coding standards require a large comment header and footer in each and every file. Something like:
// MyFile.cpp
//
// Copyright (c) 200x Company ABC
//
// This file is a ...
22
votes
18answers
8k views
Do you put copyright notices in your (proprietary) code?
I'm wondering if, when working on source for your employer, people include a copyright notice.
For example
/*
* Developer : Developer Name (developer.name@company.com)
* Date : xx/yy/zzzz
* All ...
20
votes
8answers
841 views
Would an open source project have “Copyright. All rights reserved.” written on its licensing disclaimer?
I was trying to make some code I wrote be published under LGPL. I included the appropriate header in each file, but StyleCop told me to include a copyright notice also. But I think that "Copyright. ...
14
votes
2answers
2k views
How can I change the copyright template in Xcode 4?
Does anyone know how to change copyright in the templates for xcode? e.g. at the top of a new file it writes
// Copyright 2011 {Company Name}. All rights reserved.
In previous XCode versions you ...
12
votes
5answers
1k views
Is copying an API a breach of copyright?
Is copying an API a breach of copyright?
Say for example that a proprietary spreadsheet software exposes a programmatic interface with a nice, easy to use and learn, flexible yet deep API.
Can I ...
10
votes
6answers
166 views
I am releasing a PHP application for a friend to use, should I copyright it?
I made a somewhat large PHP application to handle automated queries for any site (plugged into their existing site structure), it was more of a "challenge" with a reward in the end open to anyone. I ...
10
votes
10answers
571 views
What is the legality of putting projects in your web portfolio?
I have been with a company for over 3 years, and I have always put the work I do for them in my portfolio. Their company is unrelated to programming. They have known about me having the work I do for ...
10
votes
3answers
1k views
Copyright Question- Bejeweled
I've been doing some research on game development. I'm a Bejeweled addict, and have been spending some time thinking about the algorithmic problems that had to be solved. Along the way I've noticed ...
9
votes
6answers
442 views
Looking for a semi-free license
Software that comes with source code, with permission to use, copy, modify and distribute for limited usage is called semi-free.
I'm looking for a semi-free license for our project. The license ...
9
votes
4answers
337 views
When to update the year in open source copyright notice
I have an open source project, licensed under the Apache license 2.0. In the appendix of this document, Apache explains how to apply the license to your code. Among other things, it says to include ...
9
votes
3answers
3k views
Xcode 3.1: setting copyright statement on a per-project basis?
I'm an independent developer working primarily with iPhone applications, and I'm currently engaged in several different projects. Some are for myself, and others are for one of a number of clients. ...
9
votes
11answers
1k views
How to prevent people from copying my .NET software [closed]
I only sell a few licenses of my software and I am worried when I sell them to the same company that they will all just share the CD around the office. Is there a simple way to keep this from ...
8
votes
4answers
127 views
Should I use /* */ or /** */ for the copyright in the top of a java file?
There is a copyright comment in each java file, but I don't know which one should I use: /* */ or /** */?
/*
* Copyright ...
*/
import java.util.*
...
or
/**
* Copyright ...
*/
import ...
8
votes
4answers
783 views
Semantic HTML markup for a copyright notice
When a web site is licensed under Creative Commons, I use the rel-license microformat. When a web site is licensed under regular copyright, I have a boring paragraph element.
<p ...
8
votes
11answers
3k views
invisible watermarks in images
How do you insert invisible watermarks in images for copyright purposes? I'm looking for a python library.
What algorithm do you use? What about performance and efficiency?
7
votes
4answers
357 views
Can a programming language itself be copyrighted? [closed]
I know that softwares can be copyrighted, and then you cannot copy them (as in copy the source), so you need to buy them. For example - Microsoft Visual Studio is a copyrighted IDE. But, that doesn't ...
7
votes
9answers
833 views
What are some good ways to prevent people from copying my source code?
I have a lot of customized javascript and layout design, and I want to prevent as best I can people just copying and pasting and then using it for themselves. Is there any practical way to do this, or ...
7
votes
4answers
584 views
Writing copyright information in python code
What is the standard way of writing "copyright information" in python code? Should it be inside docstring or in block comments? Sorry to bother if it is trivial, as I could not find it in PEPs.
7
votes
5answers
2k views
Can I use libraries licensed under AGPL for commercial purposes
I am building a product for which I plan to use a software that is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE
Version 3. I am not planning to extend the code and I just plan to use it, as a ...
7
votes
5answers
457 views
Using code from a book without plagiarizing
I have a book on data structures and programming, and I referenced it to implement a B-tree insertion function. I copied most of the algorithm and variable names from the code samples in the book, ...
7
votes
6answers
4k views
Code header for proprietary code
We need to send some source codes outside of the company and I have to add header to each file with notice which explicitly state that source code is our property and nobody is allowed to do anything ...
7
votes
6answers
2k views
Putting Copyright Symbol into a Python File
I need to include a copyright statement at the top of every Python source file I produce:
# Copyright: © 2008 etc.
However, when I then run such a file I get this message:
SyntaxError: Non-ASCII ...
6
votes
3answers
109 views
Are there any laws that govern the use of code that lacks a license?
I recently found some use of code in some program I was asked to complete. The code it was taken from didn't have a license. This made me think there should be some rules/laws that govern that kind of ...
6
votes
6answers
349 views
is it legal/ethical to use source code provided in academic papers, or talks given at trade events like siggraph?
Is it legal to use source code from papers and such?
Like this paper on perlin noise: http://mrl.nyu.edu/~perlin/paper445.pdf
Links to this source code: http://mrl.nyu.edu/~perlin/noise/
And Stam's ...
6
votes
3answers
136 views
How do you go about finding out whether an idea you've had has already been patented?
I have an idea for image copy-protection that I'm in the process of coding up and plan on selling to one of my clients who sells images online. If successful I think there would be a lot of people in ...
6
votes
5answers
426 views
Can I copyright source code under a username? [closed]
I'd like to publish and copyright some source code.
However, I'm a minor living in the United States, and, as such, do not feel comfortable including my full name with my source code at this time.
...
6
votes
3answers
474 views
Can I use an open source framework in a project I plan to profit from?
I'm building a CMS on codeigniter. I'm modifying codeigniter in small ways to make it work with my ideas more seamlessly. But I wonder - are there any restrictions on how I can profit from it? I would ...
6
votes
11answers
599 views
How to copyright software?
Is putting copyright notice in the 'about' window enough? I know that a software program is copyrighted by default, but it's recommended to add a notice somewhere anyway, well as far as i know.
5
votes
3answers
584 views
How to add Copyright to Eclipse Helios?
The title says everything. If I want to add copyright comment in code files in Eclipse Helios, how can I do it? Manually copy-pest or is there any other way?
5
votes
1answer
323 views
Update a PDF to include an encrypted, hidden, unique identifier?
Background
The idea is this:
Person provides contact information for online book purchase
Book, as a PDF, is marked with a unique hash
Person downloads book
PDF passwords are easy to circumvent, or ...
5
votes
3answers
943 views
How to rebrand/copyright a forked project (GNU/GPL)?
long story short, we're forking a free software.
The code is under GNU/GPL license, we've tried to collaborate with the original developer but without success.
We're improving the software adding a ...
5
votes
3answers
93 views
copyright content api
I am looking to see if there is an automatic "copyright content" api that we can use. i know atrributor have a paid service, but im wondering if their is something that effectively does a google ...
5
votes
1answer
140 views
How do developers get away with writing .pdf software without paying royalities to adobe?
Example: the processtext company
http://processtext.com/
they have dozens of pdf related utilities that do not require adobe's products to be installed. Any while on the subject, are there available ...
5
votes
6answers
481 views
Licensing (Bash) scripts under the GPL?
I've written some bash scripts (< 200 lines of code each) I wanna share with the world, but as I'm a FLOSS fan my first thought was to share them under the terms of the GPL.
But...is that ...
5
votes
2answers
2k views
Difference between Affero-GPL and GPLv3
What is the difference between the Affero General Public License and the GNU General Public License (GPL)?
5
votes
2answers
469 views
Sourcecode with a license in header
What are the benefits and goals of having a license commment in the header of the source file?
Why are you adding a license header to your source code?
5
votes
2answers
205 views
How can I remove copyrighted trademarks indexed by Google? [closed]
A company has issued the company I work for a cease and desist for a certain term we have been using to describe many products on the website. So we are currently going to do as they say and replace ...
5
votes
5answers
534 views
Code ownership while working as an employee
I am working on a contract (in USA) where I will become an employee of a company and provide them with a software solution for their operation. In the contract it is clearly indicated that I am ...
5
votes
1answer
457 views
Need advice on attribution/copyright of heavily modified OSS code (BSD, Apache, etc) in source headers
I've got a question about use of permissive-licensed (BSD, Apache, MIT, etc) source where the line may be heavily blurred between original code and borrowed code.
We are more than happy to disclose ...
5
votes
5answers
470 views
Wikipedia Pseudocode and IP
Given that Wikipedia is licensed under the GNU Free Documentation License, if one were to take pseudocode or actual code examples from it and translate them into a given programming language, could ...
5
votes
9answers
496 views
What are the legalities of repackaging other's RSS feeds into a new presentation?
I know that services like my.yahoo.com allow you to add content from RSS feeds to your personal page, but in general they are links which draw the user to the site which provided the feed. What are ...
4
votes
5answers
196 views
Javascript - How do you enforce software license?
I was looking at a javascript framework that looks pretty cool. I like the demos, when I looked at the page source and the attached .js file, I noticed the file has this "testing and evaluation ...
4
votes
3answers
271 views
Can I use images from Google results on my website?
I'm planning to create a module for my directory which would fetch images from user's website using Google Image Search via this scenario:
User logs in to his account
Enter his website URL
...
4
votes
2answers
149 views
automatically generated code copyright [closed]
What would be copyright if the following took place:
f2c program.f > program.c
where fortran program is automatic converted to C program.
in general, what is the copyright of automatically ...