myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3591] branches/component-api/lib/api/resources:


From: noreply
Subject: [myexperiment-hackers] [3591] branches/component-api/lib/api/resources: License headers
Date: Mon, 8 Jul 2013 12:57:16 +0000 (UTC)

Revision
3591
Author
fbacall
Date
2013-07-08 12:57:16 +0000 (Mon, 08 Jul 2013)

Log Message

License headers

Modified Paths

Diff

Modified: branches/component-api/lib/api/resources/blobs.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/blobs.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/blobs.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# file handling
+# myExperiment: lib/api/resources/blobs.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def file_aux(action, opts = {})
 

Modified: branches/component-api/lib/api/resources/comments.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/comments.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/comments.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Comments
+# myExperiment: lib/api/resources/comments.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def comment_aux(action, opts)
 

Modified: branches/component-api/lib/api/resources/components.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/components.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/components.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,3 +1,8 @@
+# myExperiment: lib/api/resources/components.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
+
 # Extensions to the REST API for dealing with components
 
 ##

Modified: branches/component-api/lib/api/resources/content_types.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/content_types.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/content_types.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Content Types
+# myExperiment: lib/api/resources/content_types.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def content_type_count(opts)
 

Modified: branches/component-api/lib/api/resources/favourites.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/favourites.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/favourites.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Favourites
+# myExperiment: lib/api/resources/favourites.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def favourite_aux(action, opts)
 

Modified: branches/component-api/lib/api/resources/networks.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/networks.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/networks.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Groups
+# myExperiment: lib/api/resources/networks.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def group_count(opts)
 

Modified: branches/component-api/lib/api/resources/ontologies.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/ontologies.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/ontologies.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Ontologies
+# myExperiment: lib/api/resources/ontologies.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def ontology_aux(action, opts)
 

Modified: branches/component-api/lib/api/resources/packs.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/packs.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/packs.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# pack handling
+# myExperiment: lib/api/resources/packs.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def pack_aux(action, opts = {})
 

Modified: branches/component-api/lib/api/resources/policies.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/policies.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/policies.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Policies
+# myExperiment: lib/api/resources/policies.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def get_policies(opts)
   policies = []

Modified: branches/component-api/lib/api/resources/predicates.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/predicates.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/predicates.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Predicates
+# myExperiment: lib/api/resources/predicates.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def predicate_aux(action, opts)
 

Modified: branches/component-api/lib/api/resources/ratings.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/ratings.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/ratings.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Ratings
+# myExperiment: lib/api/resources/ratings.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def rating_aux(action, opts)
 

Modified: branches/component-api/lib/api/resources/relationships.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/relationships.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/relationships.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Relationships
+# myExperiment: lib/api/resources/relationships.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def relationship_aux(action, opts)
 

Modified: branches/component-api/lib/api/resources/taggings.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/taggings.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/taggings.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Taggings
+# myExperiment: lib/api/resources/taggings.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def tagging_aux(action, opts)
 

Modified: branches/component-api/lib/api/resources/users.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/users.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/users.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,4 +1,7 @@
-# Users
+# myExperiment: lib/api/resources/users.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def user_count(opts)
 

Modified: branches/component-api/lib/api/resources/workflows.rb (3590 => 3591)


--- branches/component-api/lib/api/resources/workflows.rb	2013-07-08 12:39:22 UTC (rev 3590)
+++ branches/component-api/lib/api/resources/workflows.rb	2013-07-08 12:57:16 UTC (rev 3591)
@@ -1,3 +1,7 @@
+# myExperiment: lib/api/resources/workflows.rb
+#
+# Copyright (c) 2013 University of Manchester and the University of Southampton.
+# See license.txt for details.
 
 def workflow_aux(action, opts = {})
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]