The copyright tag is for issues relating to the creation and/or display of copyright information.
-1
votes
1answer
17 views
right to use public RSS feed [closed]
I am building a mobile app that will need pull RSS feed. do i have the right to use RSS feed in my app that will potentially generate revenue. Do I need to get copy right to use RSS feed?
Thanks
-2
votes
1answer
29 views
Using images / guides from other websites in App [closed]
I'm currently in the process of creating an iPhone app which involves DIY guides for a car.
For most of the guides I'll be using images / content which people have posted on forums for others to use ...
-4
votes
0answers
17 views
Related blogosfera [closed]
I am not sure to which category this related,
but I posted a question on stackoverflow and after few dayas when i got no answer i search over the net I found my qustion posted on
...
1
vote
1answer
30 views
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
0
votes
2answers
64 views
Use website source code in Android application [closed]
I would like to read and parse the source code of a web-page in order to extract some content. This content will be used inside an Android application without actually loading the web-page in a ...
-1
votes
2answers
43 views
Add a copyright item to the browser right click menu
I am just trying to add a copyright label to the default browser right click menu.
How could I accomplish this?
0
votes
0answers
30 views
Direction to go with dynamic graphic application SVG or transparant canvas stack?
Beginning stages for a client side graphics application using protected graphics images. I have 1000's of multicolor images (vector) that I would like to allow customers to select from library, load ...
-2
votes
1answer
31 views
What are designers and developers rights? [closed]
I'm starting my career as a freelance developer/designer and i like to know the opinion of folks more experienced in the field about these subjects:
As a programmer, do i have the right to encode or ...
-2
votes
1answer
55 views
Is there any legal issue with setting my website's default font to Helvetica/Arial? [closed]
Is there any issue to set my website's body's font-family in css to those common fonts, such as:
body {
font-family: Helvetica, Arial, sans-serif;
}
-1
votes
1answer
54 views
referencing products under MS-PL, LGPL, Creative Commons, New BSD License [closed]
I use products in my software which licensed under
LGPL
MS-PL
LGPL
New BSD License
Is it enough to write copyrights about referenced packages in aboutbox of my app and attach license files to ...
-1
votes
1answer
88 views
Legal issues with reverse engineering open source code [closed]
I am working on a project that has been inspired by another open source project named X. My project is very similar in what it does to X. I have reversed engineered some parts of the application ...
-2
votes
1answer
68 views
How to prevent hackin my software?? [closed]
I've developped (still working on it..) a software, i want to install it in my company
to save time and energy,
my main concern is that, someone in the company, come and re-engineer the software,
...
0
votes
0answers
82 views
Copyright notice in CSS or XML files [closed]
I'm currently working on an open-source project. Currently, we put our copyright notice at the top of every .java file.
I was wondering whether it was advisable or common practice to put copyright ...
-5
votes
1answer
45 views
Reporting copyright violation [closed]
I wanted to report a copyright violation on facebook, but there is no option to report it. There is a page who has uploaded a photo taken by me without asking for a permission and without informing ...
-2
votes
1answer
78 views
Source-Code Protection without Copyright [closed]
I want to sell the source-code of a code-editor i've programmed the last years. That means that i want to sell the exclusive rights of the complete source-code of the application and ALL corresponding ...
0
votes
3answers
111 views
Techniques for watermarking PHP code [closed]
Myself and a couple of others are working on a web project at the moment. When it is deployed (for somebody's business, on their server), we would like to be able to prove authorship of the software, ...
-5
votes
1answer
171 views
Call an exe file inside my c# project securely [closed]
I have an Adobe Director executable file and i want write a C# code to protect it (Copyright). So i can't place exe file next to my c# exe file (because user can run Adobe Director file and so it ...
-2
votes
1answer
32 views
Advanced Access Control [closed]
There are some files(PDF and music files) that are downloadable from my website. I want to control the sharing of these files so that copyright law is not violated. What are some easy ways to do that?
...
-1
votes
1answer
156 views
Magento - add the copyright message in a cms block [closed]
How can I add the copyright message into a cms block?
I'm having this problem because the cms block don't accept php code, only html.
Can someone help me with this?
Thank you
-1
votes
3answers
124 views
Programmable Python / Perl copyright software security [closed]
I would like to explore if there are any programmable possibility to secure software written in Python or Perl against copying it.
There should be two solutions for that: when I am a regular user and ...
-3
votes
1answer
55 views
copyright for ios [closed]
I will be glad, if anybody can show me a document on which, developers can copy an idea of apps without any permission of the first founder of the idea.
The problem is, that I made a Game (I could ...
0
votes
0answers
202 views
Does Microsoft has Windows 8 UI style copyright? [closed]
Recently we are developing a web-base enterprise software and implement Windows 8 UI style like design for our product. Does Microsoft claim any Windows 8 UI style copyright that we should know or ...
0
votes
0answers
127 views
Copyright of using the Microsoft DDK header files in commercial projects [closed]
In our commercial projects, we copied some header files, extracted some structure and macro definitions from Microsoft DDK. Our projects are distributed in binary. We are worried that if we have ...
0
votes
1answer
82 views
Website Copyright [closed]
I'm making my own website, a basic template.
I don't know much about copyrights and that legal stuff.
But do I need to add a copyright notice? If so, what is the content?
-2
votes
1answer
68 views
Can Swiftmailer be used in conjunction with a commercial web site? [closed]
After some researching on the net, I've decided to use Swiftmailer as the email utility rather than using the standard PHP mail function. Now before I jump into using it, I just wanted to be sure I ...
-4
votes
1answer
89 views
Copyrighted images on icons for iPad? What are the consequences? [closed]
I found an image on a website and decided to cut the face out of the image and to
make an icon for my iPad app.
Now I discovered that the image is actually for sale on fotolia.com
and is protected.
...
2
votes
2answers
41 views
Can Theseus' paradox apply to code libraries? [closed]
A bit of an odd question, so please let me know if it's not the correct place to ask.
If I have an old code library and I decide that it's terrible and large portions of it need to be rewritten, at ...
-1
votes
1answer
65 views
Copyright concerning public university website info [closed]
Desktop software engineer here. I have ideas for some android apps but am not sure about copyrights. If you design an app about a state university, and use info from their website in your app, is ...
1
vote
2answers
228 views
Using code from this site [closed]
The legal section of this site mentions that all code by the contributors is licensed under the Creative Commons Attribution Share Alike License.
Does this mean that I have to attribute the submitter ...