<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: COEP's Free Software Users Group</title>
    <description>The latest articles on DEV Community by COEP's Free Software Users Group (@cofsug).</description>
    <link>https://dev.to/cofsug</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F959250%2Ff23c9efd-667d-4a46-abc6-4d8460e3d321.png</url>
      <title>DEV Community: COEP's Free Software Users Group</title>
      <link>https://dev.to/cofsug</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cofsug"/>
    <language>en</language>
    <item>
      <title>Licenses</title>
      <dc:creator>COEP's Free Software Users Group</dc:creator>
      <pubDate>Mon, 31 Oct 2022 16:48:52 +0000</pubDate>
      <link>https://dev.to/cofsug/licenses-37c7</link>
      <guid>https://dev.to/cofsug/licenses-37c7</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W00GRTd3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/27p4x1k2q3g9e5xy7ie9.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W00GRTd3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/27p4x1k2q3g9e5xy7ie9.jpg" alt="Licenses" width="153" height="146"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;What comes first to your mind when you encounter the word License?&lt;/strong&gt;&lt;br&gt;
Permissions, exactly!&lt;br&gt;
It is a official paper that shows if you’re allowed to do or have something.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is a “Software” License?&lt;/strong&gt;&lt;br&gt;
A software license is a legally binding agreement made between the owner or developer of a software program and the user, outlining how they can use and distribute the product. Software licensing terms and conditions usually include fair use of the software, the limitations of liability, warranties, and disclaimers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What all things a Software License addresses?&lt;/strong&gt;&lt;br&gt;
Typically, the software license addresses things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If the user can view the underlying source code&lt;/li&gt;
&lt;li&gt;If the user can copy, alter, or redistribute the program&lt;/li&gt;
&lt;li&gt;Where the program can be installed and how frequently&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;How does this apply to Open Source?&lt;/strong&gt;&lt;br&gt;
Open Source License serves as a legal agreement between open &lt;br&gt;
source author and user. The author makes OSS available for free,&lt;br&gt;
 but with certain requirements, the user must follow.  An open-source&lt;br&gt;
 license outlines the responsibilities taken on by those who use your &lt;br&gt;
Software. All licenses allow the use, modification, and sharing of software complying with the definition of Open Source.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--akdVXo-0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rux31m1u126zjnsquc8n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--akdVXo-0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rux31m1u126zjnsquc8n.png" alt="Open Source" width="300" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Popular Licenses :&lt;/strong&gt;&lt;br&gt;
The following OSI-approved licenses are popular, widely used, or have strong communities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Apache License 2.0&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;BSD 3-Clause "New" or "Revised" license&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;BSD 2-Clause "Simplified" or "FreeBSD" license&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GNU General Public License (GPL)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GNU Library or "Lesser" General Public License (LGPL)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MIT license&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mozilla Public License 2.0&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Common Development and Distribution License&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Eclipse Public License version 2.0&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What makes Software Open Source?&lt;/strong&gt;&lt;br&gt;
Only if it uses one of the Approved Licenses, and releases appropriate software.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is a "permissive" Open Source license?&lt;/strong&gt;&lt;br&gt;
A "permissive" license is simply a non-copyleft open source license — one that guarantees the freedoms to use, modify, and redistribute, but that permits proprietary derivative works.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is some License an Open Source license, even if it is not listed on the official site?&lt;/strong&gt;&lt;br&gt;
In general, no. All licenses run through an approval process to provide an accepted standard on which licenses are Open Source, and the approved ones are listed. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which Open Source license should you choose to release your software under?&lt;/strong&gt;&lt;br&gt;
A License would depend on the community you’re contributing to or the permissions you want to grant to developers for future use. When you contribute to an existing project, you should usually release your modified versions under the same license as the original work. Using a different license often makes cooperation with the maintainer very difficult. If the version you've created is considerably more useful than the original, then it's worth &lt;a href="https://dev.to/cofsug/copyright-vs-copyleft-53h1"&gt;copylefting&lt;/a&gt; your work.&lt;/p&gt;

