[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r14816: LICENSE and copyright stuff that I'd forgotten. (torbrowser/trunk/src/RelativeLink)



Author: ioerror
Date: 2008-05-29 06:09:36 -0400 (Thu, 29 May 2008)
New Revision: 14816

Modified:
   torbrowser/trunk/src/RelativeLink/Makefile
   torbrowser/trunk/src/RelativeLink/RelativeLink.c
Log:
LICENSE and copyright stuff that I'd forgotten.


Modified: torbrowser/trunk/src/RelativeLink/Makefile
===================================================================
--- torbrowser/trunk/src/RelativeLink/Makefile	2008-05-29 10:09:04 UTC (rev 14815)
+++ torbrowser/trunk/src/RelativeLink/Makefile	2008-05-29 10:09:36 UTC (rev 14816)
@@ -1,4 +1,9 @@
-# A simple Makefile to automate building the RelativeLink program
+###
+### A simple Makefile to automate building the RelativeLink program
+### Copyright 2008 Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
+### See LICENSE for licensing information
+###
+
 APPNAME = StartTorBrowserBundle
 OBJECTS = RelativeLink-res.rc.o RelativeLink.o
 CFLAGS = -Wall -mwindows -static

Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.c
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-29 10:09:04 UTC (rev 14815)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-29 10:09:36 UTC (rev 14816)
@@ -4,6 +4,9 @@
 // RelativeLink.c
 // by Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
 //
+// Copyright 2008 Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
+// See LICENSE for licensing information
+//
 // This is a very small program to work around the lack of relative links 
 // in any of the most recent builds of Windows.
 //