Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2013-03-19 19:53:01 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2013-03-19 19:53:01 +0400
commitee5d87a0f8873b522ebf53c7df248ac6c3308e21 (patch)
tree5bae0ec7fa34ca013f1056df050c31ca16eab2f2 /ICSharpCode.NRefactory.Demo
parentdf1fa134c6843255bfd456188d920568879c4f72 (diff)
Add year to license headers.
Diffstat (limited to 'ICSharpCode.NRefactory.Demo')
-rw-r--r--ICSharpCode.NRefactory.Demo/CSDemo.Designer.cs2
-rw-r--r--ICSharpCode.NRefactory.Demo/CSDemo.cs2
-rw-r--r--ICSharpCode.NRefactory.Demo/MainForm.Designer.cs2
-rw-r--r--ICSharpCode.NRefactory.Demo/MainForm.cs2
-rw-r--r--ICSharpCode.NRefactory.Demo/Program.cs2
-rw-r--r--ICSharpCode.NRefactory.Demo/SemanticTreeDialog.Designer.cs26
-rw-r--r--ICSharpCode.NRefactory.Demo/SemanticTreeDialog.cs2
7 files changed, 24 insertions, 14 deletions
diff --git a/ICSharpCode.NRefactory.Demo/CSDemo.Designer.cs b/ICSharpCode.NRefactory.Demo/CSDemo.Designer.cs
index 7965055b..672e1eab 100644
--- a/ICSharpCode.NRefactory.Demo/CSDemo.Designer.cs
+++ b/ICSharpCode.NRefactory.Demo/CSDemo.Designer.cs
@@ -1,4 +1,4 @@
-// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
+// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
diff --git a/ICSharpCode.NRefactory.Demo/CSDemo.cs b/ICSharpCode.NRefactory.Demo/CSDemo.cs
index 03fe98e9..a41a51f8 100644
--- a/ICSharpCode.NRefactory.Demo/CSDemo.cs
+++ b/ICSharpCode.NRefactory.Demo/CSDemo.cs
@@ -1,4 +1,4 @@
-// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
+// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
diff --git a/ICSharpCode.NRefactory.Demo/MainForm.Designer.cs b/ICSharpCode.NRefactory.Demo/MainForm.Designer.cs
index 11c75af2..fe19df0e 100644
--- a/ICSharpCode.NRefactory.Demo/MainForm.Designer.cs
+++ b/ICSharpCode.NRefactory.Demo/MainForm.Designer.cs
@@ -1,4 +1,4 @@
-// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
+// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
diff --git a/ICSharpCode.NRefactory.Demo/MainForm.cs b/ICSharpCode.NRefactory.Demo/MainForm.cs
index 977400ba..1970a044 100644
--- a/ICSharpCode.NRefactory.Demo/MainForm.cs
+++ b/ICSharpCode.NRefactory.Demo/MainForm.cs
@@ -1,4 +1,4 @@
-// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
+// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
diff --git a/ICSharpCode.NRefactory.Demo/Program.cs b/ICSharpCode.NRefactory.Demo/Program.cs
index d7d34708..193505ce 100644
--- a/ICSharpCode.NRefactory.Demo/Program.cs
+++ b/ICSharpCode.NRefactory.Demo/Program.cs
@@ -1,4 +1,4 @@
-// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
+// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
diff --git a/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.Designer.cs b/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.Designer.cs
index 8942d4a9..9b5d9f39 100644
--- a/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.Designer.cs
+++ b/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.Designer.cs
@@ -1,11 +1,21 @@
-/*
- * Created by SharpDevelop.
- * User: Daniel
- * Date: 6/22/2012
- * Time: 17:08
- *
- * To change this template use Tools | Options | Coding | Edit Standard Headers.
- */
+// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy of this
+// software and associated documentation files (the "Software"), to deal in the Software
+// without restriction, including without limitation the rights to use, copy, modify, merge,
+// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
+// to whom the Software is furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in all copies or
+// substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
+// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+// DEALINGS IN THE SOFTWARE.
+
namespace ICSharpCode.NRefactory.Demo
{
partial class SemanticTreeDialog
diff --git a/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.cs b/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.cs
index 0cd82235..79d43e4a 100644
--- a/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.cs
+++ b/ICSharpCode.NRefactory.Demo/SemanticTreeDialog.cs
@@ -1,4 +1,4 @@
-// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
+// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software