&lt;p&gt;References : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Official &lt;a href="https://opensource.org/licenses"&gt;Licenses&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Licenses by &lt;a href="https://opensource.org/licenses/alphabetical"&gt;name&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;~ Tanmay Patil&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Open Source</title>
      <dc:creator>COEP's Free Software Users Group</dc:creator>
      <pubDate>Mon, 31 Oct 2022 16:32:49 +0000</pubDate>
      <link>https://dev.to/cofsug/open-source-3dff</link>
      <guid>https://dev.to/cofsug/open-source-3dff</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is Open Source?&lt;/strong&gt;&lt;br&gt;
Open source is a term that originally referred to open source software (OSS). Open source software is &lt;strong&gt;code that is designed to be publicly accessible—&lt;/strong&gt;anyone can see, modify, and distribute the code as they see fit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Doesn't "open source" just mean something is free of charge?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No. This is a common misconception about what "open source" implies, and the concept's implications are not only economic.&lt;/p&gt;

&lt;p&gt;Open source software programmers can charge money for the open source software they create or to which they contribute. But in some cases, because an open source license might require them to release their source code when they sell software to others, some programmers find that charging users money for software services and support (rather than for the software itself) is more lucrative. This way, their software remains free of charge, and they make money helping others install, use, and troubleshoot it.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Open source software&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;Proprietary software&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;It offers more flexibility to users.&lt;/td&gt;
&lt;td&gt;It is less flexible and often comes with restrictions on users.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open source is developed and maintained by a community.&lt;/td&gt;
&lt;td&gt;It is developed and maintained by the group who published it. &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Larger community support base as the source code remains open to view and edit&lt;/td&gt;
&lt;td&gt;Smaller Support base due to only limited people work on any piece of software while the source code remains a mystery to the outside world.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open for collaboration by anyone in the world
&lt;/td&gt;
&lt;td&gt;Not open for collaboration by anyone in the world&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Open-source development is something that every dev must try, especially beginners. It can help you find your footing in the infinite world of programming, and you also learn a ton of things. And you're pretty much sure to make some amazing friends who will support you in your endeavors. Open source licenses affect the way people can use, study, modify, and distribute software. In general, open source licenses grant computer users permission to use open source software for any purpose they wish. &lt;/p&gt;

&lt;p&gt;List of few opensource software: Mozilla Firefox, Jitisi meet, LibreOffice, Gimp, Audacity, Wordpress, VLC Media Player&lt;/p&gt;

&lt;p&gt;References:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://opensource.com/resources/what-open-source"&gt;What is Open-Source?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/xenoxdev/why-you-should-contribute-to-open-source-4gka"&gt;Why you should contribute to Open-Source?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/xenoxdev/why-you-should-contribute-to-open-source-4gka"&gt;How to contribute?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;~ Rohit Shidid&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Electronic Frontier Foundation (EFF)</title>
      <dc:creator>COEP's Free Software Users Group</dc:creator>
      <pubDate>Mon, 31 Oct 2022 13:51:53 +0000</pubDate>
      <link>https://dev.to/cofsug/electronic-frontier-foundation-eff-fpa</link>
      <guid>https://dev.to/cofsug/electronic-frontier-foundation-eff-fpa</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4uUBlGQg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1w2gagl8jd7kfr5x3wg4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4uUBlGQg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1w2gagl8jd7kfr5x3wg4.png" alt="EFF" width="512" height="112"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How I got to know about EFF?&lt;/strong&gt;&lt;br&gt;
Well, one of my friends told me about the &lt;strong&gt;‘HTTPS Everywhere&lt;/strong&gt; browser extension long ago when I asked him what that lock on the URL bar stood for. I was curious to know what it signifies when red or clean locked. Having installed it, I got suggestions for the &lt;strong&gt;‘Privacy Badger’&lt;/strong&gt; extension, since both these extensions are tools by the EFF. I clicked on it and went on to read. This search soon landed me on the Electronic Frontier Foundation page!&lt;/p&gt;

