Skip to content
Snippets Groups Projects
Commit 7daaaa73 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmena data v licenci

parent d9658a99
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
#
# receiver.pl
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
......@@ -2,7 +2,7 @@
#
# sender.pl
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
2012-02-?? v1.1.0 stable version and bugfix release of warden-client-1.0.0
2012-02-06 v1.1.0 stable version and bugfix release of warden-client-1.0.0
--------------------------------------------------------------------------
- Fixed bug when receiving of events
- Fixed earlier declaration in same scope of variable $data
......
......@@ -26,7 +26,7 @@ A. Overall Information
2. Version
1.1.0 (2011-11-16) - DOPLNIT
1.1.0 (2012-02-06)
--------------------------------------------------------------------------------
B. Registration
......
#!/usr/bin/perl -w
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......@@ -33,7 +33,7 @@
use strict;
#------------------------------------------------------------------------------
# Warden 1.0.0. Client, Receiver, Example
# Warden 1.1.0. Client, Receiver, Example
#
# Simple use of warden-client receiver functionality to download new events
# from # Warden server. This code illustrates how to integrate warden-client
......
#!/usr/bin/perl -w
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......@@ -34,7 +34,7 @@ use strict;
use DateTime;
#-------------------------------------------------------------------------------
# Warden 1.0.0. Client, Sender, Example
# Warden 1.1.0. Client, Sender, Example
#
# Sample script using warden-client sending functionality. This example is not
# intended to be a standalone script. It only shows how to use warden-client
......
......@@ -2,7 +2,7 @@
#
# WardenClientConf.pm
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
......@@ -2,7 +2,7 @@
#
# WardenClientReceive.pm
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
......@@ -2,7 +2,7 @@
#
# WardenClientSend.pm
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
......@@ -2,7 +2,7 @@
#
# install.sh
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
......@@ -2,7 +2,7 @@
#
# uninstall.sh
#
# Copyright (C) 2012 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
......@@ -2,7 +2,7 @@
#
# update.sh
#
# Copyright (C) 2011 Cesnet z.s.p.o
# Copyright (C) 2011-2012 Cesnet z.s.p.o
# Author(s): Tomas PLESNIK <plesnik@ics.muni.cz>
# Jan SOUKAL <soukal@ics.muni.cz>
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment