[macruby-changes] [1591] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Fri May 22 17:43:27 PDT 2009


Revision: 1591
          http://trac.macosforge.org/projects/ruby/changeset/1591
Author:   lsansonetti at apple.com
Date:     2009-05-22 17:43:27 -0700 (Fri, 22 May 2009)
Log Message:
-----------
added licensing information on the new files

Modified Paths:
--------------
    MacRuby/branches/experimental/bridgesupport.cpp
    MacRuby/branches/experimental/bridgesupport.h
    MacRuby/branches/experimental/compiler.cpp
    MacRuby/branches/experimental/compiler.h
    MacRuby/branches/experimental/vm.cpp
    MacRuby/branches/experimental/vm.h

Modified: MacRuby/branches/experimental/bridgesupport.cpp
===================================================================
--- MacRuby/branches/experimental/bridgesupport.cpp	2009-05-23 00:38:22 UTC (rev 1590)
+++ MacRuby/branches/experimental/bridgesupport.cpp	2009-05-23 00:43:27 UTC (rev 1591)
@@ -1,3 +1,11 @@
+/*
+ * MacRuby BridgeSupport implementation.
+ *
+ * This file is covered by the Ruby license. See COPYING for more details.
+ * 
+ * Copyright (C) 2007-2009, Apple Inc. All rights reserved.
+ */
+
 #include <llvm/Module.h>
 #include <llvm/DerivedTypes.h>
 #include <llvm/Constants.h>

Modified: MacRuby/branches/experimental/bridgesupport.h
===================================================================
--- MacRuby/branches/experimental/bridgesupport.h	2009-05-23 00:38:22 UTC (rev 1590)
+++ MacRuby/branches/experimental/bridgesupport.h	2009-05-23 00:43:27 UTC (rev 1591)
@@ -1,6 +1,14 @@
-#ifndef __BOXED_H_
-#define __BOXED_H_
+/*
+ * MacRuby BridgeSupport implementation.
+ *
+ * This file is covered by the Ruby license. See COPYING for more details.
+ * 
+ * Copyright (C) 2007-2009, Apple Inc. All rights reserved.
+ */
 
+#ifndef __BRIDGESUPPORT_H_
+#define __BRIDGESUPPORT_H_
+
 #if defined(__cplusplus)
 
 #include "bs.h"
@@ -19,4 +27,4 @@
 
 #endif /* __cplusplus */
 
-#endif /* __BOXED_H_ */
+#endif /* __BRIDGESUPPORT_H_ */

Modified: MacRuby/branches/experimental/compiler.cpp
===================================================================
--- MacRuby/branches/experimental/compiler.cpp	2009-05-23 00:38:22 UTC (rev 1590)
+++ MacRuby/branches/experimental/compiler.cpp	2009-05-23 00:43:27 UTC (rev 1591)
@@ -1,3 +1,11 @@
+/*
+ * MacRuby compiler.
+ *
+ * This file is covered by the Ruby license. See COPYING for more details.
+ * 
+ * Copyright (C) 2008-2009, Apple Inc. All rights reserved.
+ */
+
 #include <llvm/Module.h>
 #include <llvm/DerivedTypes.h>
 #include <llvm/Constants.h>

Modified: MacRuby/branches/experimental/compiler.h
===================================================================
--- MacRuby/branches/experimental/compiler.h	2009-05-23 00:38:22 UTC (rev 1590)
+++ MacRuby/branches/experimental/compiler.h	2009-05-23 00:43:27 UTC (rev 1591)
@@ -1,3 +1,11 @@
+/*
+ * MacRuby compiler.
+ *
+ * This file is covered by the Ruby license. See COPYING for more details.
+ * 
+ * Copyright (C) 2008-2009, Apple Inc. All rights reserved.
+ */
+
 #ifndef __COMPILER_H_
 #define __COMPILER_H_
 

Modified: MacRuby/branches/experimental/vm.cpp
===================================================================
--- MacRuby/branches/experimental/vm.cpp	2009-05-23 00:38:22 UTC (rev 1590)
+++ MacRuby/branches/experimental/vm.cpp	2009-05-23 00:43:27 UTC (rev 1591)
@@ -1,3 +1,11 @@
+/*
+ * MacRuby VM.
+ *
+ * This file is covered by the Ruby license. See COPYING for more details.
+ * 
+ * Copyright (C) 2008-2009, Apple Inc. All rights reserved.
+ */
+
 #include <llvm/Module.h>
 #include <llvm/DerivedTypes.h>
 #include <llvm/Constants.h>

Modified: MacRuby/branches/experimental/vm.h
===================================================================
--- MacRuby/branches/experimental/vm.h	2009-05-23 00:38:22 UTC (rev 1590)
+++ MacRuby/branches/experimental/vm.h	2009-05-23 00:43:27 UTC (rev 1591)
@@ -1,3 +1,11 @@
+/*
+ * MacRuby VM.
+ *
+ * This file is covered by the Ruby license. See COPYING for more details.
+ * 
+ * Copyright (C) 2008-2009, Apple Inc. All rights reserved.
+ */
+
 #ifndef __VM_H_
 #define __VM_H_
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090522/dd6676c5/attachment.html>


More information about the macruby-changes mailing list