Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this file is part of EditorConfig plugin for Notepad++
#
# Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
# Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ Feel free to submit bugs, feature requests, and other issues to the


[cmake]: https://www.cmake.org
[EditorConfig]: http://editorconfig.org
[EditorConfig]: https://editorconfig.org
[EditorConfig C core]: https://github.com/editorconfig/editorconfig-core-c
[EditorConfig plugin for Notepad++]: [https://github.com/editorconfig/editorconfig-notepad-plus-plus](https://github.com/bruderstein/nppPluginManager)
[Microsoft Visual Studio]: https://www.visualstudio.com/
[download]: https://sourceforge.net/projects/editorconfig/files/EditorConfig-Notepad%2B%2B-Plugin/
[pcre]: https://ftp.pcre.org/pub/pcre
[PowerShell]: https://docs.microsoft.com/en-us/powershell
[properties]: http://editorconfig.org/#supported-properties
[properties]: https://editorconfig.org/#supported-properties
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this file is part of EditorConfig plugin for Notepad++
#
# Copyright (C) 2011-2016 EditorConfig Team <http://editorconfig.org>
# Copyright (C) 2011-2016 EditorConfig Team <https://editorconfig.org>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/DlgAbout.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// this file is part of EditorConfig plugin for Notepad++
//
// Copyright (C) 2011-2016 EditorConfig Team <http://editorconfig.org>
// Copyright (C) 2011-2016 EditorConfig Team <https://editorconfig.org>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/DlgAbout.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// this file is part of EditorConfig plugin for Notepad++
//
// Copyright (C) 2011-2016 EditorConfig Team <http://editorconfig.org>
// Copyright (C) 2011-2016 EditorConfig Team <https://editorconfig.org>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/NppPluginEditorConfig.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//this file is part of EditorConfig plugin for Notepad++
//
//Copyright (C)2003 Don HO <[email protected]>
//Copyright (C)2011 EditorConfig Team <http://editorconfig.org>
//Copyright (C)2011 EditorConfig Team <https://editorconfig.org>
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/PluginDefinition.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//this file is part of EditorConfig plugin for Notepad++
//
//Copyright (C)2003 Don HO <[email protected]>
//Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
//Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/PluginDefinition.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//this file is part of EditorConfig plugin for Notepad++
//
//Copyright (C)2003 Don HO <[email protected]>
//Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
//Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion src/version.rc.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// this file is part of EditorConfig plugin for Notepad++
//
// Copyright (C)2011-2016 EditorConfig Team <http://editorconfig.org>
// Copyright (C)2011-2016 EditorConfig Team <https://editorconfig.org>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
Expand Down