[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-183-gec17fb6
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2010-12-22 09:52:47
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ec17fb6ec59b1f27493a5ad9a176d4dabffe2030 (commit)
from b6627815e4653e31795571c789823dc09477b2d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ec17fb6ec59b1f27493a5ad9a176d4dabffe2030
Author: Jeremie Scheer <jer...@ar...>
Date: Wed Dec 22 10:52:28 2010 +0100
[TEST] Fill GPL license year in PPS' test scripts.
[TEST] Put command to run PPS' S80 gpios and IPSec config file to the top of the files.
-----------------------------------------------------------------------
Summary of changes:
target/pps/configs/ipsec-tools.conf | 6 +++---
target/pps/configs/wpa_supplicant/networkConfig | 2 +-
target/pps/init/S80gpios | 5 +++--
target/pps/scripts/init_boa.sh | 2 +-
target/pps/scripts/init_wpa.sh | 2 +-
target/pps/scripts/install.sh | 2 +-
target/pps/scripts/reset_wi2wi.sh | 2 +-
target/pps/scripts/stop_wpa.sh | 2 +-
target/pps/scripts/test_bridge.sh | 2 +-
target/pps/scripts/test_ether_gadget.sh | 2 +-
target/pps/scripts/test_ether_smsc95xx.sh | 2 +-
target/pps/scripts/test_ipsec.sh | 2 +-
target/pps/scripts/test_ssh_tunnel.sh | 2 +-
target/pps/scripts/test_wifi.sh | 2 +-
target/pps/www/index.html | 2 +-
15 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/target/pps/configs/ipsec-tools.conf b/target/pps/configs/ipsec-tools.conf
index 8e98d69..595b0f8 100644
--- a/target/pps/configs/ipsec-tools.conf
+++ b/target/pps/configs/ipsec-tools.conf
@@ -1,7 +1,9 @@
+#!/usr/sbin/setkey -f
+
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,8 +20,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-#!/usr/sbin/setkey -f
-
# NOTE: Do not use this file if you use racoon with racoon-tool
# utility. racoon-tool will setup SAs and SPDs automatically using
# /etc/racoon/racoon-tool.conf configuration.
diff --git a/target/pps/configs/wpa_supplicant/networkConfig b/target/pps/configs/wpa_supplicant/networkConfig
index a54ca2a..cd387a3 100644
--- a/target/pps/configs/wpa_supplicant/networkConfig
+++ b/target/pps/configs/wpa_supplicant/networkConfig
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/init/S80gpios b/target/pps/init/S80gpios
index cd16dba..db4d844 100755
--- a/target/pps/init/S80gpios
+++ b/target/pps/init/S80gpios
@@ -1,7 +1,9 @@
+#!/bin/sh
+
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,7 +20,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-#!/bin/sh
#
# Script used to configure user space usable GPIOs on PPS
#
diff --git a/target/pps/scripts/init_boa.sh b/target/pps/scripts/init_boa.sh
index 9e40a71..d102d51 100644
--- a/target/pps/scripts/init_boa.sh
+++ b/target/pps/scripts/init_boa.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/init_wpa.sh b/target/pps/scripts/init_wpa.sh
index c3637f5..6a65574 100644
--- a/target/pps/scripts/init_wpa.sh
+++ b/target/pps/scripts/init_wpa.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/install.sh b/target/pps/scripts/install.sh
index 6bce6a2..1b4f28a 100755
--- a/target/pps/scripts/install.sh
+++ b/target/pps/scripts/install.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/reset_wi2wi.sh b/target/pps/scripts/reset_wi2wi.sh
index 08fed6f..f2bf7d8 100644
--- a/target/pps/scripts/reset_wi2wi.sh
+++ b/target/pps/scripts/reset_wi2wi.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/stop_wpa.sh b/target/pps/scripts/stop_wpa.sh
index 24a406e..9ef54a0 100644
--- a/target/pps/scripts/stop_wpa.sh
+++ b/target/pps/scripts/stop_wpa.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/test_bridge.sh b/target/pps/scripts/test_bridge.sh
index e5cedd3..0ba4429 100644
--- a/target/pps/scripts/test_bridge.sh
+++ b/target/pps/scripts/test_bridge.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/test_ether_gadget.sh b/target/pps/scripts/test_ether_gadget.sh
index e2c3a4f..a00be05 100644
--- a/target/pps/scripts/test_ether_gadget.sh
+++ b/target/pps/scripts/test_ether_gadget.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/test_ether_smsc95xx.sh b/target/pps/scripts/test_ether_smsc95xx.sh
index 8745f99..fd324bc 100644
--- a/target/pps/scripts/test_ether_smsc95xx.sh
+++ b/target/pps/scripts/test_ether_smsc95xx.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/test_ipsec.sh b/target/pps/scripts/test_ipsec.sh
index 98d9aa5..bbed72d 100644
--- a/target/pps/scripts/test_ipsec.sh
+++ b/target/pps/scripts/test_ipsec.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/test_ssh_tunnel.sh b/target/pps/scripts/test_ssh_tunnel.sh
index 1b9dabc..32b70bc 100644
--- a/target/pps/scripts/test_ssh_tunnel.sh
+++ b/target/pps/scripts/test_ssh_tunnel.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/scripts/test_wifi.sh b/target/pps/scripts/test_wifi.sh
index 9b9c5c5..93e4324 100644
--- a/target/pps/scripts/test_wifi.sh
+++ b/target/pps/scripts/test_wifi.sh
@@ -1,7 +1,7 @@
#
# THE ARMADEUS PROJECT
#
-# Copyright (C) year The armadeus systems team [Jérémie Scheer]
+# Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/target/pps/www/index.html b/target/pps/www/index.html
index 65cf71c..0d4b5e8 100644
--- a/target/pps/www/index.html
+++ b/target/pps/www/index.html
@@ -1,7 +1,7 @@
<!--
THE ARMADEUS PROJECT
- Copyright (C) year The armadeus systems team [Jérémie Scheer]
+ Copyright (C) 2010 The armadeus systems team [Jérémie Scheer]
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
hooks/post-receive
--
armadeus
|