summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed T. Crigler <crigler@users.sourceforge.net>2017-03-05 17:08:33 -0800
committerNed T. Crigler <crigler@users.sourceforge.net>2017-03-05 17:08:33 -0800
commit748020b2fa79fc41b81c2a8430578b65749196a6 (patch)
tree0091b5a6a49bcce2ffcf7b499b349c080d5090d5
parent9faa69d4206b233259910750c63b8fedbcec7fae (diff)
Update license header in source files.
Use http://www.gnu.org/licenses/ instead of a postal address as suggested in PR #7.
-rw-r--r--attach.c3
-rw-r--r--dtach.h3
-rw-r--r--main.c3
-rw-r--r--master.c3
4 files changed, 4 insertions, 8 deletions
diff --git a/attach.c b/attach.c
index 034e277..41a696c 100644
--- a/attach.c
+++ b/attach.c
@@ -13,8 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "dtach.h"
diff --git a/dtach.h b/dtach.h
index d0ba87e..c4d39cb 100644
--- a/dtach.h
+++ b/dtach.h
@@ -13,8 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef dtach_h
#define dtach_h
diff --git a/main.c b/main.c
index 5fd7bcc..9fe78b8 100644
--- a/main.c
+++ b/main.c
@@ -13,8 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "dtach.h"
diff --git a/master.c b/master.c
index b136f03..5c053e0 100644
--- a/master.c
+++ b/master.c
@@ -13,8 +13,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "dtach.h"