Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update license to .NET Foundation standard and handle CRLF correctly #4

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
root = true

[*]
end_of_line = crlf
30 changes: 26 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
#################
## DNN de-DE.resx translations from a working site
#################

/.vs
# Forget all files
*

# Except the following
!.github/*
!.gitattributes
!.gitignore
!.editorconfig
!readme.md
!.gitkeep
!*/

# And certainly not the translated resx files, but not the created artifacts
!*[a-zA-Z].de-DE.resx

# Don't forget the language pack manifest and elements
!Resources/DNNCE_de-DE.dnn

# Don't forget the release notes
!Resources/ReleaseNotes.txt

# Don't forget the license`
!Resources/license.txt
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License
The MIT License (MIT)

Copyright (c) 2020 DNN Software
Copyright (c) .NET Foundation and Contributors
All Rights Reserved

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