Welcome to www.songlyricscollection.com
Software copyright statement
A Software Copyright Statement Protects Current and Future Works
If you have a site that is dedicated to the sharing and distribution of open source software it is a great idea to have a software copyright statement that explains the limits of use for your software as well as the limits of your responsibility for those uses. I also recommend getting an attorney to look over the statement before posting it just to be sure there are no legal issues that you may be unaware of.
A software copyright statement doesn't have to be a 10 page booklet on the law or the protections that copyright offers, it should be a simple short paragraph stating the basics and hopefully covering your rear from litigation and/or responsibility should someone use the software you are allowing them to use for something insanely stupid or frighteningly criminal while establishing your ownership of the material and expectations of those you are allowing to use your creation.
This for some is a no brainer because they've done it before and know the ropes. There are new software developers born and made each and every day and this type of software copyright statement may serve to save them a little grief of their own some day. If you are being kind enough to freely share the software you created with others, you'd like to think that they would at least return the favor of using it within the letter of the law or the manner in which it was intended. This, however, is rarely the case so protecting yourself, your copyright, and your future interests by posting a software copyright statement on your website is really the best way to go in a situation such as this.
Trust me I'm not trying to talk anyone out of sharing his or her software with the world. I rather like open source software and admit to using it freely (no pun intended). I love saving money almost as much as I love playing around with new technology. Software allows me to do that and find likes and dislikes about all kinds of programs. Issuing a software copyright statement is one way of protecting your investment of time, effort, energy, and sheer brilliance in the making and design of your technological masterpiece. Hopefully that flattery will keep you going a bit longer at any rate.
It is important to know that a software copyright statement is only part of the process required to protect your software but for the most part poses a significant deterrent to those that would abuse your copyright and/or your kindness in allowing the distribution of your software. Even if you are charging people for the use of your software (we are a nation of capitalists after all) you still need to protect the labor you have put into making not only the software but the distribution method, the website, the payment method and the thousands of other things that are part and parcel of the business model for your software distribution. Your software copyright statement is a very small protection for your software don't expect it to be the brunt of your protection.
Most of the software developers, coders, and programmers (and any other name you wish to call them) that I know aren't as concerned nearly as much about associating their name with the products they create as they are with protecting future potential income from both the products they are currently designing and the future, improvements they will make to the software and the much improved finished product that comes later. By protecting all your work with a software copyright statement you are not only protecting current works but future works as well.
Writers Block: What Causes it and How to Overcome it (writers block) If you are a writer then you know what I am talking about. You have everything ready, a drink, a snack, the topic, and even reference material. You sit down ready to start typing or writing, which ever you prefer, and it happens. You are stuck, your mind is blank and you have no idea how to fill that blank canvas in front of you. It is a writer’s worse nightmare come true. You have writers block. First you need to figure out what is causing it. There are a multitude of things that can be causing it. Stress is one of the biggest factors that cause writers block. Whether it is stress caused by personal matters, deadline dates, or fearing your article won’t be good enough it can block the words from flowing as easily as the should. Sleep deprivation doesn’t let your mind function to its full potential. Getting a good night’s sleep is imperative to having a clear mind and being able to focus. The project itself could be causing the writers block. A topic you are not interested in can easily turn your normally resourceful mind into jelly. The research on that topic turns into a grueling task. Then trying to put the words on paper that make sense and will peak someone’s interest seem impossible. If a topic has personal meaning to you it can be hard to write objectively about it. A simple informative topic can easily become a personal rant session. Writing because you have to, not because you want to makes it hard to concentrate and focus. Now that the basic causes have been covered, you need to know how to fix it. Writers block is not permanent. Identifying the reason is the hard part. Relax. The world is not going to end if the article isn’t as perfect as you feel it should be. Just because you don’t think it is perfect doesn’t mean someone else won’t. Go and read some of your previous writings. Even if what you read has nothing to do with your current topic, it can be inspirational to you. Don’t burn yourself out on a topic. Try to split up the writing process. Research and brainstorm one day and write the next. This will give you time to think about your topic and figure out the angle you want to write. Talk your way through it. Call a friend or colleague and chat. Tell them the topic you are working on and get their opinions or ideas. They may be able to offer fresh insight and ideas. Work on multiple projects at one time if you can. Bouncing back and forth between a few topics can keep your mind hopping and will keep boredom at bay. Take a break from you current project and write about something that motivates you. Chances are once you get those creative juices flowing they will continue into your next project. Make yourself a schedule and stick to it. If your schedule says 500 words by noon, write your 500 words and stop. Even if you don’t have a project going, by writing daily you will stick to your schedule and keeps your imagination going. If you write from home, which most of freelance writers do, make a quiet time and treat it like a real job. If you have young children at home, write while they nap. Let your answering machine be your secretary. If it is important they will leave a message. Most importantly remember why you started writing in the first place. Even the best of the best have gotten writers block at one time or another. Web Hosting - FTP and Other File Transfer Tools Anything related to the Internet or computers is bound to introduce technical issues pretty soon. One of the earliest that novice web site owners encounter is FTP, which is an acronym for File Transfer Protocol. Seeing it spelled out, it's easy to see why those in the know quickly move to speaking in short hand. The reason web site owners soon will (or need to) become familiar with FTP is obvious to anyone who has built a site on a remote server. You have to have some way of getting the files to the remote computer and FTP is one of the most common tools. It's also one of the simplest and most efficient. FTP is composed of two parts: the client software and the server software. It's similar, in a way, to talking to someone on the phone who writes down everything you say. You (the client) make a request ('transfer this file to the server') and the listener (the server) takes the request and acts on it. That request to copy a file from a local computer to the remote one is carried out (often 'under the covers') by a PUT command, as in PUT this there. You create the web page (in the form of a file) and then PUT the file on the server. To move a file in the opposite direction, from the remote server to your local computer, your client software issues a GET command. Many FTP clients have graphical interfaces, similar to Windows Explorer, that allow you to drag-and-drop or otherwise copy the file without ever seeing the actual commands that carry it out. But it's helpful sometimes to know what goes on underneath. In tricky cases it can be an advantage to use a command line interface (in Windows, the 'DOS box', with a similar interface familiar to most Linux users). Knowing the commands and being able to use them in the command line form can sometimes help you diagnose what is going on when the graphical tools misbehave. But FTP is not the only way to get a file from here to there. In fact, your browser moves files around from a remote computer to your local one all the time. In most cases, when you type in or click on a URL, what happens under the covers is in essence a file transfer process. The web page is transferred from the web server to your local computer then displayed by the browser. Alternatively, you can sometimes even email a web page/file from your local computer to the remote server, then use an email client on the server itself to get the file and put it in a folder. That requires that you have some form of access to the remote computer. But there are many ways of doing that, such as in-built utilities in the operating system or using commercial remote control programs. Those alternatives can be helpful to know in cases where the FTP file transfer process is misbehaving. Having more than one way to accomplish the task helps you diagnose what might be going wrong. It also helps you get the job done when the usual tools aren't cooperating. The more you learn about these sometimes puzzling acronyms, the easier you can accomplish your own goals. |