&lt;p&gt;The Electronic Frontier Foundation is the leading nonprofit organization defending civil liberties in the digital world. Founded in 1990, EFF champions user privacy, free expression, and innovation through impact litigation, policy analysis, grassroots activism, and technology development. EFF's mission is to ensure that technology supports freedom, justice, and innovation for all people of the world.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mission :&lt;/strong&gt; To ensure that technology supports freedom, justice, and innovation for all people of the world.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Activities :&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Patent_Busting_Project"&gt;Patent Bursting Project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This initiative by EFF challenges patents that the organization claims are illegitimate and suppress innovation or limits online expression. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.eff.org/deeplinks/2018/05/email-privacy-act-comes-back-hopefully-stay"&gt;Email privacy act&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tpclXsEZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bwj0kjle6mfpksrgzkfc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tpclXsEZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bwj0kjle6mfpksrgzkfc.png" alt="EFF" width="512" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The work of the foundation is currently focused on the following dimensions:&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;free speech :&lt;/strong&gt; defending the Internet and its open architecture as a platform for free speech&lt;br&gt;
&lt;strong&gt;fair use and intellectual property rights :&lt;/strong&gt; defending the balance between fair use and intellectual property legislation (copyright, trademark, etc.), and ensure that the Internet and digital technologies continue to empower users as consumers, creators, innovators, scholars, and citizens;&lt;br&gt;
&lt;strong&gt;Innovation :&lt;/strong&gt; protecting innovators and promoting creativity and competition;&lt;br&gt;
&lt;strong&gt;Privacy :&lt;/strong&gt; promoting and defending the privacy rights of individuals in the digital environment, and supporting thde development of privacy-enhancing technologies;&lt;br&gt;
&lt;strong&gt;international activities :&lt;/strong&gt; defending privacy, freedom of expression, digital consumer rights, and innovation at a global level, through capacity building activities, campaigns against legislative proposals and Internet treaties and conventions that threaten to undermine human rights, and advocacy to convince companies and governments to uphold human rights standards and the rule of law; and&lt;br&gt;
&lt;strong&gt;Transparency :&lt;/strong&gt; demanding for and promoting transparency at a governmental level.&lt;/p&gt;

&lt;p&gt;Some of the noticeable works by EFF can be found &lt;a href="https://www.eff.org/work"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;~ Akshay Khoje&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Digital Rights Management</title>
      <dc:creator>COEP's Free Software Users Group</dc:creator>
      <pubDate>Mon, 31 Oct 2022 13:32:16 +0000</pubDate>
      <link>https://dev.to/cofsug/drm-1mei</link>
      <guid>https://dev.to/cofsug/drm-1mei</guid>
      <description>&lt;p&gt;&lt;strong&gt;DRM&lt;br&gt;
Does it really affect me ?! 🤔&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What if you buy a new e-book but can't read it on the reading software of your choice - DRM.&lt;/p&gt;

&lt;p&gt;Digital Rights Management (DRM) technologies tend to have control over what you can and cannot do with the software and hardware of your belongings. Corporations propose arguments that these DRMs avoid copyright infringement and keep consumers away from viruses. However in reality, these cut down the market competition they face and manipulate consumers to act as per the "T&amp;amp;C".&lt;/p&gt;

&lt;p&gt;DRM has proliferated thanks to the Digital Millennium Copyright Act of 1998 (DMCA), which sought to outlaw any attempt to bypass DRM.&lt;/p&gt;

&lt;p&gt;Let's have a look at a real life example of this.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Printers - Earlier DRM over ink cartridges , now paper as well !!!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A printer has two input requirements : ink and paper. Printers use ink cartridges, which need to be replaced later. Many manufacturers control the cartridges that can be used for their printers, so the consumers have to by default use the cartridges manufactured by the same company. They do so by adding chips to the cartridges, printers can sense these chips containing a key that needs to be matched with that of the printer. As only the company has this key, cartridges manufactured by other companies can't be used. This is how they apply DRM over ink.&lt;/p&gt;

