← Back to team overview

libbls-dev-list team mailing list archive

[Branch ~libbls/libbls/trunk] Rev 37: Fix license.

 

------------------------------------------------------------
revno: 37
committer: Michael Iatrou <michael.iatrou@xxxxxxxxxxx>
branch nick: libbls
timestamp: Mon 2009-04-27 19:24:30 +0300
message:
  Fix license.
modified:
  src/buffer.h
  src/buffer_action.c
  src/buffer_action.h
  src/buffer_action_edit.c
  src/buffer_action_edit.h
  src/buffer_action_internal.h
  src/buffer_edit.c
  src/buffer_file.c
  src/buffer_info.c
  src/buffer_internal.h
  src/buffer_options.h
  src/buffer_source.c
  src/buffer_source.h
  src/buffer_undo.c
  src/buffer_util.c
  src/buffer_util.h
  src/data_object.c
  src/data_object.h
  src/data_object_file.c
  src/data_object_file.h
  src/data_object_internal.h
  src/data_object_memory.c
  src/data_object_memory.h
  src/disjoint_set.c
  src/disjoint_set.h
  src/list.c
  src/list.h
  src/overlap_graph.c
  src/overlap_graph.h
  src/priority_queue.c
  src/priority_queue.h
  src/segcol.c
  src/segcol.h
  src/segcol_internal.h
  src/segcol_list.c
  src/segcol_list.h
  src/segment.c
  src/segment.h
  src/type_limits.h
  src/util.c

=== modified file 'src/buffer.h'
--- src/buffer.h	2009-03-29 14:41:18 +0000
+++ src/buffer.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_action.c'
--- src/buffer_action.c	2009-04-06 18:23:30 +0000
+++ src/buffer_action.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_action.h'
--- src/buffer_action.h	2009-04-06 18:23:30 +0000
+++ src/buffer_action.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_action_edit.c'
--- src/buffer_action_edit.c	2009-04-21 19:37:06 +0000
+++ src/buffer_action_edit.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_action_edit.h'
--- src/buffer_action_edit.h	2009-03-28 10:08:29 +0000
+++ src/buffer_action_edit.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_action_internal.h'
--- src/buffer_action_internal.h	2009-04-06 18:23:30 +0000
+++ src/buffer_action_internal.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_edit.c'
--- src/buffer_edit.c	2009-04-17 17:03:58 +0000
+++ src/buffer_edit.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /** 

=== modified file 'src/buffer_file.c'
--- src/buffer_file.c	2009-04-21 19:37:06 +0000
+++ src/buffer_file.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_info.c'
--- src/buffer_info.c	2009-04-17 18:27:50 +0000
+++ src/buffer_info.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_internal.h'
--- src/buffer_internal.h	2009-04-17 18:27:50 +0000
+++ src/buffer_internal.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_options.h'
--- src/buffer_options.h	2009-04-17 18:27:50 +0000
+++ src/buffer_options.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_source.c'
--- src/buffer_source.c	2009-03-14 19:52:05 +0000
+++ src/buffer_source.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_source.h'
--- src/buffer_source.h	2009-01-27 12:46:24 +0000
+++ src/buffer_source.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_undo.c'
--- src/buffer_undo.c	2009-04-04 14:17:34 +0000
+++ src/buffer_undo.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_util.c'
--- src/buffer_util.c	2009-04-17 17:03:58 +0000
+++ src/buffer_util.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/buffer_util.h'
--- src/buffer_util.h	2009-04-17 17:03:58 +0000
+++ src/buffer_util.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/data_object.c'
--- src/data_object.c	2009-02-01 12:00:35 +0000
+++ src/data_object.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/data_object.h'
--- src/data_object.h	2009-02-01 12:00:35 +0000
+++ src/data_object.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/data_object_file.c'
--- src/data_object_file.c	2009-02-06 14:08:12 +0000
+++ src/data_object_file.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/data_object_file.h'
--- src/data_object_file.h	2009-02-06 14:08:12 +0000
+++ src/data_object_file.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/data_object_internal.h'
--- src/data_object_internal.h	2009-02-01 12:00:35 +0000
+++ src/data_object_internal.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/data_object_memory.c'
--- src/data_object_memory.c	2009-02-01 12:00:35 +0000
+++ src/data_object_memory.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/data_object_memory.h'
--- src/data_object_memory.h	2009-01-27 12:46:24 +0000
+++ src/data_object_memory.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/disjoint_set.c'
--- src/disjoint_set.c	2009-01-28 10:21:44 +0000
+++ src/disjoint_set.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/disjoint_set.h'
--- src/disjoint_set.h	2009-01-27 12:46:24 +0000
+++ src/disjoint_set.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/list.c'
--- src/list.c	2009-02-04 14:59:49 +0000
+++ src/list.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/list.h'
--- src/list.h	2009-04-16 10:23:58 +0000
+++ src/list.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/overlap_graph.c'
--- src/overlap_graph.c	2009-01-28 10:21:44 +0000
+++ src/overlap_graph.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/overlap_graph.h'
--- src/overlap_graph.h	2009-01-27 12:46:24 +0000
+++ src/overlap_graph.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/priority_queue.c'
--- src/priority_queue.c	2009-01-28 10:21:44 +0000
+++ src/priority_queue.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/priority_queue.h'
--- src/priority_queue.h	2009-01-27 12:46:24 +0000
+++ src/priority_queue.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/segcol.c'
--- src/segcol.c	2009-01-28 10:36:54 +0000
+++ src/segcol.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/segcol.h'
--- src/segcol.h	2009-01-28 10:36:54 +0000
+++ src/segcol.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/segcol_internal.h'
--- src/segcol_internal.h	2009-01-28 10:36:54 +0000
+++ src/segcol_internal.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/segcol_list.c'
--- src/segcol_list.c	2009-03-29 08:30:43 +0000
+++ src/segcol_list.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/segcol_list.h'
--- src/segcol_list.h	2009-01-27 12:46:24 +0000
+++ src/segcol_list.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/segment.c'
--- src/segment.c	2009-01-28 10:36:54 +0000
+++ src/segment.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/segment.h'
--- src/segment.h	2009-01-28 10:36:54 +0000
+++ src/segment.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/type_limits.h'
--- src/type_limits.h	2009-01-27 12:46:24 +0000
+++ src/type_limits.h	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**

=== modified file 'src/util.c'
--- src/util.c	2009-03-14 17:51:47 +0000
+++ src/util.c	2009-04-27 16:24:30 +0000
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU General Public License along with
- * Foobar.  If not, see <http://www.gnu.org/licenses/>.
+ * libbls.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /**



--

https://code.launchpad.net/~libbls/libbls/trunk

Your team Libbls development mailing list is subscribed to branch lp:libbls.
To unsubscribe from this branch go to https://code.launchpad.net/~libbls/libbls/trunk/+edit-subscription.