Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit c26ee8f

Browse files
committed
Update copyright year.
1 parent 5d75bd5 commit c26ee8f

Some content is hidden

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

47 files changed

+48
-48
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Alex Rønne Petersen
3+
Copyright (c) 2018 Alex Rønne Petersen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal
@@ -26,5 +26,5 @@
2626

2727
[assembly: AssemblyTitle("Mono.Debugger.Client")]
2828
[assembly: AssemblyProduct("Mono")]
29-
[assembly: AssemblyCopyright("Copyright 2015 Alex Rønne Petersen")]
29+
[assembly: AssemblyCopyright("Copyright 2018 Alex Rønne Petersen")]
3030
[assembly: AssemblyVersion("1.6.*")]

src/Color.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Command.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/CommandAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/CommandLine.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/AliasCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/ArgumentsCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/AttachCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/BacktraceCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/BreakpointCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/CatchpointCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/ConfigCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/ConnectCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/ContinueCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/DatabaseCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/DecompileCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/DirectoryCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/DisassembleCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/DoCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/EnvironmentCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/FrameCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/HelpCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/JumpCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/KillCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/ListenCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/PluginCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/PrintCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/QuitCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/ResetCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/RootCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/RunCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/SourceCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/StepCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/ThreadCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Commands/WatchCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Configuration.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/CustomLogger.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Debugger.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/LibEdit.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Log.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/MultiCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

src/Plugins.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// The MIT License (MIT)
33
//
4-
// Copyright (c) 2015 Alex Rønne Petersen
4+
// Copyright (c) 2018 Alex Rønne Petersen
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy
77
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)