&lt;p&gt;This strategy shatters when it faces a chain supply problem when manufacturers can't get chips.&lt;/p&gt;

&lt;p&gt;Now what remains is the paper. But how can DRM be put on paper?&lt;/p&gt;

&lt;p&gt;Label printers are thermal printers, having printheads consisting of tiny electrical elements that heat special, thermo-reactive paper that turns black when heated. 'Dymo' is one of the manufacturing companies that produce them. Dymo has put RFID readers in its label printers and preventing the printer owners from putting third-party labels through their printers.&lt;/p&gt;

&lt;p&gt;The label rolls i.e., the input paper, come with a booby-trap, an RFID-equipped microcontroller that authenticates the company's labels with the printers manufactured by them. Due to this, you cannot use labels that are not of the same manufacturer. Now the consumers are left with no option than buying the labels of Dymo itself. The models that feature this DRM are Dymo 550 and the 5XL.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enough of problems, tell the solution-&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Section 1201 of the Digital Millennium Copyright Act specifies: those who want to outmaneuver such DRMs to the possibility of huge fines, it's either live with it, or junk the printer and buy its substitute. Even with the cost of throwing away your Dymo label printer and replacing it with an alternative, you still save a lot in the long run, by buying labels of your choice !! Simple :)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;References:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EFF - &lt;a href="https://www.eff.org/issues/drm"&gt;DRM&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;ZDNET - &lt;a href="https://www.zdnet.com/article/dymo-causes-a-stir-by-adding-drm-to-printer-paper/"&gt;Dymo causes a stir by adding DRM to printer paper&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;~ Ved Bilaskar&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Copyright vs. Copyleft</title>
      <dc:creator>COEP's Free Software Users Group</dc:creator>
      <pubDate>Mon, 31 Oct 2022 13:08:32 +0000</pubDate>
      <link>https://dev.to/cofsug/copyright-vs-copyleft-53h1</link>
      <guid>https://dev.to/cofsug/copyright-vs-copyleft-53h1</guid>
      <description>&lt;p&gt;&lt;strong&gt;Being a creator, duplication or stealing                                         of work is continually a risk, isn’t it ? ☠️&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_HJD4YNW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4y7ctowm754sjrd50n78.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_HJD4YNW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4y7ctowm754sjrd50n78.jpg" alt="Copyright vs. Copyleft" width="512" height="288"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Such hazards can simply be avoided utilising numerous extraordinary protections or &lt;a href="https://en.wikipedia.org/wiki/Intellectual_property"&gt;Intellectual Property&lt;/a&gt; Rights available!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To list a few&lt;/strong&gt; &lt;a href="https://stfrancislaw.com/blog/intellectual-property-rights/#:~:text=There%20are%20four%20main%20types,%2C%20copyrights%2C%20and%20trade%20secrets."&gt;Rights&lt;/a&gt;&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Patents&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Domain names&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Industrial design&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Confidential information&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Inventions&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Moral rights&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Database rights&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Works of authorship&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Service marks&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Logos&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Trademarks&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Design rights&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Business or trade names&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Commercial secrets&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;As an instance, Engineers issue patents for their inventions, Bloggers issue DMCA Takedown notices, developers use appropriate software program licenses, users use Copyright or Copyleft licences and BLAH-BLAH-BLAH!&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  One of the most broadly used approach is &lt;a href="https://www.copyright.gov/help/faq/faq-general.html"&gt;Copyright&lt;/a&gt;.
&lt;/h3&gt;

