<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: copyright? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439101#M6584</link>
    <description>I also commented-out the 'cat' line for the same reasons - it's too long, and for security reasons.  I also removed the OS/version portion of /etc/issue.&lt;BR /&gt;&lt;BR /&gt;Off topic but since it was mentioned, the legal department at one company I worked for told us to remove the "Welcome to Our Company..." message in our /etc/issue.  It was changed to "Our Company Authorized Login..."&lt;BR /&gt;&lt;BR /&gt;Reason: "Welcome" could be construed as an invitation to hackers :)&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Aug 2000 11:23:44 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2000-08-25T11:23:44Z</dc:date>
    <item>
      <title>copyright?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439095#M6578</link>
      <description>Is it legal to remove the cat /etc/copyright from the /etc/profile file and just make it cat /etc/motd or /etc/issue? I want to use a regular motd for the login message, but don't want to infringe on copyright laws etc. Suggestions? Any (ugh) lawyers out there?&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 14:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439095#M6578</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-08-23T14:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: copyright?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439096#M6579</link>
      <description>Forget it. Just figured it out myself. /etc/profile looks for a readable /etc/motd file and then cats it out. I can just keep the /etc/copyright stuff in front of that and no problem.&lt;BR /&gt;&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 14:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439096#M6579</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-08-23T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: copyright?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439097#M6580</link>
      <description>Dont know if it helps, but I just run clear after copyright.  Then my motd and issue are displayed, depending on how one gets to the system.  issue is only shown on telnet, not rlogin or login.  Motd is the one i toy with the most.  This way, you bypass the problem of removing copyright.  :)</description>
      <pubDate>Wed, 23 Aug 2000 14:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439097#M6580</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-08-23T14:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: copyright?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439098#M6581</link>
      <description>I think you will have to leave the cat /etc/copyright&lt;BR /&gt;But the is nothing stopping you modifying /etc/motd is a way you will not have time to see the previous (make it the size of your screen...)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Victor</description>
      <pubDate>Wed, 23 Aug 2000 14:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439098#M6581</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-08-23T14:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: copyright?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439099#M6582</link>
      <description>I don't know if it is legal or not, I guess it is not legal to remove it. As a suggestion, you can leave it there and edit your /etc/motd.&lt;BR /&gt;The copyright info will fly away on the screen you'll have your message from /etc/motd. (A have that in a secured box, for the warning regarding the authorrized use of the system. Copyright info is there but do not bother.</description>
      <pubDate>Wed, 23 Aug 2000 14:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439099#M6582</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-23T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: copyright?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439100#M6583</link>
      <description>Generally copyrights must be left alone in the instance of re-distribution of open-source code with modification. You can't take someone elses work, change something and redistribute it with your name as the author.&lt;BR /&gt;&lt;BR /&gt;Two things suggest to me that there is no reason why you can't remove it.&lt;BR /&gt;&lt;BR /&gt;1) It isn't source code and your problably not re-distributing it.&lt;BR /&gt;&lt;BR /&gt;2) You paid for it, it's yours now.&lt;BR /&gt;&lt;BR /&gt;One of the top reasons I would recommend removing the "cat" line is for security. The less information you dump on someones screen when they telnet in, the less they have to work with in hacking into your system. One security practice we use to use was to change the /etc/issue file so that the server O/S and version was never displayed.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2000 20:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439100#M6583</guid>
      <dc:creator>Jeremiah Campbell</dc:creator>
      <dc:date>2000-08-23T20:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: copyright?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439101#M6584</link>
      <description>I also commented-out the 'cat' line for the same reasons - it's too long, and for security reasons.  I also removed the OS/version portion of /etc/issue.&lt;BR /&gt;&lt;BR /&gt;Off topic but since it was mentioned, the legal department at one company I worked for told us to remove the "Welcome to Our Company..." message in our /etc/issue.  It was changed to "Our Company Authorized Login..."&lt;BR /&gt;&lt;BR /&gt;Reason: "Welcome" could be construed as an invitation to hackers :)&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2000 11:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copyright/m-p/2439101#M6584</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2000-08-25T11:23:44Z</dc:date>
    </item>
  </channel>
</rss>

