Skip to content

Commit 429604c

Browse files
committed
Created release branch for the 1.6.x release series.
1 parent d6c2fd2 commit 429604c

File tree

354 files changed

+362
-362
lines changed

Some content is hidden

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

354 files changed

+362
-362
lines changed

EmberLib.net/BerLib/BerDefinitions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/BerEncoding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/BerException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/BerFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/BerInput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/BerOutput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/BerReaderBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/BerTag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public

EmberLib.net/BerLib/Properties/EmberLib.AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
EmberLib.net -- .NET implementation of the Ember+ Protocol
3-
Copyright (C) 2012 L-S-B Broadcast Technologies GmbH
3+
Copyright (C) 2012-2014 L-S-B Broadcast Technologies GmbH
44
55
This library is free software; you can redistribute it and/or
66
modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public
2121

2222
[assembly: AssemblyCompany("L-S-B Broadcast Technologies GmbH")]
2323
[assembly: AssemblyProduct("EmberLib.net")]
24-
[assembly: AssemblyCopyright("Copyright © L-S-B Broadcast Technologies GmbH 2007-2013")]
24+
[assembly: AssemblyCopyright("Copyright © L-S-B Broadcast Technologies GmbH 2007-2014")]
2525
[assembly: AssemblyTrademark("")]
2626
[assembly: AssemblyCulture("")]
2727

@@ -35,4 +35,4 @@ You should have received a copy of the GNU Lesser General Public
3535
// You can specify all the values or you can default the Build and Revision Numbers
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
38-
[assembly: AssemblyVersion("1.5.0.0")]
38+
[assembly: AssemblyVersion("1.6.0.0")]

0 commit comments

Comments
 (0)