&lt;p&gt;Copyright enables the creator to have a legal right to dictate whether or not his authentic work may be duplicated. The creator additionally has the rights to take legal moves if his work is discovered copied or altered through others without the creator’s permission. However, once you’ve protected your work with copyright, you can’t disclaim that right totally or add it to the public domain. Unauthorised utilisation of original work that is protected by Copyright is termed as &lt;a href="https://en.wikipedia.org/wiki/Copyright_infringement"&gt;Copyright Infringement&lt;/a&gt;. Restricting users from unauthorised copying, altering, or selling of the creator’s unique work is the primary motive behind Copyright.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://www.bmi.com/faq/entry/what_are_the_different_types_of_copyright"&gt;Types of Copyright&lt;/a&gt;:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UnsirRgu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nv2r67elzv3n9iz5qmd0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UnsirRgu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nv2r67elzv3n9iz5qmd0.png" alt="Copyright" width="301" height="167"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Public Performing Right&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Public Performance License&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reproduction Right&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mechanical License&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Synchronisation License&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  On the other hand, &lt;a href="https://en.wikipedia.org/wiki/Copyleft"&gt;Copyleft&lt;/a&gt; is just the reverse of Copyright.
&lt;/h3&gt;

&lt;p&gt;It promotes the technique of making any work reusable and modifiable without restrictions. Copyleft supports the intension of the &lt;a href="https://en.wikipedia.org/wiki/Open-source-software_movement"&gt;Open-source movement&lt;/a&gt;, that emphasises the idea of collaboration. However, the most remarkable thing about copyleft licenses is that they require users to distribute by-product works beneath the same license that gives them the identical rights as the actual work. For instance, assume a developer releases a source code having a copyleft license. Being a user, you have the rights to download, alter and share the code to whomsoever you need according to your desire, but you’d also have to permit anyone else to download, alter and share the code to whomsoever they want. This is termed as &lt;a href="https://en.wikipedia.org/wiki/Share-alike#:~:text=Share%2Dalike%20(%F0%9F%84%8E)%20is,similar%20license%20as%20the%20original."&gt;“share-alike”&lt;/a&gt; Clause. Therefore, Copyleft guarantees that not only the original work is free, but that all modifications must also be made free for different users.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://tldrlegal.com/licenses/tags/Copyleft"&gt;Types of Copyleft&lt;/a&gt;:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GNU GPL (for software)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Creative Commons SA (Share Alike)                                                   licenses (for works of art).&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mozilla Public License 2.0&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Eclipse Public License 1.0&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Microsoft Reciprocal License&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s usual to wonder how Copyleft is far distinct from Copyright, but to all intents and purposes, Copyleft utilises Copyright to make sure that the authentic works stays free. Copyright regulation enthrones the rights to the owner of the work in order to control all reproduction, modification, and use of the copyrighted material, whereas Copyleft utilises this regulation to impose freedom of use and provide upcoming users to alter, distribute, and use the work as per their wish. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;While Copyright limits freedom, Copyleft imposes freedom on all subsequent works! 🛡️&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;~ Pallavi Gaikwad&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Free Softwares</title>
      <dc:creator>COEP's Free Software Users Group</dc:creator>
      <pubDate>Mon, 31 Oct 2022 12:30:39 +0000</pubDate>
      <link>https://dev.to/cofsug/free-softwares-5gcf</link>
      <guid>https://dev.to/cofsug/free-softwares-5gcf</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1g2re5kO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qp5wf5u35qeg33srrriq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1g2re5kO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qp5wf5u35qeg33srrriq.png" alt="Free Software Foundation" width="512" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Free software”&lt;/strong&gt; or &lt;strong&gt;Libre Software&lt;/strong&gt; means software that respects users' freedom and community. Roughly, it means that the users have the freedom to run, copy, distribute, study, change and improve the software and any adapted versions.&lt;/p&gt;

&lt;p&gt;The term ‘Free Software’ was first coined by &lt;a href="https://en.wikipedia.org/wiki/Richard_Stallman"&gt;Richard Stallman&lt;/a&gt;, the founder of the FSF. He also introduced the concept of &lt;a href="https://dev.to/cofsug/copyright-vs-copyleft-53h1"&gt;copyleft&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Computer programs are deemed "free" if they give end-users (not just the developers) ultimate control over the software and, subsequently, over their devices.&lt;/p&gt;

&lt;h3&gt;
  
  
  Definition of Free Software:
&lt;/h3&gt;

