[Lemon-commits] Alpar Juttner: Copyright notices added to scripts

Lemon HG hg at lemon.cs.elte.hu
Wed Sep 30 08:52:48 CEST 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/abf31e4af617
changeset: 794:abf31e4af617
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Tue Sep 29 09:25:23 2009 +0200
description:
	Copyright notices added to scripts

diffstat:

 scripts/chg-len.py       |  14 ++++++++++++++
 scripts/mk-release.sh    |  14 ++++++++++++++
 scripts/unify-sources.sh |  14 ++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diffs (66 lines):

diff --git a/scripts/chg-len.py b/scripts/chg-len.py
--- a/scripts/chg-len.py
+++ b/scripts/chg-len.py
@@ -1,4 +1,18 @@
 #! /usr/bin/env python
+#
+# This file is a part of LEMON, a generic C++ optimization library.
+#
+# Copyright (C) 2003-2009
+# Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+# (Egervary Research Group on Combinatorial Optimization, EGRES).
+#
+# Permission to use, modify and distribute this software is granted
+# provided that this copyright notice appears in all copies. For
+# precise terms see the accompanying LICENSE file.
+#
+# This software is provided "AS IS" with no warranty of any kind,
+# express or implied, and with no claim as to its suitability for any
+# purpose.
 
 import sys
 
diff --git a/scripts/mk-release.sh b/scripts/mk-release.sh
--- a/scripts/mk-release.sh
+++ b/scripts/mk-release.sh
@@ -1,4 +1,18 @@
 #!/bin/bash
+#
+# This file is a part of LEMON, a generic C++ optimization library.
+#
+# Copyright (C) 2003-2009
+# Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+# (Egervary Research Group on Combinatorial Optimization, EGRES).
+#
+# Permission to use, modify and distribute this software is granted
+# provided that this copyright notice appears in all copies. For
+# precise terms see the accompanying LICENSE file.
+#
+# This software is provided "AS IS" with no warranty of any kind,
+# express or implied, and with no claim as to its suitability for any
+# purpose.
 
 set -e
 
diff --git a/scripts/unify-sources.sh b/scripts/unify-sources.sh
--- a/scripts/unify-sources.sh
+++ b/scripts/unify-sources.sh
@@ -1,4 +1,18 @@
 #!/bin/bash
+#
+# This file is a part of LEMON, a generic C++ optimization library.
+#
+# Copyright (C) 2003-2009
+# Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+# (Egervary Research Group on Combinatorial Optimization, EGRES).
+#
+# Permission to use, modify and distribute this software is granted
+# provided that this copyright notice appears in all copies. For
+# precise terms see the accompanying LICENSE file.
+#
+# This software is provided "AS IS" with no warranty of any kind,
+# express or implied, and with no claim as to its suitability for any
+# purpose.
 
 YEAR=`date +%Y`
 HGROOT=`hg root`



More information about the Lemon-commits mailing list