Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
bin: Improve copyright notice
Browse files Browse the repository at this point in the history
Add the name of the original author, affiliation, and the website
URI <http://www.neubot.org/>.
  • Loading branch information
bassosimone committed Dec 29, 2010
1 parent da8ae95 commit 7757874
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions bin/neubot
@@ -1,9 +1,10 @@
#!/usr/bin/env python

# bin/neubot
# Copyright (c) 2010 NEXA Center for Internet & Society

# This file is part of Neubot.
#
# Copyright (c) 2010 Simone Basso <bassosimone@gmail.com>,
# NEXA Center for Internet & Society at Politecnico di Torino
#
# This file is part of Neubot <http://www.neubot.org/>.
#
# Neubot is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -17,6 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Neubot. If not, see <http://www.gnu.org/licenses/>.
#

NEUBOT_HOME = "@PREFIX@/share"
if NEUBOT_HOME.startswith("@"):
Expand Down
10 changes: 6 additions & 4 deletions bin/start-neubot-daemon
@@ -1,9 +1,10 @@
#!/bin/sh

# bin/start-neubot-daemon
# Copyright (c) 2010 NEXA Center for Internet & Society

# This file is part of Neubot.
#
# Copyright (c) 2010 Simone Basso <bassosimone@gmail.com>,
# NEXA Center for Internet & Society at Politecnico di Torino
#
# This file is part of Neubot <http://www.neubot.org/>.
#
# Neubot is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -17,6 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Neubot. If not, see <http://www.gnu.org/licenses/>.
#

PREFIX="@PREFIX@"
if [ "`echo $PREFIX|cut -b 1`" = "@" ]; then
Expand Down

0 comments on commit 7757874

Please sign in to comment.