&lt;p&gt;A program is free software if the program's users have the &lt;strong&gt;four essential freedoms&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Freedom 0&lt;/strong&gt; : The freedom to run the program as you wish, for any purpose .&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Freedom 1&lt;/strong&gt; : The freedom to study how the program works, and change it so it does your computing as you wish. Access to the source code is a precondition for this.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Freedom 2&lt;/strong&gt; : The freedom to redistribute copies so you can help others.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Freedom 3&lt;/strong&gt; : The freedom to distribute copies of your modified versions to others. By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What qualifies as Free Software?&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://dev.to/cofsug/licenses-37c7"&gt;Licenses&lt;/a&gt;, a one-word answer! Licenses are crucial to qualify software as Free/Libre or Non-free. They decide the nature by which a piece of code can or cannot be treated.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some commonly used free softwares are :&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The Linux kernel&lt;/li&gt;
&lt;li&gt;Git&lt;/li&gt;
&lt;li&gt;Apache Web Server&lt;/li&gt;
&lt;li&gt;VLC media player&lt;/li&gt;
&lt;li&gt;Mozilla Firefox&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A detailed explanation on Free Software and its importance by &lt;strong&gt;Richard Stallman&lt;/strong&gt; in one of his TEDx Talks :&lt;br&gt;
&lt;a href="https://youtu.be/Ag1AKIl_2GM"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YbLuBLnE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/marcomontalbano/image/upload/v1667217004/video_to_markdown/images/youtube--Ag1AKIl_2GM-c05b58ac6eb4c4700831b2b3070cd403.jpg" alt="TedX" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Difference between Free Softwares and Freeware
&lt;/h3&gt;

&lt;p&gt;Freeware is any software that is distributed for use at a price of zero. However, freeware may not be "&lt;strong&gt;free software&lt;/strong&gt;". &lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Free Software&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;b&gt;FreeWare&lt;/b&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Free software is software that can be used, studied, and modified without restriction, and which can be copied and redistributed in modified or unmodified form either without restriction.&lt;/td&gt;
&lt;td&gt;Freeware refers to software that anyone can download from the Internet and use for free.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Coined by Richard Stallman in 1983, to satisfy the need for and to give the benefit of “software freedom” to computer users.&lt;/td&gt;
&lt;td&gt;Coined by Andrew Fluegelman in 1982, when he wanted to sell a communications program named PC-Talk.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;These softwares use copyleft licenses like GNU General Public License.&lt;/td&gt;
&lt;td&gt;It uses copyright licenses.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;All the features are free.&lt;/td&gt;
&lt;td&gt;All the features are free.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Programs can be distributed free of cost.&lt;/td&gt;
&lt;td&gt;Freeware programs can be distributed free of cost.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mozilla Firefox, GCC, Brave, Signal, LibreOffice, Tor Browser&lt;/td&gt;
&lt;td&gt;Adobe PDF, Google Talk, Yahoo messenger, Google Chrome&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Questionnaire:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What category of software does Telegram fit in?&lt;/li&gt;
&lt;li&gt;What is the difference between chromium and chrome?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;General software directories:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://alternativeto.net/"&gt;Alternative To&lt;/a&gt; - lists software alternatives to proprietary softwares&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.privacytools.io/"&gt;Privacy tools&lt;/a&gt; - lists privacy-enhancing tools&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.openhub.net/"&gt;Open Hub&lt;/a&gt; - lists OSS and provides online community platform&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://directory.fsf.org/wiki/Main_Page"&gt;FOSS tools&lt;/a&gt; - FSF’s Directory of FOSS tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Additional readings:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://opensource.com/article/17/11/open-source-or-free-software"&gt;Difference between Open Source Software and Free Software&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://opensource.com/article/17/11/open-source-or-free-software"&gt;Philosophy of the Free Software Foundation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fsfe.org/freesoftware/comparison.en.html"&gt;Clarify some misconceptions&lt;/a&gt; on FLOSS, FOSS, Open Source Software and Free Software&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;~ Akshay Khoje&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;

</description>
    </item>
    <item>
      <title>GNU</title>
      <dc:creator>COEP's Free Software Users Group</dc:creator>
      <pubDate>Sun, 30 Oct 2022 21:02:46 +0000</pubDate>
      <link>https://dev.to/cofsug/gnu-565n</link>
      <guid>https://dev.to/cofsug/gnu-565n</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cIHQRWme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g9uq3tmdjtnry14p7pir.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cIHQRWme--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g9uq3tmdjtnry14p7pir.png" alt="GNU 30TH" width="250" height="202"&gt;&lt;/a&gt;&lt;br&gt;
Ever wondered why can’t we see the source code of Windows or MAC OS? &lt;br&gt;
Why do we pay for the operating system when buying a laptop or PC? &lt;br&gt;
Why we can install Linux OS freely but need to pay for Windows?&lt;br&gt;
Windows, MAC, Unix: You use them daily but don’t know how they actually work. Because these are closed-source programs that are copyrighted and not available for further research or use. You may have also heard of or used the UNIX OS which is a closed source. &lt;br&gt;
There was a need for an open-source OS, a freeware whose code is freely available and can be modified and distributed. Free doesn’t necessarily mean free of cost, here free stands for free use. &lt;a href="https://dev.to/cofsug/free-softwares-5gcf"&gt;Free Software&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Hence, GNU!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But what exactly is GNU?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The GNU Project&lt;/strong&gt;&lt;br&gt;
GNU Project was announced by Richard Stallman in 1983. The aim was to develop and publish software collaboratively and allow users to use them freely, copy and distribute.&lt;br&gt;
The GNU Manifesto:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Freedom to run a program for any purpose&lt;/li&gt;
&lt;li&gt;Freedom to study the mechanics of the program and modify it&lt;/li&gt;
&lt;li&gt;Freedom to redistribute copies&lt;/li&gt;
&lt;li&gt;Freedom to improve and change modified versions for public use&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To implement this manifesto, even the operating system needed to be free software.&lt;br&gt;
That’s why GNU/Linux was developed!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The GNU Operating System&lt;/strong&gt;&lt;br&gt;
GNU stands for GNU’s Not Unix! Meaning it is UNIX-like but is free software and does not contain UNIX-like code. GNU is licensed by GNU General Public License (GNU GPL).&lt;/p&gt;

&lt;p&gt;GNU is a collection of free softwares which can be used as an operating system or can be used in parts with other operating systems.&lt;br&gt;
Most of the time GNU is also referred to as GNU/Linux or simply Linux, as it uses a UNIX-like kernel Linux.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--hSUMLRJv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4rrv8rwnw8do4wf7es3a.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hSUMLRJv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4rrv8rwnw8do4wf7es3a.jpeg" alt="Tux:Logo of Linux" width="206" height="244"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;center&gt;&lt;strong&gt;Tux: The logo of Linux&lt;/strong&gt;&lt;/center&gt;
&lt;br&gt;
&lt;strong&gt;Why does GNU come with Linux?&lt;/strong&gt;&lt;br&gt;
GNU is just the source code or the software developed under the GPL. But it cannot be used as it is. It requires an OS to interpret the computer. So, it is combined with the Unix-like Open Source Kernel, Linux. These together are popularly known as GNU/Linux or Linux or GNU.

&lt;p&gt;GNU not only developed an operating system, but it also grew a worldwide open-source community! And by reading and accepting the ideology, you are a part too :).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tease your brain more. Go from a bit to the byte…&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Why do we need open-source code? Can’t we just work with licensed versions?&lt;/p&gt;

&lt;p&gt;Read: &lt;a href="https://dev.to/cofsug/open-source-3dff"&gt;Blog on Open Source&lt;/a&gt;, &lt;a href="https://opensource.com/resources/what-open-source"&gt;Open Source Official Website&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I am too comfortable with Windows, so why Linux?&lt;/p&gt;

&lt;p&gt;Read: &lt;a href="https://itsfoss.com/linux-better-than-windows/"&gt;Why Linux is Better than Windows?&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;strong&gt;&lt;em&gt;~ Vaishnavi Pabalkar&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
