Skip to content

Commit 26fdf4b

Browse files
committed
Updated copyright year from '2008' to '2008-2009'
1 parent e8bb809 commit 26fdf4b

File tree

115 files changed

+115
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+115
-115
lines changed

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2008 Nokia Siemens Networks Oyj
3+
# Copyright 2008-2009 Nokia Siemens Networks Oyj
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2008 Nokia Siemens Networks Oyj
3+
# Copyright 2008-2009 Nokia Siemens Networks Oyj
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2008 Nokia Siemens Networks Oyj
3+
# Copyright 2008-2009 Nokia Siemens Networks Oyj
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

src/bin/jybot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2008 Nokia Siemens Networks Oyj
3+
# Copyright 2008-2009 Nokia Siemens Networks Oyj
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

src/bin/jybot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
:: Copyright 2008 Nokia Siemens Networks Oyj
3+
:: Copyright 2008-2009 Nokia Siemens Networks Oyj
44
::
55
:: Licensed under the Apache License, Version 2.0 (the "License");
66
:: you may not use this file except in compliance with the License.

src/bin/pybot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2008 Nokia Siemens Networks Oyj
3+
# Copyright 2008-2009 Nokia Siemens Networks Oyj
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

src/bin/pybot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
:: Copyright 2008 Nokia Siemens Networks Oyj
3+
:: Copyright 2008-2009 Nokia Siemens Networks Oyj
44
::
55
:: Licensed under the Apache License, Version 2.0 (the "License");
66
:: you may not use this file except in compliance with the License.

src/bin/rebot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2008 Nokia Siemens Networks Oyj
3+
# Copyright 2008-2009 Nokia Siemens Networks Oyj
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

src/bin/rebot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
:: Copyright 2008 Nokia Siemens Networks Oyj
3+
:: Copyright 2008-2009 Nokia Siemens Networks Oyj
44
::
55
:: Licensed under the Apache License, Version 2.0 (the "License");
66
:: you may not use this file except in compliance with the License.

src/robot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2008 Nokia Siemens Networks Oyj
1+
# Copyright 2008-2009 Nokia Siemens Networks Oyj
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)